docs(share): 📝 Add embed instructions
This commit is contained in:
50
apps/builder/assets/logos/IframeLogo.tsx
Normal file
50
apps/builder/assets/logos/IframeLogo.tsx
Normal file
@ -0,0 +1,50 @@
|
||||
import { Icon, IconProps } from '@chakra-ui/react'
|
||||
|
||||
export const IframeLogo = (props: IconProps) => {
|
||||
return (
|
||||
<Icon
|
||||
id="Capa_1"
|
||||
enableBackground="new 0 0 512 512"
|
||||
height="512"
|
||||
viewBox="0 0 512 512"
|
||||
width="512"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
{...props}
|
||||
>
|
||||
<g>
|
||||
<g>
|
||||
<path
|
||||
d="m512 141.17v229.66c0 39.96-32.51 72.47-72.46 72.47h-367.08c-39.95 0-72.46-32.51-72.46-72.47v-229.66c0-39.96 32.51-72.47 72.46-72.47h367.08c39.95 0 72.46 32.51 72.46 72.47z"
|
||||
fill="#6aa9ff"
|
||||
/>
|
||||
</g>
|
||||
<path
|
||||
d="m512 141.17v229.66c0 39.96-32.51 72.47-72.46 72.47h-183.54v-374.6h183.54c39.95 0 72.46 32.51 72.46 72.47z"
|
||||
fill="#4987ea"
|
||||
/>
|
||||
<g>
|
||||
<path
|
||||
d="m146.16 349.223-78.4-78.4c-5.858-5.858-5.858-15.355 0-21.213l86.833-86.833c5.857-5.858 15.355-5.858 21.213 0s5.858 15.355 0 21.213l-76.226 76.226 67.793 67.794c5.858 5.858 5.858 15.355 0 21.213-5.857 5.858-15.355 5.859-21.213 0z"
|
||||
fill="#f0f7ff"
|
||||
/>
|
||||
</g>
|
||||
<g>
|
||||
<path
|
||||
d="m336.194 349.223c-5.858-5.858-5.858-15.355 0-21.213l76.226-76.227-67.793-67.794c-5.858-5.858-5.858-15.355 0-21.213 5.857-5.858 15.355-5.858 21.213 0l78.4 78.4c5.858 5.858 5.858 15.355 0 21.213l-86.833 86.833c-5.856 5.859-15.355 5.86-21.213.001z"
|
||||
fill="#dfe7f4"
|
||||
/>
|
||||
</g>
|
||||
<g>
|
||||
<path
|
||||
d="m309.54 148.7-53.54 151.6-25.78 72.99c-2.792 7.888-11.443 11.903-19.14 9.15-7.81-2.76-11.91-11.33-9.15-19.14l54.07-153.1 25.25-71.49c2.76-7.81 11.33-11.91 19.14-9.15s11.91 11.33 9.15 19.14z"
|
||||
fill="#f0f7ff"
|
||||
/>
|
||||
</g>
|
||||
<path
|
||||
d="m309.54 148.7-53.54 151.6v-90.1l25.25-71.49c2.76-7.81 11.33-11.91 19.14-9.15s11.91 11.33 9.15 19.14z"
|
||||
fill="#dfe7f4"
|
||||
/>
|
||||
</g>
|
||||
</Icon>
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user