@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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconMinus.d.ts","sourceRoot":"","sources":["../../../../src/icons/vehicles/IconMinus.tsx"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,SAAS,UAAW,SAAS,gBAyBzC,CAAC;AAEF,eAAO,MAAM,eAAe,UAAW,SAAS,gBAyB/C,CAAC"}
|
package/package.json
CHANGED
|
@@ -31,13 +31,13 @@ const TextArea: React.FunctionComponent<TextAreaProps> = (props) => {
|
|
|
31
31
|
event: NativeSyntheticEvent<TextInputFocusEventData>
|
|
32
32
|
) => {
|
|
33
33
|
setFocused(true);
|
|
34
|
-
|
|
34
|
+
onFocus(event);
|
|
35
35
|
};
|
|
36
36
|
const handleOnBlur = (
|
|
37
37
|
event: NativeSyntheticEvent<TextInputFocusEventData>
|
|
38
38
|
) => {
|
|
39
39
|
if (value === '') {
|
|
40
|
-
|
|
40
|
+
onBlur(event);
|
|
41
41
|
}
|
|
42
42
|
setFocused(false);
|
|
43
43
|
};
|
|
@@ -61,12 +61,12 @@ const TextInput: React.FunctionComponent<TextInputProps> = (props) => {
|
|
|
61
61
|
event: NativeSyntheticEvent<TextInputFocusEventData>
|
|
62
62
|
) => {
|
|
63
63
|
setFocused(true);
|
|
64
|
-
|
|
64
|
+
onFocus(event);
|
|
65
65
|
};
|
|
66
66
|
const handleOnBlur = (
|
|
67
67
|
event: NativeSyntheticEvent<TextInputFocusEventData>
|
|
68
68
|
) => {
|
|
69
|
-
|
|
69
|
+
onBlur(event);
|
|
70
70
|
setFocused(false);
|
|
71
71
|
};
|
|
72
72
|
|
|
@@ -15,6 +15,8 @@ const Button: React.FC<ButtonProps> = (props) => {
|
|
|
15
15
|
size = 'small',
|
|
16
16
|
containerStyles,
|
|
17
17
|
textStyles,
|
|
18
|
+
enablePressWhenDisabled = false,
|
|
19
|
+
disabled = false,
|
|
18
20
|
...rest
|
|
19
21
|
} = props;
|
|
20
22
|
|
|
@@ -32,6 +34,7 @@ const Button: React.FC<ButtonProps> = (props) => {
|
|
|
32
34
|
underlayColor={
|
|
33
35
|
variant !== 'primary' ? Palettes.blue[50] : Palettes.black[800]
|
|
34
36
|
}
|
|
37
|
+
disabled={!enablePressWhenDisabled && disabled}
|
|
35
38
|
{...rest}
|
|
36
39
|
>
|
|
37
40
|
<Typography
|
|
@@ -26,4 +26,10 @@ export interface ButtonProps extends TouchableOpacityProps {
|
|
|
26
26
|
* The styles of the text inside button, extended from TextStyle
|
|
27
27
|
*/
|
|
28
28
|
textStyles?: TextStyle;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Enable the Press action, when the button state is disabled.
|
|
32
|
+
* Usable for logging the user press on disabled button etc.
|
|
33
|
+
*/
|
|
34
|
+
enablePressWhenDisabled?: boolean;
|
|
29
35
|
}
|
|
@@ -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 IconBeliMobil = (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="M8 14.5H6.5c-.55 0-1 .45-1 1s.45 1 1 1H8c.55 0 1-.45 1-1s-.45-1-1-1zM17.5 14.5H16c-.55 0-1 .45-1 1s.45 1 1 1h1.5c.55 0 1-.45 1-1s-.45-1-1-1z"
|
|
26
|
+
fill={fill}
|
|
27
|
+
/>
|
|
28
|
+
<Path
|
|
29
|
+
d="M22 10.5c0-.55-.45-1-1-1h-1.1C21.15 8.82 22 7.52 22 6c0-2.21-1.79-4-4-4s-4 1.79-4 4H7.62c-.77 0-1.45.42-1.79 1.11L4.63 9.5H3c-.55 0-1 .45-1 1s.45 1 1 1h.12c-.39.34-.65.81-.68 1.36l-.36 5c-.04.55.15 1.1.53 1.5.36.39.87.62 1.39.64v.5c0 .83.67 1.5 1.5 1.5S7 21.33 7 20.5V20h10v.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V20c.52-.02 1.03-.25 1.39-.64.38-.4.57-.95.53-1.5l-.36-5a1.95 1.95 0 00-.68-1.36H21c.55 0 1-.45 1-1zm-4-7a2.5 2.5 0 010 5 2.5 2.5 0 010-5zM7.62 8h6.93c.59 1.01 1.6 1.74 2.79 1.93l.53 1.07H6.12l1.5-3zM4.07 18l.36-5h15.14l.36 5H4.07z"
|
|
30
|
+
fill={fill}
|
|
31
|
+
/>
|
|
32
|
+
<Path
|
|
33
|
+
d="M17.5 6.5v1c0 .28.22.5.5.5s.5-.22.5-.5v-1h1c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-1v-1c0-.28-.22-.5-.5-.5s-.5.22-.5.5v1h-1c-.28 0-.5.22-.5.5s.22.5.5.5h1z"
|
|
34
|
+
fill={fill}
|
|
35
|
+
/>
|
|
36
|
+
</Svg>
|
|
37
|
+
);
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
export const IconBeliMobilFilled = (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
|
+
d="M22 10.5c0-.55-.45-1-1-1h-1.1C21.15 8.82 22 7.52 22 6c0-2.21-1.79-4-4-4s-4 1.79-4 4H7.62c-.77 0-1.45.42-1.79 1.11L4.63 9.5H3c-.55 0-1 .45-1 1s.45 1 1 1h.12c-.39.34-.65.81-.68 1.36l-.36 5c-.04.55.15 1.1.53 1.5.36.39.87.62 1.39.64v.5c0 .83.67 1.5 1.5 1.5S7 21.33 7 20.5V20h10v.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V20c.52-.02 1.03-.25 1.39-.64.38-.4.57-.95.53-1.5l-.36-5a1.95 1.95 0 00-.68-1.36H21c.55 0 1-.45 1-1zm-5.5-5h1v-1c0-.28.22-.5.5-.5s.5.22.5.5v1h1c.28 0 .5.22.5.5s-.22.5-.5.5h-1v1c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-1h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5zM7.62 8h6.93c.56.97 1.51 1.69 2.65 1.92l.68 1.58H6.12L7.62 8zM8 16.5H6.5c-.55 0-1-.45-1-1s.45-1 1-1H8c.55 0 1 .45 1 1s-.45 1-1 1zm9.5 0H16c-.55 0-1-.45-1-1s.45-1 1-1h1.5c.55 0 1 .45 1 1s-.45 1-1 1z"
|
|
59
|
+
fill={fill}
|
|
60
|
+
/>
|
|
61
|
+
</Svg>
|
|
62
|
+
);
|
|
63
|
+
};
|
|
@@ -30,3 +30,28 @@ export const IconCamera = (props: IconProps) => {
|
|
|
30
30
|
</Svg>
|
|
31
31
|
);
|
|
32
32
|
};
|
|
33
|
+
|
|
34
|
+
export const IconCameraFilled = (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="M19.14 5.83h-1.43c0-1.56-1.29-2.83-2.86-2.83H9.14C7.57 3 6.28 4.28 6.28 5.83H4.85c-1.57 0-2.86 1.28-2.86 2.83v9.5c0 1.56 1.29 2.83 2.86 2.83h14.29c1.57 0 2.86-1.28 2.86-2.83v-9.5c0-1.56-1.29-2.83-2.86-2.83zM12 16c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"
|
|
53
|
+
fill={fill}
|
|
54
|
+
/>
|
|
55
|
+
</Svg>
|
|
56
|
+
);
|
|
57
|
+
};
|
|
@@ -30,3 +30,28 @@ export const IconChat = (props: IconProps) => {
|
|
|
30
30
|
</Svg>
|
|
31
31
|
);
|
|
32
32
|
};
|
|
33
|
+
|
|
34
|
+
export const IconChatFilled = (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="M12.42 2h-.83C6.29 2 2 6.29 2 11.58v.83c0 5.29 4.29 9.58 9.58 9.58h8.38c1.13 0 2.04-.91 2.04-2.04v-8.38c0-5.29-4.29-9.58-9.58-9.58V2zM16 15h-5c-.55 0-1-.45-1-1s.45-1 1-1h5c.55 0 1 .45 1 1s-.45 1-1 1zm0-4H8c-.55 0-1-.45-1-1s.45-1 1-1h8c.55 0 1 .45 1 1s-.45 1-1 1z"
|
|
53
|
+
fill={fill}
|
|
54
|
+
/>
|
|
55
|
+
</Svg>
|
|
56
|
+
);
|
|
57
|
+
};
|
|
@@ -36,3 +36,36 @@ export const IconCopy = (props: IconProps) => {
|
|
|
36
36
|
</Svg>
|
|
37
37
|
);
|
|
38
38
|
};
|
|
39
|
+
|
|
40
|
+
export const IconCopyFilled = (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="M19 18h-9c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h6.04c.61 0 1.18.28 1.56.75l2.96 3.7c.28.35.44.8.44 1.25V16c0 1.1-.9 2-2 2z"
|
|
61
|
+
fill={fill}
|
|
62
|
+
/>
|
|
63
|
+
<Path
|
|
64
|
+
fillRule="evenodd"
|
|
65
|
+
clipRule="evenodd"
|
|
66
|
+
d="M7 16V6C5.34 6 4 7.34 4 9v10c0 1.66 1.34 3 3 3h7c1.66 0 3-1.34 3-3h-7c-1.66 0-3-1.34-3-3z"
|
|
67
|
+
fill={fill}
|
|
68
|
+
/>
|
|
69
|
+
</Svg>
|
|
70
|
+
);
|
|
71
|
+
};
|
|
@@ -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 IconDot = (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="M12 13c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zM16 13c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zM8 13c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1z"
|
|
32
|
+
fill={fill}
|
|
33
|
+
/>
|
|
34
|
+
</Svg>
|
|
35
|
+
);
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
export const IconDotFilled = (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 2zM8 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm4 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm4 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"
|
|
59
|
+
fill={fill}
|
|
60
|
+
/>
|
|
61
|
+
</Svg>
|
|
62
|
+
);
|
|
63
|
+
};
|
|
@@ -30,3 +30,28 @@ export const IconEdit = (props: IconProps) => {
|
|
|
30
30
|
</Svg>
|
|
31
31
|
);
|
|
32
32
|
};
|
|
33
|
+
|
|
34
|
+
export const IconEditFilled = (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="M12.04 5.45l-8.13 8.14c-.38.38-.65.86-.78 1.38L2.07 19.2c-.37 1.46.77 2.8 2.18 2.8.18 0 .37-.02.56-.07l4.23-1.06c.52-.13 1-.4 1.38-.78l8.13-8.13-6.51-6.51zM21.66 4.87c-.23-.57-.57-1.08-1.01-1.52-.44-.44-.96-.78-1.52-1.01-.55-.22-1.14-.34-1.73-.34-.59 0-1.18.11-1.73.34-.57.23-1.08.57-1.52 1.01l-.45.45-.24.24 6.51 6.51.24-.24.45-.44c.44-.44.78-.96 1.01-1.52.22-.55.34-1.14.34-1.73 0-.59-.11-1.18-.34-1.73l-.01-.02z"
|
|
53
|
+
fill={fill}
|
|
54
|
+
/>
|
|
55
|
+
</Svg>
|
|
56
|
+
);
|
|
57
|
+
};
|
|
@@ -28,3 +28,28 @@ export const IconEmail = (props: IconProps) => {
|
|
|
28
28
|
</Svg>
|
|
29
29
|
);
|
|
30
30
|
};
|
|
31
|
+
|
|
32
|
+
export const IconEmailFilled = (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="M19 4H5C3.35 4 2 5.35 2 7v10c0 1.65 1.35 3 3 3h14c1.65 0 3-1.35 3-3V7c0-1.65-1.35-3-3-3zm.71 3.71l-5.59 5.59c-.57.57-1.32.88-2.12.88s-1.55-.31-2.12-.88L4.29 7.71A.996.996 0 115.7 6.3l5.59 5.59c.38.38 1.04.38 1.41 0l5.59-5.59a.996.996 0 111.41 1.41h.01z"
|
|
51
|
+
fill={fill}
|
|
52
|
+
/>
|
|
53
|
+
</Svg>
|
|
54
|
+
);
|
|
55
|
+
};
|
|
@@ -50,3 +50,32 @@ export const IconFilter = (props: IconProps) => {
|
|
|
50
50
|
</Svg>
|
|
51
51
|
);
|
|
52
52
|
};
|
|
53
|
+
|
|
54
|
+
export const IconFilterFilled = (props: IconProps) => {
|
|
55
|
+
const {
|
|
56
|
+
width = 24,
|
|
57
|
+
height = 24,
|
|
58
|
+
fill = Palettes.black[900],
|
|
59
|
+
...rest
|
|
60
|
+
} = props;
|
|
61
|
+
|
|
62
|
+
return (
|
|
63
|
+
<Svg
|
|
64
|
+
width={width}
|
|
65
|
+
height={height}
|
|
66
|
+
viewBox="0 0 24 24"
|
|
67
|
+
fill="none"
|
|
68
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
69
|
+
{...rest}
|
|
70
|
+
>
|
|
71
|
+
<Path
|
|
72
|
+
d="M21 9H3c-.55 0-1-.45-1-1s.45-1 1-1h18c.55 0 1 .45 1 1s-.45 1-1 1zM21 17H3c-.55 0-1-.45-1-1s.45-1 1-1h18c.55 0 1 .45 1 1s-.45 1-1 1z"
|
|
73
|
+
fill={fill}
|
|
74
|
+
/>
|
|
75
|
+
<Path
|
|
76
|
+
d="M8 12c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zM16 20c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"
|
|
77
|
+
fill={fill}
|
|
78
|
+
/>
|
|
79
|
+
</Svg>
|
|
80
|
+
);
|
|
81
|
+
};
|
|
@@ -0,0 +1,67 @@
|
|
|
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 IconGallery = (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="M19 6c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1h14zm0-2H5C3.34 4 2 5.34 2 7v10c0 1.66 1.34 3 3 3h14c1.66 0 3-1.34 3-3V7c0-1.66-1.34-3-3-3z"
|
|
26
|
+
fill={fill}
|
|
27
|
+
/>
|
|
28
|
+
<Path
|
|
29
|
+
d="M17 20c-.26 0-.51-.1-.71-.29L8.7 12.12a.996.996 0 00-1.41 0l-3.2 3.2a.996.996 0 11-1.41-1.41l3.2-3.2c1.13-1.13 3.11-1.13 4.24 0l7.59 7.59A.996.996 0 0117 20z"
|
|
30
|
+
fill={fill}
|
|
31
|
+
/>
|
|
32
|
+
<Path
|
|
33
|
+
d="M21 18c-.26 0-.51-.1-.71-.29l-3.59-3.59a.996.996 0 00-1.41 0l-1.59 1.59a.996.996 0 11-1.41-1.41l1.59-1.59a3 3 0 014.24 0l3.59 3.59A.996.996 0 0121 18zM17 11c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"
|
|
34
|
+
fill={fill}
|
|
35
|
+
/>
|
|
36
|
+
</Svg>
|
|
37
|
+
);
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
export const IconGalleryFilled = (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
|
+
d="M19 4H5C3.34 4 2 5.34 2 7v7.53l3.88-3.84a3.006 3.006 0 014.23.01L13 13.59l.88-.88a3 3 0 014.24 0L22 16.59V7c0-1.66-1.34-3-3-3zm-1 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"
|
|
59
|
+
fill={fill}
|
|
60
|
+
/>
|
|
61
|
+
<Path
|
|
62
|
+
d="M15.29 14.12l-1.58 1.58a.996.996 0 01-1.41 0l-3.59-3.59c-.39-.38-1.02-.38-1.41 0l-5.27 5.21A2.987 2.987 0 005.01 20h14c.98 0 1.85-.47 2.39-1.19l-4.68-4.69c-.39-.39-1.03-.39-1.42 0h-.01z"
|
|
63
|
+
fill={fill}
|
|
64
|
+
/>
|
|
65
|
+
</Svg>
|
|
66
|
+
);
|
|
67
|
+
};
|
|
@@ -30,3 +30,30 @@ export const IconHelp = (props: IconProps) => {
|
|
|
30
30
|
</Svg>
|
|
31
31
|
);
|
|
32
32
|
};
|
|
33
|
+
|
|
34
|
+
export const IconHelpFilled = (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="M22 12c0 5.52-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2s10 4.48 10 10zM9.5 9.87c.48.28 1.09.11 1.37-.36.96-1.39 2.81.46 1.29 1.36-.27.16-.63.43-.9.76-.26.31-.49.74-.52 1.27v.1c0 .55.45 1 1 1 .76 0 .91-.4 1.05-.81.09-.26.19-.53.45-.69.83-.51 1.5-1.4 1.5-2.5 0-1.66-1.34-3-3-3-1.11 0-2.08.61-2.6 1.5-.28.48-.11 1.09.36 1.37zM10.73 16c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1z"
|
|
55
|
+
fill={fill}
|
|
56
|
+
/>
|
|
57
|
+
</Svg>
|
|
58
|
+
);
|
|
59
|
+
};
|
|
@@ -36,3 +36,30 @@ export const IconInfo = (props: IconProps) => {
|
|
|
36
36
|
</Svg>
|
|
37
37
|
);
|
|
38
38
|
};
|
|
39
|
+
|
|
40
|
+
export const IconInfoFilled = (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="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 13.5c0 .55-.45 1-1 1s-1-.45-1-1v-4c0-.55.45-1 1-1s1 .45 1 1v4zm0-7c0 .55-.45 1-1 1s-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v.5z"
|
|
61
|
+
fill={fill}
|
|
62
|
+
/>
|
|
63
|
+
</Svg>
|
|
64
|
+
);
|
|
65
|
+
};
|
|
@@ -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 IconJualMobil = (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="M8 14.5H6.5c-.55 0-1 .45-1 1s.45 1 1 1H8c.55 0 1-.45 1-1s-.45-1-1-1zM17.5 14.5H16c-.55 0-1 .45-1 1s.45 1 1 1h1.5c.55 0 1-.45 1-1s-.45-1-1-1zM16.76 12.49c-.27 0-.52-.11-.71-.29l-4.24-4.24a.99.99 0 01-.29-.71V4.42c0-.27.11-.52.29-.71l1.41-1.41a.99.99 0 01.71-.29h2.83c.27 0 .52.11.71.29l4.24 4.24c.39.39.39 1.02 0 1.41l-4.24 4.24a.99.99 0 01-.71.29v.01zm-3.24-5.66l3.24 3.24 2.83-2.83L16.35 4h-2l-.83.83v2z"
|
|
26
|
+
fill={fill}
|
|
27
|
+
/>
|
|
28
|
+
<Path
|
|
29
|
+
d="M14.99 5.97a.5.5 0 100-1 .5.5 0 000 1zM20.88 11.5H21c.55 0 1-.45 1-1 0-.38-.22-.72-.54-.89l-3.29 3.29s-.08.08-.12.1h1.52l.36 5H4.07l.36-5h11.03s-.08-.06-.12-.1l-1.9-1.9H6.12l1.5-3H9.5c.55 0 1-.45 1-1s-.45-1-1-1H7.62c-.77 0-1.45.42-1.79 1.11L4.63 9.5H3c-.55 0-1 .45-1 1s.45 1 1 1h.12c-.39.34-.65.81-.68 1.36l-.36 5c-.04.55.15 1.1.53 1.5.36.39.87.62 1.39.64v.5c0 .83.67 1.5 1.5 1.5S7 21.33 7 20.5V20h10v.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V20c.52-.02 1.03-.25 1.39-.64.38-.4.57-.95.53-1.5l-.36-5a1.95 1.95 0 00-.68-1.36z"
|
|
30
|
+
fill={fill}
|
|
31
|
+
/>
|
|
32
|
+
</Svg>
|
|
33
|
+
);
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
export const IconJualMobilFilled = (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.71 6.54L17.47 2.3a.99.99 0 00-.71-.29h-2.83c-.27 0-.52.11-.71.29l-1.41 1.41a.99.99 0 00-.29.71v2.83c0 .27.11.52.29.71l4.24 4.24c.19.19.44.29.71.29.27 0 .52-.11.71-.29l4.24-4.24a.996.996 0 000-1.41v-.01zm-7.36-1.71c-.2.2-.51.2-.71 0-.2-.2-.2-.51 0-.71.2-.2.51-.2.71 0 .2.2.2.51 0 .71z"
|
|
55
|
+
fill={fill}
|
|
56
|
+
/>
|
|
57
|
+
<Path
|
|
58
|
+
d="M20.88 11.5H21c.55 0 1-.45 1-1 0-.38-.22-.72-.54-.89l-3.29 3.29c-.38.38-.88.59-1.41.59-.53 0-1.04-.21-1.42-.59l-1.4-1.4H6.12L7.62 8H9.5c.55 0 1-.45 1-1s-.45-1-1-1H7.62c-.77 0-1.45.42-1.79 1.11L4.63 9.5H3c-.55 0-1 .45-1 1s.45 1 1 1h.12c-.39.34-.65.81-.68 1.36l-.36 5c-.04.55.15 1.1.53 1.5.36.39.87.62 1.39.64v.5c0 .83.67 1.5 1.5 1.5S7 21.33 7 20.5V20h10v.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V20c.52-.02 1.03-.25 1.39-.64.38-.4.57-.95.53-1.5l-.36-5a1.95 1.95 0 00-.68-1.36zM8 16.5H6.5c-.55 0-1-.45-1-1s.45-1 1-1H8c.55 0 1 .45 1 1s-.45 1-1 1zm9.5 0H16c-.55 0-1-.45-1-1s.45-1 1-1h1.5c.55 0 1 .45 1 1s-.45 1-1 1z"
|
|
59
|
+
fill={fill}
|
|
60
|
+
/>
|
|
61
|
+
</Svg>
|
|
62
|
+
);
|
|
63
|
+
};
|
|
@@ -28,3 +28,28 @@ export const IconLike = (props: IconProps) => {
|
|
|
28
28
|
</Svg>
|
|
29
29
|
);
|
|
30
30
|
};
|
|
31
|
+
|
|
32
|
+
export const IconLikeFilled = (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.68 21H11c-1.65 0-3-1.35-3-3v-7.28c0-.7.25-1.38.7-1.92l4.54-5.44a1.001 1.001 0 011.76.8L14.19 9h5.82c1.1 0 2 .9 2 2v1.18c0 .68-.14 1.34-.4 1.97l-2.16 5.03A3.007 3.007 0 0116.69 21h-.01zM5 10H3a1 1 0 00-1 1v9a1 1 0 001 1h2a1 1 0 001-1v-9a1 1 0 00-1-1z"
|
|
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 IconMinus = (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="M11.75 21.5c5.385 0 9.75-4.365 9.75-9.75S17.135 2 11.75 2 2 6.365 2 11.75s4.365 9.75 9.75 9.75zm0-1.5a8.25 8.25 0 110-16.5 8.25 8.25 0 010 16.5zM8 11.75c0-.414.387-.75.865-.75h5.77c.478 0 .865.336.865.75s-.387.75-.865.75h-5.77c-.478 0-.865-.336-.865-.75z"
|
|
28
|
+
fill={fill}
|
|
29
|
+
/>
|
|
30
|
+
</Svg>
|
|
31
|
+
);
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export const IconMinusFilled = (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="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm4 11H8c-.55 0-1-.45-1-1s.45-1 1-1h8c.55 0 1 .45 1 1s-.45 1-1 1z"
|
|
55
|
+
fill={fill}
|
|
56
|
+
/>
|
|
57
|
+
</Svg>
|
|
58
|
+
);
|
|
59
|
+
};
|