diff --git a/src/components/UI/svgs/GlyphHome.tsx b/src/components/UI/svgs/GlyphHome.tsx new file mode 100644 index 0000000000..6abf1fbe1f --- /dev/null +++ b/src/components/UI/svgs/GlyphHome.tsx @@ -0,0 +1,21 @@ +import { IconProps } from '@chakra-ui/react'; +import { createIcon } from '@chakra-ui/icons'; + +const [w, h] = [180, 278]; + +const Icon = createIcon({ + displayName: 'GlyphHome', + viewBox: `0 0 ${w} ${h}`, + path: ( + + + + + + + + + ) +}); + +export const GlyphHome: React.FC = (props) => ; diff --git a/src/components/UI/svgs/GopherHomeFront.tsx b/src/components/UI/svgs/GopherHomeFront.tsx new file mode 100644 index 0000000000..6695320581 --- /dev/null +++ b/src/components/UI/svgs/GopherHomeFront.tsx @@ -0,0 +1,466 @@ +import { IconProps } from '@chakra-ui/react'; +import { createIcon } from '@chakra-ui/icons'; + +const [w, h] = [144, 272]; + +const Icon = createIcon({ + displayName: 'GopherHomeFront', + viewBox: `0 0 ${w} ${h}`, + path: ( + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ) +}); + +export const GopherHomeFront: React.FC = (props) => ; diff --git a/src/components/UI/svgs/GopherHomeLinks.tsx b/src/components/UI/svgs/GopherHomeLinks.tsx new file mode 100644 index 0000000000..0660ea53b2 --- /dev/null +++ b/src/components/UI/svgs/GopherHomeLinks.tsx @@ -0,0 +1,430 @@ +import { IconProps } from '@chakra-ui/react'; +import { createIcon } from '@chakra-ui/icons'; + +const [w, h] = [164, 252]; + +const Icon = createIcon({ + displayName: 'GopherHomeLinks', + viewBox: `0 0 ${w} ${h}`, + path: ( + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ) +}); + +export const GopherHomeLinks: React.FC = (props) => ; \ No newline at end of file diff --git a/src/components/UI/svgs/GopherHomeNodes.tsx b/src/components/UI/svgs/GopherHomeNodes.tsx new file mode 100644 index 0000000000..17f798a13b --- /dev/null +++ b/src/components/UI/svgs/GopherHomeNodes.tsx @@ -0,0 +1,311 @@ +import { IconProps } from '@chakra-ui/react'; +import { createIcon } from '@chakra-ui/icons'; + +const [w, h] = [214, 243]; + +const Icon = createIcon({ + displayName: 'GopherHomeNodes', + viewBox: `0 0 ${w} ${h}`, + path: ( + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ) +}); + +export const GopherHomeNodes: React.FC = (props) => ; \ No newline at end of file diff --git a/src/components/UI/svgs/index.ts b/src/components/UI/svgs/index.ts new file mode 100644 index 0000000000..51437dfe18 --- /dev/null +++ b/src/components/UI/svgs/index.ts @@ -0,0 +1,4 @@ +export * from './GlyphHome'; +export * from './GopherHomeFront'; +export * from './GopherHomeLinks'; +export * from './GopherHomeNodes';