@envive-ai/react-icons 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +2 -0
- package/dist/src/AiSearch.d.ts +3 -0
- package/dist/src/AiSearch.js +3 -0
- package/dist/src/AiSearchBold.d.ts +3 -0
- package/dist/src/AiSearchBold.js +3 -0
- package/dist/src/AiSearchThin.d.ts +3 -0
- package/dist/src/AiSearchThin.js +3 -0
- package/dist/src/AiSearchVariant.d.ts +3 -0
- package/dist/src/AiSearchVariant.js +3 -0
- package/dist/src/Alert.d.ts +3 -0
- package/dist/src/Alert.js +3 -0
- package/dist/src/ArrowUp.d.ts +3 -0
- package/dist/src/ArrowUp.js +3 -0
- package/dist/src/BagAddWhite.d.ts +3 -0
- package/dist/src/BagAddWhite.js +3 -0
- package/dist/src/BagWhite.d.ts +3 -0
- package/dist/src/BagWhite.js +3 -0
- package/dist/src/BlackLightbulb.d.ts +3 -0
- package/dist/src/BlackLightbulb.js +3 -0
- package/dist/src/ChevronDown.d.ts +3 -0
- package/dist/src/ChevronDown.js +3 -0
- package/dist/src/ChevronLeft.d.ts +3 -0
- package/dist/src/ChevronLeft.js +3 -0
- package/dist/src/CoterieLogo.d.ts +3 -0
- package/dist/src/CoterieLogo.js +3 -0
- package/dist/src/CustomerChat.d.ts +3 -0
- package/dist/src/CustomerChat.js +3 -0
- package/dist/src/Document.d.ts +3 -0
- package/dist/src/Document.js +3 -0
- package/dist/src/DotsHorizontal.d.ts +3 -0
- package/dist/src/DotsHorizontal.js +3 -0
- package/dist/src/EnviveWatermark.d.ts +3 -0
- package/dist/src/EnviveWatermark.js +3 -0
- package/dist/src/FourPointStar.d.ts +3 -0
- package/dist/src/FourPointStar.js +3 -0
- package/dist/src/IconClose.d.ts +3 -0
- package/dist/src/IconClose.js +3 -0
- package/dist/src/IconCloseVariant.d.ts +3 -0
- package/dist/src/IconCloseVariant.js +3 -0
- package/dist/src/Lightbulb.d.ts +3 -0
- package/dist/src/Lightbulb.js +3 -0
- package/dist/src/MagnifyingGlass.d.ts +3 -0
- package/dist/src/MagnifyingGlass.js +3 -0
- package/dist/src/MagnifyingGlassStar.d.ts +3 -0
- package/dist/src/MagnifyingGlassStar.js +3 -0
- package/dist/src/MagnifyingGlassStarVariant.d.ts +3 -0
- package/dist/src/MagnifyingGlassStarVariant.js +3 -0
- package/dist/src/OutlinedStar.d.ts +3 -0
- package/dist/src/OutlinedStar.js +3 -0
- package/dist/src/Paperclip.d.ts +3 -0
- package/dist/src/Paperclip.js +3 -0
- package/dist/src/Send.d.ts +3 -0
- package/dist/src/Send.js +3 -0
- package/dist/src/SendArrow.d.ts +3 -0
- package/dist/src/SendArrow.js +3 -0
- package/dist/src/Settings.d.ts +3 -0
- package/dist/src/Settings.js +3 -0
- package/dist/src/SettingsVariant.d.ts +3 -0
- package/dist/src/SettingsVariant.js +3 -0
- package/dist/src/ShapewearOutline.d.ts +3 -0
- package/dist/src/ShapewearOutline.js +3 -0
- package/dist/src/SpanxLogo.d.ts +3 -0
- package/dist/src/SpanxLogo.js +3 -0
- package/dist/src/Sparkles.d.ts +3 -0
- package/dist/src/Sparkles.js +3 -0
- package/dist/src/SpiffyBwLogo.d.ts +3 -0
- package/dist/src/SpiffyBwLogo.js +3 -0
- package/dist/src/Star.d.ts +3 -0
- package/dist/src/Star.js +3 -0
- package/dist/src/SupergoopBlackLogo.d.ts +3 -0
- package/dist/src/SupergoopBlackLogo.js +3 -0
- package/dist/src/SupergoopWhiteLogo.d.ts +3 -0
- package/dist/src/SupergoopWhiteLogo.js +3 -0
- package/dist/src/VectorUpRight.d.ts +3 -0
- package/dist/src/VectorUpRight.js +3 -0
- package/dist/src/index.d.ts +37 -0
- package/dist/src/index.js +37 -0
- package/package.json +33 -0
- package/src/AiSearch.tsx +116 -0
- package/src/AiSearchBold.tsx +20 -0
- package/src/AiSearchThin.tsx +18 -0
- package/src/AiSearchVariant.tsx +15 -0
- package/src/Alert.tsx +8 -0
- package/src/ArrowUp.tsx +14 -0
- package/src/BagAddWhite.tsx +26 -0
- package/src/BagWhite.tsx +9 -0
- package/src/BlackLightbulb.tsx +14 -0
- package/src/ChevronDown.tsx +13 -0
- package/src/ChevronLeft.tsx +8 -0
- package/src/CoterieLogo.tsx +31 -0
- package/src/CustomerChat.tsx +22 -0
- package/src/Document.tsx +15 -0
- package/src/DotsHorizontal.tsx +8 -0
- package/src/EnviveWatermark.tsx +22 -0
- package/src/FourPointStar.tsx +8 -0
- package/src/IconClose.tsx +12 -0
- package/src/IconCloseVariant.tsx +13 -0
- package/src/Lightbulb.tsx +21 -0
- package/src/MagnifyingGlass.tsx +11 -0
- package/src/MagnifyingGlassStar.tsx +34 -0
- package/src/MagnifyingGlassStarVariant.tsx +21 -0
- package/src/OutlinedStar.tsx +8 -0
- package/src/Paperclip.tsx +8 -0
- package/src/Send.tsx +11 -0
- package/src/SendArrow.tsx +11 -0
- package/src/Settings.tsx +11 -0
- package/src/SettingsVariant.tsx +27 -0
- package/src/ShapewearOutline.tsx +25 -0
- package/src/SpanxLogo.tsx +8 -0
- package/src/Sparkles.tsx +14 -0
- package/src/SpiffyBwLogo.tsx +26 -0
- package/src/Star.tsx +13 -0
- package/src/SupergoopBlackLogo.tsx +11 -0
- package/src/SupergoopWhiteLogo.tsx +13 -0
- package/src/VectorUpRight.tsx +8 -0
- package/src/index.ts +37 -0
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SVGProps } from 'react';
|
|
3
|
+
const SvgMagnifyingGlass = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" width={22} height={22} fill="none" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
fill="#B3B7C1"
|
|
7
|
+
d="M16.009 13.731h-.949l-.336-.324a7.77 7.77 0 0 0 1.885-5.08A7.804 7.804 0 1 0 1 8.328a7.804 7.804 0 0 0 7.804 7.805 7.77 7.77 0 0 0 5.08-1.885l.323.337v.948l5.32 5.309a.967.967 0 0 0 1.367 0l.423-.424a.967.967 0 0 0 0-1.366zm-7.205 0a5.396 5.396 0 0 1-5.403-5.403 5.396 5.396 0 0 1 5.403-5.403 5.396 5.396 0 0 1 5.403 5.403 5.396 5.396 0 0 1-5.403 5.403"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
);
|
|
11
|
+
export default SvgMagnifyingGlass;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SVGProps } from 'react';
|
|
3
|
+
const SvgMagnifyingGlassStar = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" width={34} height={33} fill="none" {...props}>
|
|
5
|
+
<circle cx={16.5} cy={16} r={15.75} fill="#FDE4E1" stroke="#1D1E20" strokeWidth={0.5} />
|
|
6
|
+
<mask id="magnifying-glass-star_svg__a" fill="#fff">
|
|
7
|
+
<path
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
d="M22.49 15.245c0 1.846-.606 3.55-1.63 4.924l4.33 4.552a.5.5 0 0 1-.018.706l-.982.935a.5.5 0 0 1-.707-.018l-4.286-4.505a8.245 8.245 0 1 1 3.293-6.593m-8.049 6.09a6.086 6.086 0 1 0 0-12.171 6.086 6.086 0 0 0 0 12.172"
|
|
10
|
+
clipRule="evenodd"
|
|
11
|
+
/>
|
|
12
|
+
</mask>
|
|
13
|
+
<path
|
|
14
|
+
fill="#E8DDFA"
|
|
15
|
+
fillRule="evenodd"
|
|
16
|
+
d="M22.49 15.245c0 1.846-.606 3.55-1.63 4.924l4.33 4.552a.5.5 0 0 1-.018.706l-.982.935a.5.5 0 0 1-.707-.018l-4.286-4.505a8.245 8.245 0 1 1 3.293-6.593m-8.049 6.09a6.086 6.086 0 1 0 0-12.171 6.086 6.086 0 0 0 0 12.172"
|
|
17
|
+
clipRule="evenodd"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
fill="#1D1E20"
|
|
21
|
+
d="m20.86 20.169-.315-.235a.39.39 0 0 0 .03.505zm4.33 4.552-.284.27zm-.018.706-.27-.284zm-.982.935.27.284zm-.707-.018.285-.27zm-4.286-4.505.285-.271a.393.393 0 0 0-.52-.043zm1.978-1.436a8.6 8.6 0 0 0 1.708-5.158h-.785c0 1.758-.577 3.38-1.553 4.689zm4.3 4.047-4.33-4.552-.57.541 4.33 4.552zm-.032 1.262a.893.893 0 0 0 .032-1.262l-.57.541c.041.043.04.111-.003.152zm-.982.934.982-.934-.541-.57-.982.935zm-1.262-.031a.893.893 0 0 0 1.262.031l-.541-.569a.107.107 0 0 1-.152-.003zm-4.286-4.506 4.286 4.506.569-.541-4.286-4.506zm-4.668 1.774a8.6 8.6 0 0 0 5.188-1.73l-.472-.628a7.8 7.8 0 0 1-4.716 1.573zm-8.638-8.638a8.64 8.64 0 0 0 8.638 8.638v-.785a7.853 7.853 0 0 1-7.852-7.853zm8.638-8.638a8.64 8.64 0 0 0-8.638 8.638h.786a7.853 7.853 0 0 1 7.852-7.852zm8.638 8.638a8.64 8.64 0 0 0-8.638-8.638v.786a7.853 7.853 0 0 1 7.853 7.852zm-2.749.005a5.693 5.693 0 0 1-5.693 5.693v.785c3.578 0 6.478-2.9 6.478-6.478zm-5.693-5.693a5.693 5.693 0 0 1 5.693 5.693h.785c0-3.578-2.9-6.479-6.478-6.479zM8.748 15.25a5.693 5.693 0 0 1 5.693-5.693V8.77a6.48 6.48 0 0 0-6.478 6.479zm5.693 5.693a5.693 5.693 0 0 1-5.693-5.693h-.785c0 3.578 2.9 6.478 6.478 6.478z"
|
|
22
|
+
mask="url(#magnifying-glass-star_svg__a)"
|
|
23
|
+
/>
|
|
24
|
+
<path
|
|
25
|
+
fill="#DA9FC5"
|
|
26
|
+
stroke="#1D1E20"
|
|
27
|
+
strokeLinecap="round"
|
|
28
|
+
strokeLinejoin="round"
|
|
29
|
+
strokeWidth={0.5}
|
|
30
|
+
d="m22.699 6.219 1.026 2.669c.167.434.25.65.38.833q.175.245.419.419c.182.13.4.213.833.38l2.67 1.026-2.67 1.027c-.434.167-.65.25-.833.38a1.8 1.8 0 0 0-.418.418c-.13.183-.214.4-.38.834l-1.027 2.67-1.027-2.67c-.167-.434-.25-.651-.38-.834a1.8 1.8 0 0 0-.418-.418c-.183-.13-.4-.213-.834-.38l-2.669-1.027 2.67-1.026c.433-.167.65-.25.833-.38q.244-.174.418-.419c.13-.182.213-.4.38-.833z"
|
|
31
|
+
/>
|
|
32
|
+
</svg>
|
|
33
|
+
);
|
|
34
|
+
export default SvgMagnifyingGlassStar;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SVGProps } from 'react';
|
|
3
|
+
const SvgMagnifyingGlassStarVariant = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" width={23} height={21} fill="none" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
fill="#595959"
|
|
7
|
+
stroke="#595959"
|
|
8
|
+
strokeLinecap="round"
|
|
9
|
+
strokeLinejoin="round"
|
|
10
|
+
strokeWidth={0.911}
|
|
11
|
+
d="m16.902 1.073.79 2.053c.128.334.192.501.292.642q.134.187.322.321c.14.1.307.164.641.293l2.054.79-2.054.79c-.334.128-.5.192-.641.292a1.4 1.4 0 0 0-.322.322c-.1.14-.164.307-.293.641l-.79 2.054-.79-2.054c-.128-.334-.192-.5-.292-.641a1.4 1.4 0 0 0-.321-.322c-.14-.1-.308-.164-.642-.292l-2.053-.79 2.053-.79c.334-.129.501-.193.642-.293q.188-.134.321-.321c.1-.14.164-.308.293-.642z"
|
|
12
|
+
/>
|
|
13
|
+
<path
|
|
14
|
+
stroke="#595959"
|
|
15
|
+
strokeLinecap="round"
|
|
16
|
+
strokeWidth={1.5}
|
|
17
|
+
d="M11.595 2.644a6.73 6.73 0 1 0 2.815 7.298M13.75 15.776l3.177 3.48"
|
|
18
|
+
/>
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
export default SvgMagnifyingGlassStarVariant;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SVGProps } from 'react';
|
|
3
|
+
const SvgOutlinedStar = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" width={10} height={10} fill="none" {...props}>
|
|
5
|
+
<path d="m5 1 .308 1.367a3.08 3.08 0 0 0 2.325 2.325L9 5l-1.367.308a3.08 3.08 0 0 0-2.325 2.325L5 9l-.308-1.367a3.08 3.08 0 0 0-2.325-2.325L1 5l1.367-.308a3.08 3.08 0 0 0 2.325-2.325z" />
|
|
6
|
+
</svg>
|
|
7
|
+
);
|
|
8
|
+
export default SvgOutlinedStar;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SVGProps } from 'react';
|
|
3
|
+
const SvgPaperclip = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
|
|
5
|
+
<path d="M16.5 6v11.5a4 4 0 0 1-4 4 4 4 0 0 1-4-4V5A2.5 2.5 0 0 1 11 2.5 2.5 2.5 0 0 1 13.5 5v10.5a1 1 0 0 1-1 1 1 1 0 0 1-1-1V6H10v9.5a2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5V5a4 4 0 0 0-4-4 4 4 0 0 0-4 4v12.5a5.5 5.5 0 0 0 5.5 5.5 5.5 5.5 0 0 0 5.5-5.5V6z" />
|
|
6
|
+
</svg>
|
|
7
|
+
);
|
|
8
|
+
export default SvgPaperclip;
|
package/src/Send.tsx
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SVGProps } from 'react';
|
|
3
|
+
const SvgSend = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" width={22} height={22} fill="none" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
fill="#9A9DB1"
|
|
7
|
+
d="M19.65 2.367a1.77 1.77 0 0 0-1.77-.461L3.125 6.196a1.76 1.76 0 0 0-1.269 1.395c-.13.688.325 1.562.92 1.927l4.613 2.836c.473.29 1.084.218 1.475-.177l5.284-5.316a.673.673 0 0 1 .972 0 .7.7 0 0 1 0 .978l-5.293 5.317a1.21 1.21 0 0 0-.177 1.484l2.82 4.66c.33.553.898.867 1.522.867.073 0 .155 0 .229-.01a1.79 1.79 0 0 0 1.495-1.273L20.09 4.148a1.8 1.8 0 0 0-.44-1.781"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
);
|
|
11
|
+
export default SvgSend;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SVGProps } from 'react';
|
|
3
|
+
const SvgSendArrow = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" width={33} height={33} fill="none" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
fill="inherit"
|
|
7
|
+
d="M24.354 16.38a.5.5 0 0 0 0-.706l-3.182-3.182a.5.5 0 1 0-.707.707l2.828 2.828-2.828 2.829a.5.5 0 1 0 .707.707zM8 16.528h16v-1H8z"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
);
|
|
11
|
+
export default SvgSendArrow;
|
package/src/Settings.tsx
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SVGProps } from 'react';
|
|
3
|
+
const SvgSettings = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" width={17} height={12} fill="none" {...props}>
|
|
5
|
+
<circle cx={5.5} cy={9.5} r={2} stroke="#000" />
|
|
6
|
+
<path stroke="#000" d="M7 9.5h10M0 9.5h4" />
|
|
7
|
+
<circle cx={2.5} cy={2.5} r={2} stroke="#000" transform="matrix(-1 0 0 1 14 0)" />
|
|
8
|
+
<path stroke="#000" d="M10 2.5H0M17 2.5h-4" />
|
|
9
|
+
</svg>
|
|
10
|
+
);
|
|
11
|
+
export default SvgSettings;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SVGProps } from 'react';
|
|
3
|
+
const SvgSettingsVariant = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" width={28} height={28} fill="none" {...props}>
|
|
5
|
+
<circle
|
|
6
|
+
cx={3.5}
|
|
7
|
+
cy={3.5}
|
|
8
|
+
r={3.033}
|
|
9
|
+
stroke="#767676"
|
|
10
|
+
strokeWidth={0.933}
|
|
11
|
+
transform="matrix(-1 0 0 1 22.4 0)"
|
|
12
|
+
/>
|
|
13
|
+
<path stroke="#767676" strokeWidth={0.933} d="M14 3.5H0M28 3.5h-4.5" />
|
|
14
|
+
<circle cx={9.1} cy={13.5} r={3.033} stroke="#767676" strokeWidth={0.933} />
|
|
15
|
+
<path stroke="#767676" strokeWidth={0.933} d="M14 13.5h14M0 13.5h4.5" />
|
|
16
|
+
<circle
|
|
17
|
+
cx={3.5}
|
|
18
|
+
cy={3.5}
|
|
19
|
+
r={3.033}
|
|
20
|
+
stroke="#767676"
|
|
21
|
+
strokeWidth={0.933}
|
|
22
|
+
transform="matrix(-1 0 0 1 22.4 20)"
|
|
23
|
+
/>
|
|
24
|
+
<path stroke="#767676" strokeWidth={0.933} d="M14 23.5H0M28 23.5h-4.5" />
|
|
25
|
+
</svg>
|
|
26
|
+
);
|
|
27
|
+
export default SvgSettingsVariant;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SVGProps } from 'react';
|
|
3
|
+
const SvgShapewearOutline = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" width={55} height={51} fill="none" {...props}>
|
|
5
|
+
<g strokeWidth={2} clipPath="url(#shapewear-outline_svg__a)">
|
|
6
|
+
<path
|
|
7
|
+
stroke="#02081C"
|
|
8
|
+
d="M16.286 4.5s-1.225 4.6-.891 7.549c.407 3.597 3.206 4.966 3.565 8.569.544 5.469-4.59 7.708-4.937 13.193-.374 5.914 3.84 14.689 3.84 14.689M39.714 4.5s1.225 4.6.891 7.549c-.406 3.597-3.206 4.966-3.565 8.569-.544 5.469 4.59 7.708 4.937 13.193.374 5.914-3.84 14.689-3.84 14.689"
|
|
9
|
+
/>
|
|
10
|
+
<path
|
|
11
|
+
fill="#02081C"
|
|
12
|
+
stroke="#AAC8E1"
|
|
13
|
+
strokeLinecap="round"
|
|
14
|
+
strokeLinejoin="round"
|
|
15
|
+
d="M12.433 6.141a1 1 0 0 0-1.866 0l-1.06 2.755c-.19.496-.23.579-.274.64a.8.8 0 0 1-.197.197c-.061.044-.144.083-.64.274l-2.755 1.06a1 1 0 0 0 0 1.866l2.755 1.06c.496.19.579.23.64.274q.115.081.197.197c.044.061.083.144.274.64l1.06 2.755a1 1 0 0 0 1.866 0l1.06-2.755c.19-.496.23-.579.274-.64a.8.8 0 0 1 .197-.197c.061-.044.144-.083.64-.274l2.755-1.06a1 1 0 0 0 0-1.866l-2.755-1.06c-.496-.19-.579-.23-.64-.274a.8.8 0 0 1-.197-.197c-.044-.061-.083-.144-.274-.64zM45.933 19.141a1 1 0 0 0-1.866 0l-1.927 5.01c-.332.862-.442 1.128-.596 1.344a2.3 2.3 0 0 1-.549.55c-.216.153-.482.263-1.344.595l-5.01 1.927a1 1 0 0 0 0 1.866l5.01 1.927c.862.332 1.128.442 1.344.596.213.15.398.336.55.549.153.216.263.482.595 1.344l1.927 5.01a1 1 0 0 0 1.866 0l1.927-5.01c.332-.862.442-1.128.596-1.344.15-.213.336-.398.549-.55.216-.153.482-.263 1.344-.595l5.01-1.927a1 1 0 0 0 0-1.866l-5.01-1.927c-.862-.332-1.128-.442-1.344-.596a2.3 2.3 0 0 1-.55-.549c-.153-.216-.263-.482-.595-1.344zM10.933 29.141a1 1 0 0 0-1.866 0l-1.35 3.507c-.237.618-.3.762-.38.875a1.3 1.3 0 0 1-.314.314c-.113.08-.257.143-.875.38l-3.507 1.35a1 1 0 0 0 0 1.866l3.507 1.35c.618.237.762.3.875.38q.182.131.314.314c.08.113.143.257.38.875l1.35 3.507a1 1 0 0 0 1.866 0l1.35-3.507c.237-.618.3-.762.38-.875q.132-.183.314-.314c.113-.08.257-.143.875-.38l3.507-1.35a1 1 0 0 0 0-1.866l-3.507-1.35c-.618-.237-.762-.3-.875-.38a1.3 1.3 0 0 1-.314-.314c-.08-.113-.143-.257-.38-.875z"
|
|
16
|
+
/>
|
|
17
|
+
</g>
|
|
18
|
+
<defs>
|
|
19
|
+
<clipPath id="shapewear-outline_svg__a">
|
|
20
|
+
<path fill="#fff" d="M0 .5h55v50H0z" />
|
|
21
|
+
</clipPath>
|
|
22
|
+
</defs>
|
|
23
|
+
</svg>
|
|
24
|
+
);
|
|
25
|
+
export default SvgShapewearOutline;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SVGProps } from 'react';
|
|
3
|
+
const SvgSpanxLogo = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" width={160} height={26} viewBox="0 0 161 26" {...props}>
|
|
5
|
+
<path d="M49.32 11.906c-1.183.692-3.133 1.04-5.84 1.04h-7.636V4.312h7.715q4.166 0 5.855.96 1.688.962 1.688 3.258 0 2.332-1.782 3.375m3.649-9.734q-1.344-.857-3.16-1.223-1.816-.368-5.883-.367H29.414l-.07.223c1.148.804 1.601 2.258 1.601 4.12v16.052c0 1.812-.347 3.32-1.625 4.242.04.113.035.11.07.222h7.985c.035-.117.035-.109.07-.226-1.25-.871-1.601-2.406-1.601-4.238v-4.305h8.12q6.264.001 9.321-2.09 3.06-2.092 3.059-6.27-.001-1.98-.875-3.53-.872-1.549-2.5-2.61M67.254 14.41 72.37 3.574l5.262 10.836Zm18.98 7.238L77 2.504c-.36-.746-.43-1.262-.121-1.734-.047-.086-.059-.106-.106-.188h-8.132c-.047.078-.063.102-.11.184.281.488.242 1.015-.027 1.609l-9.75 19.363c-.715 1.305-1.473 2.547-2.422 3.492.043.102.047.11.086.211h7.664l.09-.207c-.895-.976-.883-2.379-.363-3.523l1.683-3.57h13.953l1.703 3.511c.567 1.168.848 2.41-.238 3.582l.09.207h7.637c.043-.101.047-.109.086-.21a13.5 13.5 0 0 1-2.489-3.583M19.164 11.898c-1.34-.644-3.887-1.199-7.043-1.66l-2.184-.304q-2.274-.411-3.546-1.278-1.271-.865-1.27-1.988.001-1.364 1.543-2.16 1.547-.797 4.207-.797c1.723 0 3.668.27 5.254.61 1.54.327 3.238 1.003 4.563 1.663l.171-.066 1.805-4.902-.137-.164c-.316.062-.906.164-1.37.156-.66-.004-2.368-.414-4.45-.653C14.629.117 12.715 0 11.359 0Q6.197-.001 3.098 2.008-.002 4.017 0 7.18q0 2.854 2.46 4.648c1.638 1.195 4.435 2.04 7.794 2.531 2.844.418 5.101.95 6.187 1.59q1.624.956 1.625 2.672c0 1.102-.593 1.988-1.789 2.66q-1.785 1.008-4.773 1.008c-1.004 0-1.973-.05-2.906-.16a27 27 0 0 1-2.844-.492C3.879 21.18 2.039 20.465.227 19.66l-.168.145 1.328 5.625c.07.03.101.047.172.082.187-.086.359-.153.515-.188a2 2 0 0 1 .547-.074c.395 0 1.586.207 3.578.426q1.423.181 2.653.265 1.23.082 2.265.082 5.708 0 8.953-2.152 3.24-2.15 3.239-5.883 0-2-1.067-3.558-1.066-1.56-3.078-2.532M113.074.582l-.07.223c.95.656 1.601 1.652 1.601 4.613l.07 15.957-12.253-19.508c-.274-.453-.34-.828-.172-1.101l-.105-.184h-9.356l-.07.223c1.222.851 1.62 2.007 1.62 4.261v15.91c0 1.965-.456 3.426-1.609 4.243.036.113.036.11.07.222h7.587c.039-.113.039-.109.074-.222-1.008-.739-1.531-1.532-1.61-3.637l-.011-.605-.317-16.926 12.915 19.918c.3.465.378.86.113 1.285.047.086.054.105.101.187h7.696c.047-.086.058-.101.105-.187-.351-.574-.445-1.219-.445-2.117V5.418c0-3.367.57-3.961 1.504-4.613l-.07-.223ZM150.684 20.332h-.004l-7.153-8.187 7.809-8.434c1.117-1.176 2.2-2.176 3.219-2.906l-.07-.223h-7.688c-.043.102-.047.11-.086.211.828.777.137 2.098-.93 3.234l-4.832 5.164-4.14-4.738c-1.618-1.851-2.235-2.781-1.235-3.656-.039-.106-.043-.11-.082-.215h-9.418l-.05.234c1.456.637 3.16 1.914 4.667 3.645l7.098 8.105-8.21 8.778c-1.2 1.277-2.946 2.8-4.696 3.87.031.118.031.106.062.227h8.782c.035-.109.035-.109.074-.218-1.137-.88-.254-2.293 1.414-4.098l5.172-5.586 4.89 5.586c1.504 1.727 2.426 3.16 1.301 4.098.04.109.04.113.082.218h8.977l.066-.226c-1.422-.922-3.164-2.746-5.02-4.883" />
|
|
6
|
+
</svg>
|
|
7
|
+
);
|
|
8
|
+
export default SvgSpanxLogo;
|
package/src/Sparkles.tsx
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SVGProps } from 'react';
|
|
3
|
+
const SvgSparkles = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" width={24} height={24} fill="currentColor" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
stroke="currentColor"
|
|
7
|
+
strokeLinecap="round"
|
|
8
|
+
strokeLinejoin="round"
|
|
9
|
+
strokeWidth={1.114}
|
|
10
|
+
d="m8.187 5.996 1.288 3.35c.21.545.314.817.477 1.046q.219.306.525.525c.23.163.502.268 1.046.477l3.35 1.289-3.35 1.288c-.544.21-.817.314-1.046.477q-.306.219-.525.525c-.163.23-.267.502-.477 1.046l-1.288 3.35-1.289-3.35c-.21-.544-.314-.817-.477-1.046a2.2 2.2 0 0 0-.525-.525c-.229-.163-.501-.267-1.046-.477L1.5 12.683l3.35-1.289c.545-.21.817-.314 1.046-.477.203-.144.38-.322.525-.525.163-.229.268-.501.477-1.046zM19.64 14.314l.644 1.674c.105.273.158.409.239.524q.108.153.262.262c.115.081.251.134.523.239l1.675.644-1.675.644c-.272.105-.408.157-.523.239q-.153.108-.262.262c-.081.115-.134.25-.239.523L19.64 21l-.644-1.675c-.105-.272-.157-.408-.239-.523a1.1 1.1 0 0 0-.262-.262c-.115-.082-.25-.134-.523-.239l-1.675-.644 1.675-.644c.272-.105.408-.158.523-.239q.153-.108.262-.262c.082-.115.134-.251.239-.524zM17.091 3l.644 1.675c.105.272.158.409.24.523q.108.154.262.262c.114.082.25.134.523.24l1.675.643-1.675.644c-.273.105-.409.158-.523.24q-.153.108-.263.262c-.081.114-.134.25-.239.523l-.644 1.675-.644-1.675c-.105-.273-.157-.409-.238-.523a1.1 1.1 0 0 0-.263-.263c-.114-.081-.25-.134-.523-.239l-1.675-.644 1.675-.644c.272-.105.409-.157.523-.239q.153-.109.263-.262c.081-.115.133-.25.238-.523z"
|
|
11
|
+
/>
|
|
12
|
+
</svg>
|
|
13
|
+
);
|
|
14
|
+
export default SvgSparkles;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SVGProps } from 'react';
|
|
3
|
+
const SvgSpiffyBwLogo = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
+
<svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
id="spiffy-bw-logo_svg__Layer_2"
|
|
7
|
+
data-name="Layer 2"
|
|
8
|
+
viewBox="0 0 320.51 322.32"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<defs>
|
|
12
|
+
<style>{'.spiffy-bw-logo_svg__cls-1{stroke-width:0}'}</style>
|
|
13
|
+
</defs>
|
|
14
|
+
<g id="spiffy-bw-logo_svg___\u0421\u043B\u043E\u0439_1" data-name="\u0421\u043B\u043E\u0439 1">
|
|
15
|
+
<path
|
|
16
|
+
d="M170.5 176.46c-4.23 8.74-10.47 15.27-19.2 18.92-19.51 8.16-37.93 4.51-55.24-6.38-24.47-15.39-28.8-45.86-18.91-68.7 8.14-18.8 21.93-32.52 39.32-42.82 18.18-10.78 38.08-16.47 58.93-18.84 21.37-2.43 42.63-1.64 63.49 4.05 25.99 7.09 47.83 20.48 63.16 43.14 15.2 22.46 20.6 47.62 17.68 74.21-5.93 54.02-33.4 94.55-80.35 121.26-66.2 37.68-149.28 23.56-199.73-33.13-3.74-4.5-7.46-9.91-8.64-12.68.67.37 1.36.69 1.99 1.11 31.39 20.9 66.14 28.02 103.33 25.38 23.76-1.69 46.6-6.87 67.95-17.68 23.86-12.09 43.03-29.17 53.91-54.02 11.15-25.47 10.33-50.91-6.1-73.75-16.61-23.09-40.3-32.74-68.73-30.05-12.99 1.23-24.99 5.3-35.28 13.61-6.86 5.54-12.2 12.27-15.48 20.5-2.64 6.62-3.52 13.44-.96 20.27 4.02 10.69 13.94 16.74 27.13 16.6 3.81-.04 7.61-.62 11.7-.98Z"
|
|
17
|
+
className="spiffy-bw-logo_svg__cls-1"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
d="M289.66 66.69c-8.87-4.72-47.6-24.68-99.82-26.74-22.9.86-45.09 5.06-66.18 14.23-26.09 11.35-47.39 28.28-60.26 54.18-12.17 24.49-12.79 49.61 1.58 73.09 15.18 24.8 38.7 35.97 67.82 34.68 14.45-.64 27.85-4.75 39.24-14.03 8-6.52 14.06-14.52 16.73-24.66 4.06-15.42-4.03-28.72-19.68-31.73-4.9-.94-9.01-.94-19.97.36 9.16-18.55 23.89-22.68 36.53-23.3 17.86-.88 33.58 4.84 46.56 17.19 16.69 15.88 20.29 42.71 9.01 65.45-9.6 19.36-24.79 33.23-43.89 42.65-36.67 18.09-75.17 21.06-114.64 11.81-21.12-4.95-39.68-15.06-54.73-30.99C12.53 212.55 3.25 193.03.94 170.82-4.89 114.72 16.58 69.56 59.7 34.96c67-53.77 165.3-44.34 221.48 20.19 3 3.45 5.44 7.38 8.48 11.55Z"
|
|
21
|
+
className="spiffy-bw-logo_svg__cls-1"
|
|
22
|
+
/>
|
|
23
|
+
</g>
|
|
24
|
+
</svg>
|
|
25
|
+
);
|
|
26
|
+
export default SvgSpiffyBwLogo;
|
package/src/Star.tsx
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SVGProps } from 'react';
|
|
3
|
+
const SvgStar = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" width={12} height={11} fill="none" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
fill="#FFA033"
|
|
7
|
+
fillRule="evenodd"
|
|
8
|
+
d="M6.308.539a.333.333 0 0 0-.616 0L4.36 3.742.9 4.02a.333.333 0 0 0-.19.585l2.635 2.257-.805 3.375a.333.333 0 0 0 .498.362L6 8.791l2.961 1.808a.333.333 0 0 0 .498-.362l-.805-3.375 2.635-2.257a.333.333 0 0 0-.19-.585L7.64 3.742z"
|
|
9
|
+
clipRule="evenodd"
|
|
10
|
+
/>
|
|
11
|
+
</svg>
|
|
12
|
+
);
|
|
13
|
+
export default SvgStar;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SVGProps } from 'react';
|
|
3
|
+
const SvgSupergoopBlackLogo = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" width={938} height={430} fill="none" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
fill="#1A1E22"
|
|
7
|
+
d="M822.873 125.951c-3.593.468-7.966 1.718-10.622 2.499s-5.935 1.874-5.935 7.029c0 0-.156 3.124-.313 8.279-2.343 31.396-14.058 47.172-21.087 54.201 0-51.234-16.401-65.448-37.332-65.448-19.525 0-28.897 12.965-34.052 23.274-3.592 7.185-8.434 16.557-14.058 24.992-5.31 8.123-14.214 17.807-18.587 21.4 0-51.234-16.402-69.666-37.332-69.666-15.933 0-28.741 10.153-34.99 30.303-8.122 6.248-17.494 39.05-17.494 72.165 0 51.078 27.491 63.574 41.081 63.574 38.581 0 48.735-58.576 48.735-79.819 5.467-4.218 11.871-9.997 16.869-15.308-1.718 9.841-2.655 20.775-2.655 31.553 0 51.078 27.491 63.574 41.081 63.574 38.581 0 48.734-56.858 48.734-79.819 4.686-3.749 16.87-18.119 19.213-25.148-1.093 30.303-2.187 64.198-2.187 72.477 0 16.713-1.249 39.987-2.655 58.731-2.343 32.646-2.812 65.761-.469 82.006.937 7.029 3.749 11.871 7.185 15.62 3.905 4.217 7.654 6.873 11.715 7.341 2.812.313 4.999-1.874 4.686-4.842-.781-7.029-2.499-21.556-2.499-57.169 0-37.332 1.718-83.412 1.718-83.412s9.216 13.902 22.337 13.902 24.836-9.528 32.959-28.116c6.872-15.62 11.402-37.332 12.964-61.075 1.718-27.022-2.187-57.481-11.09-68.572-4.842-5.935-12.496-9.372-20.462-7.497-12.34 2.811-25.305 27.179-34.208 44.048 0 0 3.749-38.425 4.061-45.767.312-3.28-1.875-5.779-5.311-5.31M634.651 277.153c-8.903 0-25.305-8.279-25.305-43.736 0-18.588 2.5-33.271 2.5-33.583 6.092 26.241 28.741 40.299 50.609 28.584 0 22.025-11.559 48.735-27.804 48.735m15.464-61.855c-11.559 0-25.773-15.777-25.773-37.176 0-19.838 14.37-29.366 22.961-25.773 12.809 5.467 16.401 31.865 16.401 58.575-.468.781-5.935 4.374-13.589 4.374m88.41 61.855c-8.904 0-25.305-8.279-25.305-43.736 0-18.588 2.499-33.271 2.499-33.583 6.092 26.241 28.741 37.8 50.609 26.085.157 22.024-11.558 51.234-27.803 51.234m15.62-63.73c-11.559 0-25.773-13.746-25.773-35.301 0-19.838 14.37-29.366 22.961-25.773 15.152 6.248 16.245 34.208 16.87 55.763-.469.625-6.561 5.311-14.058 5.311m105.904-54.826c11.09 0 8.747 45.454 6.716 64.979-2.03 19.369-12.964 52.484-28.428 52.484-11.715 0-15.776-10.934-15.776-20.463 0-11.402.624-37.332 1.093-49.828 12.496-22.18 28.585-47.172 36.395-47.172M544.055 409.299c-27.648 0-45.299-34.677-53.109-48.422-1.562-2.656-2.343-4.53-4.53-6.717-4.217-4.217-12.027-5.155-17.806-5.155s-6.561 3.124-6.405 4.999c2.812 24.992 35.458 72.165 73.883 72.165 37.645 0 41.081-29.522 41.081-101.687v-95.595c0-11.715 1.406-40.612 2.187-49.672 1.874-22.024 4.374-35.614 6.248-45.923.937-4.842 1.406-8.435-3.28-8.122-4.061.312-6.248.781-10.153 1.874-3.124.937-4.999 3.124-5.624 6.092-.937 4.53-1.405 7.029-2.343 15.308-3.28-7.03-8.122-12.497-15.463-14.527-4.53-1.25-8.591-1.406-14.215-.313-1.718.313-11.09 1.25-20.618 12.965-16.089 19.994-20.306 51.546-21.087 80.287-2.031 67.167 25.304 71.697 34.989 71.697 21.243 0 28.897-25.93 28.897-25.93s.468 9.372.468 55.92c.157 46.548-.781 80.756-13.12 80.756m12.339-181.037c-1.874 18.432-12.339 48.11-24.679 48.11s-17.807-23.899-16.87-56.076c.937-30.928 10.622-66.542 29.678-66.542 16.714 0 14.527 33.427 14.371 42.487-.469 10.153-1.562 23.118-2.5 32.021m366.291 17.026c3.281.312 4.686-1.25 4.686-4.686l7.654-212.745c.156-2.812-2.968-5.467-6.404-4.686s-9.684 3.436-12.652 4.686c-5.311 2.343-7.342 4.998-7.342 12.964l3.124 187.129c0 6.404.625 10.153 3.124 12.808 2.187 2.343 5.311 4.218 7.81 4.53M148.71 138.603c.156-3.124-1.249-4.53-4.373-4.218-2.968.469-10.935 2.187-12.184 2.5-1.25.312-2.812.781-3.593 1.562-.937.937-1.406 2.186-1.562 3.748-1.249 11.247-1.718 39.051-2.655 64.355-.781 21.244-1.718 31.397-1.718 55.295 0 22.025 8.434 36.708 24.679 36.708 17.495 0 29.679-20.619 29.679-20.619.156 5.78 4.373 25.461 16.244 25.461 3.124 0 5.78-1.25 5.624-4.374-.313-13.121-.625-33.427-.313-48.891 1.406-27.803 3.593-67.635 5.78-98.875 0 0 .781-13.121.937-14.995.156-3.28-1.094-5.78-4.686-5.467-3.28.312-8.591 1.093-9.997 1.406-3.593.781-5.623 1.874-5.936 5.779-.468 5.467-2.499 35.145-4.061 56.545-1.874 24.055-3.28 41.237-4.53 58.888-4.061 13.901-13.589 21.087-23.274 20.93-14.526-.312-10.621-30.771-9.215-54.357 1.249-24.212 4.998-75.133 5.154-81.381M20.157 221.702c0-4.686-.469-6.561-5.311-6.561-1.406 0-5.467-.468-8.903 6.248-4.686 9.372-5.624 22.962-5.624 32.646 0 32.959 23.9 57.326 57.326 57.326 16.557 0 53.577-11.403 53.577-54.358 0-40.143-39.363-66.073-52.483-79.35-13.121-13.277-23.118-25.461-23.118-64.979 0-30.928 11.246-87.63 31.396-87.63 31.397 0 24.211 93.721 16.87 115.589-.625 1.719-1.094 4.062.156 5.155 1.562 1.25 4.53 1.094 7.654.156 5.154-1.562 8.122-4.686 9.528-8.747 7.342-21.399 7.342-54.983 7.342-74.04C108.567 19.11 88.729.054 70.141.054c-47.485 0-54.826 99.812-54.358 123.711.313 22.337 1.718 40.768 14.215 58.888 15.776 22.961 59.98 38.737 59.98 77.007 0 12.339-12.495 26.866-30.458 26.866-37.645 0-40.613-41.706-40.3-52.483.312-5.78.937-8.904.937-12.34M240.4 125.951c-3.593.468-7.966 1.718-10.622 2.499s-5.935 1.874-5.935 7.029c0 0-4.374 114.027-4.374 130.74s-1.249 39.987-2.655 58.732c-2.343 32.645-2.812 65.76-.625 82.005.937 7.029 3.749 11.871 7.185 15.62 3.905 4.217 7.654 6.873 11.715 7.342 2.812.312 4.999-1.875 4.686-4.843-.781-7.029-2.499-21.555-2.499-57.169 0-37.332 1.718-83.412 1.718-83.412s9.216 13.902 22.337 13.902 24.836-9.528 32.958-28.116c6.873-15.62 11.403-37.332 12.965-61.074 1.718-27.023-2.187-57.482-11.09-68.573-4.842-5.935-12.496-9.372-20.463-7.497-12.339 2.811-25.148 25.148-34.208 39.987.625-11.559 3.749-34.364 4.062-41.862.468-3.28-1.718-5.779-5.155-5.31m37.176 32.646c11.09 0 8.747 45.454 6.717 64.979-2.031 19.369-12.965 52.484-28.429 52.484-11.715 0-15.776-10.934-15.776-20.463 0-11.402.624-37.332 1.093-49.828 12.496-22.18 28.585-47.172 36.395-47.172m120.743 16.245c1.875-23.274-4.686-44.986-26.085-44.986-18.901 0-32.334 14.37-41.706 35.301-8.435 19.057-13.589 51.078-13.589 74.352 0 25.929 5.154 59.044 37.644 59.044 26.71 0 44.517-24.993 55.92-43.424-.156 6.56-.313 17.807-.313 21.712s-2.186 18.588 18.276 25.148c2.187.781 4.686-.469 5.311-2.812.156-.468.156-.937.156-1.562-1.25-30.615-1.406-56.544-.781-78.881 5.467-11.247 33.427-57.482 33.427-57.482s-.781 8.903-.625 14.683c.156 3.749 1.406 6.873 4.061 9.06 3.749 3.124 8.748 4.061 12.965 4.061 2.031 0 3.749-1.562 3.749-3.749 0-5.155.468-14.527 1.874-26.398 1.25-10.778 3.28-22.493 3.124-24.211 0-.781-.781-1.406-1.874-2.031-3.593-1.562-15.933-2.655-21.556 2.812-4.842 4.842-23.274 31.709-32.958 47.797 2.187-21.243 4.53-36.238 7.185-50.453.312-2.03.312-3.436-.625-4.842-.937-1.249-2.187-1.874-4.061-1.718-1.718.156-8.591 1.406-11.559 2.187s-4.686 1.874-4.998 4.373c-1.406 10.778-2.5 16.87-6.717 64.043-4.061 47.016-38.269 79.506-56.388 79.506-18.12 0-21.088-18.119-21.088-38.269 2.187.625 4.53.781 6.717.937 34.52.156 52.796-42.33 54.514-64.198m-49.203-5.155c6.716-15.308 17.026-23.43 22.961-20.775 6.248 2.812 7.342 14.058 6.248 25.773-1.874 19.994-15.463 45.142-33.27 45.142-2.812 0-5.311-.156-7.186-.624 0-16.714 6.405-38.582 11.247-49.516M918.78 301.206c10.439 0 18.901-8.532 18.901-19.057s-8.462-19.056-18.901-19.056-18.9 8.532-18.9 19.056 8.462 19.057 18.9 19.057"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
);
|
|
11
|
+
export default SvgSupergoopBlackLogo;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SVGProps } from 'react';
|
|
3
|
+
const SvgSupergoopWhiteLogo = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" width={51} height={25} fill="none" {...props}>
|
|
5
|
+
<path
|
|
6
|
+
fill="#fff"
|
|
7
|
+
fillRule="evenodd"
|
|
8
|
+
d="M43.862 7.679a4 4 0 0 1 .576-.136c.188-.025.301.115.291.308-.021.411-.222 2.545-.222 2.545l.008-.016c.483-.932 1.176-2.271 1.838-2.43.433-.104.846.085 1.107.417.481.612.688 2.307.596 3.808-.082 1.32-.33 2.523-.698 3.39-.442 1.036-1.07 1.562-1.781 1.562-.714 0-1.209-.77-1.209-.77s-.094 2.56-.094 4.633c0 1.965.09 2.771.134 3.168l.001.01c.018.162-.095.285-.25.266-.223-.026-.43-.177-.637-.41a1.55 1.55 0 0 1-.39-.87c-.12-.91-.102-2.747.029-4.558.075-1.045.147-2.339.147-3.265 0-.458.057-2.34.115-4.022-.128.394-.782 1.192-1.039 1.399 0 1.276-.55 4.436-2.632 4.436-.732 0-2.218-.694-2.218-3.535 0-.604.055-1.205.144-1.754-.268.3-.613.615-.909.853 0 1.179-.551 4.436-2.632 4.436-.732 0-2.218-.694-2.218-3.535 0-1.843.509-3.664.947-4.01.333-1.122 1.03-1.687 1.888-1.687 1.125 0 2.015 1.023 2.015 3.87.235-.195.714-.74 1.005-1.187.301-.464.563-.987.758-1.388.279-.572.784-1.295 1.837-1.295 1.126 0 2.015.786 2.015 3.632.378-.393 1.015-1.272 1.142-3.013l.017-.46c0-.29.177-.35.319-.393m-10.957 5.833c0 1.97.879 2.431 1.363 2.431.879 0 1.505-1.482 1.505-2.704-1.18.653-2.405-.13-2.731-1.589l-.002.013c-.016.105-.135.886-.135 1.849m.812-3.066c0 1.19.763 2.066 1.39 2.066.409 0 .708-.204.733-.238 0-1.484-.19-2.955-.883-3.257-.465-.202-1.24.328-1.24 1.429m4.803 3.066c0 1.97.879 2.431 1.363 2.431.879 0 1.505-1.625 1.505-2.848-1.18.653-2.405.015-2.73-1.445q-.002.001-.002.01a13 13 0 0 0-.136 1.852m.812-3.066c0 1.19.763 1.957 1.39 1.957.409 0 .737-.259.763-.293-.033-1.192-.097-2.747-.913-3.093-.466-.198-1.24.328-1.24 1.429m7.482 2.525c.11-1.08.235-3.608-.365-3.608-.424 0-1.295 1.387-1.966 2.626a99 99 0 0 0-.059 2.764c0 .527.225 1.135.855 1.135.835 0 1.425-1.844 1.535-2.917m-20.22 7.78c.457.84 1.378 2.531 2.781 2.531.662 0 .71-1.898.71-4.481s-.025-3.102-.025-3.102-.407 1.443-1.558 1.443c-.522 0-1.993-.251-1.887-3.98.045-1.596.27-3.347 1.141-4.457.476-.607.952-.692 1.088-.717l.024-.004c.297-.063.518-.055.765.017.39.114.655.416.833.809.054-.458.08-.6.127-.851a.42.42 0 0 1 .303-.341c.21-.064.33-.087.552-.106.253-.02.226.18.179.45l-.01.056c-.1.568-.23 1.311-.326 2.494-.041.497-.119 2.11-.119 2.756v5.311c0 4.014-.19 5.65-2.223 5.65-2.071 0-3.833-2.623-3.989-4.008-.012-.103.03-.277.346-.277.312 0 .734.049.959.283.1.103.147.192.21.306l.034.064zm2.108-4.851c.667 0 1.235-1.645 1.334-2.67.05-.498.114-1.214.13-1.777l.003-.095c.02-.608.078-2.268-.777-2.268-1.03 0-1.554 1.974-1.602 3.694-.051 1.784.246 3.116.912 3.116m21.382-1.987c0 .193-.078.28-.256.261-.134-.014-.303-.12-.42-.253-.133-.153-.165-.36-.165-.713l-.17-10.392c0-.436.109-.588.399-.717.16-.07.497-.217.682-.264.185-.046.352.1.346.26zM7.775 8.02c.163-.024.239.06.234.23-.006.181-.065 1.058-.131 2.044-.06.88-.125 1.848-.163 2.486q-.012.212-.028.434c-.084 1.215-.177 2.565.526 2.58.528.013 1.044-.392 1.26-1.162.04-.622.088-1.23.142-1.928l.102-1.346c.045-.603.094-1.321.135-1.924.04-.59.073-1.07.087-1.218.02-.213.13-.277.323-.318.074-.015.36-.06.54-.08.19-.02.264.122.252.303l-.049.834a411 411 0 0 0-.311 5.493c-.02.86 0 1.988.016 2.72v.003c.006.169-.132.24-.304.24-.641 0-.874-1.093-.88-1.416 0 0-.656 1.143-1.601 1.143-.874 0-1.333-.81-1.333-2.035 0-.953.025-1.515.055-2.192.011-.266.024-.55.036-.882.015-.398.027-.807.04-1.202.032-1.006.06-1.928.108-2.375a.32.32 0 0 1 .087-.206.4.4 0 0 1 .198-.088l.127-.028c.159-.036.414-.093.532-.11M.778 12.507c.26 0 .287.1.287.361 0 .091-.009.18-.019.285-.01.11-.023.235-.028.398-.02.593.14 2.911 2.175 2.911.97 0 1.643-.806 1.643-1.493 0-1.4-1.04-2.257-1.995-3.044-.491-.405-.96-.79-1.252-1.223C.91 9.7.836 8.669.818 7.432.798 6.109 1.19.564 3.758.564c1.01 0 2.079 1.056 2.079 3.506v.028c0 1.063 0 2.907-.396 4.083a.74.74 0 0 1-.518.488c-.165.05-.324.065-.41-.008-.07-.058-.04-.192-.008-.287.4-1.213.79-6.416-.908-6.416-1.092 0-1.696 3.15-1.696 4.866 0 2.188.543 2.87 1.25 3.606.124.128.29.278.48.45.905.813 2.356 2.12 2.356 3.958 0 2.38-1.995 3.015-2.893 3.015C1.292 17.853 0 16.5 0 14.667c0-.54.047-1.29.3-1.813.171-.354.376-.35.462-.347zm11.608-4.828a4 4 0 0 1 .576-.136c.188-.025.301.115.291.308-.01.19-.05.564-.094.974a33 33 0 0 0-.129 1.35l.062-.106c.482-.826 1.147-1.966 1.785-2.12.433-.103.846.085 1.107.418.481.612.688 2.307.595 3.808-.08 1.32-.329 2.523-.697 3.39-.442 1.036-1.07 1.562-1.781 1.562-.714 0-1.21-.77-1.21-.77s-.093 2.56-.093 4.633c0 1.964.09 2.77.134 3.167l.001.012c.018.16-.095.284-.25.265-.223-.026-.43-.177-.637-.41a1.55 1.55 0 0 1-.39-.871c-.12-.909-.102-2.747.029-4.557.075-1.045.147-2.339.147-3.265s.235-7.26.235-7.26c0-.29.176-.35.319-.393m2.952 5.292c.11-1.08.235-3.608-.365-3.608-.424 0-1.295 1.387-1.966 2.626-.027.688-.059 2.133-.059 2.764 0 .527.226 1.135.855 1.135.835 0 1.425-1.844 1.535-2.917m4.745-5.213c1.16 0 1.511 1.205 1.411 2.501-.094 1.218-1.082 3.576-2.937 3.576-.114-.001-.238-.013-.359-.048 0 1.117.16 2.126 1.141 2.126.982 0 2.824-1.798 3.047-4.413.2-2.344.269-2.863.337-3.374l.024-.18c.017-.135.11-.203.27-.243s.526-.11.621-.119.17.03.216.098c.053.076.057.15.037.266a33 33 0 0 0-.388 2.8c.528-.898 1.519-2.385 1.784-2.656.303-.308.975-.248 1.166-.158.058.028.095.064.098.11.004.05-.026.264-.065.546-.033.237-.072.52-.104.794a15 15 0 0 0-.1 1.463.205.205 0 0 1-.205.208c-.228-.006-.498-.054-.7-.228a.65.65 0 0 1-.216-.5c-.007-.329.031-.82.031-.82s-1.51 2.562-1.809 3.19a63 63 0 0 0 .041 4.38v.003a.24.24 0 0 1-.09.199.23.23 0 0 1-.209.038c-1.028-.333-1.002-1.058-.992-1.337l.001-.06c0-.214.008-.84.02-1.206-.61 1.024-1.571 2.411-3.018 2.411-1.76 0-2.036-1.834-2.036-3.275 0-1.29.274-3.074.731-4.128.506-1.165 1.234-1.964 2.252-1.964m-.003 1.06c-.326-.147-.882.305-1.241 1.155-.259.61-.608 1.827-.608 2.75.102.026.238.035.387.035.967 0 1.703-1.397 1.8-2.508.058-.65 0-1.277-.338-1.431m30.759 7.595c0 .585-.457 1.06-1.02 1.06s-1.019-.475-1.019-1.06.457-1.06 1.02-1.06 1.019.474 1.019 1.06"
|
|
9
|
+
clipRule="evenodd"
|
|
10
|
+
/>
|
|
11
|
+
</svg>
|
|
12
|
+
);
|
|
13
|
+
export default SvgSupergoopWhiteLogo;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SVGProps } from 'react';
|
|
3
|
+
const SvgVectorUpRight = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" width={8} height={9} {...props}>
|
|
5
|
+
<path d="M3.298.656V2h2.411L.38 7.33l1.044 1.044 5.234-5.427v2.411H8V1.465a.81.81 0 0 0-.809-.809z" />
|
|
6
|
+
</svg>
|
|
7
|
+
);
|
|
8
|
+
export default SvgVectorUpRight;
|
package/src/index.ts
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
export { default as Document } from './Document';
|
|
2
|
+
export { default as AiSearchBold } from './AiSearchBold';
|
|
3
|
+
export { default as AiSearchThin } from './AiSearchThin';
|
|
4
|
+
export { default as AiSearchVariant } from './AiSearchVariant';
|
|
5
|
+
export { default as AiSearch } from './AiSearch';
|
|
6
|
+
export { default as Alert } from './Alert';
|
|
7
|
+
export { default as ArrowUp } from './ArrowUp';
|
|
8
|
+
export { default as BagAddWhite } from './BagAddWhite';
|
|
9
|
+
export { default as BagWhite } from './BagWhite';
|
|
10
|
+
export { default as BlackLightbulb } from './BlackLightbulb';
|
|
11
|
+
export { default as ChevronDown } from './ChevronDown';
|
|
12
|
+
export { default as ChevronLeft } from './ChevronLeft';
|
|
13
|
+
export { default as CoterieLogo } from './CoterieLogo';
|
|
14
|
+
export { default as CustomerChat } from './CustomerChat';
|
|
15
|
+
export { default as DotsHorizontal } from './DotsHorizontal';
|
|
16
|
+
export { default as EnviveWatermark } from './EnviveWatermark';
|
|
17
|
+
export { default as FourPointStar } from './FourPointStar';
|
|
18
|
+
export { default as IconCloseVariant } from './IconCloseVariant';
|
|
19
|
+
export { default as IconClose } from './IconClose';
|
|
20
|
+
export { default as Lightbulb } from './Lightbulb';
|
|
21
|
+
export { default as MagnifyingGlassStarVariant } from './MagnifyingGlassStarVariant';
|
|
22
|
+
export { default as MagnifyingGlassStar } from './MagnifyingGlassStar';
|
|
23
|
+
export { default as MagnifyingGlass } from './MagnifyingGlass';
|
|
24
|
+
export { default as OutlinedStar } from './OutlinedStar';
|
|
25
|
+
export { default as Paperclip } from './Paperclip';
|
|
26
|
+
export { default as SendArrow } from './SendArrow';
|
|
27
|
+
export { default as Send } from './Send';
|
|
28
|
+
export { default as SettingsVariant } from './SettingsVariant';
|
|
29
|
+
export { default as Settings } from './Settings';
|
|
30
|
+
export { default as ShapewearOutline } from './ShapewearOutline';
|
|
31
|
+
export { default as SpanxLogo } from './SpanxLogo';
|
|
32
|
+
export { default as Sparkles } from './Sparkles';
|
|
33
|
+
export { default as SpiffyBwLogo } from './SpiffyBwLogo';
|
|
34
|
+
export { default as Star } from './Star';
|
|
35
|
+
export { default as SupergoopBlackLogo } from './SupergoopBlackLogo';
|
|
36
|
+
export { default as SupergoopWhiteLogo } from './SupergoopWhiteLogo';
|
|
37
|
+
export { default as VectorUpRight } from './VectorUpRight';
|