📄 Add Commercial License for ee folder (#1532)
This commit is contained in:
15
ee/apps/landing-page/assets/icons/CheckCircleIcon.tsx
Normal file
15
ee/apps/landing-page/assets/icons/CheckCircleIcon.tsx
Normal file
@ -0,0 +1,15 @@
|
||||
import Icon, { IconProps } from '@chakra-ui/icon'
|
||||
import React from 'react'
|
||||
|
||||
export const CheckCircleIcon = (props: IconProps) => (
|
||||
<Icon
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 512 512"
|
||||
width="18px"
|
||||
fill="white"
|
||||
{...props}
|
||||
>
|
||||
<title>Checkmark Circle</title>
|
||||
<path d="M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208 208-93.31 208-208S370.69 48 256 48zm108.25 138.29l-134.4 160a16 16 0 01-12 5.71h-.27a16 16 0 01-11.89-5.3l-57.6-64a16 16 0 1123.78-21.4l45.29 50.32 122.59-145.91a16 16 0 0124.5 20.58z" />
|
||||
</Icon>
|
||||
)
|
Reference in New Issue
Block a user