@adiraku/react-native-ui 1.0.5 → 1.1.1
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/lib/commonjs/components/TextArea/TextArea.component.js +2 -2
- package/lib/commonjs/components/TextArea/TextArea.component.js.map +1 -1
- package/lib/commonjs/components/TextInput/TextInput.component.js +2 -2
- package/lib/commonjs/components/TextInput/TextInput.component.js.map +1 -1
- package/lib/commonjs/components/button/button.component.js +4 -1
- package/lib/commonjs/components/button/button.component.js.map +1 -1
- package/lib/commonjs/icons/actions/IconBeliMobil.js +57 -0
- package/lib/commonjs/icons/actions/IconBeliMobil.js.map +1 -0
- package/lib/commonjs/icons/actions/IconCamera.js +20 -1
- package/lib/commonjs/icons/actions/IconCamera.js.map +1 -1
- package/lib/commonjs/icons/actions/IconChat.js +20 -1
- package/lib/commonjs/icons/actions/IconChat.js.map +1 -1
- package/lib/commonjs/icons/actions/IconCopy.js +27 -1
- package/lib/commonjs/icons/actions/IconCopy.js.map +1 -1
- package/lib/commonjs/icons/actions/IconDot.js +58 -0
- package/lib/commonjs/icons/actions/IconDot.js.map +1 -0
- package/lib/commonjs/icons/actions/IconEdit.js +20 -1
- package/lib/commonjs/icons/actions/IconEdit.js.map +1 -1
- package/lib/commonjs/icons/actions/IconEmail.js +20 -1
- package/lib/commonjs/icons/actions/IconEmail.js.map +1 -1
- package/lib/commonjs/icons/actions/IconFilter.js +23 -1
- package/lib/commonjs/icons/actions/IconFilter.js.map +1 -1
- package/lib/commonjs/icons/actions/IconGallery.js +60 -0
- package/lib/commonjs/icons/actions/IconGallery.js.map +1 -0
- package/lib/commonjs/icons/actions/IconHelp.js +22 -1
- package/lib/commonjs/icons/actions/IconHelp.js.map +1 -1
- package/lib/commonjs/icons/actions/IconInfo.js +22 -1
- package/lib/commonjs/icons/actions/IconInfo.js.map +1 -1
- package/lib/commonjs/icons/actions/IconJualMobil.js +57 -0
- package/lib/commonjs/icons/actions/IconJualMobil.js.map +1 -0
- package/lib/commonjs/icons/actions/IconLike.js +20 -1
- package/lib/commonjs/icons/actions/IconLike.js.map +1 -1
- package/lib/commonjs/icons/actions/IconMinus.js +55 -0
- package/lib/commonjs/icons/actions/IconMinus.js.map +1 -0
- package/lib/commonjs/icons/actions/IconNotification.js +20 -1
- package/lib/commonjs/icons/actions/IconNotification.js.map +1 -1
- package/lib/commonjs/icons/actions/IconOther.js +21 -7
- package/lib/commonjs/icons/actions/IconOther.js.map +1 -1
- package/lib/commonjs/icons/actions/IconRoundAdd.js +58 -0
- package/lib/commonjs/icons/actions/IconRoundAdd.js.map +1 -0
- package/lib/commonjs/icons/actions/IconRoundClose.js +58 -0
- package/lib/commonjs/icons/actions/IconRoundClose.js.map +1 -0
- package/lib/commonjs/icons/actions/IconSetting.js +22 -1
- package/lib/commonjs/icons/actions/IconSetting.js.map +1 -1
- package/lib/commonjs/icons/actions/IconShare.js +20 -1
- package/lib/commonjs/icons/actions/IconShare.js.map +1 -1
- package/lib/commonjs/icons/actions/IconShoppingBag.js +57 -0
- package/lib/commonjs/icons/actions/IconShoppingBag.js.map +1 -0
- package/lib/commonjs/icons/actions/IconShoppingCart.js +24 -4
- package/lib/commonjs/icons/actions/IconShoppingCart.js.map +1 -1
- package/lib/commonjs/icons/actions/IconSmartphone.js +51 -0
- package/lib/commonjs/icons/actions/IconSmartphone.js.map +1 -0
- package/lib/commonjs/icons/actions/IconTrash.js +25 -1
- package/lib/commonjs/icons/actions/IconTrash.js.map +1 -1
- package/lib/commonjs/icons/actions/IconUser.js +51 -0
- package/lib/commonjs/icons/actions/IconUser.js.map +1 -0
- package/lib/commonjs/icons/actions/IconVideo.js +54 -0
- package/lib/commonjs/icons/actions/IconVideo.js.map +1 -0
- package/lib/commonjs/icons/index.js +233 -0
- package/lib/commonjs/icons/index.js.map +1 -1
- package/lib/commonjs/icons/vehicles/IconMinus.js +55 -0
- package/lib/commonjs/icons/vehicles/IconMinus.js.map +1 -0
- package/lib/module/components/TextArea/TextArea.component.js +2 -2
- package/lib/module/components/TextArea/TextArea.component.js.map +1 -1
- package/lib/module/components/TextInput/TextInput.component.js +2 -2
- package/lib/module/components/TextInput/TextInput.component.js.map +1 -1
- package/lib/module/components/button/button.component.js +4 -1
- package/lib/module/components/button/button.component.js.map +1 -1
- package/lib/module/icons/actions/IconBeliMobil.js +47 -0
- package/lib/module/icons/actions/IconBeliMobil.js.map +1 -0
- package/lib/module/icons/actions/IconCamera.js +18 -0
- package/lib/module/icons/actions/IconCamera.js.map +1 -1
- package/lib/module/icons/actions/IconChat.js +18 -0
- package/lib/module/icons/actions/IconChat.js.map +1 -1
- package/lib/module/icons/actions/IconCopy.js +25 -0
- package/lib/module/icons/actions/IconCopy.js.map +1 -1
- package/lib/module/icons/actions/IconDot.js +48 -0
- package/lib/module/icons/actions/IconDot.js.map +1 -0
- package/lib/module/icons/actions/IconEdit.js +18 -0
- package/lib/module/icons/actions/IconEdit.js.map +1 -1
- package/lib/module/icons/actions/IconEmail.js +18 -0
- package/lib/module/icons/actions/IconEmail.js.map +1 -1
- package/lib/module/icons/actions/IconFilter.js +21 -0
- package/lib/module/icons/actions/IconFilter.js.map +1 -1
- package/lib/module/icons/actions/IconGallery.js +50 -0
- package/lib/module/icons/actions/IconGallery.js.map +1 -0
- package/lib/module/icons/actions/IconHelp.js +20 -0
- package/lib/module/icons/actions/IconHelp.js.map +1 -1
- package/lib/module/icons/actions/IconInfo.js +20 -0
- package/lib/module/icons/actions/IconInfo.js.map +1 -1
- package/lib/module/icons/actions/IconJualMobil.js +47 -0
- package/lib/module/icons/actions/IconJualMobil.js.map +1 -0
- package/lib/module/icons/actions/IconLike.js +18 -0
- package/lib/module/icons/actions/IconLike.js.map +1 -1
- package/lib/module/icons/actions/IconMinus.js +45 -0
- package/lib/module/icons/actions/IconMinus.js.map +1 -0
- package/lib/module/icons/actions/IconNotification.js +18 -0
- package/lib/module/icons/actions/IconNotification.js.map +1 -1
- package/lib/module/icons/actions/IconOther.js +18 -5
- package/lib/module/icons/actions/IconOther.js.map +1 -1
- package/lib/module/icons/actions/IconRoundAdd.js +48 -0
- package/lib/module/icons/actions/IconRoundAdd.js.map +1 -0
- package/lib/module/icons/actions/IconRoundClose.js +48 -0
- package/lib/module/icons/actions/IconRoundClose.js.map +1 -0
- package/lib/module/icons/actions/IconSetting.js +20 -0
- package/lib/module/icons/actions/IconSetting.js.map +1 -1
- package/lib/module/icons/actions/IconShare.js +18 -0
- package/lib/module/icons/actions/IconShare.js.map +1 -1
- package/lib/module/icons/actions/IconShoppingBag.js +47 -0
- package/lib/module/icons/actions/IconShoppingBag.js.map +1 -0
- package/lib/module/icons/actions/IconShoppingCart.js +22 -3
- package/lib/module/icons/actions/IconShoppingCart.js.map +1 -1
- package/lib/module/icons/actions/IconSmartphone.js +41 -0
- package/lib/module/icons/actions/IconSmartphone.js.map +1 -0
- package/lib/module/icons/actions/IconTrash.js +23 -0
- package/lib/module/icons/actions/IconTrash.js.map +1 -1
- package/lib/module/icons/actions/IconUser.js +41 -0
- package/lib/module/icons/actions/IconUser.js.map +1 -0
- package/lib/module/icons/actions/IconVideo.js +44 -0
- package/lib/module/icons/actions/IconVideo.js.map +1 -0
- package/lib/module/icons/index.js +26 -15
- package/lib/module/icons/index.js.map +1 -1
- package/lib/module/icons/vehicles/IconMinus.js +45 -0
- package/lib/module/icons/vehicles/IconMinus.js.map +1 -0
- package/lib/typescript/components/button/button.component.d.ts.map +1 -1
- package/lib/typescript/components/button/button.type.d.ts +5 -0
- package/lib/typescript/components/button/button.type.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconBeliMobil.d.ts +5 -0
- package/lib/typescript/icons/actions/IconBeliMobil.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconCamera.d.ts +1 -0
- package/lib/typescript/icons/actions/IconCamera.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconChat.d.ts +1 -0
- package/lib/typescript/icons/actions/IconChat.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconCopy.d.ts +1 -0
- package/lib/typescript/icons/actions/IconCopy.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconDot.d.ts +5 -0
- package/lib/typescript/icons/actions/IconDot.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconEdit.d.ts +1 -0
- package/lib/typescript/icons/actions/IconEdit.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconEmail.d.ts +1 -0
- package/lib/typescript/icons/actions/IconEmail.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconFilter.d.ts +1 -0
- package/lib/typescript/icons/actions/IconFilter.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconGallery.d.ts +5 -0
- package/lib/typescript/icons/actions/IconGallery.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconHelp.d.ts +1 -0
- package/lib/typescript/icons/actions/IconHelp.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconInfo.d.ts +1 -0
- package/lib/typescript/icons/actions/IconInfo.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconJualMobil.d.ts +5 -0
- package/lib/typescript/icons/actions/IconJualMobil.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconLike.d.ts +1 -0
- package/lib/typescript/icons/actions/IconLike.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconMinus.d.ts +5 -0
- package/lib/typescript/icons/actions/IconMinus.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconNotification.d.ts +1 -0
- package/lib/typescript/icons/actions/IconNotification.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconOther.d.ts +1 -0
- package/lib/typescript/icons/actions/IconOther.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconRoundAdd.d.ts +5 -0
- package/lib/typescript/icons/actions/IconRoundAdd.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconRoundClose.d.ts +5 -0
- package/lib/typescript/icons/actions/IconRoundClose.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconSetting.d.ts +1 -0
- package/lib/typescript/icons/actions/IconSetting.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconShare.d.ts +1 -0
- package/lib/typescript/icons/actions/IconShare.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconShoppingBag.d.ts +5 -0
- package/lib/typescript/icons/actions/IconShoppingBag.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconShoppingCart.d.ts +1 -0
- package/lib/typescript/icons/actions/IconShoppingCart.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconSmartphone.d.ts +5 -0
- package/lib/typescript/icons/actions/IconSmartphone.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconTrash.d.ts +1 -0
- package/lib/typescript/icons/actions/IconTrash.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconUser.d.ts +5 -0
- package/lib/typescript/icons/actions/IconUser.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconVideo.d.ts +5 -0
- package/lib/typescript/icons/actions/IconVideo.d.ts.map +1 -0
- package/lib/typescript/icons/index.d.ts +26 -15
- package/lib/typescript/icons/index.d.ts.map +1 -1
- package/lib/typescript/icons/vehicles/IconMinus.d.ts +5 -0
- package/lib/typescript/icons/vehicles/IconMinus.d.ts.map +1 -0
- package/package.json +1 -1
- package/src/components/TextArea/TextArea.component.tsx +2 -2
- package/src/components/TextInput/TextInput.component.tsx +2 -2
- package/src/components/button/button.component.tsx +3 -0
- package/src/components/button/button.type.ts +6 -0
- package/src/icons/actions/IconBeliMobil.tsx +63 -0
- package/src/icons/actions/IconCamera.tsx +25 -0
- package/src/icons/actions/IconChat.tsx +25 -0
- package/src/icons/actions/IconCopy.tsx +33 -0
- package/src/icons/actions/IconDot.tsx +63 -0
- package/src/icons/actions/IconEdit.tsx +25 -0
- package/src/icons/actions/IconEmail.tsx +25 -0
- package/src/icons/actions/IconFilter.tsx +29 -0
- package/src/icons/actions/IconGallery.tsx +67 -0
- package/src/icons/actions/IconHelp.tsx +27 -0
- package/src/icons/actions/IconInfo.tsx +27 -0
- package/src/icons/actions/IconJualMobil.tsx +63 -0
- package/src/icons/actions/IconLike.tsx +25 -0
- package/src/icons/actions/IconMinus.tsx +59 -0
- package/src/icons/actions/IconNotification.tsx +25 -0
- package/src/icons/actions/IconOther.tsx +23 -4
- package/src/icons/actions/IconRoundAdd.tsx +63 -0
- package/src/icons/actions/IconRoundClose.tsx +63 -0
- package/src/icons/actions/IconSetting.tsx +27 -0
- package/src/icons/actions/IconShare.tsx +25 -0
- package/src/icons/actions/IconShoppingBag.tsx +63 -0
- package/src/icons/actions/IconShoppingCart.tsx +30 -3
- package/src/icons/actions/IconSmartphone.tsx +55 -0
- package/src/icons/actions/IconTrash.tsx +31 -0
- package/src/icons/actions/IconUser.tsx +55 -0
- package/src/icons/actions/IconVideo.tsx +59 -0
- package/src/icons/index.ts +35 -15
- package/src/icons/vehicles/IconMinus.tsx +59 -0
|
@@ -44,3 +44,28 @@ export const IconNotification = (props: IconProps) => {
|
|
|
44
44
|
</Svg>
|
|
45
45
|
);
|
|
46
46
|
};
|
|
47
|
+
|
|
48
|
+
export const IconNotificationFilled = (props: IconProps) => {
|
|
49
|
+
const {
|
|
50
|
+
width = 24,
|
|
51
|
+
height = 24,
|
|
52
|
+
fill = Palettes.black[900],
|
|
53
|
+
...rest
|
|
54
|
+
} = props;
|
|
55
|
+
|
|
56
|
+
return (
|
|
57
|
+
<Svg
|
|
58
|
+
width={width}
|
|
59
|
+
height={height}
|
|
60
|
+
viewBox="0 0 24 24"
|
|
61
|
+
fill="none"
|
|
62
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
63
|
+
{...rest}
|
|
64
|
+
>
|
|
65
|
+
<Path
|
|
66
|
+
d="M15 19c0 1.66-1.34 3-3 3s-3-1.34-3-3h6zM3.75 17.27c.47.47 1.1.73 1.79.73h12.95c.68 0 1.32-.26 1.79-.73.49-.49.75-1.15.73-1.84-.02-.71-.31-1.34-.82-1.81l-.59-.52c-.23-.21-.31-.4-.31-.73V9.29c0-1.76-.73-3.48-1.9-4.85-1.34-1.58-3.17-2.45-5.19-2.45h-.35c-2.02 0-3.88.87-5.19 2.45-1.2 1.36-1.93 3.08-1.93 4.85v3.06c0 .31-.07.52-.31.73l-.59.52c-.52.47-.8 1.11-.82 1.81 0 .71.26 1.36.75 1.86h-.01z"
|
|
67
|
+
fill={fill}
|
|
68
|
+
/>
|
|
69
|
+
</Svg>
|
|
70
|
+
);
|
|
71
|
+
};
|
|
@@ -22,13 +22,32 @@ export const IconOther = (props: IconProps) => {
|
|
|
22
22
|
{...rest}
|
|
23
23
|
>
|
|
24
24
|
<Path
|
|
25
|
-
|
|
26
|
-
clipRule="evenodd"
|
|
27
|
-
d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zM4 12c0-4.4 3.6-8 8-8s8 3.6 8 8-3.6 8-8 8-8-3.6-8-8z"
|
|
25
|
+
d="M9 5v4H5V5h4zm0-2H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM19 5v4h-4V5h4zm0-2h-4c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 15v4H5v-4h4zm0-2H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2zM19 15v4h-4v-4h4zm0-2h-4c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2z"
|
|
28
26
|
fill={fill}
|
|
29
27
|
/>
|
|
28
|
+
</Svg>
|
|
29
|
+
);
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export const IconOtherFilled = (props: IconProps) => {
|
|
33
|
+
const {
|
|
34
|
+
width = 24,
|
|
35
|
+
height = 24,
|
|
36
|
+
fill = Palettes.black[900],
|
|
37
|
+
...rest
|
|
38
|
+
} = props;
|
|
39
|
+
|
|
40
|
+
return (
|
|
41
|
+
<Svg
|
|
42
|
+
width={width}
|
|
43
|
+
height={height}
|
|
44
|
+
viewBox="0 0 24 24"
|
|
45
|
+
fill="none"
|
|
46
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
47
|
+
{...rest}
|
|
48
|
+
>
|
|
30
49
|
<Path
|
|
31
|
-
d="
|
|
50
|
+
d="M9 3H5a2 2 0 00-2 2v4a2 2 0 002 2h4a2 2 0 002-2V5a2 2 0 00-2-2zM19 3h-4a2 2 0 00-2 2v4a2 2 0 002 2h4a2 2 0 002-2V5a2 2 0 00-2-2zM9 13H5a2 2 0 00-2 2v4a2 2 0 002 2h4a2 2 0 002-2v-4a2 2 0 00-2-2zM19 13h-4a2 2 0 00-2 2v4a2 2 0 002 2h4a2 2 0 002-2v-4a2 2 0 00-2-2z"
|
|
32
51
|
fill={fill}
|
|
33
52
|
/>
|
|
34
53
|
</Svg>
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Svg, { Path } from 'react-native-svg';
|
|
3
|
+
import { Palettes } from '../../themes';
|
|
4
|
+
|
|
5
|
+
import type { IconProps } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const IconRoundAdd = (props: IconProps) => {
|
|
8
|
+
const {
|
|
9
|
+
width = 24,
|
|
10
|
+
height = 24,
|
|
11
|
+
fill = Palettes.black[900],
|
|
12
|
+
...rest
|
|
13
|
+
} = props;
|
|
14
|
+
|
|
15
|
+
return (
|
|
16
|
+
<Svg
|
|
17
|
+
width={width}
|
|
18
|
+
height={height}
|
|
19
|
+
viewBox="0 0 24 24"
|
|
20
|
+
fill="none"
|
|
21
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
22
|
+
{...rest}
|
|
23
|
+
>
|
|
24
|
+
<Path
|
|
25
|
+
fillRule="evenodd"
|
|
26
|
+
clipRule="evenodd"
|
|
27
|
+
d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zM4 12c0-4.4 3.6-8 8-8s8 3.6 8 8-3.6 8-8 8-8-3.6-8-8z"
|
|
28
|
+
fill={fill}
|
|
29
|
+
/>
|
|
30
|
+
<Path
|
|
31
|
+
d="M16 11h-3V8c0-.55-.45-1-1-1s-1 .45-1 1v3H8c-.55 0-1 .45-1 1s.45 1 1 1h3v3c0 .55.45 1 1 1s1-.45 1-1v-3h3c.55 0 1-.45 1-1s-.45-1-1-1z"
|
|
32
|
+
fill={fill}
|
|
33
|
+
/>
|
|
34
|
+
</Svg>
|
|
35
|
+
);
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
export const IconRoundAddFilled = (props: IconProps) => {
|
|
39
|
+
const {
|
|
40
|
+
width = 24,
|
|
41
|
+
height = 24,
|
|
42
|
+
fill = Palettes.black[900],
|
|
43
|
+
...rest
|
|
44
|
+
} = props;
|
|
45
|
+
|
|
46
|
+
return (
|
|
47
|
+
<Svg
|
|
48
|
+
width={width}
|
|
49
|
+
height={height}
|
|
50
|
+
viewBox="0 0 24 24"
|
|
51
|
+
fill="none"
|
|
52
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
53
|
+
{...rest}
|
|
54
|
+
>
|
|
55
|
+
<Path
|
|
56
|
+
fillRule="evenodd"
|
|
57
|
+
clipRule="evenodd"
|
|
58
|
+
d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm4 11h-3v3c0 .55-.45 1-1 1s-1-.45-1-1v-3H8c-.55 0-1-.45-1-1s.45-1 1-1h3V8c0-.55.45-1 1-1s1 .45 1 1v3h3c.55 0 1 .45 1 1s-.45 1-1 1z"
|
|
59
|
+
fill={fill}
|
|
60
|
+
/>
|
|
61
|
+
</Svg>
|
|
62
|
+
);
|
|
63
|
+
};
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Svg, { Path } from 'react-native-svg';
|
|
3
|
+
import { Palettes } from '../../themes';
|
|
4
|
+
|
|
5
|
+
import type { IconProps } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const IconRoundClose = (props: IconProps) => {
|
|
8
|
+
const {
|
|
9
|
+
width = 24,
|
|
10
|
+
height = 24,
|
|
11
|
+
fill = Palettes.black[900],
|
|
12
|
+
...rest
|
|
13
|
+
} = props;
|
|
14
|
+
|
|
15
|
+
return (
|
|
16
|
+
<Svg
|
|
17
|
+
width={width}
|
|
18
|
+
height={height}
|
|
19
|
+
viewBox="0 0 24 24"
|
|
20
|
+
fill="none"
|
|
21
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
22
|
+
{...rest}
|
|
23
|
+
>
|
|
24
|
+
<Path
|
|
25
|
+
fillRule="evenodd"
|
|
26
|
+
clipRule="evenodd"
|
|
27
|
+
d="M19.07 4.93c-3.89-3.89-10.25-3.89-14.14 0-3.89 3.89-3.89 10.25 0 14.14 3.89 3.89 10.25 3.89 14.14 0 3.89-3.89 3.89-10.25 0-14.14zM6.34 6.34c3.11-3.11 8.2-3.11 11.31 0 3.11 3.11 3.11 8.2 0 11.31-3.11 3.11-8.2 3.11-11.31 0-3.11-3.11-3.11-8.2 0-11.31z"
|
|
28
|
+
fill={fill}
|
|
29
|
+
/>
|
|
30
|
+
<Path
|
|
31
|
+
d="M13.41 12l2.29-2.29a.996.996 0 10-1.41-1.41L12 10.59 9.71 8.3A.996.996 0 108.3 9.71L10.59 12 8.3 14.29a.996.996 0 00.71 1.7c.26 0 .51-.1.71-.29l2.29-2.29 2.29 2.29c.2.2.45.29.71.29.26 0 .51-.1.71-.29a.996.996 0 000-1.41L13.43 12h-.02z"
|
|
32
|
+
fill={fill}
|
|
33
|
+
/>
|
|
34
|
+
</Svg>
|
|
35
|
+
);
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
export const IconRoundCloseFilled = (props: IconProps) => {
|
|
39
|
+
const {
|
|
40
|
+
width = 24,
|
|
41
|
+
height = 24,
|
|
42
|
+
fill = Palettes.black[900],
|
|
43
|
+
...rest
|
|
44
|
+
} = props;
|
|
45
|
+
|
|
46
|
+
return (
|
|
47
|
+
<Svg
|
|
48
|
+
width={width}
|
|
49
|
+
height={height}
|
|
50
|
+
viewBox="0 0 24 24"
|
|
51
|
+
fill="none"
|
|
52
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
53
|
+
{...rest}
|
|
54
|
+
>
|
|
55
|
+
<Path
|
|
56
|
+
fillRule="evenodd"
|
|
57
|
+
clipRule="evenodd"
|
|
58
|
+
d="M19.07 4.93c-3.89-3.89-10.25-3.89-14.14 0-3.89 3.89-3.89 10.25 0 14.14 3.89 3.89 10.25 3.89 14.14 0 3.89-3.89 3.89-10.25 0-14.14zm-3.36 9.36a.996.996 0 01-.71 1.7c-.26 0-.51-.1-.71-.29L12 13.41 9.71 15.7c-.2.2-.45.29-.71.29-.26 0-.51-.1-.71-.29a.996.996 0 010-1.41L10.58 12 8.29 9.71A.996.996 0 119.7 8.3l2.29 2.29 2.29-2.29a.996.996 0 111.41 1.41L13.4 12l2.29 2.29h.02z"
|
|
59
|
+
fill={fill}
|
|
60
|
+
/>
|
|
61
|
+
</Svg>
|
|
62
|
+
);
|
|
63
|
+
};
|
|
@@ -30,3 +30,30 @@ export const IconSetting = (props: IconProps) => {
|
|
|
30
30
|
</Svg>
|
|
31
31
|
);
|
|
32
32
|
};
|
|
33
|
+
|
|
34
|
+
export const IconSettingFilled = (props: IconProps) => {
|
|
35
|
+
const {
|
|
36
|
+
width = 24,
|
|
37
|
+
height = 24,
|
|
38
|
+
fill = Palettes.black[900],
|
|
39
|
+
...rest
|
|
40
|
+
} = props;
|
|
41
|
+
|
|
42
|
+
return (
|
|
43
|
+
<Svg
|
|
44
|
+
width={width}
|
|
45
|
+
height={height}
|
|
46
|
+
viewBox="0 0 24 24"
|
|
47
|
+
fill="none"
|
|
48
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
49
|
+
{...rest}
|
|
50
|
+
>
|
|
51
|
+
<Path
|
|
52
|
+
fillRule="evenodd"
|
|
53
|
+
clipRule="evenodd"
|
|
54
|
+
d="M20 12.79c-.28-.49-.28-1.09 0-1.57l.56-.97c1.24-2.16-.3-4.87-2.77-4.86h-1.11c-.56 0-1.07-.29-1.35-.78l-.55-.97c-1.23-2.17-4.32-2.17-5.55 0l-.55.97c-.28.49-.79.79-1.35.79H6.22c-2.47-.01-4.02 2.69-2.78 4.85l.56.97c.28.49.28 1.09 0 1.57l-.56.97c-1.24 2.16.3 4.87 2.78 4.86h1.11c.56 0 1.07.3 1.35.78l.55.97c1.23 2.17 4.32 2.17 5.55 0l.55-.97c.28-.49.79-.79 1.35-.79h1.11c2.47.01 4.02-2.7 2.77-4.85l-.56-.97zM12 15c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"
|
|
55
|
+
fill={fill}
|
|
56
|
+
/>
|
|
57
|
+
</Svg>
|
|
58
|
+
);
|
|
59
|
+
};
|
|
@@ -30,3 +30,28 @@ export const IconShare = (props: IconProps) => {
|
|
|
30
30
|
</Svg>
|
|
31
31
|
);
|
|
32
32
|
};
|
|
33
|
+
|
|
34
|
+
export const IconShareFilled = (props: IconProps) => {
|
|
35
|
+
const {
|
|
36
|
+
width = 24,
|
|
37
|
+
height = 24,
|
|
38
|
+
fill = Palettes.black[900],
|
|
39
|
+
...rest
|
|
40
|
+
} = props;
|
|
41
|
+
|
|
42
|
+
return (
|
|
43
|
+
<Svg
|
|
44
|
+
width={width}
|
|
45
|
+
height={height}
|
|
46
|
+
viewBox="0 0 24 24"
|
|
47
|
+
fill="none"
|
|
48
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
49
|
+
{...rest}
|
|
50
|
+
>
|
|
51
|
+
<Path
|
|
52
|
+
d="M18 15c-1.18 0-2.24.51-2.96 1.32l-5.29-2.94a3.93 3.93 0 000-2.76l5.29-2.94C15.76 8.49 16.82 9 18 9c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4c0 .31.04.62.11.91L8.6 8.96A3.999 3.999 0 002 12a3.999 3.999 0 006.6 3.04l5.51 3.05c-.07.29-.11.6-.11.91 0 2.21 1.79 4 4 4s4-1.79 4-4-1.79-4-4-4z"
|
|
53
|
+
fill={fill}
|
|
54
|
+
/>
|
|
55
|
+
</Svg>
|
|
56
|
+
);
|
|
57
|
+
};
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Svg, { Path } from 'react-native-svg';
|
|
3
|
+
import { Palettes } from '../../themes';
|
|
4
|
+
|
|
5
|
+
import type { IconProps } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const IconShoppingBag = (props: IconProps) => {
|
|
8
|
+
const {
|
|
9
|
+
width = 24,
|
|
10
|
+
height = 24,
|
|
11
|
+
fill = Palettes.black[900],
|
|
12
|
+
...rest
|
|
13
|
+
} = props;
|
|
14
|
+
|
|
15
|
+
return (
|
|
16
|
+
<Svg
|
|
17
|
+
width={width}
|
|
18
|
+
height={height}
|
|
19
|
+
viewBox="0 0 24 24"
|
|
20
|
+
fill="none"
|
|
21
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
22
|
+
{...rest}
|
|
23
|
+
>
|
|
24
|
+
<Path
|
|
25
|
+
d="M17.85 22H6.15c-.56 0-1.08-.23-1.46-.64-.38-.41-.57-.94-.53-1.5l.71-10c.08-1.04.95-1.86 2-1.86h10.28c1.04 0 1.92.82 2 1.86l.71 10c.04.56-.15 1.1-.53 1.51-.38.41-.9.64-1.46.64l-.02-.01zm-.71-12H6.86l-.71 10h11.7l-.71-10z"
|
|
26
|
+
fill={fill}
|
|
27
|
+
/>
|
|
28
|
+
<Path
|
|
29
|
+
d="M15 13c-.55 0-1-.45-1-1V6.11c0-1-.68-1.92-1.66-2.09-1.25-.21-2.34.76-2.34 1.97v6c0 .55-.45 1-1 1s-1-.45-1-1V6.17c0-2.09 1.52-3.96 3.6-4.16 2.38-.23 4.4 1.64 4.4 3.98v6c0 .55-.45 1-1 1V13z"
|
|
30
|
+
fill={fill}
|
|
31
|
+
/>
|
|
32
|
+
</Svg>
|
|
33
|
+
);
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
export const IconShoppingBagFilled = (props: IconProps) => {
|
|
37
|
+
const {
|
|
38
|
+
width = 24,
|
|
39
|
+
height = 24,
|
|
40
|
+
fill = Palettes.black[900],
|
|
41
|
+
...rest
|
|
42
|
+
} = props;
|
|
43
|
+
|
|
44
|
+
return (
|
|
45
|
+
<Svg
|
|
46
|
+
width={width}
|
|
47
|
+
height={height}
|
|
48
|
+
viewBox="0 0 24 24"
|
|
49
|
+
fill="none"
|
|
50
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
51
|
+
{...rest}
|
|
52
|
+
>
|
|
53
|
+
<Path
|
|
54
|
+
d="M19.13 9.86a2.015 2.015 0 00-2-1.86H6.86c-1.04 0-1.92.82-2 1.86l-.71 10c-.04.56.15 1.09.53 1.5.38.41.9.64 1.46.64h11.7c.56 0 1.08-.23 1.46-.64.38-.41.57-.94.53-1.51l-.71-10 .01.01z"
|
|
55
|
+
fill={fill}
|
|
56
|
+
/>
|
|
57
|
+
<Path
|
|
58
|
+
d="M15 13c-.55 0-1-.45-1-1V6.11c0-1-.68-1.92-1.66-2.09-1.25-.21-2.34.76-2.34 1.97v6c0 .55-.45 1-1 1s-1-.45-1-1V6.17c0-2.09 1.52-3.96 3.6-4.16 2.38-.23 4.4 1.64 4.4 3.98v6c0 .55-.45 1-1 1V13z"
|
|
59
|
+
fill={fill}
|
|
60
|
+
/>
|
|
61
|
+
</Svg>
|
|
62
|
+
);
|
|
63
|
+
};
|
|
@@ -22,9 +22,36 @@ export const IconShoppingCart = (props: IconProps) => {
|
|
|
22
22
|
{...rest}
|
|
23
23
|
>
|
|
24
24
|
<Path
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
25
|
+
d="M9.96 18c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm0-2c-1.65 0-3 1.35-3 3s1.35 3 3 3 3-1.35 3-3-1.35-3-3-3zM17.96 18c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm0-2c-1.65 0-3 1.35-3 3s1.35 3 3 3 3-1.35 3-3-1.35-3-3-3zM18.21 15H9.67c-1.45 0-2.69-1.04-2.95-2.46l-1.4-7.71a.996.996 0 00-.98-.82H3.01c-.55 0-1-.45-1-1s.45-1 1-1h1.33c1.45 0 2.69 1.04 2.95 2.46l1.4 7.71c.09.48.5.82.98.82h8.54c.51 0 .94-.38.99-.89l.8-5.05a.95.95 0 00-.25-.73C19.56 6.12 19.29 6 19 6h-9c-.55 0-1-.45-1-1s.45-1 1-1h9c.85 0 1.67.36 2.24 1 .57.64.84 1.49.75 2.33l-.8 5.05c-.16 1.48-1.44 2.62-2.97 2.62h-.01z"
|
|
26
|
+
fill={fill}
|
|
27
|
+
/>
|
|
28
|
+
<Path
|
|
29
|
+
d="M11 11.5c-.55 0-1-.45-1-1v-2c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1zM14 11.5c-.55 0-1-.45-1-1v-2c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1zM17 11.5c-.55 0-1-.45-1-1v-2c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1z"
|
|
30
|
+
fill={fill}
|
|
31
|
+
/>
|
|
32
|
+
</Svg>
|
|
33
|
+
);
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
export const IconShoppingCartFilled = (props: IconProps) => {
|
|
37
|
+
const {
|
|
38
|
+
width = 24,
|
|
39
|
+
height = 24,
|
|
40
|
+
fill = Palettes.black[900],
|
|
41
|
+
...rest
|
|
42
|
+
} = props;
|
|
43
|
+
|
|
44
|
+
return (
|
|
45
|
+
<Svg
|
|
46
|
+
width={width}
|
|
47
|
+
height={height}
|
|
48
|
+
viewBox="0 0 24 24"
|
|
49
|
+
fill="none"
|
|
50
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
51
|
+
{...rest}
|
|
52
|
+
>
|
|
53
|
+
<Path
|
|
54
|
+
d="M9.96 18c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm0-2c-1.65 0-3 1.35-3 3s1.35 3 3 3 3-1.35 3-3-1.35-3-3-3zM17.96 18c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm0-2c-1.65 0-3 1.35-3 3s1.35 3 3 3 3-1.35 3-3-1.35-3-3-3zM21.24 5c-.57-.63-1.38-1-2.24-1H7.16c-.42-1.18-1.54-2-2.83-2H3c-.55 0-1 .45-1 1s.45 1 1 1h1.33c.48 0 .9.35.98.82l1.4 7.71c.26 1.43 1.5 2.46 2.95 2.46h8.54c1.53 0 2.81-1.15 2.97-2.62l.8-5.05c.09-.85-.18-1.7-.75-2.33l.02.01z"
|
|
28
55
|
fill={fill}
|
|
29
56
|
/>
|
|
30
57
|
</Svg>
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Svg, { Path } from 'react-native-svg';
|
|
3
|
+
import { Palettes } from '../../themes';
|
|
4
|
+
|
|
5
|
+
import type { IconProps } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const IconSmartphone = (props: IconProps) => {
|
|
8
|
+
const {
|
|
9
|
+
width = 24,
|
|
10
|
+
height = 24,
|
|
11
|
+
fill = Palettes.black[900],
|
|
12
|
+
...rest
|
|
13
|
+
} = props;
|
|
14
|
+
|
|
15
|
+
return (
|
|
16
|
+
<Svg
|
|
17
|
+
width={width}
|
|
18
|
+
height={height}
|
|
19
|
+
viewBox="0 0 24 24"
|
|
20
|
+
fill="none"
|
|
21
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
22
|
+
{...rest}
|
|
23
|
+
>
|
|
24
|
+
<Path
|
|
25
|
+
d="M16 2H8C6.35 2 5 3.35 5 5v14c0 1.65 1.35 3 3 3h8c1.65 0 3-1.35 3-3V5c0-1.65-1.35-3-3-3zM8 4h1c0 .55.45 1 1 1h4c.55 0 1-.45 1-1h1c.55 0 1 .45 1 1v11H7V5c0-.55.45-1 1-1zm8 16H8c-.55 0-1-.45-1-1v-1h10v1c0 .55-.45 1-1 1z"
|
|
26
|
+
fill={fill}
|
|
27
|
+
/>
|
|
28
|
+
</Svg>
|
|
29
|
+
);
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export const IconSmartphoneFilled = (props: IconProps) => {
|
|
33
|
+
const {
|
|
34
|
+
width = 24,
|
|
35
|
+
height = 24,
|
|
36
|
+
fill = Palettes.black[900],
|
|
37
|
+
...rest
|
|
38
|
+
} = props;
|
|
39
|
+
|
|
40
|
+
return (
|
|
41
|
+
<Svg
|
|
42
|
+
width={width}
|
|
43
|
+
height={height}
|
|
44
|
+
viewBox="0 0 24 24"
|
|
45
|
+
fill="none"
|
|
46
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
47
|
+
{...rest}
|
|
48
|
+
>
|
|
49
|
+
<Path
|
|
50
|
+
d="M16 2H8C6.35 2 5 3.35 5 5v14c0 1.65 1.35 3 3 3h8c1.65 0 3-1.35 3-3V5c0-1.65-1.35-3-3-3zm-4 18c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm5-4H7V5c0-.55.45-1 1-1h1c0 .55.45 1 1 1h4c.55 0 1-.45 1-1h1c.55 0 1 .45 1 1v11z"
|
|
51
|
+
fill={fill}
|
|
52
|
+
/>
|
|
53
|
+
</Svg>
|
|
54
|
+
);
|
|
55
|
+
};
|
|
@@ -36,3 +36,34 @@ export const IconTrash = (props: IconProps) => {
|
|
|
36
36
|
</Svg>
|
|
37
37
|
);
|
|
38
38
|
};
|
|
39
|
+
|
|
40
|
+
export const IconTrashFilled = (props: IconProps) => {
|
|
41
|
+
const {
|
|
42
|
+
width = 24,
|
|
43
|
+
height = 24,
|
|
44
|
+
fill = Palettes.black[900],
|
|
45
|
+
...rest
|
|
46
|
+
} = props;
|
|
47
|
+
|
|
48
|
+
return (
|
|
49
|
+
<Svg
|
|
50
|
+
width={width}
|
|
51
|
+
height={height}
|
|
52
|
+
viewBox="0 0 24 24"
|
|
53
|
+
fill="none"
|
|
54
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
55
|
+
{...rest}
|
|
56
|
+
>
|
|
57
|
+
<Path
|
|
58
|
+
fillRule="evenodd"
|
|
59
|
+
clipRule="evenodd"
|
|
60
|
+
d="M4.02 6h15.97c.86 0 1.33-.99.78-1.64-.19-.23-.48-.36-.78-.36H4.02c-.3 0-.59.13-.78.36-.55.65-.08 1.64.78 1.64zM8 4l.44-1.32A1 1 0 019.39 2h5.23c.43 0 .81.28.95.68L16.01 4H8z"
|
|
61
|
+
fill={fill}
|
|
62
|
+
/>
|
|
63
|
+
<Path
|
|
64
|
+
d="M6.19 7H17.82c1.17 0 2.09 1.01 1.99 2.18l-.98 11A1.993 1.993 0 0116.84 22H7.17a2 2 0 01-1.99-1.82l-.98-11A2 2 0 016.19 7z"
|
|
65
|
+
fill={fill}
|
|
66
|
+
/>
|
|
67
|
+
</Svg>
|
|
68
|
+
);
|
|
69
|
+
};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Svg, { Path } from 'react-native-svg';
|
|
3
|
+
import { Palettes } from '../../themes';
|
|
4
|
+
|
|
5
|
+
import type { IconProps } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const IconUser = (props: IconProps) => {
|
|
8
|
+
const {
|
|
9
|
+
width = 24,
|
|
10
|
+
height = 24,
|
|
11
|
+
fill = Palettes.black[900],
|
|
12
|
+
...rest
|
|
13
|
+
} = props;
|
|
14
|
+
|
|
15
|
+
return (
|
|
16
|
+
<Svg
|
|
17
|
+
width={width}
|
|
18
|
+
height={height}
|
|
19
|
+
viewBox="0 0 24 24"
|
|
20
|
+
fill="none"
|
|
21
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
22
|
+
{...rest}
|
|
23
|
+
>
|
|
24
|
+
<Path
|
|
25
|
+
d="M12 12c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.65 0-3 1.35-3 3s1.35 3 3 3 3-1.35 3-3-1.35-3-3-3zM12 22c-3.72 0-8-.38-8-3.36C4 16.08 7.59 14 12 14s8 2.07 8 4.62C20 22 14.19 22 12 22zm0-6c-3.48 0-6 1.58-6 2.64 0 .23.29 1.36 6 1.36s6-1.15 6-1.38c0-1.05-2.52-2.62-6-2.62z"
|
|
26
|
+
fill={fill}
|
|
27
|
+
/>
|
|
28
|
+
</Svg>
|
|
29
|
+
);
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export const IconUserFilled = (props: IconProps) => {
|
|
33
|
+
const {
|
|
34
|
+
width = 24,
|
|
35
|
+
height = 24,
|
|
36
|
+
fill = Palettes.black[900],
|
|
37
|
+
...rest
|
|
38
|
+
} = props;
|
|
39
|
+
|
|
40
|
+
return (
|
|
41
|
+
<Svg
|
|
42
|
+
width={width}
|
|
43
|
+
height={height}
|
|
44
|
+
viewBox="0 0 24 24"
|
|
45
|
+
fill="none"
|
|
46
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
47
|
+
{...rest}
|
|
48
|
+
>
|
|
49
|
+
<Path
|
|
50
|
+
d="M12 12c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zM12 22c-3.72 0-8-.38-8-3.36C4 16.08 7.59 14 12 14s8 2.07 8 4.62C20 22 14.19 22 12 22z"
|
|
51
|
+
fill={fill}
|
|
52
|
+
/>
|
|
53
|
+
</Svg>
|
|
54
|
+
);
|
|
55
|
+
};
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Svg, { Path } from 'react-native-svg';
|
|
3
|
+
import { Palettes } from '../../themes';
|
|
4
|
+
|
|
5
|
+
import type { IconProps } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const IconVideo = (props: IconProps) => {
|
|
8
|
+
const {
|
|
9
|
+
width = 24,
|
|
10
|
+
height = 24,
|
|
11
|
+
fill = Palettes.black[900],
|
|
12
|
+
...rest
|
|
13
|
+
} = props;
|
|
14
|
+
|
|
15
|
+
return (
|
|
16
|
+
<Svg
|
|
17
|
+
width={width}
|
|
18
|
+
height={height}
|
|
19
|
+
viewBox="0 0 24 24"
|
|
20
|
+
fill="none"
|
|
21
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
22
|
+
{...rest}
|
|
23
|
+
>
|
|
24
|
+
<Path
|
|
25
|
+
d="M9.5 9c-1.65 0-3 1.35-3 3s1.35 3 3 3 3-1.35 3-3-1.35-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"
|
|
26
|
+
fill={fill}
|
|
27
|
+
/>
|
|
28
|
+
<Path
|
|
29
|
+
d="M21.42 6.09a1 1 0 00-1.06.14L17 9.03V8c0-1.66-1.34-3-3-3H5C3.34 5 2 6.34 2 8v8c0 1.66 1.34 3 3 3h9c1.66 0 3-1.34 3-3v-1.03l3.36 2.8a1.005 1.005 0 001.06.14c.35-.16.58-.52.58-.91V7a1 1 0 00-.58-.91zM15 16c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1h9c.55 0 1 .45 1 1v8zm5-1.13l-3-2.5v-.73l3-2.5v5.73z"
|
|
30
|
+
fill={fill}
|
|
31
|
+
/>
|
|
32
|
+
</Svg>
|
|
33
|
+
);
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
export const IconVideoFilled = (props: IconProps) => {
|
|
37
|
+
const {
|
|
38
|
+
width = 24,
|
|
39
|
+
height = 24,
|
|
40
|
+
fill = Palettes.black[900],
|
|
41
|
+
...rest
|
|
42
|
+
} = props;
|
|
43
|
+
|
|
44
|
+
return (
|
|
45
|
+
<Svg
|
|
46
|
+
width={width}
|
|
47
|
+
height={height}
|
|
48
|
+
viewBox="0 0 24 24"
|
|
49
|
+
fill="none"
|
|
50
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
51
|
+
{...rest}
|
|
52
|
+
>
|
|
53
|
+
<Path
|
|
54
|
+
d="M21.42 6.09a.997.997 0 00-1.06.14L17 9.03V8c0-1.66-1.34-3-3-3H5C3.34 5 2 6.34 2 8v8c0 1.66 1.34 3 3 3h9c1.66 0 3-1.34 3-3v-1.03l3.36 2.8a1.005 1.005 0 001.06.14c.35-.16.58-.52.58-.91V7a1 1 0 00-.58-.91zM9.5 14.5a2.5 2.5 0 010-5 2.5 2.5 0 010 5z"
|
|
55
|
+
fill={fill}
|
|
56
|
+
/>
|
|
57
|
+
</Svg>
|
|
58
|
+
);
|
|
59
|
+
};
|
package/src/icons/index.ts
CHANGED
|
@@ -10,6 +10,11 @@ export { IconChevronLeft } from './navigations/IconChevronLeft';
|
|
|
10
10
|
export { IconClose } from './navigations/IconClose';
|
|
11
11
|
|
|
12
12
|
export { IconAddMinus } from './actions/IconAddMinus';
|
|
13
|
+
export { IconMinus, IconMinusFilled } from './actions/IconMinus';
|
|
14
|
+
export { IconRoundClose, IconRoundCloseFilled } from './actions/IconRoundClose';
|
|
15
|
+
export { IconRoundAdd, IconRoundAddFilled } from './actions/IconRoundAdd';
|
|
16
|
+
export { IconJualMobil, IconJualMobilFilled } from './actions/IconJualMobil';
|
|
17
|
+
export { IconDot, IconDotFilled } from './actions/IconDot';
|
|
13
18
|
export { IconAddPlus } from './actions/IconAddPlus';
|
|
14
19
|
export { IconAddRemove } from './actions/IconAddRemove';
|
|
15
20
|
export { IconHeartEmpty } from './actions/IconHeartEmpty';
|
|
@@ -19,31 +24,46 @@ export { IconPicture } from './actions/IconPicture';
|
|
|
19
24
|
export { IconPictureAdd } from './actions/IconPictureAdd';
|
|
20
25
|
export { IconStarFilled } from './actions/IconStarFilled';
|
|
21
26
|
export { IconStarOutline } from './actions/IconStarOutline';
|
|
22
|
-
export {
|
|
27
|
+
export {
|
|
28
|
+
IconShoppingCart,
|
|
29
|
+
IconShoppingCartFilled,
|
|
30
|
+
} from './actions/IconShoppingCart';
|
|
23
31
|
export { IconSort } from './actions/IconSort';
|
|
24
32
|
export { IconSearch } from './actions/IconSearch';
|
|
25
|
-
export { IconTrash } from './actions/IconTrash';
|
|
26
|
-
export { IconShare } from './actions/IconShare';
|
|
27
|
-
export { IconSetting } from './actions/IconSetting';
|
|
28
|
-
export { IconChat } from './actions/IconChat';
|
|
29
|
-
export { IconCamera } from './actions/IconCamera';
|
|
30
|
-
export { IconHelp } from './actions/IconHelp';
|
|
31
|
-
export { IconInfo } from './actions/IconInfo';
|
|
33
|
+
export { IconTrash, IconTrashFilled } from './actions/IconTrash';
|
|
34
|
+
export { IconShare, IconShareFilled } from './actions/IconShare';
|
|
35
|
+
export { IconSetting, IconSettingFilled } from './actions/IconSetting';
|
|
36
|
+
export { IconChat, IconChatFilled } from './actions/IconChat';
|
|
37
|
+
export { IconCamera, IconCameraFilled } from './actions/IconCamera';
|
|
38
|
+
export { IconHelp, IconHelpFilled } from './actions/IconHelp';
|
|
39
|
+
export { IconInfo, IconInfoFilled } from './actions/IconInfo';
|
|
40
|
+
export { IconUser, IconUserFilled } from './actions/IconUser';
|
|
32
41
|
export { IconPerson } from './actions/IconPerson';
|
|
33
|
-
export {
|
|
42
|
+
export {
|
|
43
|
+
IconNotification,
|
|
44
|
+
IconNotificationFilled,
|
|
45
|
+
} from './actions/IconNotification';
|
|
34
46
|
export { IconUpload } from './actions/IconUpload';
|
|
35
47
|
export { IconDownload } from './actions/IconDownload';
|
|
36
|
-
export { IconCopy } from './actions/IconCopy';
|
|
37
|
-
export { IconLike } from './actions/IconLike';
|
|
38
|
-
export {
|
|
39
|
-
export {
|
|
48
|
+
export { IconCopy, IconCopyFilled } from './actions/IconCopy';
|
|
49
|
+
export { IconLike, IconLikeFilled } from './actions/IconLike';
|
|
50
|
+
export { IconVideo, IconVideoFilled } from './actions/IconVideo';
|
|
51
|
+
export { IconSmartphone, IconSmartphoneFilled } from './actions/IconSmartphone';
|
|
52
|
+
export {
|
|
53
|
+
IconShoppingBag,
|
|
54
|
+
IconShoppingBagFilled,
|
|
55
|
+
} from './actions/IconShoppingBag';
|
|
56
|
+
export { IconEdit, IconEditFilled } from './actions/IconEdit';
|
|
57
|
+
export { IconGallery, IconGalleryFilled } from './actions/IconGallery';
|
|
58
|
+
export { IconBeliMobil, IconBeliMobilFilled } from './actions/IconBeliMobil';
|
|
59
|
+
export { IconFilter, IconFilterFilled } from './actions/IconFilter';
|
|
40
60
|
export { IconCustomerService } from './actions/IconCustomerService';
|
|
41
61
|
export { IconAttach } from './actions/IconAttach';
|
|
42
62
|
export { IconSeeShow } from './actions/IconSeeShow';
|
|
43
63
|
export { IconSeeHide } from './actions/IconSeeHide';
|
|
44
64
|
export { IconReload } from './actions/IconReload';
|
|
45
|
-
export { IconOther } from './actions/IconOther';
|
|
46
|
-
export { IconEmail } from './actions/IconEmail';
|
|
65
|
+
export { IconOther, IconOtherFilled } from './actions/IconOther';
|
|
66
|
+
export { IconEmail, IconEmailFilled } from './actions/IconEmail';
|
|
47
67
|
export { IconSorting } from './actions/IconSorting';
|
|
48
68
|
export { IconHamburger } from './actions/IconHamburger';
|
|
49
69
|
|