@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
|
@@ -28,11 +28,11 @@ const TextArea = props => {
|
|
|
28
28
|
const computedStyle = (0, _TextArea.getStyle)(props, focused);
|
|
29
29
|
const handleOnFocus = event => {
|
|
30
30
|
setFocused(true);
|
|
31
|
-
|
|
31
|
+
onFocus(event);
|
|
32
32
|
};
|
|
33
33
|
const handleOnBlur = event => {
|
|
34
34
|
if (value === '') {
|
|
35
|
-
|
|
35
|
+
onBlur(event);
|
|
36
36
|
}
|
|
37
37
|
setFocused(false);
|
|
38
38
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["TextArea","props","label","value","helperMessage","counter","errorMessage","isError","onBlur","onFocus","rest","focused","setFocused","React","useState","computedStyle","getStyle","handleOnFocus","event","handleOnBlur","fieldContainer","fieldWrapper","TextInput","Palettes","grey","length","messageHelper"],"sourceRoot":"../../src","sources":["TextArea.component.tsx"],"mappings":";;;;;;AAAA;AACA;AAGA;AACA;AACA;AAAgE;AAAA;AAAA;AAMhE,MAAMA,QAAgD,GAAIC,KAAK,IAAK;EAClE,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,KAAK,GAAG,EAAE;IACVC,aAAa,GAAG,EAAE;IAClBC,OAAO,GAAG,CAAC;IACXC,YAAY;IACZC,OAAO;IACPC,MAAM,GAAG,MAAM,IAAI;IACnBC,OAAO,GAAG,MAAM,IAAI;IACpB,GAAGC;EACL,CAAC,GAAGT,KAAK;EAET,MAAM,CAACU,OAAO,EAAEC,UAAU,CAAC,GAAGC,KAAK,CAACC,QAAQ,CAAC,KAAK,CAAC;EAEnD,MAAMC,aAAa,GAAG,IAAAC,kBAAQ,EAACf,KAAK,EAAEU,OAAO,CAAC;EAE9C,MAAMM,aAAa,GACjBC,KAAoD,IACjD;IACHN,UAAU,CAAC,IAAI,CAAC;
|
|
1
|
+
{"version":3,"names":["TextArea","props","label","value","helperMessage","counter","errorMessage","isError","onBlur","onFocus","rest","focused","setFocused","React","useState","computedStyle","getStyle","handleOnFocus","event","handleOnBlur","fieldContainer","fieldWrapper","TextInput","Palettes","grey","length","messageHelper"],"sourceRoot":"../../src","sources":["TextArea.component.tsx"],"mappings":";;;;;;AAAA;AACA;AAGA;AACA;AACA;AAAgE;AAAA;AAAA;AAMhE,MAAMA,QAAgD,GAAIC,KAAK,IAAK;EAClE,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,KAAK,GAAG,EAAE;IACVC,aAAa,GAAG,EAAE;IAClBC,OAAO,GAAG,CAAC;IACXC,YAAY;IACZC,OAAO;IACPC,MAAM,GAAG,MAAM,IAAI;IACnBC,OAAO,GAAG,MAAM,IAAI;IACpB,GAAGC;EACL,CAAC,GAAGT,KAAK;EAET,MAAM,CAACU,OAAO,EAAEC,UAAU,CAAC,GAAGC,KAAK,CAACC,QAAQ,CAAC,KAAK,CAAC;EAEnD,MAAMC,aAAa,GAAG,IAAAC,kBAAQ,EAACf,KAAK,EAAEU,OAAO,CAAC;EAE9C,MAAMM,aAAa,GACjBC,KAAoD,IACjD;IACHN,UAAU,CAAC,IAAI,CAAC;IAChBH,OAAO,CAACS,KAAK,CAAC;EAChB,CAAC;EACD,MAAMC,YAAY,GAChBD,KAAoD,IACjD;IACH,IAAIf,KAAK,KAAK,EAAE,EAAE;MAChBK,MAAM,CAACU,KAAK,CAAC;IACf;IACAN,UAAU,CAAC,KAAK,CAAC;EACnB,CAAC;EAED,oBACE,oBAAC,iBAAI;IAAC,KAAK,EAAEG,aAAa,CAACK;EAAe,gBACxC,oBAAC,sBAAU;IAAC,OAAO,EAAC,WAAW;IAAC,KAAK,EAAEL,aAAa,CAACb;EAAM,GACxDA,KAAK,CACK,eACb,oBAAC,iBAAI;IAAC,KAAK,EAAEa,aAAa,CAACM;EAAa,gBACtC,oBAAC,sBAAS;IACR,aAAa,EAAE,CAAE;IACjB,SAAS,EAAE,IAAK;IAChB,iBAAiB,EAAC,KAAK;IACvB,KAAK,EAAEN,aAAa,CAACO,SAAU;IAC/B,KAAK,EAAEnB,KAAM;IACb,oBAAoB,EAAEoB,gBAAQ,CAACC,IAAI,CAAC,GAAG,CAAE;IACzC,MAAM,EAAEL,YAAa;IACrB,OAAO,EAAEF;EAAc,GACnBP,IAAI,EACR,EACDL,OAAO,GAAG,CAAC,iBACV,oBAAC,sBAAU;IACT,OAAO,EAAC,SAAS;IACjB,KAAK,EAAEU,aAAa,CAACV;EAAQ,GAC5B,GAAEF,KAAK,CAACsB,MAAO,IAAGpB,OAAQ,EAAC,CAC/B,CACI,EACNC,YAAY,IAAIF,aAAa,gBAC5B,oBAAC,sBAAU;IAAC,OAAO,EAAC,SAAS;IAAC,KAAK,EAAEW,aAAa,CAACW;EAAc,GAC9DpB,YAAY,IAAM,CAACC,OAAO,IAAIH,aAAyB,CAC7C,GACX,IAAI,CACH;AAEX,CAAC;AAAC"}
|
|
@@ -54,10 +54,10 @@ const TextInput = props => {
|
|
|
54
54
|
}, [value, focused]);
|
|
55
55
|
const handleOnFocus = event => {
|
|
56
56
|
setFocused(true);
|
|
57
|
-
|
|
57
|
+
onFocus(event);
|
|
58
58
|
};
|
|
59
59
|
const handleOnBlur = event => {
|
|
60
|
-
|
|
60
|
+
onBlur(event);
|
|
61
61
|
setFocused(false);
|
|
62
62
|
};
|
|
63
63
|
const getLabelWidth = event => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["TextInput","props","value","label","onBlur","onFocus","errorMessage","helperMessage","isError","counter","inputIcon","rest","labelWidth","setLabelWidth","React","useState","focused","setFocused","computedStyle","getStyle","animation","useRef","Animated","Value","scale","current","interpolate","inputRange","outputRange","translateY","translateX","animate","toValue","spring","useNativeDriver","start","useEffect","handleOnFocus","event","handleOnBlur","getLabelWidth","width","nativeEvent","layout","fieldWrapper","fieldContainer","labelContainer","transform","inputWrapper","textField","Palettes","black","length","messageHelper"],"sourceRoot":"../../src","sources":["TextInput.component.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAGA;AAEA;AAAwC;AAAA;AAAA;AAKxC,MAAMA,SAAkD,GAAIC,KAAK,IAAK;EACpE,MAAM;IACJC,KAAK;IACLC,KAAK;IACLC,MAAM,GAAG,MAAM,IAAI;IACnBC,OAAO,GAAG,MAAM,IAAI;IACpBC,YAAY;IACZC,aAAa;IACbC,OAAO;IACPC,OAAO,GAAG,CAAC;IACXC,SAAS,GAAG,IAAI;IAChB,GAAGC;EACL,CAAC,GAAGV,KAAK;EAET,MAAM,CAACW,UAAU,EAAEC,aAAa,CAAC,GAAGC,KAAK,CAACC,QAAQ,CAAC,CAAC,CAAC;EACrD,MAAM,CAACC,OAAO,EAAEC,UAAU,CAAC,GAAGH,KAAK,CAACC,QAAQ,CAAC,KAAK,CAAC;EAEnD,MAAMG,aAAa,GAAG,IAAAC,mBAAQ,EAAClB,KAAK,EAAEe,OAAO,CAAC;EAE9C,MAAMI,SAAS,GAAGN,KAAK,CAACO,MAAM,CAAC,IAAIC,qBAAQ,CAACC,KAAK,CAAC,CAAC,CAAC,CAAC;EACrD,MAAMC,KAAK,GAAGJ,SAAS,CAACK,OAAO,CAACC,WAAW,CAAC;IAC1CC,UAAU,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;IAClBC,WAAW,EAAE,CAAC,CAAC,EAAE,GAAG;EACtB,CAAC,CAAC;EACF,MAAMC,UAAU,GAAGT,SAAS,CAACK,OAAO,CAACC,WAAW,CAAC;IAC/CC,UAAU,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;IAClBC,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE;EACtB,CAAC,CAAC;EACF,MAAME,UAAU,GAAGV,SAAS,CAACK,OAAO,CAACC,WAAW,CAAC;IAC/CC,UAAU,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;IAClBC,WAAW,EAAE,CAAC,CAAC,EAAEhB,UAAU,GAAG,CAAC,GAAG;EACpC,CAAC,CAAC;EAEF,MAAMmB,OAAO,GAAIC,OAAc,IAC7BV,qBAAQ,CAACW,MAAM,CAACb,SAAS,CAACK,OAAO,EAAE;IACjCS,eAAe,EAAE,IAAI;IACrBF;EACF,CAAC,CAAC,CAACG,KAAK,EAAE;EAEZrB,KAAK,CAACsB,SAAS,CAAC,MAAM;IACpB,IAAIpB,OAAO,IAAI,CAAC,CAACd,KAAK,EAAE;MACtB6B,OAAO,CAAC,CAAC,CAAC;IACZ,CAAC,MAAM;MACLA,OAAO,CAAC,CAAC,CAAC;IACZ;EACF,CAAC,EAAE,CAAC7B,KAAK,EAAEc,OAAO,CAAC,CAAC;EAEpB,MAAMqB,aAAa,GACjBC,KAAoD,IACjD;IACHrB,UAAU,CAAC,IAAI,CAAC;
|
|
1
|
+
{"version":3,"names":["TextInput","props","value","label","onBlur","onFocus","errorMessage","helperMessage","isError","counter","inputIcon","rest","labelWidth","setLabelWidth","React","useState","focused","setFocused","computedStyle","getStyle","animation","useRef","Animated","Value","scale","current","interpolate","inputRange","outputRange","translateY","translateX","animate","toValue","spring","useNativeDriver","start","useEffect","handleOnFocus","event","handleOnBlur","getLabelWidth","width","nativeEvent","layout","fieldWrapper","fieldContainer","labelContainer","transform","inputWrapper","textField","Palettes","black","length","messageHelper"],"sourceRoot":"../../src","sources":["TextInput.component.tsx"],"mappings":"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"}
|
|
@@ -19,6 +19,8 @@ const Button = props => {
|
|
|
19
19
|
size = 'small',
|
|
20
20
|
containerStyles,
|
|
21
21
|
textStyles,
|
|
22
|
+
enablePressWhenDisabled = false,
|
|
23
|
+
disabled = false,
|
|
22
24
|
...rest
|
|
23
25
|
} = props;
|
|
24
26
|
const computedStyle = (0, _button.getStyle)({
|
|
@@ -30,7 +32,8 @@ const Button = props => {
|
|
|
30
32
|
return /*#__PURE__*/_react.default.createElement(_reactNative.TouchableHighlight, _extends({
|
|
31
33
|
onPress: onPress,
|
|
32
34
|
style: [computedStyle.container, containerStyles],
|
|
33
|
-
underlayColor: variant !== 'primary' ? _themes.Palettes.blue[50] : _themes.Palettes.black[800]
|
|
35
|
+
underlayColor: variant !== 'primary' ? _themes.Palettes.blue[50] : _themes.Palettes.black[800],
|
|
36
|
+
disabled: !enablePressWhenDisabled && disabled
|
|
34
37
|
}, rest), /*#__PURE__*/_react.default.createElement(_typography.Typography, {
|
|
35
38
|
variant: size === 'large' ? 'button' : 'button-small',
|
|
36
39
|
textStyles: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Button","props","onPress","variant","label","size","containerStyles","textStyles","rest","computedStyle","getStyle","container","Palettes","blue","black"],"sourceRoot":"../../src","sources":["button.component.tsx"],"mappings":";;;;;;AAAA;AACA;AAEA;AACA;AACA;AAA2C;AAAA;AAI3C,MAAMA,MAA6B,GAAIC,KAAK,IAAK;EAC/C,MAAM;IACJC,OAAO,GAAG,MAAM,CAAC,CAAC;IAClBC,OAAO,GAAG,SAAS;IACnBC,KAAK,GAAG,SAAS;IACjBC,IAAI,GAAG,OAAO;IACdC,eAAe;IACfC,UAAU;
|
|
1
|
+
{"version":3,"names":["Button","props","onPress","variant","label","size","containerStyles","textStyles","enablePressWhenDisabled","disabled","rest","computedStyle","getStyle","container","Palettes","blue","black"],"sourceRoot":"../../src","sources":["button.component.tsx"],"mappings":";;;;;;AAAA;AACA;AAEA;AACA;AACA;AAA2C;AAAA;AAI3C,MAAMA,MAA6B,GAAIC,KAAK,IAAK;EAC/C,MAAM;IACJC,OAAO,GAAG,MAAM,CAAC,CAAC;IAClBC,OAAO,GAAG,SAAS;IACnBC,KAAK,GAAG,SAAS;IACjBC,IAAI,GAAG,OAAO;IACdC,eAAe;IACfC,UAAU;IACVC,uBAAuB,GAAG,KAAK;IAC/BC,QAAQ,GAAG,KAAK;IAChB,GAAGC;EACL,CAAC,GAAGT,KAAK;EAET,MAAMU,aAAa,GAAG,IAAAC,gBAAQ,EAAC;IAC7B,GAAGX,KAAK;IACRE,OAAO;IACPC,KAAK;IACLC;EACF,CAAC,CAAC;EAEF,oBACE,6BAAC,+BAAkB;IACjB,OAAO,EAAEH,OAAQ;IACjB,KAAK,EAAE,CAACS,aAAa,CAACE,SAAS,EAAEP,eAAe,CAAE;IAClD,aAAa,EACXH,OAAO,KAAK,SAAS,GAAGW,gBAAQ,CAACC,IAAI,CAAC,EAAE,CAAC,GAAGD,gBAAQ,CAACE,KAAK,CAAC,GAAG,CAC/D;IACD,QAAQ,EAAE,CAACR,uBAAuB,IAAIC;EAAS,GAC3CC,IAAI,gBAER,6BAAC,sBAAU;IACT,OAAO,EAAEL,IAAI,KAAK,OAAO,GAAG,QAAQ,GAAG,cAAe;IACtD,UAAU,EAAE;MAAE,GAAGM,aAAa,CAACP,KAAK;MAAE,GAAGG;IAAW;EAAE,GAErDH,KAAK,CACK,CACM;AAEzB,CAAC;AAAC"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.IconBeliMobilFilled = exports.IconBeliMobil = void 0;
|
|
7
|
+
var React = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
|
+
var _themes = require("../../themes");
|
|
10
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
12
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
13
|
+
const IconBeliMobil = props => {
|
|
14
|
+
const {
|
|
15
|
+
width = 24,
|
|
16
|
+
height = 24,
|
|
17
|
+
fill = _themes.Palettes.black[900],
|
|
18
|
+
...rest
|
|
19
|
+
} = props;
|
|
20
|
+
return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
|
|
21
|
+
width: width,
|
|
22
|
+
height: height,
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
|
+
fill: "none"
|
|
25
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
26
|
+
}, rest), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
27
|
+
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",
|
|
28
|
+
fill: fill
|
|
29
|
+
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
30
|
+
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",
|
|
31
|
+
fill: fill
|
|
32
|
+
}), /*#__PURE__*/React.createElement(_reactNativeSvg.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
|
+
};
|
|
37
|
+
exports.IconBeliMobil = IconBeliMobil;
|
|
38
|
+
const IconBeliMobilFilled = props => {
|
|
39
|
+
const {
|
|
40
|
+
width = 24,
|
|
41
|
+
height = 24,
|
|
42
|
+
fill = _themes.Palettes.black[900],
|
|
43
|
+
...rest
|
|
44
|
+
} = props;
|
|
45
|
+
return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
|
|
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), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
52
|
+
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",
|
|
53
|
+
fill: fill
|
|
54
|
+
}));
|
|
55
|
+
};
|
|
56
|
+
exports.IconBeliMobilFilled = IconBeliMobilFilled;
|
|
57
|
+
//# sourceMappingURL=IconBeliMobil.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["IconBeliMobil","props","width","height","fill","Palettes","black","rest","IconBeliMobilFilled"],"sourceRoot":"../../src","sources":["IconBeliMobil.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,aAAa,GAAIC,KAAgB,IAAK;EACjD,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,CAAC,EAAC,8IAA8I;IAChJ,IAAI,EAAEH;EAAK,EACX,eACF,oBAAC,oBAAI;IACH,CAAC,EAAC,kiBAAkiB;IACpiB,IAAI,EAAEA;EAAK,EACX,eACF,oBAAC,oBAAI;IACH,CAAC,EAAC,sJAAsJ;IACxJ,IAAI,EAAEA;EAAK,EACX,CACE;AAEV,CAAC;AAAC;AAEK,MAAMI,mBAAmB,GAAIP,KAAgB,IAAK;EACvD,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,CAAC,EAAC,svBAAsvB;IACxvB,IAAI,EAAEH;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.IconCamera = void 0;
|
|
6
|
+
exports.IconCameraFilled = exports.IconCamera = void 0;
|
|
7
7
|
var React = _interopRequireWildcard(require("react"));
|
|
8
8
|
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
9
|
var _themes = require("../../themes");
|
|
@@ -31,4 +31,23 @@ const IconCamera = props => {
|
|
|
31
31
|
}));
|
|
32
32
|
};
|
|
33
33
|
exports.IconCamera = IconCamera;
|
|
34
|
+
const IconCameraFilled = props => {
|
|
35
|
+
const {
|
|
36
|
+
width = 24,
|
|
37
|
+
height = 24,
|
|
38
|
+
fill = _themes.Palettes.black[900],
|
|
39
|
+
...rest
|
|
40
|
+
} = props;
|
|
41
|
+
return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
|
|
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), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
48
|
+
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",
|
|
49
|
+
fill: fill
|
|
50
|
+
}));
|
|
51
|
+
};
|
|
52
|
+
exports.IconCameraFilled = IconCameraFilled;
|
|
34
53
|
//# sourceMappingURL=IconCamera.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["IconCamera","props","width","height","fill","Palettes","black","rest"],"sourceRoot":"../../src","sources":["IconCamera.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,UAAU,GAAIC,KAAgB,IAAK;EAC9C,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,QAAQ,EAAC,SAAS;IAClB,QAAQ,EAAC,SAAS;IAClB,CAAC,EAAC,mkBAAmkB;IACrkB,IAAI,EAAEH;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
|
|
1
|
+
{"version":3,"names":["IconCamera","props","width","height","fill","Palettes","black","rest","IconCameraFilled"],"sourceRoot":"../../src","sources":["IconCamera.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,UAAU,GAAIC,KAAgB,IAAK;EAC9C,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,QAAQ,EAAC,SAAS;IAClB,QAAQ,EAAC,SAAS;IAClB,CAAC,EAAC,mkBAAmkB;IACrkB,IAAI,EAAEH;EAAK,EACX,CACE;AAEV,CAAC;AAAC;AAEK,MAAMI,gBAAgB,GAAIP,KAAgB,IAAK;EACpD,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,CAAC,EAAC,2QAA2Q;IAC7Q,IAAI,EAAEH;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.IconChat = void 0;
|
|
6
|
+
exports.IconChatFilled = exports.IconChat = void 0;
|
|
7
7
|
var React = _interopRequireWildcard(require("react"));
|
|
8
8
|
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
9
|
var _themes = require("../../themes");
|
|
@@ -31,4 +31,23 @@ const IconChat = props => {
|
|
|
31
31
|
}));
|
|
32
32
|
};
|
|
33
33
|
exports.IconChat = IconChat;
|
|
34
|
+
const IconChatFilled = props => {
|
|
35
|
+
const {
|
|
36
|
+
width = 24,
|
|
37
|
+
height = 24,
|
|
38
|
+
fill = _themes.Palettes.black[900],
|
|
39
|
+
...rest
|
|
40
|
+
} = props;
|
|
41
|
+
return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
|
|
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), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
48
|
+
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",
|
|
49
|
+
fill: fill
|
|
50
|
+
}));
|
|
51
|
+
};
|
|
52
|
+
exports.IconChatFilled = IconChatFilled;
|
|
34
53
|
//# sourceMappingURL=IconChat.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["IconChat","props","width","height","fill","Palettes","black","rest"],"sourceRoot":"../../src","sources":["IconChat.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,QAAQ,GAAIC,KAAgB,IAAK;EAC5C,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,QAAQ,EAAC,SAAS;IAClB,QAAQ,EAAC,SAAS;IAClB,CAAC,EAAC,weAAwe;IAC1e,IAAI,EAAEH;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
|
|
1
|
+
{"version":3,"names":["IconChat","props","width","height","fill","Palettes","black","rest","IconChatFilled"],"sourceRoot":"../../src","sources":["IconChat.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,QAAQ,GAAIC,KAAgB,IAAK;EAC5C,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,QAAQ,EAAC,SAAS;IAClB,QAAQ,EAAC,SAAS;IAClB,CAAC,EAAC,weAAwe;IAC1e,IAAI,EAAEH;EAAK,EACX,CACE;AAEV,CAAC;AAAC;AAEK,MAAMI,cAAc,GAAIP,KAAgB,IAAK;EAClD,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,CAAC,EAAC,wQAAwQ;IAC1Q,IAAI,EAAEH;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.IconCopy = void 0;
|
|
6
|
+
exports.IconCopyFilled = exports.IconCopy = void 0;
|
|
7
7
|
var React = _interopRequireWildcard(require("react"));
|
|
8
8
|
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
9
|
var _themes = require("../../themes");
|
|
@@ -36,4 +36,30 @@ const IconCopy = props => {
|
|
|
36
36
|
}));
|
|
37
37
|
};
|
|
38
38
|
exports.IconCopy = IconCopy;
|
|
39
|
+
const IconCopyFilled = props => {
|
|
40
|
+
const {
|
|
41
|
+
width = 24,
|
|
42
|
+
height = 24,
|
|
43
|
+
fill = _themes.Palettes.black[900],
|
|
44
|
+
...rest
|
|
45
|
+
} = props;
|
|
46
|
+
return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
|
|
47
|
+
width: width,
|
|
48
|
+
height: height,
|
|
49
|
+
viewBox: "0 0 24 24",
|
|
50
|
+
fill: "none"
|
|
51
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
52
|
+
}, rest), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
53
|
+
fillRule: "evenodd",
|
|
54
|
+
clipRule: "evenodd",
|
|
55
|
+
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",
|
|
56
|
+
fill: fill
|
|
57
|
+
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
58
|
+
fillRule: "evenodd",
|
|
59
|
+
clipRule: "evenodd",
|
|
60
|
+
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",
|
|
61
|
+
fill: fill
|
|
62
|
+
}));
|
|
63
|
+
};
|
|
64
|
+
exports.IconCopyFilled = IconCopyFilled;
|
|
39
65
|
//# sourceMappingURL=IconCopy.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["IconCopy","props","width","height","fill","Palettes","black","rest"],"sourceRoot":"../../src","sources":["IconCopy.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,QAAQ,GAAIC,KAAgB,IAAK;EAC5C,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,QAAQ,EAAC,SAAS;IAClB,QAAQ,EAAC,SAAS;IAClB,CAAC,EAAC,6jBAA6jB;IAC/jB,IAAI,EAAEH;EAAK,EACX,eACF,oBAAC,oBAAI;IACH,QAAQ,EAAC,SAAS;IAClB,QAAQ,EAAC,SAAS;IAClB,CAAC,EAAC,otCAAotC;IACttC,IAAI,EAAEA;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
|
|
1
|
+
{"version":3,"names":["IconCopy","props","width","height","fill","Palettes","black","rest","IconCopyFilled"],"sourceRoot":"../../src","sources":["IconCopy.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,QAAQ,GAAIC,KAAgB,IAAK;EAC5C,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,QAAQ,EAAC,SAAS;IAClB,QAAQ,EAAC,SAAS;IAClB,CAAC,EAAC,6jBAA6jB;IAC/jB,IAAI,EAAEH;EAAK,EACX,eACF,oBAAC,oBAAI;IACH,QAAQ,EAAC,SAAS;IAClB,QAAQ,EAAC,SAAS;IAClB,CAAC,EAAC,otCAAotC;IACttC,IAAI,EAAEA;EAAK,EACX,CACE;AAEV,CAAC;AAAC;AAEK,MAAMI,cAAc,GAAIP,KAAgB,IAAK;EAClD,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,QAAQ,EAAC,SAAS;IAClB,QAAQ,EAAC,SAAS;IAClB,CAAC,EAAC,sHAAsH;IACxH,IAAI,EAAEH;EAAK,EACX,eACF,oBAAC,oBAAI;IACH,QAAQ,EAAC,SAAS;IAClB,QAAQ,EAAC,SAAS;IAClB,CAAC,EAAC,2FAA2F;IAC7F,IAAI,EAAEA;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.IconDotFilled = exports.IconDot = void 0;
|
|
7
|
+
var React = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
|
+
var _themes = require("../../themes");
|
|
10
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
12
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
13
|
+
const IconDot = props => {
|
|
14
|
+
const {
|
|
15
|
+
width = 24,
|
|
16
|
+
height = 24,
|
|
17
|
+
fill = _themes.Palettes.black[900],
|
|
18
|
+
...rest
|
|
19
|
+
} = props;
|
|
20
|
+
return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
|
|
21
|
+
width: width,
|
|
22
|
+
height: height,
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
|
+
fill: "none"
|
|
25
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
26
|
+
}, rest), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
27
|
+
fillRule: "evenodd",
|
|
28
|
+
clipRule: "evenodd",
|
|
29
|
+
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",
|
|
30
|
+
fill: fill
|
|
31
|
+
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
32
|
+
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",
|
|
33
|
+
fill: fill
|
|
34
|
+
}));
|
|
35
|
+
};
|
|
36
|
+
exports.IconDot = IconDot;
|
|
37
|
+
const IconDotFilled = props => {
|
|
38
|
+
const {
|
|
39
|
+
width = 24,
|
|
40
|
+
height = 24,
|
|
41
|
+
fill = _themes.Palettes.black[900],
|
|
42
|
+
...rest
|
|
43
|
+
} = props;
|
|
44
|
+
return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
|
|
45
|
+
width: width,
|
|
46
|
+
height: height,
|
|
47
|
+
viewBox: "0 0 24 24",
|
|
48
|
+
fill: "none"
|
|
49
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
50
|
+
}, rest), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
51
|
+
fillRule: "evenodd",
|
|
52
|
+
clipRule: "evenodd",
|
|
53
|
+
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",
|
|
54
|
+
fill: fill
|
|
55
|
+
}));
|
|
56
|
+
};
|
|
57
|
+
exports.IconDotFilled = IconDotFilled;
|
|
58
|
+
//# sourceMappingURL=IconDot.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["IconDot","props","width","height","fill","Palettes","black","rest","IconDotFilled"],"sourceRoot":"../../src","sources":["IconDot.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,OAAO,GAAIC,KAAgB,IAAK;EAC3C,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,QAAQ,EAAC,SAAS;IAClB,QAAQ,EAAC,SAAS;IAClB,CAAC,EAAC,mHAAmH;IACrH,IAAI,EAAEH;EAAK,EACX,eACF,oBAAC,oBAAI;IACH,CAAC,EAAC,mKAAmK;IACrK,IAAI,EAAEA;EAAK,EACX,CACE;AAEV,CAAC;AAAC;AAEK,MAAMI,aAAa,GAAIP,KAAgB,IAAK;EACjD,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,QAAQ,EAAC,SAAS;IAClB,QAAQ,EAAC,SAAS;IAClB,CAAC,EAAC,4NAA4N;IAC9N,IAAI,EAAEH;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.IconEdit = void 0;
|
|
6
|
+
exports.IconEditFilled = exports.IconEdit = void 0;
|
|
7
7
|
var React = _interopRequireWildcard(require("react"));
|
|
8
8
|
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
9
|
var _themes = require("../../themes");
|
|
@@ -31,4 +31,23 @@ const IconEdit = props => {
|
|
|
31
31
|
}));
|
|
32
32
|
};
|
|
33
33
|
exports.IconEdit = IconEdit;
|
|
34
|
+
const IconEditFilled = props => {
|
|
35
|
+
const {
|
|
36
|
+
width = 24,
|
|
37
|
+
height = 24,
|
|
38
|
+
fill = _themes.Palettes.black[900],
|
|
39
|
+
...rest
|
|
40
|
+
} = props;
|
|
41
|
+
return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
|
|
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), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
48
|
+
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",
|
|
49
|
+
fill: fill
|
|
50
|
+
}));
|
|
51
|
+
};
|
|
52
|
+
exports.IconEditFilled = IconEditFilled;
|
|
34
53
|
//# sourceMappingURL=IconEdit.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["IconEdit","props","width","height","fill","Palettes","black","rest"],"sourceRoot":"../../src","sources":["IconEdit.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,QAAQ,GAAIC,KAAgB,IAAK;EAC5C,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,QAAQ,EAAC,SAAS;IAClB,QAAQ,EAAC,SAAS;IAClB,CAAC,EAAC,8gBAA8gB;IAChhB,IAAI,EAAEH;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
|
|
1
|
+
{"version":3,"names":["IconEdit","props","width","height","fill","Palettes","black","rest","IconEditFilled"],"sourceRoot":"../../src","sources":["IconEdit.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,QAAQ,GAAIC,KAAgB,IAAK;EAC5C,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,QAAQ,EAAC,SAAS;IAClB,QAAQ,EAAC,SAAS;IAClB,CAAC,EAAC,8gBAA8gB;IAChhB,IAAI,EAAEH;EAAK,EACX,CACE;AAEV,CAAC;AAAC;AAEK,MAAMI,cAAc,GAAIP,KAAgB,IAAK;EAClD,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,CAAC,EAAC,gaAAga;IACla,IAAI,EAAEH;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.IconEmail = void 0;
|
|
6
|
+
exports.IconEmailFilled = exports.IconEmail = void 0;
|
|
7
7
|
var React = _interopRequireWildcard(require("react"));
|
|
8
8
|
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
9
|
var _themes = require("../../themes");
|
|
@@ -29,4 +29,23 @@ const IconEmail = props => {
|
|
|
29
29
|
}));
|
|
30
30
|
};
|
|
31
31
|
exports.IconEmail = IconEmail;
|
|
32
|
+
const IconEmailFilled = props => {
|
|
33
|
+
const {
|
|
34
|
+
width = 24,
|
|
35
|
+
height = 24,
|
|
36
|
+
fill = _themes.Palettes.black[900],
|
|
37
|
+
...rest
|
|
38
|
+
} = props;
|
|
39
|
+
return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
|
|
40
|
+
width: width,
|
|
41
|
+
height: height,
|
|
42
|
+
viewBox: "0 0 24 24",
|
|
43
|
+
fill: "none"
|
|
44
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
45
|
+
}, rest), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
46
|
+
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",
|
|
47
|
+
fill: fill
|
|
48
|
+
}));
|
|
49
|
+
};
|
|
50
|
+
exports.IconEmailFilled = IconEmailFilled;
|
|
32
51
|
//# sourceMappingURL=IconEmail.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["IconEmail","props","width","height","fill","Palettes","black","rest"],"sourceRoot":"../../src","sources":["IconEmail.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,SAAS,GAAIC,KAAgB,IAAK;EAC7C,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,CAAC,EAAC,kQAAkQ;IACpQ,IAAI,EAAEH;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
|
|
1
|
+
{"version":3,"names":["IconEmail","props","width","height","fill","Palettes","black","rest","IconEmailFilled"],"sourceRoot":"../../src","sources":["IconEmail.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,SAAS,GAAIC,KAAgB,IAAK;EAC7C,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,CAAC,EAAC,kQAAkQ;IACpQ,IAAI,EAAEH;EAAK,EACX,CACE;AAEV,CAAC;AAAC;AAEK,MAAMI,eAAe,GAAIP,KAAgB,IAAK;EACnD,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,CAAC,EAAC,8PAA8P;IAChQ,IAAI,EAAEH;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.IconFilter = void 0;
|
|
6
|
+
exports.IconFilterFilled = exports.IconFilter = void 0;
|
|
7
7
|
var React = _interopRequireWildcard(require("react"));
|
|
8
8
|
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
9
|
var _themes = require("../../themes");
|
|
@@ -47,4 +47,26 @@ const IconFilter = props => {
|
|
|
47
47
|
}));
|
|
48
48
|
};
|
|
49
49
|
exports.IconFilter = IconFilter;
|
|
50
|
+
const IconFilterFilled = props => {
|
|
51
|
+
const {
|
|
52
|
+
width = 24,
|
|
53
|
+
height = 24,
|
|
54
|
+
fill = _themes.Palettes.black[900],
|
|
55
|
+
...rest
|
|
56
|
+
} = props;
|
|
57
|
+
return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
|
|
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), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
64
|
+
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",
|
|
65
|
+
fill: fill
|
|
66
|
+
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
67
|
+
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",
|
|
68
|
+
fill: fill
|
|
69
|
+
}));
|
|
70
|
+
};
|
|
71
|
+
exports.IconFilterFilled = IconFilterFilled;
|
|
50
72
|
//# sourceMappingURL=IconFilter.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["IconFilter","props","width","height","fill","Palettes","black","rest"],"sourceRoot":"../../src","sources":["IconFilter.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,UAAU,GAAIC,KAAgB,IAAK;EAC9C,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,QAAQ,EAAC,SAAS;IAClB,QAAQ,EAAC,SAAS;IAClB,CAAC,EAAC,oLAAoL;IACtL,IAAI,EAAEH;EAAK,EACX,eACF,oBAAC,oBAAI;IACH,CAAC,EAAC,kEAAkE;IACpE,IAAI,EAAC;EAAM,EACX,eACF,oBAAC,oBAAI;IACH,QAAQ,EAAC,SAAS;IAClB,QAAQ,EAAC,SAAS;IAClB,CAAC,EAAC,wHAAwH;IAC1H,IAAI,EAAEA;EAAK,EACX,eACF,oBAAC,oBAAI;IACH,CAAC,EAAC,6DAA6D;IAC/D,IAAI,EAAC;EAAM,EACX,eACF,oBAAC,oBAAI;IACH,QAAQ,EAAC,SAAS;IAClB,QAAQ,EAAC,SAAS;IAClB,CAAC,EAAC,qHAAqH;IACvH,IAAI,EAAEA;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
|
|
1
|
+
{"version":3,"names":["IconFilter","props","width","height","fill","Palettes","black","rest","IconFilterFilled"],"sourceRoot":"../../src","sources":["IconFilter.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,UAAU,GAAIC,KAAgB,IAAK;EAC9C,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,QAAQ,EAAC,SAAS;IAClB,QAAQ,EAAC,SAAS;IAClB,CAAC,EAAC,oLAAoL;IACtL,IAAI,EAAEH;EAAK,EACX,eACF,oBAAC,oBAAI;IACH,CAAC,EAAC,kEAAkE;IACpE,IAAI,EAAC;EAAM,EACX,eACF,oBAAC,oBAAI;IACH,QAAQ,EAAC,SAAS;IAClB,QAAQ,EAAC,SAAS;IAClB,CAAC,EAAC,wHAAwH;IAC1H,IAAI,EAAEA;EAAK,EACX,eACF,oBAAC,oBAAI;IACH,CAAC,EAAC,6DAA6D;IAC/D,IAAI,EAAC;EAAM,EACX,eACF,oBAAC,oBAAI;IACH,QAAQ,EAAC,SAAS;IAClB,QAAQ,EAAC,SAAS;IAClB,CAAC,EAAC,qHAAqH;IACvH,IAAI,EAAEA;EAAK,EACX,CACE;AAEV,CAAC;AAAC;AAEK,MAAMI,gBAAgB,GAAIP,KAAgB,IAAK;EACpD,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,CAAC,EAAC,qIAAqI;IACvI,IAAI,EAAEH;EAAK,EACX,eACF,oBAAC,oBAAI;IACH,CAAC,EAAC,uHAAuH;IACzH,IAAI,EAAEA;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.IconGalleryFilled = exports.IconGallery = void 0;
|
|
7
|
+
var React = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
|
+
var _themes = require("../../themes");
|
|
10
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
12
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
13
|
+
const IconGallery = props => {
|
|
14
|
+
const {
|
|
15
|
+
width = 24,
|
|
16
|
+
height = 24,
|
|
17
|
+
fill = _themes.Palettes.black[900],
|
|
18
|
+
...rest
|
|
19
|
+
} = props;
|
|
20
|
+
return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
|
|
21
|
+
width: width,
|
|
22
|
+
height: height,
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
|
+
fill: "none"
|
|
25
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
26
|
+
}, rest), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
27
|
+
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",
|
|
28
|
+
fill: fill
|
|
29
|
+
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
30
|
+
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",
|
|
31
|
+
fill: fill
|
|
32
|
+
}), /*#__PURE__*/React.createElement(_reactNativeSvg.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
|
+
};
|
|
37
|
+
exports.IconGallery = IconGallery;
|
|
38
|
+
const IconGalleryFilled = props => {
|
|
39
|
+
const {
|
|
40
|
+
width = 24,
|
|
41
|
+
height = 24,
|
|
42
|
+
fill = _themes.Palettes.black[900],
|
|
43
|
+
...rest
|
|
44
|
+
} = props;
|
|
45
|
+
return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
|
|
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), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
52
|
+
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",
|
|
53
|
+
fill: fill
|
|
54
|
+
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
55
|
+
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",
|
|
56
|
+
fill: fill
|
|
57
|
+
}));
|
|
58
|
+
};
|
|
59
|
+
exports.IconGalleryFilled = IconGalleryFilled;
|
|
60
|
+
//# sourceMappingURL=IconGallery.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["IconGallery","props","width","height","fill","Palettes","black","rest","IconGalleryFilled"],"sourceRoot":"../../src","sources":["IconGallery.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,WAAW,GAAIC,KAAgB,IAAK;EAC/C,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,CAAC,EAAC,yKAAyK;IAC3K,IAAI,EAAEH;EAAK,EACX,eACF,oBAAC,oBAAI;IACH,CAAC,EAAC,+JAA+J;IACjK,IAAI,EAAEA;EAAK,EACX,eACF,oBAAC,oBAAI;IACH,CAAC,EAAC,0MAA0M;IAC5M,IAAI,EAAEA;EAAK,EACX,CACE;AAEV,CAAC;AAAC;AAEK,MAAMI,iBAAiB,GAAIP,KAAgB,IAAK;EACrD,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,CAAC,EAAC,iLAAiL;IACnL,IAAI,EAAEH;EAAK,EACX,eACF,oBAAC,oBAAI;IACH,CAAC,EAAC,2LAA2L;IAC7L,IAAI,EAAEA;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.IconHelp = void 0;
|
|
6
|
+
exports.IconHelpFilled = exports.IconHelp = void 0;
|
|
7
7
|
var React = _interopRequireWildcard(require("react"));
|
|
8
8
|
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
9
|
var _themes = require("../../themes");
|
|
@@ -31,4 +31,25 @@ const IconHelp = props => {
|
|
|
31
31
|
}));
|
|
32
32
|
};
|
|
33
33
|
exports.IconHelp = IconHelp;
|
|
34
|
+
const IconHelpFilled = props => {
|
|
35
|
+
const {
|
|
36
|
+
width = 24,
|
|
37
|
+
height = 24,
|
|
38
|
+
fill = _themes.Palettes.black[900],
|
|
39
|
+
...rest
|
|
40
|
+
} = props;
|
|
41
|
+
return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
|
|
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), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
48
|
+
fillRule: "evenodd",
|
|
49
|
+
clipRule: "evenodd",
|
|
50
|
+
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",
|
|
51
|
+
fill: fill
|
|
52
|
+
}));
|
|
53
|
+
};
|
|
54
|
+
exports.IconHelpFilled = IconHelpFilled;
|
|
34
55
|
//# sourceMappingURL=IconHelp.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["IconHelp","props","width","height","fill","Palettes","black","rest"],"sourceRoot":"../../src","sources":["IconHelp.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,QAAQ,GAAIC,KAAgB,IAAK;EAC5C,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,QAAQ,EAAC,SAAS;IAClB,QAAQ,EAAC,SAAS;IAClB,CAAC,EAAC,uYAAuY;IACzY,IAAI,EAAEH;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
|
|
1
|
+
{"version":3,"names":["IconHelp","props","width","height","fill","Palettes","black","rest","IconHelpFilled"],"sourceRoot":"../../src","sources":["IconHelp.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,QAAQ,GAAIC,KAAgB,IAAK;EAC5C,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,QAAQ,EAAC,SAAS;IAClB,QAAQ,EAAC,SAAS;IAClB,CAAC,EAAC,uYAAuY;IACzY,IAAI,EAAEH;EAAK,EACX,CACE;AAEV,CAAC;AAAC;AAEK,MAAMI,cAAc,GAAIP,KAAgB,IAAK;EAClD,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,QAAQ,EAAC,SAAS;IAClB,QAAQ,EAAC,SAAS;IAClB,CAAC,EAAC,wXAAwX;IAC1X,IAAI,EAAEH;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.IconInfo = void 0;
|
|
6
|
+
exports.IconInfoFilled = exports.IconInfo = void 0;
|
|
7
7
|
var React = _interopRequireWildcard(require("react"));
|
|
8
8
|
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
9
|
var _themes = require("../../themes");
|
|
@@ -36,4 +36,25 @@ const IconInfo = props => {
|
|
|
36
36
|
}));
|
|
37
37
|
};
|
|
38
38
|
exports.IconInfo = IconInfo;
|
|
39
|
+
const IconInfoFilled = props => {
|
|
40
|
+
const {
|
|
41
|
+
width = 24,
|
|
42
|
+
height = 24,
|
|
43
|
+
fill = _themes.Palettes.black[900],
|
|
44
|
+
...rest
|
|
45
|
+
} = props;
|
|
46
|
+
return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
|
|
47
|
+
width: width,
|
|
48
|
+
height: height,
|
|
49
|
+
viewBox: "0 0 24 24",
|
|
50
|
+
fill: "none"
|
|
51
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
52
|
+
}, rest), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
53
|
+
fillRule: "evenodd",
|
|
54
|
+
clipRule: "evenodd",
|
|
55
|
+
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",
|
|
56
|
+
fill: fill
|
|
57
|
+
}));
|
|
58
|
+
};
|
|
59
|
+
exports.IconInfoFilled = IconInfoFilled;
|
|
39
60
|
//# sourceMappingURL=IconInfo.js.map
|