@pagopa/io-app-design-system 1.0.0 → 1.1.2
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/README.md +6 -0
- package/lib/commonjs/components/banner/__test__/__snapshots__/banner.test.tsx.snap +1 -0
- package/lib/commonjs/components/buttons/ButtonLink.js +1 -0
- package/lib/commonjs/components/buttons/ButtonLink.js.map +1 -1
- package/lib/commonjs/components/buttons/IconButton.js +0 -1
- package/lib/commonjs/components/buttons/IconButton.js.map +1 -1
- package/lib/commonjs/components/buttons/__test__/__snapshots__/button.test.tsx.snap +1 -5
- package/lib/commonjs/components/checkbox/AnimatedMessageCheckbox.js +79 -0
- package/lib/commonjs/components/checkbox/AnimatedMessageCheckbox.js.map +1 -0
- package/lib/commonjs/components/checkbox/index.js +11 -0
- package/lib/commonjs/components/checkbox/index.js.map +1 -1
- package/lib/commonjs/components/icons/Icon.js +37 -9
- package/lib/commonjs/components/icons/Icon.js.map +1 -1
- package/lib/commonjs/components/icons/svg/{LegIconSearch.js → IconArchive.js} +4 -9
- package/lib/commonjs/components/icons/svg/IconArchive.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconCheckTick.js +31 -0
- package/lib/commonjs/components/icons/svg/{IconCompleted.js.map → IconCheckTick.js.map} +1 -1
- package/lib/commonjs/components/icons/svg/{IconCompleted.js → IconCheckTickBig.js} +3 -3
- package/lib/commonjs/components/icons/svg/IconCheckTickBig.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconMerchant.js +31 -0
- package/lib/commonjs/components/icons/svg/IconMerchant.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconSystemAppsAndroid.js +49 -0
- package/lib/commonjs/components/icons/svg/IconSystemAppsAndroid.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconSystemNotificationsInstructions.js +42 -0
- package/lib/commonjs/components/icons/svg/IconSystemNotificationsInstructions.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconSystemSettingsAndroid.js +34 -0
- package/lib/commonjs/components/icons/svg/IconSystemSettingsAndroid.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconSystemSettingsiOS.js +68 -0
- package/lib/commonjs/components/icons/svg/IconSystemSettingsiOS.js.map +1 -0
- package/lib/commonjs/components/icons/svg/{LegIconChevronLeft.js → IconSystemToggleInstructions.js} +5 -5
- package/lib/commonjs/components/icons/svg/IconSystemToggleInstructions.js.map +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconArchive.svg +4 -0
- package/lib/commonjs/components/index.js +11 -11
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/components/layout/GradientScrollView.js.map +1 -1
- package/lib/commonjs/components/layout/HeaderSecondLevel.js +95 -0
- package/lib/commonjs/components/layout/HeaderSecondLevel.js.map +1 -0
- package/lib/commonjs/components/layout/index.js +33 -0
- package/lib/commonjs/components/layout/index.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemTransaction.js +2 -3
- package/lib/commonjs/components/listitems/ListItemTransaction.js.map +1 -1
- package/lib/commonjs/components/typography/CTA.js +34 -0
- package/lib/commonjs/components/typography/CTA.js.map +1 -0
- package/lib/commonjs/components/typography/__test__/__snapshots__/typography.test.tsx.snap +32 -0
- package/lib/commonjs/components/typography/__test__/typography.test.js +6 -1
- package/lib/commonjs/components/typography/__test__/typography.test.js.map +1 -1
- package/lib/commonjs/components/typography/index.js +15 -4
- package/lib/commonjs/components/typography/index.js.map +1 -1
- package/lib/commonjs/core/IOStyles.js +2 -1
- package/lib/commonjs/core/IOStyles.js.map +1 -1
- package/lib/commonjs/index.js +19 -8
- package/lib/commonjs/index.js.map +1 -1
- package/lib/module/components/banner/__test__/__snapshots__/banner.test.tsx.snap +1 -0
- package/lib/module/components/buttons/ButtonLink.js +1 -0
- package/lib/module/components/buttons/ButtonLink.js.map +1 -1
- package/lib/module/components/buttons/IconButton.js +1 -2
- package/lib/module/components/buttons/IconButton.js.map +1 -1
- package/lib/module/components/buttons/__test__/__snapshots__/button.test.tsx.snap +1 -5
- package/lib/module/components/checkbox/AnimatedMessageCheckbox.js +70 -0
- package/lib/module/components/checkbox/AnimatedMessageCheckbox.js.map +1 -0
- package/lib/module/components/checkbox/index.js +1 -0
- package/lib/module/components/checkbox/index.js.map +1 -1
- package/lib/module/components/icons/Icon.js +35 -8
- package/lib/module/components/icons/Icon.js.map +1 -1
- package/lib/module/components/icons/svg/{LegIconSearch.js → IconArchive.js} +4 -9
- package/lib/module/components/icons/svg/IconArchive.js.map +1 -0
- package/lib/module/components/icons/svg/IconCheckTick.js +23 -0
- package/lib/module/components/icons/svg/{IconCompleted.js.map → IconCheckTick.js.map} +1 -1
- package/lib/module/components/icons/svg/{IconCompleted.js → IconCheckTickBig.js} +3 -3
- package/lib/module/components/icons/svg/IconCheckTickBig.js.map +1 -0
- package/lib/module/components/icons/svg/IconMerchant.js +23 -0
- package/lib/module/components/icons/svg/IconMerchant.js.map +1 -0
- package/lib/module/components/icons/svg/IconSystemAppsAndroid.js +41 -0
- package/lib/module/components/icons/svg/IconSystemAppsAndroid.js.map +1 -0
- package/lib/module/components/icons/svg/IconSystemNotificationsInstructions.js +34 -0
- package/lib/module/components/icons/svg/IconSystemNotificationsInstructions.js.map +1 -0
- package/lib/module/components/icons/svg/IconSystemSettingsAndroid.js +26 -0
- package/lib/module/components/icons/svg/IconSystemSettingsAndroid.js.map +1 -0
- package/lib/module/components/icons/svg/IconSystemSettingsiOS.js +60 -0
- package/lib/module/components/icons/svg/IconSystemSettingsiOS.js.map +1 -0
- package/lib/module/components/icons/svg/{LegIconChevronLeft.js → IconSystemToggleInstructions.js} +5 -5
- package/lib/module/components/icons/svg/IconSystemToggleInstructions.js.map +1 -0
- package/lib/module/components/icons/svg/originals/IconArchive.svg +4 -0
- package/lib/module/components/index.js +1 -1
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/components/layout/GradientScrollView.js.map +1 -1
- package/lib/module/components/layout/HeaderSecondLevel.js +84 -0
- package/lib/module/components/layout/HeaderSecondLevel.js.map +1 -0
- package/lib/module/components/layout/index.js +3 -0
- package/lib/module/components/layout/index.js.map +1 -1
- package/lib/module/components/listitems/ListItemTransaction.js +2 -3
- package/lib/module/components/listitems/ListItemTransaction.js.map +1 -1
- package/lib/module/components/typography/CTA.js +27 -0
- package/lib/module/components/typography/CTA.js.map +1 -0
- package/lib/module/components/typography/__test__/__snapshots__/typography.test.tsx.snap +32 -0
- package/lib/module/components/typography/__test__/typography.test.js +6 -1
- package/lib/module/components/typography/__test__/typography.test.js.map +1 -1
- package/lib/module/components/typography/index.js +2 -1
- package/lib/module/components/typography/index.js.map +1 -1
- package/lib/module/core/IOStyles.js +1 -1
- package/lib/module/core/IOStyles.js.map +1 -1
- package/lib/module/index.js +2 -1
- package/lib/module/index.js.map +1 -1
- package/lib/typescript/components/buttons/ButtonLink.d.ts.map +1 -1
- package/lib/typescript/components/buttons/IconButton.d.ts.map +1 -1
- package/lib/typescript/components/checkbox/AnimatedMessageCheckbox.d.ts +13 -0
- package/lib/typescript/components/checkbox/AnimatedMessageCheckbox.d.ts.map +1 -0
- package/lib/typescript/components/checkbox/index.d.ts +1 -0
- package/lib/typescript/components/checkbox/index.d.ts.map +1 -1
- package/lib/typescript/components/icons/Icon.d.ts +17 -3
- package/lib/typescript/components/icons/Icon.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconArchive.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconArchive.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconCheckTick.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconCheckTick.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconCheckTickBig.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconCheckTickBig.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconMerchant.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconMerchant.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconSystemAppsAndroid.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconSystemAppsAndroid.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconSystemNotificationsInstructions.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconSystemNotificationsInstructions.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconSystemSettingsAndroid.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconSystemSettingsAndroid.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconSystemSettingsiOS.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconSystemSettingsiOS.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconSystemToggleInstructions.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconSystemToggleInstructions.d.ts.map +1 -0
- package/lib/typescript/components/index.d.ts +1 -1
- package/lib/typescript/components/index.d.ts.map +1 -1
- package/lib/typescript/components/layout/HeaderSecondLevel.d.ts +20 -0
- package/lib/typescript/components/layout/HeaderSecondLevel.d.ts.map +1 -0
- package/lib/typescript/components/layout/index.d.ts +3 -0
- package/lib/typescript/components/layout/index.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemTransaction.d.ts.map +1 -1
- package/lib/typescript/components/typography/CTA.d.ts +16 -0
- package/lib/typescript/components/typography/CTA.d.ts.map +1 -0
- package/lib/typescript/components/typography/index.d.ts +2 -1
- package/lib/typescript/components/typography/index.d.ts.map +1 -1
- package/lib/typescript/core/IOStyles.d.ts +3 -2
- package/lib/typescript/core/IOStyles.d.ts.map +1 -1
- package/lib/typescript/index.d.ts +2 -1
- package/lib/typescript/index.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/components/banner/__test__/__snapshots__/banner.test.tsx.snap +1 -0
- package/src/components/buttons/ButtonLink.tsx +1 -0
- package/src/components/buttons/IconButton.tsx +0 -2
- package/src/components/buttons/__test__/__snapshots__/button.test.tsx.snap +1 -5
- package/src/components/checkbox/AnimatedMessageCheckbox.tsx +105 -0
- package/src/components/checkbox/index.tsx +1 -0
- package/src/components/icons/Icon.tsx +39 -8
- package/src/components/icons/svg/IconArchive.tsx +16 -0
- package/src/components/icons/svg/IconCheckTick.tsx +16 -0
- package/src/components/icons/svg/{IconCompleted.tsx → IconCheckTickBig.tsx} +2 -2
- package/src/components/icons/svg/IconMerchant.tsx +16 -0
- package/src/components/icons/svg/IconSystemAppsAndroid.tsx +17 -0
- package/src/components/icons/svg/IconSystemNotificationsInstructions.tsx +28 -0
- package/src/components/icons/svg/IconSystemSettingsAndroid.tsx +15 -0
- package/src/components/icons/svg/IconSystemSettingsiOS.tsx +58 -0
- package/src/components/icons/svg/IconSystemToggleInstructions.tsx +18 -0
- package/src/components/icons/svg/originals/IconArchive.svg +4 -0
- package/src/components/index.tsx +1 -1
- package/src/components/layout/GradientScrollView.tsx +1 -1
- package/src/components/layout/HeaderSecondLevel.tsx +153 -0
- package/src/components/layout/index.tsx +3 -0
- package/src/components/listitems/ListItemTransaction.tsx +2 -3
- package/src/components/typography/CTA.tsx +35 -0
- package/src/components/typography/__test__/__snapshots__/typography.test.tsx.snap +32 -0
- package/src/components/typography/__test__/typography.test.tsx +7 -2
- package/src/components/typography/index.tsx +2 -2
- package/src/core/IOStyles.ts +1 -1
- package/src/index.tsx +3 -1
- package/lib/commonjs/components/icons/svg/LegIconChevronLeft.js.map +0 -1
- package/lib/commonjs/components/icons/svg/LegIconSearch.js.map +0 -1
- package/lib/module/components/icons/svg/LegIconChevronLeft.js.map +0 -1
- package/lib/module/components/icons/svg/LegIconSearch.js.map +0 -1
- package/lib/typescript/components/icons/svg/IconCompleted.d.ts +0 -5
- package/lib/typescript/components/icons/svg/IconCompleted.d.ts.map +0 -1
- package/lib/typescript/components/icons/svg/LegIconChevronLeft.d.ts +0 -5
- package/lib/typescript/components/icons/svg/LegIconChevronLeft.d.ts.map +0 -1
- package/lib/typescript/components/icons/svg/LegIconSearch.d.ts +0 -5
- package/lib/typescript/components/icons/svg/LegIconSearch.d.ts.map +0 -1
- package/src/components/icons/svg/LegIconChevronLeft.tsx +0 -14
- package/src/components/icons/svg/LegIconSearch.tsx +0 -22
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Svg, Path, Defs, LinearGradient, Stop } from "react-native-svg";
|
|
3
|
+
import { SVGIconProps } from "../Icon";
|
|
4
|
+
|
|
5
|
+
const IconSystemSettingsiOS = ({ size, style, ...props }: SVGIconProps) => (
|
|
6
|
+
<Svg width={size} height={size} viewBox="0 0 24 24" style={style} {...props}>
|
|
7
|
+
<Path
|
|
8
|
+
d="M15.6266 0c2.4 0 3.6 0 4.9067.4 1.4133.50667 2.5333 1.62666 3.04 3.04C24 4.74666 24 5.97333 24 8.37332v7.25328c0 2.4 0 3.6-.4 4.9067-.5067 1.4133-1.6267 2.5333-3.04 3.04C19.2266 24 18.0266 24 15.6266 24H8.37332c-2.39999 0-3.59999 0-4.90666-.4C2.02666 23.0666.93333 21.9733.4 20.5333c-.4-1.28-.4-2.48-.4-4.9067V8.37332c0-2.39999 0-3.59999.4-4.90666.53333-1.41333 1.62666-2.53333 3.06666-3.04C4.74666 0 5.94666 0 8.37332 0h7.25328Z"
|
|
9
|
+
fill="url(#b)"
|
|
10
|
+
/>
|
|
11
|
+
<Path
|
|
12
|
+
d="M11.9996 22.4001c5.7438 0 10.4-4.6563 10.4-10.4 0-5.74377-4.6562-10.4-10.4-10.4-5.74376 0-10.39999 4.65623-10.39999 10.4 0 5.7437 4.65623 10.4 10.39999 10.4Z"
|
|
13
|
+
fill="#2E2E30"
|
|
14
|
+
/>
|
|
15
|
+
<Path
|
|
16
|
+
d="m12.6997 6.46427.0792.01114.1849.02597.2887-.71342c.0862-.23024.1353-.19641.1321.01856l-.0247.75053c.0792.01114.1811.05239.2603.06352l.3643-.67588c.1089-.20012.1617-.1927.1283.04497l-.1303.73569c.0755.03754.1774.07879.2566.08992l.4361-.61193c.1353-.19641.1844-.16258.1246.07137l-.2095.72456c.0755.03754.1774.07879.2492.14274l.4852-.5781c.158-.1663.2071-.13247.1246.07137l-.2888.71342c.0718.06395.1474.10149.2192.16543l.5569-.51415c.1844-.16258.2336-.12875.1209.09778l-.3605.64947c.0718.06395.1436.1279.189.18813l.625-.42379c.1807-.13618.2298-.10235.0945.09406l-.4699.66104c.0718.06394.1172.12418.1853.21454l.6667-.33716c.2034-.10606.2525-.07223.0908.12048l-.5079.54798c.0454.06023.1135.15059.1552.23723l.7121-.27691c.2261-.07594.2451-.01942.0644.11676l-.5797.48403.1251.25994.7274-.19399c.2224-.04953.2414.007.0644.11676l-.6251.4238c.0417.08667.057.16957.0986.25627l.7427-.1111c.2187-.0231.2641.0371.0343.1395l-.6668.3371c.0153.0829.057.1696.0686.2789l.7278-.0054c.2414.007.2339.0598.0342.1395l-.682.2542c.0153.0829.0269.1923.0421.2752l.7431.0775c.2377.0334.2303.0862.0079.1357l-.7237.1676c.0153.083.0004.1886-.0107.2678l.7019.1794c.2339.0598.2265.1127-.0186.1321l-.739.0846c-.0111.0792-.026.1849-.0371.2641l-.0037.0264.6944.2322c.2303.0862.2229.1391-.0185.1321l-.7279.0054c-.0148.1056-.0523.1811-.0672.2868l.6532.3341c.2001.1089.1927.1617-.045.1283l-.713-.1002c-.0375.0755-.0523.1812-.0899.2567l.6157.4097c.1964.1353.1625.1844-.045.1283l-.7019-.1795c-.0375.0756-.0788.1775-.1163.253l.5517.4815c.1663.158.1589.2108-.0714.1246l-.6643-.255c-.0639.0718-.1052.1737-.1691.2455l.4914.5269c.1663.158.1288.2335-.0978.1209l-.6647-.4435c-.064.0718-.1279.1436-.1919.2154l.4313.5723c.1361.1807.1023.2298-.0941.0944l-.5892-.4059c-.064.0718-.1279.1436-.2146.1853l.371.6176c.1061.2034.0722.2525-.1205.0908l-.5517-.4815c-.0903.0681-.1506.1135-.2372.1552l.2843.6593c.1024.2298.0459.2488-.1167.0644l-.4915-.5269c-.0866.0417-.1733.0834-.2599.1251l.1977.701c.0759.2261.0194.2451-.1168.0643l-.4011-.5949c-.0866.0417-.1733.0834-.2863.1213l.1148.7163c.0495.2224-.007.2414-.1395.0343l-.3409-.6404c-.0829.0153-.196.0533-.2789.0685l.0356.7052c.0194.2451-.0599.2339-.1395.0342l-.2654-.6028c-.0829.0153-.1922.0269-.2752.0422l-.0474.7204c-.007.2413-.0862.2302-.1357.0078l-.1977-.701c-.0829.0153-.1886.0004-.2979.012l-.153.7056c-.0334.2376-.1126.2265-.1358.0078l-.0582-.7352c-.1056-.0149-.1849-.026-.2942-.0144l-.2322.6944c-.0863.2302-.1391.2228-.1321-.0186l-.0054-.7278c-.1056-.0149-.1848-.026-.2868-.0672l-.3077.6569c-.0825.2038-.1617.1927-.1283-.045l.0738-.7167c-.102-.0413-.1812-.0524-.2567-.0899l-.40965.6156c-.10892.2001-.18814.189-.12833-.045l.15302-.7055c-.07551-.0376-.17743-.0788-.25294-.1164l-.45877.5819c-.13532.1964-.21083.1588-.12461-.0714l.23224-.6945c-.07551-.0375-.14731-.1014-.24923-.1427l-.53057.5179c-.15801.1663-.20711.1324-.12461-.0714l.33416-.6532c-.0718-.0639-.1436-.1279-.21911-.1654l-.57596.4576c-.18071.1362-.22981.1024-.0945-.0941l.40967-.6156c-.0718-.064-.14359-.1279-.18528-.2145l-.61021.3181c-.20712.1325-.25251.0723-.0945-.094l.45877-.5819c-.0718-.0639-.11348-.1505-.15887-.2108l-.66303.3108c-.20341.106-.2488.0458-.09079-.1205l.53057-.5179c-.04168-.0866-.08707-.1469-.12875-.2335l-.70471.2241c-.2261.0759-.24509.0194-.06438-.1168l.60237-.4539c-.04168-.0866-.08336-.1733-.09863-.2562l-.71999.1412c-.22239.0495-.24138-.007-.03426-.1395l.64405-.3673c-.04168-.0866-.05695-.1695-.07223-.2525l-.78807.0509c-.24509.0194-.26407-.0372-.03426-.1395l.68573-.2806c-.01527-.083-.02684-.1923-.04211-.2752l-.75053-.0247c-.24138-.007-.23396-.0598-.00785-.1358l.70471-.2241c-.01527-.0829-.00043-.1885-.0157-.2715l-.73569-.1303c-.23766-.0334-.22653-.1126-.00785-.1357l.74639-.1375c.01114-.0792-.00042-.1886.01071-.2678l-.72456-.2095c-.23395-.0598-.22281-.1391.01856-.1321l.75796-.0281c.01113-.0792.02598-.1848.03711-.2641l-.68701-.285c-.20384-.0825-.1927-.1617.04496-.1283l.74682.0511c.01114-.0793.05239-.1812.08993-.2567l-.64947-.36055c-.20013-.10891-.1927-.16173.04496-.12832l.73569.13032c.03754-.07551.07879-.17743.11633-.25294l-.61193-.43607c-.19641-.13532-.16258-.18443.07137-.12462l.72084.23595c.03754-.07551.10149-.1473.13903-.22281l-.54798-.50788c-.16629-.15801-.13246-.20712.07137-.12461l.6833.31146c.06395-.0718.10149-.14731.16544-.21911l-.48403-.57967c-.16259-.18442-.10235-.22981.09406-.09449l.64576.38697c.06395-.0718.12419-.11719.18814-.18899l-.42009-.65147c-.13247-.20712-.07594-.2261.09407-.0945l.60822.46248c.06394-.07179.15059-.11348.21454-.18527l-.32603-.74597c-.10605-.20341-.04581-.2488.12048-.09078l.54427.53428c.06024-.04539.14688-.08707.23353-.12875l-.25052-.70843c-.07593-.2261-.01941-.24509.11677-.06438l.48032.60608c.08665-.04168.17329-.08336.23353-.12875l-.16387-.7501c-.04953-.22239.00699-.24138.14317-.06067l.39364.64776c.0867-.04168.1696-.05695.2525-.07223l-.0809-.76537c-.0194-.24509.0371-.26408.1395-.03426l.307.68944c.0829-.01528.1659-.03055.2488-.04582l.0247-.75054c.007-.24137.0598-.23395.1357-.00785l.2204.73112c.083-.01527.1923-.02683.2715-.0157l.1077-.7658c.0334-.23767.0862-.23024.1357-.00785l.1639.7501c.0792.01113.1885-.00043.2678.01071l.1831-.72827c.0598-.23395.1126-.22653.132.01856l.0884.71256ZM11.3612 16.5629c2.5087.3526 4.8278-1.395 5.1804-3.9037.3525-2.5086-1.395-4.82775-3.9037-5.18032-2.5087-.35258-4.85051 1.36489-5.20308 3.87352-.35257 2.5087 1.4177 4.858 3.92638 5.2105Z"
|
|
17
|
+
fill="#000"
|
|
18
|
+
/>
|
|
19
|
+
<Path
|
|
20
|
+
d="m12.6997 6.46427.0792.01114.1849.02597.2887-.71342c.0862-.23024.1353-.19641.1321.01856l-.0247.75053c.0792.01114.1811.05239.2603.06352l.3643-.67588c.1089-.20012.1617-.1927.1283.04497l-.1303.73569c.0755.03754.1774.07879.2566.08992l.4361-.61193c.1353-.19641.1844-.16258.1246.07137l-.2095.72456c.0755.03754.1774.07879.2492.14274l.4852-.5781c.158-.1663.2071-.13247.1246.07137l-.2888.71342c.0718.06395.1474.10149.2192.16543l.5569-.51415c.1844-.16258.2336-.12875.1209.09778l-.3605.64947c.0718.06395.1436.1279.189.18813l.625-.42379c.1807-.13618.2298-.10235.0945.09406l-.4699.66104c.0718.06394.1172.12418.1853.21454l.6667-.33716c.2034-.10606.2525-.07223.0908.12048l-.5079.54798c.0454.06023.1135.15059.1552.23723l.7121-.27691c.2261-.07594.2451-.01942.0644.11676l-.5797.48403.1251.25994.7274-.19399c.2224-.04953.2414.007.0644.11676l-.6251.4238c.0417.08667.057.16957.0986.25627l.7427-.1111c.2187-.0231.2641.0371.0343.1395l-.6668.3371c.0153.0829.057.1696.0686.2789l.7278-.0054c.2414.007.2339.0598.0342.1395l-.682.2542c.0153.0829.0269.1923.0421.2752l.7431.0775c.2377.0334.2303.0862.0079.1357l-.7237.1676c.0153.083.0004.1886-.0107.2678l.7019.1794c.2339.0598.2265.1127-.0186.1321l-.739.0846c-.0111.0792-.026.1849-.0371.2641l-.0037.0264.6944.2322c.2303.0862.2229.1391-.0185.1321l-.7279.0054c-.0148.1056-.0523.1811-.0672.2868l.6532.3341c.2001.1089.1927.1617-.045.1283l-.713-.1002c-.0375.0755-.0523.1812-.0899.2567l.6157.4097c.1964.1353.1625.1844-.045.1283l-.7019-.1795c-.0375.0756-.0788.1775-.1163.253l.5517.4815c.1663.158.1589.2108-.0714.1246l-.6643-.255c-.0639.0718-.1052.1737-.1691.2455l.4914.5269c.1663.158.1288.2335-.0978.1209l-.6647-.4435c-.064.0718-.1279.1436-.1919.2154l.4313.5723c.1361.1807.1023.2298-.0941.0944l-.5892-.4059c-.064.0718-.1279.1436-.2146.1853l.371.6176c.1061.2034.0722.2525-.1205.0908l-.5517-.4815c-.0903.0681-.1506.1135-.2372.1552l.2843.6593c.1024.2298.0459.2488-.1167.0644l-.4915-.5269c-.0866.0417-.1733.0834-.2599.1251l.1977.701c.0759.2261.0194.2451-.1168.0643l-.4011-.5949c-.0866.0417-.1733.0834-.2863.1213l.1148.7163c.0495.2224-.007.2414-.1395.0343l-.3409-.6404c-.0829.0153-.196.0533-.2789.0685l.0356.7052c.0194.2451-.0599.2339-.1395.0342l-.2654-.6028c-.0829.0153-.1922.0269-.2752.0422l-.0474.7204c-.007.2413-.0862.2302-.1357.0078l-.1977-.701c-.0829.0153-.1886.0004-.2979.012l-.153.7056c-.0334.2376-.1126.2265-.1358.0078l-.0582-.7352c-.1056-.0149-.1849-.026-.2942-.0144l-.2322.6944c-.0863.2302-.1391.2228-.1321-.0186l-.0054-.7278c-.1056-.0149-.1848-.026-.2868-.0672l-.3077.6569c-.0825.2038-.1617.1927-.1283-.045l.0738-.7167c-.102-.0413-.1812-.0524-.2567-.0899l-.40965.6156c-.10892.2001-.18814.189-.12833-.045l.15302-.7055c-.07551-.0376-.17743-.0788-.25294-.1164l-.45877.5819c-.13532.1964-.21083.1588-.12461-.0714l.23224-.6945c-.07551-.0375-.14731-.1014-.24923-.1427l-.53057.5179c-.15801.1663-.20711.1324-.12461-.0714l.33416-.6532c-.0718-.0639-.1436-.1279-.21911-.1654l-.57596.4576c-.18071.1362-.22981.1024-.0945-.0941l.40967-.6156c-.0718-.064-.14359-.1279-.18528-.2145l-.61021.3181c-.20712.1325-.25251.0723-.0945-.094l.45877-.5819c-.0718-.0639-.11348-.1505-.15887-.2108l-.66303.3108c-.20341.106-.2488.0458-.09079-.1205l.53057-.5179c-.04168-.0866-.08707-.1469-.12875-.2335l-.70471.2241c-.2261.0759-.24509.0194-.06438-.1168l.60237-.4539c-.04168-.0866-.08336-.1733-.09863-.2562l-.71999.1412c-.22239.0495-.24138-.007-.03426-.1395l.64405-.3673c-.04168-.0866-.05695-.1695-.07223-.2525l-.78807.0509c-.24509.0194-.26407-.0372-.03426-.1395l.68573-.2806c-.01527-.083-.02684-.1923-.04211-.2752l-.75053-.0247c-.24138-.007-.23396-.0598-.00785-.1358l.70471-.2241c-.01527-.0829-.00043-.1885-.0157-.2715l-.73569-.1303c-.23766-.0334-.22653-.1126-.00785-.1357l.74639-.1375c.01114-.0792-.00042-.1886.01071-.2678l-.72456-.2095c-.23395-.0598-.22281-.1391.01856-.1321l.75796-.0281c.01113-.0792.02598-.1848.03711-.2641l-.68701-.285c-.20384-.0825-.1927-.1617.04496-.1283l.74682.0511c.01114-.0793.05239-.1812.08993-.2567l-.64947-.36055c-.20013-.10891-.1927-.16173.04496-.12832l.73569.13032c.03754-.07551.07879-.17743.11633-.25294l-.61193-.43607c-.19641-.13532-.16258-.18443.07137-.12462l.72084.23595c.03754-.07551.10149-.1473.13903-.22281l-.54798-.50788c-.16629-.15801-.13246-.20712.07137-.12461l.6833.31146c.06395-.0718.10149-.14731.16544-.21911l-.48403-.57967c-.16259-.18442-.10235-.22981.09406-.09449l.64576.38697c.06395-.0718.12419-.11719.18814-.18899l-.42009-.65147c-.13247-.20712-.07594-.2261.09407-.0945l.60822.46248c.06394-.07179.15059-.11348.21454-.18527l-.32603-.74597c-.10605-.20341-.04581-.2488.12048-.09078l.54427.53428c.06024-.04539.14688-.08707.23353-.12875l-.25052-.70843c-.07593-.2261-.01941-.24509.11677-.06438l.48032.60608c.08665-.04168.17329-.08336.23353-.12875l-.16387-.7501c-.04953-.22239.00699-.24138.14317-.06067l.39364.64776c.0867-.04168.1696-.05695.2525-.07223l-.0809-.76537c-.0194-.24509.0371-.26408.1395-.03426l.307.68944c.0829-.01528.1659-.03055.2488-.04582l.0247-.75054c.007-.24137.0598-.23395.1357-.00785l.2204.73112c.083-.01527.1923-.02683.2715-.0157l.1077-.7658c.0334-.23767.0862-.23024.1357-.00785l.1639.7501c.0792.01113.1885-.00043.2678.01071l.1831-.72827c.0598-.23395.1126-.22653.132.01856l.0884.71256ZM11.3612 16.5629c2.5087.3526 4.8278-1.395 5.1804-3.9037.3525-2.5086-1.395-4.82775-3.9037-5.18032-2.5087-.35258-4.85051 1.36489-5.20308 3.87352-.35257 2.5087 1.4177 4.858 3.92638 5.2105Z"
|
|
21
|
+
fill="#7F7F7F"
|
|
22
|
+
/>
|
|
23
|
+
<Path
|
|
24
|
+
d="m12.6997 6.46427.0792.01114.1849.02597.2887-.71342c.0862-.23024.1353-.19641.1321.01856l-.0247.75053c.0792.01114.1811.05239.2603.06352l.3643-.67588c.1089-.20012.1617-.1927.1283.04497l-.1303.73569c.0755.03754.1774.07879.2566.08992l.4361-.61193c.1353-.19641.1844-.16258.1246.07137l-.2095.72456c.0755.03754.1774.07879.2492.14274l.4852-.5781c.158-.1663.2071-.13247.1246.07137l-.2888.71342c.0718.06395.1474.10149.2192.16543l.5569-.51415c.1844-.16258.2336-.12875.1209.09778l-.3605.64947c.0718.06395.1436.1279.189.18813l.625-.42379c.1807-.13618.2298-.10235.0945.09406l-.4699.66104c.0718.06394.1172.12418.1853.21454l.6667-.33716c.2034-.10606.2525-.07223.0908.12048l-.5079.54798c.0454.06023.1135.15059.1552.23723l.7121-.27691c.2261-.07594.2451-.01942.0644.11676l-.5797.48403.1251.25994.7274-.19399c.2224-.04953.2414.007.0644.11676l-.6251.4238c.0417.08667.057.16957.0986.25627l.7427-.1111c.2187-.0231.2641.0371.0343.1395l-.6668.3371c.0153.0829.057.1696.0686.2789l.7278-.0054c.2414.007.2339.0598.0342.1395l-.682.2542c.0153.0829.0269.1923.0421.2752l.7431.0775c.2377.0334.2303.0862.0079.1357l-.7237.1676c.0153.083.0004.1886-.0107.2678l.7019.1794c.2339.0598.2265.1127-.0186.1321l-.739.0846c-.0111.0792-.026.1849-.0371.2641l-.0037.0264.6944.2322c.2303.0862.2229.1391-.0185.1321l-.7279.0054c-.0148.1056-.0523.1811-.0672.2868l.6532.3341c.2001.1089.1927.1617-.045.1283l-.713-.1002c-.0375.0755-.0523.1812-.0899.2567l.6157.4097c.1964.1353.1625.1844-.045.1283l-.7019-.1795c-.0375.0756-.0788.1775-.1163.253l.5517.4815c.1663.158.1589.2108-.0714.1246l-.6643-.255c-.0639.0718-.1052.1737-.1691.2455l.4914.5269c.1663.158.1288.2335-.0978.1209l-.6647-.4435c-.064.0718-.1279.1436-.1919.2154l.4313.5723c.1361.1807.1023.2298-.0941.0944l-.5892-.4059c-.064.0718-.1279.1436-.2146.1853l.371.6176c.1061.2034.0722.2525-.1205.0908l-.5517-.4815c-.0903.0681-.1506.1135-.2372.1552l.2843.6593c.1024.2298.0459.2488-.1167.0644l-.4915-.5269c-.0866.0417-.1733.0834-.2599.1251l.1977.701c.0759.2261.0194.2451-.1168.0643l-.4011-.5949c-.0866.0417-.1733.0834-.2863.1213l.1148.7163c.0495.2224-.007.2414-.1395.0343l-.3409-.6404c-.0829.0153-.196.0533-.2789.0685l.0356.7052c.0194.2451-.0599.2339-.1395.0342l-.2654-.6028c-.0829.0153-.1922.0269-.2752.0422l-.0474.7204c-.007.2413-.0862.2302-.1357.0078l-.1977-.701c-.0829.0153-.1886.0004-.2979.012l-.153.7056c-.0334.2376-.1126.2265-.1358.0078l-.0582-.7352c-.1056-.0149-.1849-.026-.2942-.0144l-.2322.6944c-.0863.2302-.1391.2228-.1321-.0186l-.0054-.7278c-.1056-.0149-.1848-.026-.2868-.0672l-.3077.6569c-.0825.2038-.1617.1927-.1283-.045l.0738-.7167c-.102-.0413-.1812-.0524-.2567-.0899l-.40965.6156c-.10892.2001-.18814.189-.12833-.045l.15302-.7055c-.07551-.0376-.17743-.0788-.25294-.1164l-.45877.5819c-.13532.1964-.21083.1588-.12461-.0714l.23224-.6945c-.07551-.0375-.14731-.1014-.24923-.1427l-.53057.5179c-.15801.1663-.20711.1324-.12461-.0714l.33416-.6532c-.0718-.0639-.1436-.1279-.21911-.1654l-.57596.4576c-.18071.1362-.22981.1024-.0945-.0941l.40967-.6156c-.0718-.064-.14359-.1279-.18528-.2145l-.61021.3181c-.20712.1325-.25251.0723-.0945-.094l.45877-.5819c-.0718-.0639-.11348-.1505-.15887-.2108l-.66303.3108c-.20341.106-.2488.0458-.09079-.1205l.53057-.5179c-.04168-.0866-.08707-.1469-.12875-.2335l-.70471.2241c-.2261.0759-.24509.0194-.06438-.1168l.60237-.4539c-.04168-.0866-.08336-.1733-.09863-.2562l-.71999.1412c-.22239.0495-.24138-.007-.03426-.1395l.64405-.3673c-.04168-.0866-.05695-.1695-.07223-.2525l-.78807.0509c-.24509.0194-.26407-.0372-.03426-.1395l.68573-.2806c-.01527-.083-.02684-.1923-.04211-.2752l-.75053-.0247c-.24138-.007-.23396-.0598-.00785-.1358l.70471-.2241c-.01527-.0829-.00043-.1885-.0157-.2715l-.73569-.1303c-.23766-.0334-.22653-.1126-.00785-.1357l.74639-.1375c.01114-.0792-.00042-.1886.01071-.2678l-.72456-.2095c-.23395-.0598-.22281-.1391.01856-.1321l.75796-.0281c.01113-.0792.02598-.1848.03711-.2641l-.68701-.285c-.20384-.0825-.1927-.1617.04496-.1283l.74682.0511c.01114-.0793.05239-.1812.08993-.2567l-.64947-.36055c-.20013-.10891-.1927-.16173.04496-.12832l.73569.13032c.03754-.07551.07879-.17743.11633-.25294l-.61193-.43607c-.19641-.13532-.16258-.18443.07137-.12462l.72084.23595c.03754-.07551.10149-.1473.13903-.22281l-.54798-.50788c-.16629-.15801-.13246-.20712.07137-.12461l.6833.31146c.06395-.0718.10149-.14731.16544-.21911l-.48403-.57967c-.16259-.18442-.10235-.22981.09406-.09449l.64576.38697c.06395-.0718.12419-.11719.18814-.18899l-.42009-.65147c-.13247-.20712-.07594-.2261.09407-.0945l.60822.46248c.06394-.07179.15059-.11348.21454-.18527l-.32603-.74597c-.10605-.20341-.04581-.2488.12048-.09078l.54427.53428c.06024-.04539.14688-.08707.23353-.12875l-.25052-.70843c-.07593-.2261-.01941-.24509.11677-.06438l.48032.60608c.08665-.04168.17329-.08336.23353-.12875l-.16387-.7501c-.04953-.22239.00699-.24138.14317-.06067l.39364.64776c.0867-.04168.1696-.05695.2525-.07223l-.0809-.76537c-.0194-.24509.0371-.26408.1395-.03426l.307.68944c.0829-.01528.1659-.03055.2488-.04582l.0247-.75054c.007-.24137.0598-.23395.1357-.00785l.2204.73112c.083-.01527.1923-.02683.2715-.0157l.1077-.7658c.0334-.23767.0862-.23024.1357-.00785l.1639.7501c.0792.01113.1885-.00043.2678.01071l.1831-.72827c.0598-.23395.1126-.22653.132.01856l.0884.71256ZM11.3612 16.5629c2.5087.3526 4.8278-1.395 5.1804-3.9037.3525-2.5086-1.395-4.82775-3.9037-5.18032-2.5087-.35258-4.85051 1.36489-5.20308 3.87352-.35257 2.5087 1.4177 4.858 3.92638 5.2105Z"
|
|
25
|
+
fill="#777"
|
|
26
|
+
/>
|
|
27
|
+
<Path
|
|
28
|
+
d="M21.3595 12.4797c.3467-.0533.3467-.1333 0-.2133l-.9867-.1867V11.5997l.96-.24c.3467-.08.32-.1867-.0266-.2133l-.9867-.08c-.0267-.16-.0267-.2934-.0533-.4534l.9333-.3466c.32-.1334.32-.2134-.0267-.2134l-.9866.0267c-.0267-.16001-.08-.29335-.1067-.45335l.88-.45333c.32-.16.2667-.24-.0533-.18667l-.9867.16c-.0533-.13333-.1067-.29333-.16-.42666l.8267-.56c.2933-.21334.24-.29333-.08-.18667l-.96.26667c-.08-.13333-.1334-.26667-.2134-.4l.7467-.66667c.2667-.24.2133-.32-.1067-.18666l-.9066.37333c-.08-.13333-.1867-.26667-.2667-.37333l.6667-.74667c.24-.26667.1866-.32-.1334-.16l-.9333.48c-.1067-.10667-.1867-.24-.2933-.34667l.5866-.82666c.2134-.29334.1334-.34667-.16-.16l-.8.58666c-.1066-.10666-.2133-.21333-.3466-.29333l.48-.88c.16-.32.08-.37333-.16-.13333l-.72.66666c-.1334-.08-.24-.18666-.3734-.26666l.3734-.93333c.1333-.32.0533-.37334-.1867-.10667l-.64.74666c-.1333-.07999-.2667-.13333-.4-.21333l.24-.96c.08-.34666 0-.37333-.1867-.08l-.5333.82667c-.1333-.05333-.2933-.10667-.4267-.16l.1334-.98667c.0533-.34666-.0267-.37333-.1867-.05333l-.4533.88c-.1334-.05333-.2934-.08-.4534-.10667l.0267-.98666c0-.34667-.08-.37334-.2133-.02667l-.3467.93333c-.16-.02666-.2933-.05333-.4533-.05333l-.16-.96c-.0267-.34667-.1334-.34667-.2134-.02667l-.24.96H11.8395l-.2133-.98666c-.08-.34667-.16-.34667-.2134 0l-.1066.98666c-.16 0-.2934.02667-.4534.05334l-.3466-.93334c-.1067-.32-.2134-.32-.2134.02667l.0267.98667c-.16.02666-.2933.05333-.45334.10666l-.42666-.90666c-.16-.32-.24-.29334-.21334.05333l.10667.98667c-.13333.05333-.29333.10666-.42666.16l-.53334-.82667c-.18666-.29333-.26666-.26667-.18666.08l.24.96c-.13334.05333-.26667.13333-.4.21333l-.64-.77333c-.21334-.26667-.29334-.21333-.18667.10667l.34667.93333c-.13334.08-.26667.16-.37334.24l-.71999-.69333c-.26667-.24-.32-.18667-.16001.13333l.45334.88c-.10667.10666-.24.18666-.34667.29333l-.8-.58667c-.29333-.21333-.34666-.13333-.16.13334l.56.82666c-.10666.10667-.21333.21334-.32.34667l-.85333-.50667c-.29333-.18666-.37333-.10666-.13333.16l.64.74667c-.08.10667-.18667.24-.26667.37333l-.90667-.4c-.32-.13333-.37333-.05333-.10666.18667l.74666.66667c-.08.13333-.16.26666-.21333.39999l-.96-.26666c-.34667-.10667-.37333 0-.08.18666l.8.56c-.05333.13334-.13333.26667-.18667.42667l-.98666-.16c-.34667-.05333-.37334.02667-.08.18667l.88.48c-.05334.13333-.08.29333-.13334.42666l-.98666-.02666c-.34667 0-.37333.08-.05334.21331l.93334.3467c-.02667.16-.05334.2933-.08.4533l-.98667.1334c-.34666.0266-.34666.1066-.02667.2133l.96.2667c0 .16-.02666.2933-.02666.4533l-.98667.1867c-.34666.0533-.34666.16 0 .2133l.98667.1333c0 .16.02666.2934.02666.4534l-.96.2933c-.34666.1066-.31999.1866.02667.2133l.98667.0267c.02666.16.05333.2933.08.4533l-.90667.4267c-.32.16-.29333.24.05333.2133l.98667-.1067c.05333.16.08.2934.13333.4534l-.85333.5066c-.29333.1867-.26667.2667.08.1867l.98667-.2133c.05333.1333.13333.2666.18666.4266l-.77333.6134c-.26667.2133-.24.2933.10667.1866l.93333-.32c.08.1334.16.2667.24.4l-.64.64c-.24.24-.18667.32.10667.16l.90666-.4266c.08.1333.18667.24.29334.3466l-.61334.7734c-.21333.2666-.16.3466.13334.16l.82666-.5334c.10667.1067.21333.2134.32.32l-.50666.8534c-.18667.2933-.10667.3466.16.1333l.77333-.64c.10666.1067.24.1867.37333.2933l-.42667.9067c-.16.32-.08.3733.16.1067l.69334-.72.4.24-.32.9333c-.10667.32-.02667.3733.18666.1067l.61334-.8c.13333.0533.26666.1333.42666.1866l-.18666.9867c-.08.3467.02666.3733.18666.08l.50667-.8533c.13333.0533.29333.1066.42667.1333l-.10667 1.0133c-.02667.3467.05333.3734.21333.0534l.39997-.9067c.16.0267.2934.0533.4534.08l.0533.9867c.0267.3466.1067.3466.2133.0266l.2667-.96c.16.0267.32.0267.4533.0267l.16.9867c.0534.3466.1334.3466.2134 0l.1866-.9867c.16 0 .2934 0 .4534-.0267l.2666.96c.1067.3467.1867.32.2134-.0266l.0533-.9867c.16-.0267.2933-.0533.4533-.08l.3734.9067c.1333.32.2133.2933.2133-.0534l-.1067-.9333c.16-.0267.2934-.08.4267-.1333l.5067.8533c.1866.2933.2666.2667.1866-.08l-.1866-.9867c.1333-.0533.2933-.1066.4266-.1866l.5867.8c.2133.2933.2933.24.1867-.1067l-.2667-.9067c.1333-.08.2667-.16.4-.24l.6667.72c.24.2667.32.2134.1866-.1066l-.4-.9067c.1334-.08.24-.1867.3734-.2667l.7733.64c.2667.2134.3467.16.16-.1333l-.5067-.8533.32-.32.8267.5333c.2933.1867.3467.1333.1333-.16l-.6133-.7733c.1067-.1067.1867-.24.2933-.3467l.9067.4533c.32.16.3733.08.1333-.16l-.72-.72c.08-.1333.16-.24.24-.3733l.9334.32c.32.1067.3733.0267.1066-.1867l-.7733-.6133c.08-.1333.1333-.2667.2133-.4267l.96.2134c.3467.08.3734 0 .08-.1867l-.8533-.5333c.0533-.1334.1067-.2934.16-.4267l.9867.1067c.3466.0266.3733-.0534.0533-.2134l-.9067-.4266c.0267-.16.08-.2934.1067-.4534l.9867-.0266c.3466 0 .3733-.1067.0266-.2133l-.9333-.2401c.0267-.1599.0267-.2933.0533-.4533l.9867-.1333ZM8.50617 17.173c-.26667.48-.96.5333-1.38667.2933-.29333-.16-.98666-.8266-1.62666-1.8666-.58667-1.0667-.90667-2.2667-.90667-3.5733 0-2.18671.93333-4.13338 2.45333-5.49338.48-.26666 1.14667-.21333 1.41333.24l2.63997 4.53338c.2134.3733.2134 1.0933-.0266 1.4666l-2.56003 4.4Zm9.20003-.48c-.8534 1.0133-1.9467 1.8133-3.2267 2.2667-1.6533.48-3.8133.5066-4.64.0533-.56-.2667-.77333-.8533-.50667-1.3333l2.61337-4.5334c.2133-.3733.7733-.6933 1.2-.6933h5.0933c.56 0 .9333.48.9333.96 0 .4267-.3466 1.8933-1.4666 3.28Zm-6.1067-4.6933c0-.2133.1867-.4.4-.4.2133 0 .4.1867.4.4 0 .2133-.1867.4-.4.4-.2133 0-.4-.1867-.4-.4Zm6.7467-.48h-5.3334c-.4533-.0267-.9866-.4-1.2-.8L9.2795 6.31969c-.26667-.48.02667-1.01333.45333-1.25333.29337-.16 1.22667-.45334 2.45337-.45334 3.4933.08 6.3733 2.61334 7.04 5.91998.08.56-.4.9867-.88.9867Z"
|
|
29
|
+
fill="url(#c)"
|
|
30
|
+
/>
|
|
31
|
+
<Defs>
|
|
32
|
+
<LinearGradient
|
|
33
|
+
id="b"
|
|
34
|
+
x1="11.9963"
|
|
35
|
+
y1=".00747"
|
|
36
|
+
x2="11.9963"
|
|
37
|
+
y2="23.9994"
|
|
38
|
+
gradientUnits="userSpaceOnUse"
|
|
39
|
+
>
|
|
40
|
+
<Stop stopColor="#D3D7DD" />
|
|
41
|
+
<Stop offset="1" stopColor="#888C90" />
|
|
42
|
+
</LinearGradient>
|
|
43
|
+
<LinearGradient
|
|
44
|
+
id="c"
|
|
45
|
+
x1="11.9942"
|
|
46
|
+
y1="2.38536"
|
|
47
|
+
x2="11.9942"
|
|
48
|
+
y2="21.6406"
|
|
49
|
+
gradientUnits="userSpaceOnUse"
|
|
50
|
+
>
|
|
51
|
+
<Stop stopColor="#D9DADB" />
|
|
52
|
+
<Stop offset="1" stopColor="#7D8082" />
|
|
53
|
+
</LinearGradient>
|
|
54
|
+
</Defs>
|
|
55
|
+
</Svg>
|
|
56
|
+
);
|
|
57
|
+
|
|
58
|
+
export default IconSystemSettingsiOS;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Svg, Path } from "react-native-svg";
|
|
3
|
+
import { SVGIconProps } from "../Icon";
|
|
4
|
+
|
|
5
|
+
const IconSystemToggleInstructions = ({
|
|
6
|
+
size,
|
|
7
|
+
style,
|
|
8
|
+
...props
|
|
9
|
+
}: SVGIconProps) => (
|
|
10
|
+
<Svg width={size} height={size} viewBox="0 0 24 24" style={style} {...props}>
|
|
11
|
+
<Path
|
|
12
|
+
fill="#7FCD7D"
|
|
13
|
+
d="M18 6.545H6c-3.312 0-6 2.81-6 6.273 0 3.463 2.688 6.273 6 6.273h12c3.312 0 6-2.81 6-6.273 0-3.462-2.688-6.273-6-6.273Zm0 10.037c-1.992 0-3.6-1.681-3.6-3.764 0-2.082 1.608-3.763 3.6-3.763s3.6 1.68 3.6 3.763-1.608 3.764-3.6 3.764Z"
|
|
14
|
+
/>
|
|
15
|
+
</Svg>
|
|
16
|
+
);
|
|
17
|
+
|
|
18
|
+
export default IconSystemToggleInstructions;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg fill="none"
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 4c0-1.65685 1.34315-3 3-3h18c1.6569 0 3 1.34315 3 3v2c0 1.30622-.8348 2.41746-2 2.82929V18c0 2.7614-2.2386 5-5 5H7c-2.76142 0-5-2.2386-5-5V8.82929C.8348 8.41746 0 7.30622 0 6V4Zm4 5h16v9c0 1.6569-1.3431 3-3 3H7c-1.65685 0-3-1.3431-3-3V9Zm18-3c0 .55228-.4477 1-1 1H3c-.55228 0-1-.44771-1-1V4c0-.55228.44772-1 1-1h18c.5523 0 1 .44771 1 1v2ZM9 11c-.55229 0-1 .4477-1 1s.44771 1 1 1h6c.5523 0 1-.4477 1-1s-.4477-1-1-1H9Z" fill="#0E0F13" />
|
|
4
|
+
</svg>
|
package/src/components/index.tsx
CHANGED
|
@@ -2,7 +2,6 @@ export * from "./accordion";
|
|
|
2
2
|
export * from "./alert";
|
|
3
3
|
export * from "./avatar";
|
|
4
4
|
export * from "./badge";
|
|
5
|
-
export * from "./banner";
|
|
6
5
|
export * from "./buttons";
|
|
7
6
|
export * from "./checkbox";
|
|
8
7
|
export * from "./contentWrapper";
|
|
@@ -10,6 +9,7 @@ export * from "./divider";
|
|
|
10
9
|
export * from "./icons";
|
|
11
10
|
export * from "./listitems";
|
|
12
11
|
export * from "./logos";
|
|
12
|
+
export * from "./banner";
|
|
13
13
|
export * from "./pictograms";
|
|
14
14
|
export * from "./radio";
|
|
15
15
|
export * from "./spacer";
|
|
@@ -73,7 +73,7 @@ to avoid little space from iPhone bottom handle */
|
|
|
73
73
|
const actionsArea: number = useMemo(
|
|
74
74
|
() =>
|
|
75
75
|
primaryAction && secondaryAction
|
|
76
|
-
? buttonSolidHeight +
|
|
76
|
+
? (buttonSolidHeight as number) +
|
|
77
77
|
spaceBetweenActions +
|
|
78
78
|
secondaryActionEstHeight +
|
|
79
79
|
extraBottomMargin
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { View, StyleSheet, Platform } from "react-native";
|
|
3
|
+
import { useSafeAreaInsets } from "react-native-safe-area-context";
|
|
4
|
+
import Animated, {
|
|
5
|
+
interpolate,
|
|
6
|
+
interpolateColor,
|
|
7
|
+
useAnimatedStyle
|
|
8
|
+
} from "react-native-reanimated";
|
|
9
|
+
import { IOColors, hexToRgba } from "../../core/IOColors";
|
|
10
|
+
|
|
11
|
+
import {
|
|
12
|
+
IOStyles,
|
|
13
|
+
IOVisualCostants,
|
|
14
|
+
iconBtnSizeSmall
|
|
15
|
+
} from "../../core/IOStyles";
|
|
16
|
+
import { HSpacer } from "../spacer";
|
|
17
|
+
import type { IOSpacer } from "../../core/IOSpacing";
|
|
18
|
+
import { WithTestID } from "../../utils/types";
|
|
19
|
+
import IconButton from "../buttons/IconButton";
|
|
20
|
+
import { makeFontStyleObject } from "../../utils/fonts";
|
|
21
|
+
|
|
22
|
+
export type HeaderSecondLevel = WithTestID<{
|
|
23
|
+
scrollValues: ScrollValues;
|
|
24
|
+
title: string;
|
|
25
|
+
goBack: () => void;
|
|
26
|
+
backAccessibilityLabel: string;
|
|
27
|
+
// Accepted components: IconButton
|
|
28
|
+
// Don't use any components other than this, please.
|
|
29
|
+
firstAction?: React.ReactNode;
|
|
30
|
+
secondAction?: React.ReactNode;
|
|
31
|
+
thirdAction?: React.ReactNode;
|
|
32
|
+
// Visual attributes
|
|
33
|
+
transparent?: boolean;
|
|
34
|
+
}>;
|
|
35
|
+
|
|
36
|
+
type ScrollValues = {
|
|
37
|
+
contentOffsetY: Animated.SharedValue<number>;
|
|
38
|
+
triggerOffset: number;
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
const HEADER_BG_COLOR: IOColors = "white";
|
|
42
|
+
const borderColorDisabled = hexToRgba(IOColors["grey-100"], 0);
|
|
43
|
+
const headerTransparent = hexToRgba(IOColors[HEADER_BG_COLOR], 0);
|
|
44
|
+
const titleHorizontalMargin: IOSpacer = 16;
|
|
45
|
+
|
|
46
|
+
const styles = StyleSheet.create({
|
|
47
|
+
headerInner: {
|
|
48
|
+
paddingHorizontal: IOVisualCostants.appMarginDefault,
|
|
49
|
+
height: IOVisualCostants.headerHeight,
|
|
50
|
+
borderBottomWidth: 1,
|
|
51
|
+
flexGrow: 1,
|
|
52
|
+
flexDirection: "row",
|
|
53
|
+
alignItems: "center",
|
|
54
|
+
justifyContent: "space-between"
|
|
55
|
+
},
|
|
56
|
+
headerTitle: {
|
|
57
|
+
...makeFontStyleObject("Regular", false, "ReadexPro"),
|
|
58
|
+
fontSize: 14,
|
|
59
|
+
textAlign: "center",
|
|
60
|
+
flexGrow: 1,
|
|
61
|
+
flexShrink: 1,
|
|
62
|
+
marginHorizontal: titleHorizontalMargin
|
|
63
|
+
}
|
|
64
|
+
});
|
|
65
|
+
|
|
66
|
+
export const HeaderSecondLevel = ({
|
|
67
|
+
scrollValues,
|
|
68
|
+
goBack,
|
|
69
|
+
backAccessibilityLabel,
|
|
70
|
+
title,
|
|
71
|
+
firstAction,
|
|
72
|
+
secondAction,
|
|
73
|
+
thirdAction,
|
|
74
|
+
transparent = false,
|
|
75
|
+
testID
|
|
76
|
+
}: HeaderSecondLevel) => {
|
|
77
|
+
const insets = useSafeAreaInsets();
|
|
78
|
+
|
|
79
|
+
const headerWrapperAnimatedStyle = useAnimatedStyle(() => ({
|
|
80
|
+
backgroundColor: transparent
|
|
81
|
+
? interpolateColor(
|
|
82
|
+
scrollValues.contentOffsetY.value,
|
|
83
|
+
[0, scrollValues.triggerOffset],
|
|
84
|
+
[headerTransparent, IOColors[HEADER_BG_COLOR]]
|
|
85
|
+
)
|
|
86
|
+
: undefined,
|
|
87
|
+
borderColor: interpolateColor(
|
|
88
|
+
scrollValues.contentOffsetY.value,
|
|
89
|
+
[0, scrollValues.triggerOffset],
|
|
90
|
+
[borderColorDisabled, IOColors["grey-100"]]
|
|
91
|
+
)
|
|
92
|
+
}));
|
|
93
|
+
|
|
94
|
+
const titleAnimatedStyle = useAnimatedStyle(() => ({
|
|
95
|
+
opacity: interpolate(
|
|
96
|
+
scrollValues.contentOffsetY.value,
|
|
97
|
+
[0, scrollValues.triggerOffset],
|
|
98
|
+
[0, 1]
|
|
99
|
+
)
|
|
100
|
+
}));
|
|
101
|
+
|
|
102
|
+
return (
|
|
103
|
+
<Animated.View
|
|
104
|
+
accessibilityRole="header"
|
|
105
|
+
testID={testID}
|
|
106
|
+
style={[
|
|
107
|
+
{ marginTop: insets.top },
|
|
108
|
+
styles.headerInner,
|
|
109
|
+
transparent
|
|
110
|
+
? { borderBottomWidth: 0 }
|
|
111
|
+
: { backgroundColor: IOColors[HEADER_BG_COLOR] },
|
|
112
|
+
headerWrapperAnimatedStyle
|
|
113
|
+
]}
|
|
114
|
+
>
|
|
115
|
+
<IconButton
|
|
116
|
+
icon={Platform.OS === "ios" ? "backiOS" : "backAndroid"}
|
|
117
|
+
color="neutral"
|
|
118
|
+
onPress={goBack}
|
|
119
|
+
accessibilityLabel={backAccessibilityLabel}
|
|
120
|
+
/>
|
|
121
|
+
<Animated.Text
|
|
122
|
+
numberOfLines={1}
|
|
123
|
+
style={[styles.headerTitle, titleAnimatedStyle]}
|
|
124
|
+
>
|
|
125
|
+
{title}
|
|
126
|
+
</Animated.Text>
|
|
127
|
+
<View style={[IOStyles.row, { flexShrink: 0 }]}>
|
|
128
|
+
{firstAction ? (
|
|
129
|
+
firstAction
|
|
130
|
+
) : (
|
|
131
|
+
<HSpacer size={iconBtnSizeSmall as IOSpacer} />
|
|
132
|
+
)}
|
|
133
|
+
{secondAction && (
|
|
134
|
+
<>
|
|
135
|
+
{/* Ideally, with the "gap" flex property,
|
|
136
|
+
we can get rid of these ugly constructs */}
|
|
137
|
+
<HSpacer size={16} />
|
|
138
|
+
{secondAction}
|
|
139
|
+
</>
|
|
140
|
+
)}
|
|
141
|
+
{thirdAction && (
|
|
142
|
+
<>
|
|
143
|
+
{/* Same as above */}
|
|
144
|
+
<HSpacer size={16} />
|
|
145
|
+
{thirdAction}
|
|
146
|
+
</>
|
|
147
|
+
)}
|
|
148
|
+
</View>
|
|
149
|
+
</Animated.View>
|
|
150
|
+
);
|
|
151
|
+
};
|
|
152
|
+
|
|
153
|
+
export default HeaderSecondLevel;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as O from "fp-ts/lib/Option";
|
|
2
2
|
import { pipe } from "fp-ts/lib/function";
|
|
3
|
-
import I18n from "i18n-js";
|
|
4
3
|
import React from "react";
|
|
5
4
|
import { ImageURISource, StyleSheet, View } from "react-native";
|
|
6
5
|
import Placeholder from "rn-placeholder";
|
|
@@ -103,11 +102,11 @@ export const ListItemTransaction = ({
|
|
|
103
102
|
|
|
104
103
|
case "failure":
|
|
105
104
|
return (
|
|
106
|
-
<Badge variant="error" text={
|
|
105
|
+
<Badge variant="error" text={"Failed"} />
|
|
107
106
|
);
|
|
108
107
|
case "pending":
|
|
109
108
|
return (
|
|
110
|
-
<Badge variant="info" text={
|
|
109
|
+
<Badge variant="info" text={"Cancelled"} />
|
|
111
110
|
);
|
|
112
111
|
}
|
|
113
112
|
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { IOTheme, IOThemeLight } from "../../core/IOColors";
|
|
3
|
+
import { IOFontFamily, IOFontWeight } from "../../utils/fonts";
|
|
4
|
+
import { useTypographyFactory } from "./Factory";
|
|
5
|
+
import { ExternalTypographyProps, TypographyProps } from "./common";
|
|
6
|
+
|
|
7
|
+
type AllowedColors = IOTheme["textBody-default"] | "blueIO-850";
|
|
8
|
+
type AllowedWeight = Extract<IOFontWeight, "SemiBold" | "Regular">;
|
|
9
|
+
|
|
10
|
+
type OwnProps = ExternalTypographyProps<
|
|
11
|
+
TypographyProps<AllowedWeight, AllowedColors>
|
|
12
|
+
>;
|
|
13
|
+
|
|
14
|
+
/* Common typographic styles */
|
|
15
|
+
const ctaFontSize = 16;
|
|
16
|
+
const ctaLineHeight = 20;
|
|
17
|
+
const ctaDefaultColor: AllowedColors = IOThemeLight["textBody-default"];
|
|
18
|
+
/* New typographic styles */
|
|
19
|
+
const ctaFontName: IOFontFamily = "ReadexPro";
|
|
20
|
+
const ctaDefaultWeight: AllowedWeight = "Regular";
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* Typography component to render `CTA` text with font size {@link ctaFontSize} and fontFamily {@link ctaFontName}.
|
|
24
|
+
* default values(if not defined) are weight: {@link ctaDefaultWeight}, color: {@link ctaDefaultColor}
|
|
25
|
+
* @param props
|
|
26
|
+
* @constructor
|
|
27
|
+
*/
|
|
28
|
+
export const CTA: React.FunctionComponent<OwnProps> = props =>
|
|
29
|
+
useTypographyFactory<AllowedWeight, AllowedColors>({
|
|
30
|
+
...props,
|
|
31
|
+
defaultWeight: ctaDefaultWeight,
|
|
32
|
+
defaultColor: ctaDefaultColor,
|
|
33
|
+
font: ctaFontName,
|
|
34
|
+
fontStyle: { fontSize: ctaFontSize, lineHeight: ctaLineHeight }
|
|
35
|
+
});
|
|
@@ -32,6 +32,38 @@ exports[`Test Typography Components Body Snapshot 1`] = `
|
|
|
32
32
|
</Text>
|
|
33
33
|
`;
|
|
34
34
|
|
|
35
|
+
exports[`Test Typography Components CTA Snapshot 1`] = `
|
|
36
|
+
<Text
|
|
37
|
+
color="black"
|
|
38
|
+
defaultColor="black"
|
|
39
|
+
defaultWeight="Regular"
|
|
40
|
+
font="ReadexPro"
|
|
41
|
+
fontStyle={
|
|
42
|
+
{
|
|
43
|
+
"fontSize": 16,
|
|
44
|
+
"lineHeight": 20,
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
style={
|
|
48
|
+
[
|
|
49
|
+
{
|
|
50
|
+
"fontSize": 16,
|
|
51
|
+
"lineHeight": 20,
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"color": "#0E0F13",
|
|
55
|
+
"fontFamily": "Readex Pro",
|
|
56
|
+
"fontStyle": "normal",
|
|
57
|
+
"fontWeight": "400",
|
|
58
|
+
},
|
|
59
|
+
]
|
|
60
|
+
}
|
|
61
|
+
weight="Regular"
|
|
62
|
+
>
|
|
63
|
+
Text
|
|
64
|
+
</Text>
|
|
65
|
+
`;
|
|
66
|
+
|
|
35
67
|
exports[`Test Typography Components H1 Snapshot 1`] = `
|
|
36
68
|
<Text
|
|
37
69
|
color="bluegreyDark"
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import * as TestRenderer from "react-test-renderer";
|
|
3
|
-
import { IOFontWeight } from "../../../utils/fonts";
|
|
4
3
|
import type { IOColors } from "../../../core/IOColors";
|
|
4
|
+
import { IOFontWeight } from "../../../utils/fonts";
|
|
5
5
|
import { Body } from "../Body";
|
|
6
|
-
import {
|
|
6
|
+
import { CTA } from "../CTA";
|
|
7
7
|
import { H1 } from "../H1";
|
|
8
8
|
import { H2 } from "../H2";
|
|
9
9
|
import { H3 } from "../H3";
|
|
@@ -14,6 +14,7 @@ import { Label } from "../Label";
|
|
|
14
14
|
import { LabelSmall } from "../LabelSmall";
|
|
15
15
|
import { Link } from "../Link";
|
|
16
16
|
import { Monospace } from "../Monospace";
|
|
17
|
+
import { calculateWeightColor } from "../common";
|
|
17
18
|
|
|
18
19
|
describe("Test Typography Components", () => {
|
|
19
20
|
it("H1 Snapshot", () => {
|
|
@@ -144,6 +145,10 @@ describe("Test Typography Components", () => {
|
|
|
144
145
|
const bodyDefault = TestRenderer.create(<Body>Text</Body>).toJSON();
|
|
145
146
|
expect(bodyDefault).toMatchSnapshot();
|
|
146
147
|
});
|
|
148
|
+
it("CTA Snapshot", () => {
|
|
149
|
+
const cta = TestRenderer.create(<CTA>Text</CTA>).toJSON();
|
|
150
|
+
expect(cta).toMatchSnapshot();
|
|
151
|
+
});
|
|
147
152
|
it("LabelSmall Snapshot", () => {
|
|
148
153
|
const labelSmallDefault = TestRenderer.create(
|
|
149
154
|
<LabelSmall>Text</LabelSmall>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export * from "./BaseTypography";
|
|
2
2
|
export * from "./Body";
|
|
3
|
-
export * from "./
|
|
3
|
+
export * from "./CTA";
|
|
4
4
|
export * from "./Factory";
|
|
5
5
|
export * from "./H1";
|
|
6
6
|
export * from "./H2";
|
|
@@ -12,5 +12,5 @@ export * from "./Label";
|
|
|
12
12
|
export * from "./LabelSmall";
|
|
13
13
|
export * from "./Link";
|
|
14
14
|
export * from "./Monospace";
|
|
15
|
-
|
|
15
|
+
export * from "./common";
|
|
16
16
|
|
package/src/core/IOStyles.ts
CHANGED
|
@@ -94,7 +94,7 @@ const btnSizeDefault = 48;
|
|
|
94
94
|
export const buttonSolidHeight: number = btnSizeDefault;
|
|
95
95
|
|
|
96
96
|
// TODO: Replace the number type with the new IOIconSizeScale
|
|
97
|
-
const iconBtnSizeSmall: number = 24;
|
|
97
|
+
export const iconBtnSizeSmall: number = 24;
|
|
98
98
|
|
|
99
99
|
export const IOButtonLegacyStyles = StyleSheet.create({
|
|
100
100
|
/* BaseButton, used in the:
|
package/src/index.tsx
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","obj","__esModule","default","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","LegIconChevronLeft","_ref","size","style","props","createElement","Svg","width","height","viewBox","Path","d","fill","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/icons/svg/LegIconChevronLeft.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,SAAAD,uBAAAG,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAAA,SAAAG,SAAA,IAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAC,CAAA,MAAAA,CAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAF,CAAA,UAAAG,MAAA,GAAAF,SAAA,CAAAD,CAAA,YAAAI,GAAA,IAAAD,MAAA,QAAAP,MAAA,CAAAS,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAJ,MAAA,EAAAC,GAAA,KAAAL,MAAA,CAAAK,GAAA,IAAAD,MAAA,CAAAC,GAAA,gBAAAL,MAAA,YAAAJ,QAAA,CAAAa,KAAA,OAAAP,SAAA;AAG7C,MAAMQ,kBAAkB,GAAGC,IAAA;EAAA,IAAC;IAAEC,IAAI;IAAEC,KAAK;IAAE,GAAGC;EAAoB,CAAC,GAAAH,IAAA;EAAA,oBACjEtB,MAAA,CAAAM,OAAA,CAAAoB,aAAA,CAACvB,eAAA,CAAAwB,GAAG,EAAApB,QAAA;IAACqB,KAAK,EAAEL,IAAK;IAACM,MAAM,EAAEN,IAAK;IAACO,OAAO,EAAC,WAAW;IAACN,KAAK,EAAEA;EAAM,GAAKC,KAAK,gBACzEzB,MAAA,CAAAM,OAAA,CAAAoB,aAAA,CAACvB,eAAA,CAAA4B,IAAI;IACHC,CAAC,EAAC,4NAA4N;IAC9NC,IAAI,EAAC;EAAc,CACpB,CACE,CAAC;AAAA,CACP;AAAC,IAAAC,QAAA,GAEab,kBAAkB;AAAAc,OAAA,CAAA7B,OAAA,GAAA4B,QAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","obj","__esModule","default","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","LegIconSearch","_ref","size","style","props","createElement","Svg","width","height","viewBox","Path","fillRule","clipRule","d","fill","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/icons/svg/LegIconSearch.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,SAAAD,uBAAAG,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAAA,SAAAG,SAAA,IAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAC,CAAA,MAAAA,CAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAF,CAAA,UAAAG,MAAA,GAAAF,SAAA,CAAAD,CAAA,YAAAI,GAAA,IAAAD,MAAA,QAAAP,MAAA,CAAAS,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAJ,MAAA,EAAAC,GAAA,KAAAL,MAAA,CAAAK,GAAA,IAAAD,MAAA,CAAAC,GAAA,gBAAAL,MAAA,YAAAJ,QAAA,CAAAa,KAAA,OAAAP,SAAA;AAG7C,MAAMQ,aAAa,GAAGC,IAAA;EAAA,IAAC;IAAEC,IAAI;IAAEC,KAAK;IAAE,GAAGC;EAAoB,CAAC,GAAAH,IAAA;EAAA,oBAC5DtB,MAAA,CAAAM,OAAA,CAAAoB,aAAA,CAACvB,eAAA,CAAAwB,GAAG,EAAApB,QAAA;IAACqB,KAAK,EAAEL,IAAK;IAACM,MAAM,EAAEN,IAAK;IAACO,OAAO,EAAC,WAAW;IAACN,KAAK,EAAEA;EAAM,GAAKC,KAAK,gBACzEzB,MAAA,CAAAM,OAAA,CAAAoB,aAAA,CAACvB,eAAA,CAAA4B,IAAI;IACHC,QAAQ,EAAC,SAAS;IAClBC,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC,iLAAiL;IACnLC,IAAI,EAAC;EAAc,CACpB,CAAC,eACFnC,MAAA,CAAAM,OAAA,CAAAoB,aAAA,CAACvB,eAAA,CAAA4B,IAAI;IACHC,QAAQ,EAAC,SAAS;IAClBC,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC,iLAAiL;IACnLC,IAAI,EAAC;EAAc,CACpB,CACE,CAAC;AAAA,CACP;AAAC,IAAAC,QAAA,GAEaf,aAAa;AAAAgB,OAAA,CAAA/B,OAAA,GAAA8B,QAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","Svg","Path","LegIconChevronLeft","_ref","size","style","props","createElement","_extends","width","height","viewBox","d","fill"],"sourceRoot":"../../../../../src","sources":["components/icons/svg/LegIconChevronLeft.tsx"],"mappings":";AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAG5C,MAAMC,kBAAkB,GAAGC,IAAA;EAAA,IAAC;IAAEC,IAAI;IAAEC,KAAK;IAAE,GAAGC;EAAoB,CAAC,GAAAH,IAAA;EAAA,oBACjEJ,KAAA,CAAAQ,aAAA,CAACP,GAAG,EAAAQ,QAAA;IAACC,KAAK,EAAEL,IAAK;IAACM,MAAM,EAAEN,IAAK;IAACO,OAAO,EAAC,WAAW;IAACN,KAAK,EAAEA;EAAM,GAAKC,KAAK,gBACzEP,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,CAAC,EAAC,4NAA4N;IAC9NC,IAAI,EAAC;EAAc,CACpB,CACE,CAAC;AAAA,CACP;AAED,eAAeX,kBAAkB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","Svg","Path","LegIconSearch","_ref","size","style","props","createElement","_extends","width","height","viewBox","fillRule","clipRule","d","fill"],"sourceRoot":"../../../../../src","sources":["components/icons/svg/LegIconSearch.tsx"],"mappings":";AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAG5C,MAAMC,aAAa,GAAGC,IAAA;EAAA,IAAC;IAAEC,IAAI;IAAEC,KAAK;IAAE,GAAGC;EAAoB,CAAC,GAAAH,IAAA;EAAA,oBAC5DJ,KAAA,CAAAQ,aAAA,CAACP,GAAG,EAAAQ,QAAA;IAACC,KAAK,EAAEL,IAAK;IAACM,MAAM,EAAEN,IAAK;IAACO,OAAO,EAAC,WAAW;IAACN,KAAK,EAAEA;EAAM,GAAKC,KAAK,gBACzEP,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,QAAQ,EAAC,SAAS;IAClBC,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC,iLAAiL;IACnLC,IAAI,EAAC;EAAc,CACpB,CAAC,eACFhB,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHW,QAAQ,EAAC,SAAS;IAClBC,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC,iLAAiL;IACnLC,IAAI,EAAC;EAAc,CACpB,CACE,CAAC;AAAA,CACP;AAED,eAAeb,aAAa"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IconCompleted.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCompleted.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAEvC,QAAA,MAAM,aAAa,8BAA+B,YAAY,sBAS7D,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LegIconChevronLeft.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/LegIconChevronLeft.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAEvC,QAAA,MAAM,kBAAkB,8BAA+B,YAAY,sBAOlE,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LegIconSearch.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/LegIconSearch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAEvC,QAAA,MAAM,aAAa,8BAA+B,YAAY,sBAe7D,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { Svg, Path } from "react-native-svg";
|
|
3
|
-
import { SVGIconProps } from "../Icon";
|
|
4
|
-
|
|
5
|
-
const LegIconChevronLeft = ({ size, style, ...props }: SVGIconProps) => (
|
|
6
|
-
<Svg width={size} height={size} viewBox="0 0 24 24" style={style} {...props}>
|
|
7
|
-
<Path
|
|
8
|
-
d="M9.675 4.293c-.401-.36-1.031-.388-1.467-.083l-.105.083-7.778 7a.928.928 0 0 0-.092 1.32l.092.094 7.778 7a1.2 1.2 0 0 0 1.572 0c.4-.36.43-.928.092-1.32l-.092-.094L2.683 12l6.992-6.293c.4-.36.43-.928.092-1.32l-.092-.094Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</Svg>
|
|
12
|
-
);
|
|
13
|
-
|
|
14
|
-
export default LegIconChevronLeft;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { Svg, Path } from "react-native-svg";
|
|
3
|
-
import { SVGIconProps } from "../Icon";
|
|
4
|
-
|
|
5
|
-
const LegIconSearch = ({ size, style, ...props }: SVGIconProps) => (
|
|
6
|
-
<Svg width={size} height={size} viewBox="0 0 24 24" style={style} {...props}>
|
|
7
|
-
<Path
|
|
8
|
-
fillRule="evenodd"
|
|
9
|
-
clipRule="evenodd"
|
|
10
|
-
d="M9.766 3.45a6.75 6.75 0 1 0 4.094 12.117l4.349 4.348.085.075a.9.9 0 0 0 1.188-1.347l-4.349-4.349A6.75 6.75 0 0 0 9.766 3.45Zm0 1.8a4.95 4.95 0 1 1 0 9.9 4.95 4.95 0 0 1 0-9.9Z"
|
|
11
|
-
fill="currentColor"
|
|
12
|
-
/>
|
|
13
|
-
<Path
|
|
14
|
-
fillRule="evenodd"
|
|
15
|
-
clipRule="evenodd"
|
|
16
|
-
d="M9.766 3.45a6.75 6.75 0 1 0 4.094 12.117l4.349 4.348.085.075a.9.9 0 0 0 1.188-1.347l-4.349-4.349A6.75 6.75 0 0 0 9.766 3.45Zm0 1.8a4.95 4.95 0 1 1 0 9.9 4.95 4.95 0 0 1 0-9.9Z"
|
|
17
|
-
fill="currentColor"
|
|
18
|
-
/>
|
|
19
|
-
</Svg>
|
|
20
|
-
);
|
|
21
|
-
|
|
22
|
-
export default LegIconSearch;
|