📄 Add Commercial License for ee folder (#1532)
This commit is contained in:
14
ee/apps/landing-page/assets/icons/ShareIcon.tsx
Normal file
14
ee/apps/landing-page/assets/icons/ShareIcon.tsx
Normal file
@ -0,0 +1,14 @@
|
||||
import Icon, { IconProps } from '@chakra-ui/icon'
|
||||
import React from 'react'
|
||||
|
||||
export const ShareIcon = (props: IconProps) => (
|
||||
<Icon
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 512 512"
|
||||
fill="currentcolor"
|
||||
{...props}
|
||||
>
|
||||
<title>Share Social</title>
|
||||
<path d="M384 336a63.78 63.78 0 00-46.12 19.7l-148-83.27a63.85 63.85 0 000-32.86l148-83.27a63.8 63.8 0 10-15.73-27.87l-148 83.27a64 64 0 100 88.6l148 83.27A64 64 0 10384 336z" />
|
||||
</Icon>
|
||||
)
|
Reference in New Issue
Block a user