@pop-ui/foundation 1.1.1 → 1.1.3
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/dist/foundation.js +1518 -679
- package/dist/foundation.umd.cjs +1 -1
- package/dist/native/icons/native/IconCart.js +9 -0
- package/dist/native/icons/native/IconCartAdd.js +9 -0
- package/dist/native/icons/native/IconCartCheck.js +9 -0
- package/dist/native/icons/native/index.js +3 -0
- package/dist/native/illustrations/native/IllustrationCamera.js +8 -0
- package/dist/native/illustrations/native/IllustrationCheckCircle.js +10 -0
- package/dist/native/illustrations/native/IllustrationClockHurry.js +8 -0
- package/dist/native/illustrations/native/IllustrationHandOk.js +8 -0
- package/dist/native/illustrations/native/IllustrationHandThumbsUp.js +8 -0
- package/dist/native/illustrations/native/IllustrationNoCircle.js +8 -0
- package/dist/native/illustrations/native/IllustrationOffice.js +8 -0
- package/dist/native/illustrations/native/IllustrationPeople.js +8 -0
- package/dist/native/illustrations/native/IllustrationPerson.js +8 -0
- package/dist/native/illustrations/native/IllustrationPopdeal.js +8 -0
- package/dist/native/illustrations/native/IllustrationPoppass.js +8 -0
- package/dist/native/illustrations/native/IllustrationSales.js +8 -0
- package/dist/native/illustrations/native/IllustrationSetting.js +8 -0
- package/dist/native/illustrations/native/IllustrationTicket.js +8 -0
- package/dist/native/illustrations/native/IllustrationYesCircle.js +8 -0
- package/dist/native/illustrations/native/IllustrationYesSpike.js +8 -0
- package/dist/native/illustrations/native/IllustrationYoutube.js +8 -0
- package/dist/native/illustrations/native/index.js +17 -0
- package/dist/types/index.d.ts +40 -0
- package/dist/types-native/icons/native/IconCart.d.ts +2 -0
- package/dist/types-native/icons/native/IconCartAdd.d.ts +2 -0
- package/dist/types-native/icons/native/IconCartCheck.d.ts +2 -0
- package/dist/types-native/icons/native/index.d.ts +3 -0
- package/dist/types-native/illustrations/native/IllustrationCamera.d.ts +2 -0
- package/dist/types-native/illustrations/native/IllustrationCheckCircle.d.ts +2 -0
- package/dist/types-native/illustrations/native/IllustrationClockHurry.d.ts +2 -0
- package/dist/types-native/illustrations/native/IllustrationHandOk.d.ts +2 -0
- package/dist/types-native/illustrations/native/IllustrationHandThumbsUp.d.ts +2 -0
- package/dist/types-native/illustrations/native/IllustrationNoCircle.d.ts +2 -0
- package/dist/types-native/illustrations/native/IllustrationOffice.d.ts +2 -0
- package/dist/types-native/illustrations/native/IllustrationPeople.d.ts +2 -0
- package/dist/types-native/illustrations/native/IllustrationPerson.d.ts +2 -0
- package/dist/types-native/illustrations/native/IllustrationPopdeal.d.ts +2 -0
- package/dist/types-native/illustrations/native/IllustrationPoppass.d.ts +2 -0
- package/dist/types-native/illustrations/native/IllustrationSales.d.ts +2 -0
- package/dist/types-native/illustrations/native/IllustrationSetting.d.ts +2 -0
- package/dist/types-native/illustrations/native/IllustrationTicket.d.ts +2 -0
- package/dist/types-native/illustrations/native/IllustrationYesCircle.d.ts +2 -0
- package/dist/types-native/illustrations/native/IllustrationYesSpike.d.ts +2 -0
- package/dist/types-native/illustrations/native/IllustrationYoutube.d.ts +2 -0
- package/dist/types-native/illustrations/native/index.d.ts +17 -0
- package/package.json +1 -1
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// This file is auto-generated by scripts/generate-native.ts
|
|
3
|
+
// DO NOT EDIT MANUALLY — changes will be overwritten on the next build
|
|
4
|
+
// To update: modify the source in src/icons/*.tsx or src/illustrations/*.tsx, then run `yarn build`
|
|
5
|
+
import { Circle, Path, Svg } from 'react-native-svg';
|
|
6
|
+
import { ColorGray900 } from '../../tokens/colors';
|
|
7
|
+
export default function IconCart({ size = 24, color = ColorGray900, ...props }) {
|
|
8
|
+
return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M1 4H2.4914C3.38436 4 4.16913 4.59195 4.41445 5.45056L6.58555 13.0494C6.83087 13.908 7.61564 14.5 8.5086 14.5H18C19.1046 14.5 20 13.6046 20 12.5V7", stroke: color, strokeWidth: "1.5", strokeLinecap: "round" }), _jsx(Circle, { cx: "18", cy: "19", r: "2.25", stroke: color, strokeWidth: "1.5" }), _jsx(Circle, { cx: "7.5", cy: "19", r: "2.25", stroke: color, strokeWidth: "1.5" })] }));
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// This file is auto-generated by scripts/generate-native.ts
|
|
3
|
+
// DO NOT EDIT MANUALLY — changes will be overwritten on the next build
|
|
4
|
+
// To update: modify the source in src/icons/*.tsx or src/illustrations/*.tsx, then run `yarn build`
|
|
5
|
+
import { Circle, Path, Svg } from 'react-native-svg';
|
|
6
|
+
import { ColorGray900 } from '../../tokens/colors';
|
|
7
|
+
export default function IconCartAdd({ size = 24, color = ColorGray900, ...props }) {
|
|
8
|
+
return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M1 4H2.4914C3.38436 4 4.16913 4.59195 4.41445 5.45056L6.58555 13.0494C6.83087 13.908 7.61564 14.5 8.5086 14.5H18C19.1046 14.5 20 13.6046 20 12.5V7", stroke: color, strokeWidth: "1.5", strokeLinecap: "round" }), _jsx(Path, { d: "M12.6 4.8V10.8", stroke: color, strokeWidth: "1.5", strokeLinecap: "round" }), _jsx(Path, { d: "M9.6 7.8H15.6", stroke: color, strokeWidth: "1.5", strokeLinecap: "round" }), _jsx(Circle, { cx: "18", cy: "19", r: "2.25", stroke: color, strokeWidth: "1.5" }), _jsx(Circle, { cx: "7.5", cy: "19", r: "2.25", stroke: color, strokeWidth: "1.5" })] }));
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// This file is auto-generated by scripts/generate-native.ts
|
|
3
|
+
// DO NOT EDIT MANUALLY — changes will be overwritten on the next build
|
|
4
|
+
// To update: modify the source in src/icons/*.tsx or src/illustrations/*.tsx, then run `yarn build`
|
|
5
|
+
import { Circle, Path, Svg } from 'react-native-svg';
|
|
6
|
+
import { ColorGray900 } from '../../tokens/colors';
|
|
7
|
+
export default function IconCartCheck({ size = 24, color = ColorGray900, ...props }) {
|
|
8
|
+
return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M1 4H2.4914C3.38436 4 4.16913 4.59195 4.41445 5.45056L6.58555 13.0494C6.83087 13.908 7.61564 14.5 8.5086 14.5H18C19.1046 14.5 20 13.6046 20 12.5V7", stroke: color, strokeWidth: "1.5", strokeLinecap: "round" }), _jsx(Path, { d: "M10.5 8.5L11.6464 9.64645C11.8417 9.84171 12.1583 9.84171 12.3536 9.64645L15.5 6.5", stroke: color, strokeWidth: "1.5", strokeLinecap: "round" }), _jsx(Circle, { cx: "18", cy: "19", r: "2.25", stroke: color, strokeWidth: "1.5" }), _jsx(Circle, { cx: "7.5", cy: "19", r: "2.25", stroke: color, strokeWidth: "1.5" })] }));
|
|
9
|
+
}
|
|
@@ -16,6 +16,9 @@ export { default as IconCard } from './IconCard';
|
|
|
16
16
|
export { default as IconCards } from './IconCards';
|
|
17
17
|
export { default as IconCaretDown } from './IconCaretDown';
|
|
18
18
|
export { default as IconCaretUp } from './IconCaretUp';
|
|
19
|
+
export { default as IconCart } from './IconCart';
|
|
20
|
+
export { default as IconCartAdd } from './IconCartAdd';
|
|
21
|
+
export { default as IconCartCheck } from './IconCartCheck';
|
|
19
22
|
export { default as IconCaution } from './IconCaution';
|
|
20
23
|
export { default as IconChartBar } from './IconChartBar';
|
|
21
24
|
export { default as IconCheck } from './IconCheck';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// This file is auto-generated by scripts/generate-native.ts
|
|
3
|
+
// DO NOT EDIT MANUALLY — changes will be overwritten on the next build
|
|
4
|
+
// To update: modify the source in src/icons/*.tsx or src/illustrations/*.tsx, then run `yarn build`
|
|
5
|
+
import { Circle, Ellipse, Path, Svg } from 'react-native-svg';
|
|
6
|
+
export default function IllustrationCamera({ size = 24, ...props }) {
|
|
7
|
+
return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M18 20H6C4.34315 20 3 18.6569 3 17V9.60466C3 7.9478 4.34315 6.60466 6 6.60466H7.16107C7.36573 6.60466 7.54973 6.47994 7.62552 6.28983L8.03638 5.25932C8.33956 4.4989 9.07554 4.00001 9.89417 4.00001H14.1058C14.9245 4.00001 15.6604 4.4989 15.9636 5.25932L16.3745 6.28983C16.4503 6.47994 16.6343 6.60466 16.8389 6.60466H18C19.6569 6.60466 21 7.9478 21 9.60466V17C21 18.6569 19.6569 20 18 20Z", fill: "#DA77F2" }), _jsx(Circle, { cx: "12", cy: "13", r: "3", stroke: "white", strokeWidth: "1.5" }), _jsx(Ellipse, { cx: "16.5211", cy: "9.54492", rx: "0.753488", ry: "0.739322", fill: "white" })] }));
|
|
8
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// This file is auto-generated by scripts/generate-native.ts
|
|
3
|
+
// DO NOT EDIT MANUALLY — changes will be overwritten on the next build
|
|
4
|
+
// To update: modify the source in src/icons/*.tsx or src/illustrations/*.tsx, then run `yarn build`
|
|
5
|
+
import { useId } from 'react';
|
|
6
|
+
import { Circle, Defs, LinearGradient, Path, Stop, Svg } from 'react-native-svg';
|
|
7
|
+
export default function IllustrationCheckCircle({ size = 24, ...props }) {
|
|
8
|
+
const gradientId = useId();
|
|
9
|
+
return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Defs, { children: _jsxs(LinearGradient, { id: gradientId, x1: "0", y1: "0", x2: "24", y2: "24", gradientUnits: "userSpaceOnUse", children: [_jsx(Stop, { stopColor: "#0FD3D8" }), _jsx(Stop, { offset: "1", stopColor: "#6FCCFF" })] }) }), _jsx(Circle, { cx: "12", cy: "12", r: "12", fill: `url(#${gradientId})` }), _jsx(Path, { d: "M6.6 12.6L10.2 16.2L17.4 8.4", stroke: "white", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
10
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// This file is auto-generated by scripts/generate-native.ts
|
|
3
|
+
// DO NOT EDIT MANUALLY — changes will be overwritten on the next build
|
|
4
|
+
// To update: modify the source in src/icons/*.tsx or src/illustrations/*.tsx, then run `yarn build`
|
|
5
|
+
import { Path, Rect, Svg } from 'react-native-svg';
|
|
6
|
+
export default function IllustrationClockHurry({ size = 24, ...props }) {
|
|
7
|
+
return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M14.1885 21.0001C19.159 21.0001 23.1885 16.9707 23.1885 12.0001C23.1885 7.02954 19.159 3.00011 14.1885 3.00011C9.21791 3.00011 5.18848 7.02954 5.18848 12.0001C5.18848 16.9707 9.21791 21.0001 14.1885 21.0001Z", fill: "#84CAFF" }), _jsx(Path, { d: "M14.1885 12.8619V7.91194", stroke: "white", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round" }), _jsx(Path, { d: "M17.1885 16L14.1885 12.8573", stroke: "white", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round" }), _jsx(Rect, { width: "7.08719", height: "2", rx: "1", transform: "matrix(1 0 0 -1 3.2981 14.7125)", fill: "white" }), _jsx(Rect, { width: "8.15479", height: "2", rx: "1", transform: "matrix(1 0 0 -1 0.811768 11.2875)", fill: "white" })] }));
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// This file is auto-generated by scripts/generate-native.ts
|
|
3
|
+
// DO NOT EDIT MANUALLY — changes will be overwritten on the next build
|
|
4
|
+
// To update: modify the source in src/icons/*.tsx or src/illustrations/*.tsx, then run `yarn build`
|
|
5
|
+
import { Path, Rect, Svg } from 'react-native-svg';
|
|
6
|
+
export default function IllustrationHandOk({ size = 24, ...props }) {
|
|
7
|
+
return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M14.3309 4.50147C14.1837 4.19465 14.0817 3.84735 14.1979 3.52738C14.4552 2.81874 15.0328 2.5852 15.4556 2.51197C15.7764 2.45639 16.0896 2.59866 16.2974 2.85047C17.6773 4.5224 18.7878 8.39759 18.7061 12.1386C18.6602 14.2406 18.2235 15.804 17.3307 17.3149C16.7731 18.2585 15.8503 18.9217 14.777 19.1255C13.7964 19.3117 12.4179 19.4576 10.7844 19.3135C9.91113 19.2364 9.04541 19.0073 8.30274 18.5394C6.66138 17.5053 5.52938 15.8453 5.29775 13.4562C5.23997 12.8603 5.48739 12.2597 6.04337 12.0442C6.1809 11.9909 6.33624 11.9427 6.50927 11.9059C7.09234 11.7818 7.53538 12.3199 7.71399 12.8912C8.14212 14.2605 9.3794 15.1367 10.5958 14.7672C10.8567 14.6646 11.1098 14.5065 11.3325 14.34C11.8769 13.933 12.1095 13.2049 11.8167 12.5898C11.1817 11.2559 9.76925 10.753 8.08701 11.4138C7.73788 11.5509 7.34649 11.6122 7.03862 11.3973C6.92259 11.3163 6.79705 11.212 6.67312 11.0789C6.0772 10.4388 6.4256 9.43417 7.19028 9.0123C8.83942 8.10241 10.7865 7.90627 12.4045 8.54061C11.7594 7.45587 10.9757 6.46676 10.055 5.71178C9.70142 5.42191 9.41563 5.01243 9.48504 4.55928C9.58324 3.91839 9.92562 3.591 10.2103 3.42663C10.4643 3.27996 10.7707 3.33111 11.0339 3.4603C12.8629 4.35798 14.1006 5.4119 14.996 6.5867C14.8451 5.81282 14.6152 5.094 14.3309 4.50147Z", fill: "#FFCEB2" }), _jsx(Rect, { x: "6.43237", y: "18.6998", width: "11.1353", height: "2.80018", rx: "1.14733", fill: "#0FD3D8" })] }));
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// This file is auto-generated by scripts/generate-native.ts
|
|
3
|
+
// DO NOT EDIT MANUALLY — changes will be overwritten on the next build
|
|
4
|
+
// To update: modify the source in src/icons/*.tsx or src/illustrations/*.tsx, then run `yarn build`
|
|
5
|
+
import { Path, Rect, Svg } from 'react-native-svg';
|
|
6
|
+
export default function IllustrationHandThumbsUp({ size = 24, ...props }) {
|
|
7
|
+
return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", ...props, children: [_jsx(Path, { d: "M8.7209 7.46957C7.05506 8.30984 6.70382 7.93709 6.35921 8.5976L6.35913 15.7794H7.60087C7.78016 15.7794 7.95615 15.8276 8.11042 15.919L9.11009 16.511C9.57289 16.785 10.1009 16.9296 10.6387 16.9296H12.2313H14.1831C15.5371 16.9296 16.7232 16.0228 17.0782 14.7162L17.7697 12.171L18.1452 9.85717C18.3426 8.64068 17.4034 7.53684 16.171 7.53684H13.7355C13.6996 7.53684 13.6762 7.49911 13.6922 7.46698C14.0417 6.7648 14.3078 6.01385 14.3516 5.23072C14.4598 3.30042 13.8131 3.04557 13.4818 2.97001C13.1565 2.85664 12.8964 2.92655 12.7006 3.03447C12.4823 3.1548 12.3404 3.37322 12.2332 3.59829L11.6357 4.85301C11.5962 4.93598 11.544 5.01229 11.481 5.0792L10.6811 5.92892C10.1075 6.53827 9.46811 7.09266 8.7209 7.46957Z", fill: "#FFCDB2" }), _jsx(Rect, { x: "6.84692", y: "7.02679", width: "10.0612", height: "5.00647", rx: "1.01568", transform: "rotate(90 6.84692 7.02679)", fill: "#0FD3D8" })] }));
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// This file is auto-generated by scripts/generate-native.ts
|
|
3
|
+
// DO NOT EDIT MANUALLY — changes will be overwritten on the next build
|
|
4
|
+
// To update: modify the source in src/icons/*.tsx or src/illustrations/*.tsx, then run `yarn build`
|
|
5
|
+
import { Circle, Rect, Svg } from 'react-native-svg';
|
|
6
|
+
export default function IllustrationNoCircle({ size = 24, ...props }) {
|
|
7
|
+
return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Circle, { cx: "12", cy: "12", r: "9", fill: "#FF8A8A" }), _jsx(Rect, { x: "14.8284", y: "7.75781", width: "2", height: "10", rx: "1", transform: "rotate(45 14.8284 7.75781)", fill: "white" }), _jsx(Rect, { width: "2", height: "10", rx: "1", transform: "matrix(-0.707107 0.707107 0.707107 0.707107 9.17139 7.75781)", fill: "white" })] }));
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// This file is auto-generated by scripts/generate-native.ts
|
|
3
|
+
// DO NOT EDIT MANUALLY — changes will be overwritten on the next build
|
|
4
|
+
// To update: modify the source in src/icons/*.tsx or src/illustrations/*.tsx, then run `yarn build`
|
|
5
|
+
import { Path, Rect, Svg } from 'react-native-svg';
|
|
6
|
+
export default function IllustrationOffice({ size = 24, ...props }) {
|
|
7
|
+
return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M9.15771 7.78947C9.15771 7.23719 9.60543 6.78947 10.1577 6.78947H21.4209C21.9732 6.78947 22.4209 7.23719 22.4209 7.78947V21H9.15771V7.78947Z", fill: "#DAEFFF" }), _jsx(Path, { d: "M1.57886 4C1.57886 3.44772 2.02657 3 2.57886 3H15.7368C16.289 3 16.7368 3.44772 16.7368 4V21H1.57886V4Z", fill: "#B2DDFF" }), _jsx(Rect, { x: "5.03101", y: "5.2618", width: "2.84211", height: "2.84211", rx: "0.5", fill: "#53B1FD" }), _jsx(Rect, { x: "10.4424", y: "5.2618", width: "2.84211", height: "2.84211", rx: "0.5", fill: "#53B1FD" }), _jsx(Rect, { x: "5.03101", y: "9.99864", width: "2.84211", height: "2.84211", rx: "0.5", fill: "#53B1FD" }), _jsx(Rect, { x: "10.4424", y: "9.99864", width: "2.84211", height: "2.84211", rx: "0.5", fill: "#53B1FD" }), _jsx(Path, { d: "M7.41724 21V18.1284C7.41724 17.4359 7.96896 16.8747 8.64981 16.8747H9.66521C10.3461 16.8747 10.8978 17.4359 10.8978 18.1284V21", fill: "white" })] }));
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// This file is auto-generated by scripts/generate-native.ts
|
|
3
|
+
// DO NOT EDIT MANUALLY — changes will be overwritten on the next build
|
|
4
|
+
// To update: modify the source in src/icons/*.tsx or src/illustrations/*.tsx, then run `yarn build`
|
|
5
|
+
import { Path, Svg } from 'react-native-svg';
|
|
6
|
+
export default function IllustrationPeople({ size = 24, ...props }) {
|
|
7
|
+
return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M14.7256 12.6989C16.878 13.0544 18.5166 14.9263 18.5166 17.1725V17.7614C18.5164 18.6362 17.8094 19.3424 16.9346 19.3424H12.5215C11.6466 19.3424 10.9396 18.6362 10.9395 17.7614V17.1725C10.9395 14.9211 12.5812 13.0559 14.7256 12.6989ZM19.0498 12.6374C21.557 12.6374 23.585 14.6738 23.585 17.1725V17.7614C23.5848 18.6362 22.8778 19.3424 22.0029 19.3424H19.5762C19.8535 18.8799 20.0165 18.3405 20.0166 17.7614V17.1725C20.0166 15.3674 19.2206 13.7446 17.96 12.6374H19.0498Z", fill: "#B2DDFF" }), _jsx(Path, { d: "M6.42896 12.6374C5.16947 13.7427 4.37134 15.3629 4.37134 17.1725V17.7614C4.37141 18.3405 4.53445 18.8799 4.81177 19.3424H1.99731C1.12244 19.3424 0.415459 18.6362 0.415283 17.7614V17.1725C0.415283 14.6654 2.45169 12.6374 4.95044 12.6374H6.42896ZM9.46411 12.735C11.5199 13.168 13.0608 14.9945 13.0608 17.1725V17.7614C13.0606 18.6362 12.3536 19.3424 11.4788 19.3424H7.45337C6.57851 19.3424 5.87154 18.6362 5.87134 17.7614V17.1725C5.87134 14.9893 7.41516 13.1687 9.46411 12.735Z", fill: "#B2DDFF" }), _jsx(Path, { d: "M17.2659 5.14981C18.9082 5.14981 20.2394 6.48113 20.2395 8.12344C20.2395 9.76584 18.9083 11.0971 17.2659 11.0971C16.9251 11.0971 16.599 11.0366 16.2942 10.9311C16.8427 10.1323 17.1643 9.16557 17.1643 8.12344C17.1643 7.08099 16.843 6.11369 16.2942 5.31485C16.5989 5.20943 16.9253 5.14983 17.2659 5.14981ZM15.0461 6.14883C15.4355 6.70922 15.6643 7.38941 15.6643 8.12344C15.6643 8.85745 15.4354 9.53767 15.0461 10.0981C14.5785 9.57267 14.2922 8.88212 14.2922 8.12344C14.2923 7.36474 14.5785 6.6742 15.0461 6.14883Z", fill: "#B2DDFF" }), _jsx(Path, { d: "M6.7417 5.14981C7.16928 5.14981 7.57545 5.24124 7.94287 5.40372C7.49141 6.15179 7.23194 7.02876 7.23193 7.96622C7.23193 9.00582 7.55208 9.97038 8.09814 10.768C7.69119 10.9771 7.23073 11.0971 6.7417 11.0971C5.09939 11.097 3.76807 9.76578 3.76807 8.12344C3.76817 6.4812 5.09945 5.14991 6.7417 5.14981ZM9.12842 6.35489C9.49562 6.84954 9.71529 7.46008 9.71533 8.12344C9.71533 8.72568 9.53477 9.28503 9.22705 9.75333C8.91254 9.23153 8.73193 8.61988 8.73193 7.96622C8.73194 7.38452 8.87521 6.83628 9.12842 6.35489Z", fill: "#B2DDFF" }), _jsx(Path, { d: "M10.4145 12.6373H13.9818C16.4889 12.6373 18.5165 14.6733 18.5165 17.1721V17.761C18.5165 18.636 17.8098 19.3427 16.9348 19.3427H7.45304C6.57806 19.3427 5.87134 18.636 5.87134 17.761V17.1721C5.87134 14.6649 7.90736 12.6373 10.4061 12.6373H10.4145Z", fill: "#8BCAFB" }), _jsx(Path, { d: "M12.1982 11.5899C14.1126 11.5899 15.6645 10.038 15.6645 8.12361C15.6645 6.20924 14.1126 4.65733 12.1982 4.65733C10.2838 4.65733 8.73193 6.20924 8.73193 8.12361C8.73193 10.038 10.2838 11.5899 12.1982 11.5899Z", fill: "#8BCAFB" })] }));
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// This file is auto-generated by scripts/generate-native.ts
|
|
3
|
+
// DO NOT EDIT MANUALLY — changes will be overwritten on the next build
|
|
4
|
+
// To update: modify the source in src/icons/*.tsx or src/illustrations/*.tsx, then run `yarn build`
|
|
5
|
+
import { Path, Svg } from 'react-native-svg';
|
|
6
|
+
export default function IllustrationPerson({ size = 24, ...props }) {
|
|
7
|
+
return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M9.89704 12.2964H14.5273C17.7816 12.2964 20.4134 14.9392 20.4134 18.1825V18.947C20.4134 20.0827 19.4961 21 18.3604 21H6.05304C4.91732 21 4 20.0827 4 18.947V18.1825C4 14.9283 6.64274 12.2964 9.88611 12.2964H9.89704Z", fill: "#8BCAFB" }), _jsx(Path, { d: "M12.2126 10.9984C14.6974 10.9984 16.7118 8.98406 16.7118 6.49921C16.7118 4.01437 14.6974 2 12.2126 2C9.72774 2 7.71338 4.01437 7.71338 6.49921C7.71338 8.98406 9.72774 10.9984 12.2126 10.9984Z", fill: "#8BCAFB" })] }));
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// This file is auto-generated by scripts/generate-native.ts
|
|
3
|
+
// DO NOT EDIT MANUALLY — changes will be overwritten on the next build
|
|
4
|
+
// To update: modify the source in src/icons/*.tsx or src/illustrations/*.tsx, then run `yarn build`
|
|
5
|
+
import { Path, Svg } from 'react-native-svg';
|
|
6
|
+
export default function IllustrationPopdeal({ size = 24, ...props }) {
|
|
7
|
+
return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M2.99902 20.0591C2.99902 21.2491 3.92902 22.2091 5.07902 22.2091L18.879 22.1991C20.029 22.1991 20.959 21.2391 20.959 20.0491L19.919 7.13911C19.919 5.94911 18.989 4.98911 17.839 4.98911H6.11902C4.96902 4.98911 4.03902 5.94911 4.03902 7.13911L2.99902 20.0591Z", fill: "#0FD3D8" }), _jsx(Path, { d: "M8.2793 6.30951V4.69951C8.2793 2.65951 9.9393 0.999512 11.9793 0.999512C14.0193 0.999512 15.6793 2.65951 15.6793 4.69951V6.30951", stroke: "#0FD3D8", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round" }), _jsx(Path, { d: "M9.68945 18.7912C11.1695 19.3212 12.7895 19.3212 14.2695 18.7912", stroke: "white", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round" }), _jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M11.4795 9.61539H9.59945C9.51945 9.61539 9.43945 9.68539 9.43945 9.77539V15.8354C9.43945 15.9254 9.51945 16.0054 9.59945 16.0054H10.8395C10.9295 16.0054 10.9995 15.9354 10.9995 15.8454V14.8854C10.9995 14.7754 11.0895 14.6854 11.1895 14.6854H11.4695C13.3495 14.6854 14.5095 13.7654 14.5095 12.1654C14.5095 10.5654 13.3495 9.62539 11.4695 9.62539L11.4795 9.61539ZM11.5695 13.1554H11.2095C11.1095 13.1554 11.0195 13.0754 11.0195 12.9654V11.3354C11.0195 11.2254 11.1095 11.1354 11.2095 11.1354H11.5695C12.5195 11.1354 12.9395 11.3754 12.9395 12.1554C12.9395 12.9354 12.5395 13.1654 11.5695 13.1654V13.1554Z", fill: "white" })] }));
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// This file is auto-generated by scripts/generate-native.ts
|
|
3
|
+
// DO NOT EDIT MANUALLY — changes will be overwritten on the next build
|
|
4
|
+
// To update: modify the source in src/icons/*.tsx or src/illustrations/*.tsx, then run `yarn build`
|
|
5
|
+
import { Path, Svg } from 'react-native-svg';
|
|
6
|
+
export default function IllustrationPoppass({ size = 24, ...props }) {
|
|
7
|
+
return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M7.00146 8.26545L15.2375 4.16829C16.0861 3.74904 17.0955 4.1397 17.4885 5.04489L18.8999 8.26545", fill: "#98F4F6" }), _jsx(Path, { d: "M7.00146 8.26545L15.2375 4.16829C16.0861 3.74904 17.0955 4.1397 17.4885 5.04489L18.8999 8.26545", stroke: "#98F4F6", strokeWidth: "1.5", strokeMiterlimit: "10" }), _jsx(Path, { d: "M19.3749 8.26667H4.62458C3.72721 8.26667 2.99976 9.0768 2.99976 10.0761V18.1905C2.99976 19.1899 3.72721 20 4.62458 20H19.3749C20.2723 20 20.9998 19.1899 20.9998 18.1905V10.0761C20.9998 9.0768 20.2723 8.26667 19.3749 8.26667Z", fill: "#0FD3D8", stroke: "#0FD3D8", strokeWidth: "1.5", strokeMiterlimit: "10" }), _jsx(Path, { d: "M6.17065 11.1709H13.2365", stroke: "white", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round" }), _jsx(Path, { d: "M6.17065 13.8382H8.82369", stroke: "white", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round" }), _jsx(Path, { d: "M17.7122 10.8762V10.3998", stroke: "white", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round" }), _jsx(Path, { d: "M17.7122 13.2487V12.7723", stroke: "white", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round" }), _jsx(Path, { d: "M17.7122 15.6213V15.1449", stroke: "white", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round" }), _jsx(Path, { d: "M17.7122 17.9938V17.5174", stroke: "white", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round" })] }));
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// This file is auto-generated by scripts/generate-native.ts
|
|
3
|
+
// DO NOT EDIT MANUALLY — changes will be overwritten on the next build
|
|
4
|
+
// To update: modify the source in src/icons/*.tsx or src/illustrations/*.tsx, then run `yarn build`
|
|
5
|
+
import { Path, Rect, Svg } from 'react-native-svg';
|
|
6
|
+
export default function IllustrationSales({ size = 24, ...props }) {
|
|
7
|
+
return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Rect, { x: "3", y: "6.77777", width: "18", height: "13.2222", rx: "2", fill: "#B2DDFF" }), _jsx(Rect, { x: "3", y: "15", width: "18", height: "2", fill: "#53B1FD" }), _jsx(Path, { d: "M8 8.66667V4.5C8 3.67157 8.67157 3 9.5 3H14.5C15.3284 3 16 3.67157 16 4.5V8.66667", stroke: "#808080", strokeWidth: "1.5", strokeLinecap: "round" })] }));
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// This file is auto-generated by scripts/generate-native.ts
|
|
3
|
+
// DO NOT EDIT MANUALLY — changes will be overwritten on the next build
|
|
4
|
+
// To update: modify the source in src/icons/*.tsx or src/illustrations/*.tsx, then run `yarn build`
|
|
5
|
+
import { Path, Svg } from 'react-native-svg';
|
|
6
|
+
export default function IllustrationSetting({ size = 24, ...props }) {
|
|
7
|
+
return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M20.2674 13.6484L19.5345 13.2411C19.427 13.1842 19.3781 13.0705 19.3879 12.9568C19.4368 12.6253 19.4661 12.2937 19.4661 11.9526C19.4661 11.6116 19.4368 11.28 19.3879 10.9484C19.3684 10.8347 19.427 10.7211 19.5345 10.6642L20.2674 10.2568C20.971 9.86842 21.2056 8.99684 20.8049 8.31474L19.5833 6.26842C19.1827 5.58632 18.2836 5.35895 17.58 5.74737L16.7885 6.19263C16.6907 6.24947 16.5637 6.24 16.466 6.17368C15.9773 5.82316 15.4496 5.52947 14.8731 5.29263C14.7656 5.24526 14.6874 5.15053 14.6874 5.02737V4.42105C14.6874 3.63474 14.0326 3 13.2215 3H10.7785C9.96735 3 9.3126 3.63474 9.3126 4.42105V5.02737C9.3126 5.14105 9.2442 5.24526 9.12693 5.29263C8.56013 5.52 8.02265 5.81368 7.53403 6.17368C7.43631 6.24 7.30927 6.24947 7.21155 6.19263L6.41999 5.74737C5.71638 5.35895 4.82709 5.58632 4.41665 6.26842L3.19511 8.32421C2.79444 9.00632 3.02898 9.86842 3.73259 10.2663L4.46552 10.6737C4.57301 10.7305 4.62187 10.8442 4.6121 10.9579C4.56324 11.2895 4.53392 11.6211 4.53392 11.9621C4.53392 12.3032 4.56324 12.6347 4.6121 12.9663C4.63165 13.08 4.57301 13.1937 4.46552 13.2505L3.73259 13.6579C3.02898 14.0463 2.79444 14.9179 3.19511 15.6L4.41665 17.6463C4.81732 18.3284 5.71638 18.5558 6.41999 18.1674L7.21155 17.7221C7.30927 17.6653 7.43631 17.6747 7.53403 17.7411C8.02265 18.0916 8.55036 18.3853 9.12693 18.6221C9.23442 18.6695 9.3126 18.7642 9.3126 18.8874V19.5789C9.3126 20.3653 9.96735 21 10.7785 21H13.2215C14.0326 21 14.6874 20.3653 14.6874 19.5789V18.8874C14.6874 18.7737 14.7558 18.6695 14.8731 18.6221C15.4399 18.3947 15.9773 18.1011 16.466 17.7411C16.5637 17.6747 16.6907 17.6653 16.7885 17.7221L17.58 18.1674C18.2836 18.5558 19.1729 18.3284 19.5833 17.6463L20.8049 15.6C21.2056 14.9179 20.971 14.0558 20.2674 13.6579V13.6484Z", fill: "#9B9B9B" }), _jsx(Path, { d: "M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z", fill: "white" })] }));
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// This file is auto-generated by scripts/generate-native.ts
|
|
3
|
+
// DO NOT EDIT MANUALLY — changes will be overwritten on the next build
|
|
4
|
+
// To update: modify the source in src/icons/*.tsx or src/illustrations/*.tsx, then run `yarn build`
|
|
5
|
+
import { Circle, Path, Svg } from 'react-native-svg';
|
|
6
|
+
export default function IllustrationTicket({ size = 24, ...props }) {
|
|
7
|
+
return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M7.00146 6.5468L16.2328 4.55374C17.2632 4.31676 18.0908 4.52516 18.4838 5.43035L18.8999 6.5468", fill: "#F1B7FF" }), _jsx(Path, { d: "M7.00146 6.5468L16.2328 4.55374C17.2632 4.31676 18.0908 4.52516 18.4838 5.43035L18.8999 6.5468", stroke: "#F1B7FF", strokeWidth: "1.5", strokeMiterlimit: "10" }), _jsx(Path, { d: "M16.5496 18.0527L7.31826 19.4722C6.28785 19.641 5.46024 19.4926 5.0672 18.8479L4.65111 18.0527", fill: "#F1B7FF" }), _jsx(Path, { d: "M16.5496 18.0527L7.31826 19.4722C6.28785 19.641 5.46024 19.4926 5.0672 18.8479L4.65111 18.0527", stroke: "#F1B7FF", strokeWidth: "1.5", strokeMiterlimit: "10" }), _jsx(Path, { d: "M19.3749 6.5468H4.62458C3.72721 6.5468 2.99976 7.32552 2.99976 8.28612V16.0859C2.99976 17.0465 3.72721 17.8252 4.62458 17.8252H19.3749C20.2723 17.8252 20.9998 17.0465 20.9998 16.0859V8.28612C20.9998 7.32552 20.2723 6.5468 19.3749 6.5468Z", fill: "#DA77F2", stroke: "#DA77F2", strokeWidth: "1.5", strokeMiterlimit: "10" }), _jsx(Path, { d: "M16.7513 9.6025C16.6323 9.39699 16.3331 9.40462 16.2247 9.61593L15.6816 10.6752C15.6405 10.7554 15.5655 10.8129 15.4773 10.8317L14.3132 11.0806C14.081 11.1302 13.9958 11.4172 14.1633 11.5855L15.0029 12.4294C15.0664 12.4933 15.0979 12.5824 15.0886 12.672L14.9656 13.8561C14.941 14.0923 15.1876 14.262 15.3995 14.1547L16.4615 13.617C16.5419 13.5763 16.6363 13.5739 16.7187 13.6104L17.8068 14.0933C18.0238 14.1897 18.2615 14.0076 18.2249 13.773L18.0417 12.5967C18.0278 12.5077 18.0547 12.4171 18.1149 12.3501L18.9104 11.4645C19.0691 11.2878 18.9694 11.0056 18.7349 10.9678L17.5597 10.7786C17.4707 10.7643 17.3929 10.7107 17.3477 10.6327L16.7513 9.6025Z", fill: "white" }), _jsx(Path, { d: "M7.58789 10.9693H11.0001", stroke: "white", strokeWidth: "1.5", strokeLinecap: "round" }), _jsx(Path, { d: "M5.78052 13.6666L11.0001 13.6666", stroke: "white", strokeWidth: "1.5", strokeLinecap: "round" }), _jsx(Circle, { cx: "5.95837", cy: "10.9693", r: "0.597165", fill: "white" })] }));
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// This file is auto-generated by scripts/generate-native.ts
|
|
3
|
+
// DO NOT EDIT MANUALLY — changes will be overwritten on the next build
|
|
4
|
+
// To update: modify the source in src/icons/*.tsx or src/illustrations/*.tsx, then run `yarn build`
|
|
5
|
+
import { Circle, Path, Svg } from 'react-native-svg';
|
|
6
|
+
export default function IllustrationYesCircle({ size = 24, ...props }) {
|
|
7
|
+
return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Circle, { cx: "12", cy: "12", r: "9", fill: "#0FD3D8" }), _jsx(Path, { d: "M8.24878 12L11.2488 15L16.5 9.5", stroke: "white", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// This file is auto-generated by scripts/generate-native.ts
|
|
3
|
+
// DO NOT EDIT MANUALLY — changes will be overwritten on the next build
|
|
4
|
+
// To update: modify the source in src/icons/*.tsx or src/illustrations/*.tsx, then run `yarn build`
|
|
5
|
+
import { Path, Svg } from 'react-native-svg';
|
|
6
|
+
export default function IllustrationYesSpike({ size = 24, ...props }) {
|
|
7
|
+
return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M14.0886 2.59549C14.367 2.4063 14.7484 2.5085 14.8948 2.81151L15.8303 4.74714C15.9288 4.95076 16.1415 5.07361 16.3671 5.05703L18.5112 4.8994C18.8468 4.87472 19.126 5.15394 19.1013 5.48958L18.9437 7.63365C18.9271 7.85919 19.05 8.07198 19.2536 8.17039L21.1892 9.1059C21.4922 9.25235 21.5944 9.63378 21.4052 9.91212L20.1967 11.6901C20.0696 11.8771 20.0696 12.1229 20.1967 12.3099L21.4052 14.0879C21.5944 14.3662 21.4922 14.7476 21.1892 14.8941L19.2536 15.8296C19.05 15.928 18.9271 16.1408 18.9437 16.3664L19.1013 18.5104C19.126 18.8461 18.8468 19.1253 18.5112 19.1006L16.3671 18.943C16.1415 18.9264 15.9288 19.0492 15.8303 19.2529L14.8948 21.1885C14.7484 21.4915 14.367 21.5937 14.0886 21.4045L12.3106 20.196C12.1236 20.0688 11.8779 20.0688 11.6908 20.196L9.91285 21.4045C9.63451 21.5937 9.25309 21.4915 9.10664 21.1885L8.17112 19.2529C8.07271 19.0492 7.85992 18.9264 7.63438 18.943L5.49032 19.1006C5.15467 19.1253 4.87545 18.8461 4.90013 18.5104L5.05776 16.3664C5.07435 16.1408 4.95149 15.928 4.74788 15.8296L2.81224 14.8941C2.50923 14.7476 2.40703 14.3662 2.59622 14.0879L3.80477 12.3099C3.9319 12.1229 3.9319 11.8771 3.80477 11.6901L2.59622 9.91212C2.40703 9.63378 2.50923 9.25235 2.81224 9.1059L4.74788 8.17039C4.95149 8.07198 5.07435 7.85919 5.05776 7.63365L4.90013 5.48958C4.87545 5.15394 5.15467 4.87472 5.49031 4.8994L7.63438 5.05703C7.85992 5.07361 8.07271 4.95076 8.17112 4.74714L9.10664 2.81151C9.25309 2.5085 9.63451 2.4063 9.91285 2.59549L11.6908 3.80404C11.8779 3.93117 12.1236 3.93117 12.3106 3.80404L14.0886 2.59549Z", fill: "#0FD3D8" }), _jsx(Path, { d: "M8.55518 11.9987L11.3114 14.755L16.136 9.70186", stroke: "white", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// This file is auto-generated by scripts/generate-native.ts
|
|
3
|
+
// DO NOT EDIT MANUALLY — changes will be overwritten on the next build
|
|
4
|
+
// To update: modify the source in src/icons/*.tsx or src/illustrations/*.tsx, then run `yarn build`
|
|
5
|
+
import { Path, Svg } from 'react-native-svg';
|
|
6
|
+
export default function IllustrationYoutube({ size = 24, ...props }) {
|
|
7
|
+
return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M21.58 7.18995C21.35 6.32994 20.67 5.64994 19.81 5.41994C18.25 4.99994 12 4.99994 12 4.99994C12 4.99994 5.75 4.99994 4.19 5.41994C3.33 5.64994 2.65 6.32994 2.42 7.18995C2 8.74995 2 12 2 12C2 12 2 15.25 2.42 16.81C2.65 17.67 3.33 18.35 4.19 18.58C5.75 19 12 19 12 19C12 19 18.25 19 19.81 18.58C20.67 18.35 21.35 17.67 21.58 16.81C22 15.25 22 12 22 12C22 12 22 8.74995 21.58 7.18995Z", fill: "#FF6D6D" }), _jsx(Path, { d: "M10.8426 14.8357C10.4413 15.0672 9.93994 14.7776 9.93994 14.3144V9.68489C9.93994 9.22166 10.4413 8.93208 10.8426 9.16357L14.8548 11.4783C15.2563 11.7099 15.2563 12.2894 14.8548 12.521L10.8426 14.8357Z", fill: "white" })] }));
|
|
8
|
+
}
|
|
@@ -8,9 +8,12 @@ export { default as IllustrationAgeAll } from './IllustrationAgeAll';
|
|
|
8
8
|
export { default as IllustrationAlarm } from './IllustrationAlarm';
|
|
9
9
|
export { default as IllustrationBell } from './IllustrationBell';
|
|
10
10
|
export { default as IllustrationCalendar } from './IllustrationCalendar';
|
|
11
|
+
export { default as IllustrationCamera } from './IllustrationCamera';
|
|
11
12
|
export { default as IllustrationChart } from './IllustrationChart';
|
|
12
13
|
export { default as IllustrationChat } from './IllustrationChat';
|
|
14
|
+
export { default as IllustrationCheckCircle } from './IllustrationCheckCircle';
|
|
13
15
|
export { default as IllustrationClapperboard } from './IllustrationClapperboard';
|
|
16
|
+
export { default as IllustrationClockHurry } from './IllustrationClockHurry';
|
|
14
17
|
export { default as IllustrationCoinWon } from './IllustrationCoinWon';
|
|
15
18
|
export { default as IllustrationCreditcard } from './IllustrationCreditcard';
|
|
16
19
|
export { default as IllustrationDiscountcoupon } from './IllustrationDiscountcoupon';
|
|
@@ -19,14 +22,28 @@ export { default as IllustrationDiscounttagPurple } from './IllustrationDiscount
|
|
|
19
22
|
export { default as IllustrationDiscounttagRed } from './IllustrationDiscounttagRed';
|
|
20
23
|
export { default as IllustrationExel } from './IllustrationExel';
|
|
21
24
|
export { default as IllustrationFolder } from './IllustrationFolder';
|
|
25
|
+
export { default as IllustrationHandOk } from './IllustrationHandOk';
|
|
26
|
+
export { default as IllustrationHandThumbsUp } from './IllustrationHandThumbsUp';
|
|
22
27
|
export { default as IllustrationHome } from './IllustrationHome';
|
|
23
28
|
export { default as IllustrationLink } from './IllustrationLink';
|
|
24
29
|
export { default as IllustrationMappinMint } from './IllustrationMappinMint';
|
|
25
30
|
export { default as IllustrationMappinRed } from './IllustrationMappinRed';
|
|
26
31
|
export { default as IllustrationMegaphone } from './IllustrationMegaphone';
|
|
27
32
|
export { default as IllustrationMoneybag } from './IllustrationMoneybag';
|
|
33
|
+
export { default as IllustrationNoCircle } from './IllustrationNoCircle';
|
|
34
|
+
export { default as IllustrationOffice } from './IllustrationOffice';
|
|
35
|
+
export { default as IllustrationPeople } from './IllustrationPeople';
|
|
36
|
+
export { default as IllustrationPerson } from './IllustrationPerson';
|
|
28
37
|
export { default as IllustrationPopcorn } from './IllustrationPopcorn';
|
|
38
|
+
export { default as IllustrationPopdeal } from './IllustrationPopdeal';
|
|
39
|
+
export { default as IllustrationPoppass } from './IllustrationPoppass';
|
|
40
|
+
export { default as IllustrationSales } from './IllustrationSales';
|
|
41
|
+
export { default as IllustrationSetting } from './IllustrationSetting';
|
|
29
42
|
export { default as IllustrationShop } from './IllustrationShop';
|
|
30
43
|
export { default as IllustrationShoppingbag } from './IllustrationShoppingbag';
|
|
31
44
|
export { default as IllustrationSoda } from './IllustrationSoda';
|
|
45
|
+
export { default as IllustrationTicket } from './IllustrationTicket';
|
|
32
46
|
export { default as IllustrationVendingmachine } from './IllustrationVendingmachine';
|
|
47
|
+
export { default as IllustrationYesCircle } from './IllustrationYesCircle';
|
|
48
|
+
export { default as IllustrationYesSpike } from './IllustrationYesSpike';
|
|
49
|
+
export { default as IllustrationYoutube } from './IllustrationYoutube';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -327,6 +327,12 @@ export declare function IconCaretDown({ size, color, variant: _variant, ...props
|
|
|
327
327
|
|
|
328
328
|
export declare function IconCaretUp({ size, color, variant: _variant, ...props }: IIconFilledOnlyProps): JSX.Element;
|
|
329
329
|
|
|
330
|
+
export declare function IconCart({ size, color, ...props }: IIconLineOnlyProps): JSX.Element;
|
|
331
|
+
|
|
332
|
+
export declare function IconCartAdd({ size, color, ...props }: IIconLineOnlyProps): JSX.Element;
|
|
333
|
+
|
|
334
|
+
export declare function IconCartCheck({ size, color, ...props }: IIconLineOnlyProps): JSX.Element;
|
|
335
|
+
|
|
330
336
|
export declare function IconCaution({ size, color, variant, ...props }: IIconProps): JSX.Element;
|
|
331
337
|
|
|
332
338
|
export declare function IconChartBar({ size, color, variant, ...props }: IIconProps): JSX.Element;
|
|
@@ -542,12 +548,18 @@ export declare function IllustrationBell({ size, ...props }: IIllustrationProps)
|
|
|
542
548
|
|
|
543
549
|
export declare function IllustrationCalendar({ size, ...props }: IIllustrationProps): JSX.Element;
|
|
544
550
|
|
|
551
|
+
export declare function IllustrationCamera({ size, ...props }: IIllustrationProps): JSX.Element;
|
|
552
|
+
|
|
545
553
|
export declare function IllustrationChart({ size, ...props }: IIllustrationProps): JSX.Element;
|
|
546
554
|
|
|
547
555
|
export declare function IllustrationChat({ size, ...props }: IIllustrationProps): JSX.Element;
|
|
548
556
|
|
|
557
|
+
export declare function IllustrationCheckCircle({ size, ...props }: IIllustrationProps): JSX.Element;
|
|
558
|
+
|
|
549
559
|
export declare function IllustrationClapperboard({ size, ...props }: IIllustrationProps): JSX.Element;
|
|
550
560
|
|
|
561
|
+
export declare function IllustrationClockHurry({ size, ...props }: IIllustrationProps): JSX.Element;
|
|
562
|
+
|
|
551
563
|
export declare function IllustrationCoinWon({ size, ...props }: IIllustrationProps): JSX.Element;
|
|
552
564
|
|
|
553
565
|
export declare function IllustrationCreditcard({ size, ...props }: IIllustrationProps): JSX.Element;
|
|
@@ -564,6 +576,10 @@ export declare function IllustrationExel({ size, ...props }: IIllustrationProps)
|
|
|
564
576
|
|
|
565
577
|
export declare function IllustrationFolder({ size, ...props }: IIllustrationProps): JSX.Element;
|
|
566
578
|
|
|
579
|
+
export declare function IllustrationHandOk({ size, ...props }: IIllustrationProps): JSX.Element;
|
|
580
|
+
|
|
581
|
+
export declare function IllustrationHandThumbsUp({ size, ...props }: IIllustrationProps): JSX.Element;
|
|
582
|
+
|
|
567
583
|
export declare function IllustrationHome({ size, ...props }: IIllustrationProps): JSX.Element;
|
|
568
584
|
|
|
569
585
|
export declare function IllustrationLink({ size, ...props }: IIllustrationProps): JSX.Element;
|
|
@@ -576,16 +592,40 @@ export declare function IllustrationMegaphone({ size, ...props }: IIllustrationP
|
|
|
576
592
|
|
|
577
593
|
export declare function IllustrationMoneybag({ size, ...props }: IIllustrationProps): JSX.Element;
|
|
578
594
|
|
|
595
|
+
export declare function IllustrationNoCircle({ size, ...props }: IIllustrationProps): JSX.Element;
|
|
596
|
+
|
|
597
|
+
export declare function IllustrationOffice({ size, ...props }: IIllustrationProps): JSX.Element;
|
|
598
|
+
|
|
599
|
+
export declare function IllustrationPeople({ size, ...props }: IIllustrationProps): JSX.Element;
|
|
600
|
+
|
|
601
|
+
export declare function IllustrationPerson({ size, ...props }: IIllustrationProps): JSX.Element;
|
|
602
|
+
|
|
579
603
|
export declare function IllustrationPopcorn({ size, ...props }: IIllustrationProps): JSX.Element;
|
|
580
604
|
|
|
605
|
+
export declare function IllustrationPopdeal({ size, ...props }: IIllustrationProps): JSX.Element;
|
|
606
|
+
|
|
607
|
+
export declare function IllustrationPoppass({ size, ...props }: IIllustrationProps): JSX.Element;
|
|
608
|
+
|
|
609
|
+
export declare function IllustrationSales({ size, ...props }: IIllustrationProps): JSX.Element;
|
|
610
|
+
|
|
611
|
+
export declare function IllustrationSetting({ size, ...props }: IIllustrationProps): JSX.Element;
|
|
612
|
+
|
|
581
613
|
export declare function IllustrationShop({ size, ...props }: IIllustrationProps): JSX.Element;
|
|
582
614
|
|
|
583
615
|
export declare function IllustrationShoppingbag({ size, ...props }: IIllustrationProps): JSX.Element;
|
|
584
616
|
|
|
585
617
|
export declare function IllustrationSoda({ size, ...props }: IIllustrationProps): JSX.Element;
|
|
586
618
|
|
|
619
|
+
export declare function IllustrationTicket({ size, ...props }: IIllustrationProps): JSX.Element;
|
|
620
|
+
|
|
587
621
|
export declare function IllustrationVendingmachine({ size, ...props }: IIllustrationProps): JSX.Element;
|
|
588
622
|
|
|
623
|
+
export declare function IllustrationYesCircle({ size, ...props }: IIllustrationProps): JSX.Element;
|
|
624
|
+
|
|
625
|
+
export declare function IllustrationYesSpike({ size, ...props }: IIllustrationProps): JSX.Element;
|
|
626
|
+
|
|
627
|
+
export declare function IllustrationYoutube({ size, ...props }: IIllustrationProps): JSX.Element;
|
|
628
|
+
|
|
589
629
|
export declare const SemanticColorBgDisabled = "#b0b0b0";
|
|
590
630
|
|
|
591
631
|
export declare const SemanticColorBgWhite = "#ffffff";
|
|
@@ -13,6 +13,9 @@ export { default as IconCard } from './IconCard';
|
|
|
13
13
|
export { default as IconCards } from './IconCards';
|
|
14
14
|
export { default as IconCaretDown } from './IconCaretDown';
|
|
15
15
|
export { default as IconCaretUp } from './IconCaretUp';
|
|
16
|
+
export { default as IconCart } from './IconCart';
|
|
17
|
+
export { default as IconCartAdd } from './IconCartAdd';
|
|
18
|
+
export { default as IconCartCheck } from './IconCartCheck';
|
|
16
19
|
export { default as IconCaution } from './IconCaution';
|
|
17
20
|
export { default as IconChartBar } from './IconChartBar';
|
|
18
21
|
export { default as IconCheck } from './IconCheck';
|
|
@@ -5,9 +5,12 @@ export { default as IllustrationAgeAll } from './IllustrationAgeAll';
|
|
|
5
5
|
export { default as IllustrationAlarm } from './IllustrationAlarm';
|
|
6
6
|
export { default as IllustrationBell } from './IllustrationBell';
|
|
7
7
|
export { default as IllustrationCalendar } from './IllustrationCalendar';
|
|
8
|
+
export { default as IllustrationCamera } from './IllustrationCamera';
|
|
8
9
|
export { default as IllustrationChart } from './IllustrationChart';
|
|
9
10
|
export { default as IllustrationChat } from './IllustrationChat';
|
|
11
|
+
export { default as IllustrationCheckCircle } from './IllustrationCheckCircle';
|
|
10
12
|
export { default as IllustrationClapperboard } from './IllustrationClapperboard';
|
|
13
|
+
export { default as IllustrationClockHurry } from './IllustrationClockHurry';
|
|
11
14
|
export { default as IllustrationCoinWon } from './IllustrationCoinWon';
|
|
12
15
|
export { default as IllustrationCreditcard } from './IllustrationCreditcard';
|
|
13
16
|
export { default as IllustrationDiscountcoupon } from './IllustrationDiscountcoupon';
|
|
@@ -16,14 +19,28 @@ export { default as IllustrationDiscounttagPurple } from './IllustrationDiscount
|
|
|
16
19
|
export { default as IllustrationDiscounttagRed } from './IllustrationDiscounttagRed';
|
|
17
20
|
export { default as IllustrationExel } from './IllustrationExel';
|
|
18
21
|
export { default as IllustrationFolder } from './IllustrationFolder';
|
|
22
|
+
export { default as IllustrationHandOk } from './IllustrationHandOk';
|
|
23
|
+
export { default as IllustrationHandThumbsUp } from './IllustrationHandThumbsUp';
|
|
19
24
|
export { default as IllustrationHome } from './IllustrationHome';
|
|
20
25
|
export { default as IllustrationLink } from './IllustrationLink';
|
|
21
26
|
export { default as IllustrationMappinMint } from './IllustrationMappinMint';
|
|
22
27
|
export { default as IllustrationMappinRed } from './IllustrationMappinRed';
|
|
23
28
|
export { default as IllustrationMegaphone } from './IllustrationMegaphone';
|
|
24
29
|
export { default as IllustrationMoneybag } from './IllustrationMoneybag';
|
|
30
|
+
export { default as IllustrationNoCircle } from './IllustrationNoCircle';
|
|
31
|
+
export { default as IllustrationOffice } from './IllustrationOffice';
|
|
32
|
+
export { default as IllustrationPeople } from './IllustrationPeople';
|
|
33
|
+
export { default as IllustrationPerson } from './IllustrationPerson';
|
|
25
34
|
export { default as IllustrationPopcorn } from './IllustrationPopcorn';
|
|
35
|
+
export { default as IllustrationPopdeal } from './IllustrationPopdeal';
|
|
36
|
+
export { default as IllustrationPoppass } from './IllustrationPoppass';
|
|
37
|
+
export { default as IllustrationSales } from './IllustrationSales';
|
|
38
|
+
export { default as IllustrationSetting } from './IllustrationSetting';
|
|
26
39
|
export { default as IllustrationShop } from './IllustrationShop';
|
|
27
40
|
export { default as IllustrationShoppingbag } from './IllustrationShoppingbag';
|
|
28
41
|
export { default as IllustrationSoda } from './IllustrationSoda';
|
|
42
|
+
export { default as IllustrationTicket } from './IllustrationTicket';
|
|
29
43
|
export { default as IllustrationVendingmachine } from './IllustrationVendingmachine';
|
|
44
|
+
export { default as IllustrationYesCircle } from './IllustrationYesCircle';
|
|
45
|
+
export { default as IllustrationYesSpike } from './IllustrationYesSpike';
|
|
46
|
+
export { default as IllustrationYoutube } from './IllustrationYoutube';
|