@central-icons-react-native/round-outlined-radius-3-stroke-1 1.1.29 → 1.1.30

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.
Files changed (61) hide show
  1. package/IconBank/index.js +1 -1
  2. package/IconBank/index.js.map +1 -1
  3. package/IconBank/index.mjs +1 -1
  4. package/IconBank/index.mjs.map +1 -1
  5. package/IconBlock/index.js +1 -1
  6. package/IconBlock/index.js.map +1 -1
  7. package/IconBlock/index.mjs +1 -1
  8. package/IconBlock/index.mjs.map +1 -1
  9. package/IconBuildings/index.js +1 -1
  10. package/IconBuildings/index.js.map +1 -1
  11. package/IconBuildings/index.mjs +1 -1
  12. package/IconBuildings/index.mjs.map +1 -1
  13. package/IconCoinRupees/index.js +1 -1
  14. package/IconCoinRupees/index.js.map +1 -1
  15. package/IconCoinRupees/index.mjs +1 -1
  16. package/IconCoinRupees/index.mjs.map +1 -1
  17. package/IconCookies/index.js +1 -1
  18. package/IconCookies/index.js.map +1 -1
  19. package/IconCookies/index.mjs +1 -1
  20. package/IconCookies/index.mjs.map +1 -1
  21. package/IconDia/index.js +1 -1
  22. package/IconDia/index.js.map +1 -1
  23. package/IconDia/index.mjs +1 -1
  24. package/IconDia/index.mjs.map +1 -1
  25. package/IconGarage/index.js +1 -1
  26. package/IconGarage/index.js.map +1 -1
  27. package/IconGarage/index.mjs +1 -1
  28. package/IconGarage/index.mjs.map +1 -1
  29. package/IconHomeRoof/index.js +1 -1
  30. package/IconHomeRoof/index.js.map +1 -1
  31. package/IconHomeRoof/index.mjs +1 -1
  32. package/IconHomeRoof/index.mjs.map +1 -1
  33. package/IconMall/index.js +1 -1
  34. package/IconMall/index.js.map +1 -1
  35. package/IconMall/index.mjs +1 -1
  36. package/IconMall/index.mjs.map +1 -1
  37. package/IconSchool/index.js +1 -1
  38. package/IconSchool/index.js.map +1 -1
  39. package/IconSchool/index.mjs +1 -1
  40. package/IconSchool/index.mjs.map +1 -1
  41. package/IconTruck/index.js +1 -1
  42. package/IconTruck/index.js.map +1 -1
  43. package/IconTruck/index.mjs +1 -1
  44. package/IconTruck/index.mjs.map +1 -1
  45. package/README.md +0 -1
  46. package/filtered-icons.json +11 -25
  47. package/icons/index.d.ts +0 -1
  48. package/icons-index.json +3 -5
  49. package/index.d.ts +0 -1
  50. package/index.js +1 -1
  51. package/index.js.map +1 -1
  52. package/index.mjs +1 -1
  53. package/index.mjs.map +1 -1
  54. package/license-check.js +1 -1
  55. package/package.json +1 -1
  56. package/tsx-icons.json +12 -19
  57. package/IconReceiptCheck2/index.d.ts +0 -4
  58. package/IconReceiptCheck2/index.js +0 -2
  59. package/IconReceiptCheck2/index.js.map +0 -1
  60. package/IconReceiptCheck2/index.mjs +0 -2
  61. package/IconReceiptCheck2/index.mjs.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconHomeRoof/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconHomeRoof: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4.50001 7.42468L11.0565 2.63763C11.3955 2.39014 11.565 2.26639 11.7504 2.2186C11.9141 2.1764 12.0859 2.1764 12.2496 2.2186C12.435 2.2664 12.6045 2.39014 12.9435 2.63763L19.5 7.42468M4.50001 7.42468L2 9.24999M4.50001 7.42468V15.7C4.50001 17.3801 4.50001 18.2202 4.82699 18.862C5.11461 19.4265 5.57356 19.8854 6.13804 20.173C6.77978 20.5 7.61986 20.5 9.30001 20.5H14.7C16.3801 20.5 17.2202 20.5 17.862 20.173C18.4264 19.8854 18.8854 19.4265 19.173 18.862C19.5 18.2202 19.5 17.3802 19.5 15.7L19.5 7.42468M19.5 7.42468L22 9.24999\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHomeRoof;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,ihBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconHomeRoof","props","React","CentralIconBase","IconHomeRoof_default"]}
1
+ {"version":3,"sources":["../src/IconHomeRoof/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconHomeRoof: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2 9.5L12 2.19879L22 9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 7.67468V15.7C4.5 17.3802 4.5 18.2202 4.82698 18.862C5.1146 19.4265 5.57354 19.8854 6.13803 20.173C6.77976 20.5 7.61984 20.5 9.3 20.5H14.7C16.3801 20.5 17.2202 20.5 17.8619 20.173C18.4264 19.8854 18.8854 19.4265 19.173 18.862C19.5 18.2202 19.5 17.3802 19.5 15.7L19.5 7.67468\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHomeRoof;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yRACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconHomeRoof","props","React","CentralIconBase","IconHomeRoof_default"]}
package/IconMall/index.js CHANGED
@@ -1,2 +1,2 @@
1
- "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,H=Object.prototype.hasOwnProperty;var M=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!H.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=B(o,e))||C.enumerable});return r};var s=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>a(n({},"__esModule",{value:!0}),r);var v={};M(v,{IconMall:()=>i,default:()=>g});module.exports=P(v);var p=s(require("react"));var l=s(require("react")),m=require("react-native-svg"),c=({children:r,size:o=24,...t})=>l.default.createElement(m.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M7.5 19.5H5.5C3.84315 19.5 2.5 18.1569 2.5 16.5V7.5C2.5 5.84315 3.84315 4.5 5.5 4.5H18.5C20.1569 4.5 21.5 5.84315 21.5 7.5V16.5C21.5 18.1569 20.1569 19.5 18.5 19.5H16.5M7.5 19.5V14.5C7.5 12.8431 8.84315 11.5 10.5 11.5H12M7.5 19.5H12M16.5 19.5V14.5C16.5 12.8431 15.1569 11.5 13.5 11.5H12M16.5 19.5H12M12 11.5V19.5",stroke:"currentColor",strokeLinejoin:"round"})),g=i;0&&(module.exports={IconMall});
1
+ "use strict";var d=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},a=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of k(o))!I.call(r,e)&&e!==n&&p(r,e,{get:()=>o[e],enumerable:!(C=f(o,e))||C.enumerable});return r};var i=(r,o,n)=>(n=r!=null?d(B(r)):{},a(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),P=r=>a(p({},"__esModule",{value:!0}),r);var L={};x(L,{IconMall:()=>m,default:()=>g});module.exports=P(L);var t=i(require("react"));var l=i(require("react")),u=require("react-native-svg"),c=({children:r,size:o=24,...n})=>l.default.createElement(u.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),m=r=>t.default.createElement(c,{...r},t.default.createElement(s.Path,{d:"M12 11.5V19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M18.5 4.5H5.5C3.84315 4.5 2.5 5.84315 2.5 7.5V16.5C2.5 18.1569 3.84315 19.5 5.5 19.5H18.5C20.1569 19.5 21.5 18.1569 21.5 16.5V7.5C21.5 5.84315 20.1569 4.5 18.5 4.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M7.5 19.5V14.5C7.5 12.8431 8.84315 11.5 10.5 11.5H13.5C15.1569 11.5 16.5 12.8431 16.5 14.5V19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),g=m;0&&(module.exports={IconMall});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconMall/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconMall: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.5 19.5H5.5C3.84315 19.5 2.5 18.1569 2.5 16.5V7.5C2.5 5.84315 3.84315 4.5 5.5 4.5H18.5C20.1569 4.5 21.5 5.84315 21.5 7.5V16.5C21.5 18.1569 20.1569 19.5 18.5 19.5H16.5M7.5 19.5V14.5C7.5 12.8431 8.84315 11.5 10.5 11.5H12M7.5 19.5H12M16.5 19.5V14.5C16.5 12.8431 15.1569 11.5 13.5 11.5H12M16.5 19.5H12M12 11.5V19.5\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMall;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,cAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2TACF,OAAO,eACP,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconMall_exports","__export","IconMall","IconMall_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMall","props","React","CentralIconBase","IconMall_default"]}
1
+ {"version":3,"sources":["../src/IconMall/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconMall: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 11.5V19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.5 4.5H5.5C3.84315 4.5 2.5 5.84315 2.5 7.5V16.5C2.5 18.1569 3.84315 19.5 5.5 19.5H18.5C20.1569 19.5 21.5 18.1569 21.5 16.5V7.5C21.5 5.84315 20.1569 4.5 18.5 4.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.5 19.5V14.5C7.5 12.8431 8.84315 11.5 10.5 11.5H13.5C15.1569 11.5 16.5 12.8431 16.5 14.5V19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMall;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,cAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kGACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconMall_exports","__export","IconMall","IconMall_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMall","props","React","CentralIconBase","IconMall_default"]}
@@ -1,2 +1,2 @@
1
- import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var s=o=>e.createElement(t,{...o},e.createElement(a,{d:"M7.5 19.5H5.5C3.84315 19.5 2.5 18.1569 2.5 16.5V7.5C2.5 5.84315 3.84315 4.5 5.5 4.5H18.5C20.1569 4.5 21.5 5.84315 21.5 7.5V16.5C21.5 18.1569 20.1569 19.5 18.5 19.5H16.5M7.5 19.5V14.5C7.5 12.8431 8.84315 11.5 10.5 11.5H12M7.5 19.5H12M16.5 19.5V14.5C16.5 12.8431 15.1569 11.5 13.5 11.5H12M16.5 19.5H12M12 11.5V19.5",stroke:"currentColor",strokeLinejoin:"round"})),H=s;export{s as IconMall,H as default};
1
+ import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:n,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var a=n=>o.createElement(t,{...n},o.createElement(e,{d:"M12 11.5V19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M18.5 4.5H5.5C3.84315 4.5 2.5 5.84315 2.5 7.5V16.5C2.5 18.1569 3.84315 19.5 5.5 19.5H18.5C20.1569 19.5 21.5 18.1569 21.5 16.5V7.5C21.5 5.84315 20.1569 4.5 18.5 4.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M7.5 19.5V14.5C7.5 12.8431 8.84315 11.5 10.5 11.5H13.5C15.1569 11.5 16.5 12.8431 16.5 14.5V19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconMall,I as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconMall/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconMall: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.5 19.5H5.5C3.84315 19.5 2.5 18.1569 2.5 16.5V7.5C2.5 5.84315 3.84315 4.5 5.5 4.5H18.5C20.1569 4.5 21.5 5.84315 21.5 7.5V16.5C21.5 18.1569 20.1569 19.5 18.5 19.5H16.5M7.5 19.5V14.5C7.5 12.8431 8.84315 11.5 10.5 11.5H12M7.5 19.5H12M16.5 19.5V14.5C16.5 12.8431 15.1569 11.5 13.5 11.5H12M16.5 19.5H12M12 11.5V19.5\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMall;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2TACF,OAAO,eACP,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMall","props","React","CentralIconBase","IconMall_default"]}
1
+ {"version":3,"sources":["../src/IconMall/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconMall: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 11.5V19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.5 4.5H5.5C3.84315 4.5 2.5 5.84315 2.5 7.5V16.5C2.5 18.1569 3.84315 19.5 5.5 19.5H18.5C20.1569 19.5 21.5 18.1569 21.5 16.5V7.5C21.5 5.84315 20.1569 4.5 18.5 4.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.5 19.5V14.5C7.5 12.8431 8.84315 11.5 10.5 11.5H13.5C15.1569 11.5 16.5 12.8431 16.5 14.5V19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMall;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kGACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMall","props","React","CentralIconBase","IconMall_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var f=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var V=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of u(r))!B.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(C=i(r,t))||C.enumerable});return o};var s=(o,r,e)=>(e=o!=null?f(V(o)):{},a(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>a(n({},"__esModule",{value:!0}),o);var g={};I(g,{IconSchool:()=>H,default:()=>P});module.exports=x(g);var p=s(require("react"));var m=s(require("react")),M=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(M.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var l=require("react-native-svg"),H=o=>p.default.createElement(c,{...o},p.default.createElement(l.Path,{d:"M1.5 19.5H2.5M22.5 19.5H21.5M21.5 19.5V11.5C21.5 9.84315 20.1569 8.5 18.5 8.5H17.5M21.5 19.5H17.5M17.5 8.5V19.5M17.5 8.5V7.5C17.5 5.84315 16.1569 4.5 14.5 4.5H9.5C7.84315 4.5 6.5 5.84315 6.5 7.5V8.5M17.5 19.5H14.5M6.5 19.5V8.5M6.5 19.5H2.5M6.5 19.5H9.5M6.5 8.5H5.5C3.84315 8.5 2.5 9.84315 2.5 11.5V19.5M9.5 19.5V17C9.5 15.6193 10.6193 14.5 12 14.5V14.5C13.3807 14.5 14.5 15.6193 14.5 17V19.5M9.5 19.5H14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=H;0&&(module.exports={IconSchool});
1
+ "use strict";var k=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var n in r)p(o,n,{get:r[n],enumerable:!0})},i=(o,r,n,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let s of L(r))!B.call(o,s)&&s!==n&&p(o,s,{get:()=>r[s],enumerable:!(C=m(r,s))||C.enumerable});return o};var u=(o,r,n)=>(n=o!=null?k(f(o)):{},i(r||!o||!o.__esModule?p(n,"default",{value:o,enumerable:!0}):n,o)),x=o=>i(p({},"__esModule",{value:!0}),o);var g={};I(g,{IconSchool:()=>l,default:()=>P});module.exports=x(g);var e=u(require("react"));var d=u(require("react")),a=require("react-native-svg"),c=({children:o,size:r=24,...n})=>d.default.createElement(a.Svg,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var t=require("react-native-svg"),l=o=>e.default.createElement(c,{...o},e.default.createElement(t.Path,{d:"M21.5 19.5V11.5C21.5 9.84315 20.1569 8.5 18.5 8.5H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M17.5 19.5V7.5C17.5 5.84315 16.1569 4.5 14.5 4.5H9.5C7.84315 4.5 6.5 5.84315 6.5 7.5V19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M6.5 8.5H5.5C3.84315 8.5 2.5 9.84315 2.5 11.5V19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M22.5 19.5H1.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M9.5 19.5V18C9.5 16.6193 10.6193 15.5 12 15.5C13.3807 15.5 14.5 16.6193 14.5 18V19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=l;0&&(module.exports={IconSchool});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconSchool/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconSchool: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M1.5 19.5H2.5M22.5 19.5H21.5M21.5 19.5V11.5C21.5 9.84315 20.1569 8.5 18.5 8.5H17.5M21.5 19.5H17.5M17.5 8.5V19.5M17.5 8.5V7.5C17.5 5.84315 16.1569 4.5 14.5 4.5H9.5C7.84315 4.5 6.5 5.84315 6.5 7.5V8.5M17.5 19.5H14.5M6.5 19.5V8.5M6.5 19.5H2.5M6.5 19.5H9.5M6.5 8.5H5.5C3.84315 8.5 2.5 9.84315 2.5 11.5V19.5M9.5 19.5V17C9.5 15.6193 10.6193 14.5 12 14.5V14.5C13.3807 14.5 14.5 15.6193 14.5 17V19.5M9.5 19.5H14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSchool;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,wZACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconSchool_exports","__export","IconSchool","IconSchool_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSchool","props","React","CentralIconBase","IconSchool_default"]}
1
+ {"version":3,"sources":["../src/IconSchool/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconSchool: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.5 19.5V11.5C21.5 9.84315 20.1569 8.5 18.5 8.5H17.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.5 19.5V7.5C17.5 5.84315 16.1569 4.5 14.5 4.5H9.5C7.84315 4.5 6.5 5.84315 6.5 7.5V19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M6.5 8.5H5.5C3.84315 8.5 2.5 9.84315 2.5 11.5V19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M22.5 19.5H1.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 19.5V18C9.5 16.6193 10.6193 15.5 12 15.5C13.3807 15.5 14.5 16.6193 14.5 18V19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSchool;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,yDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconSchool_exports","__export","IconSchool","IconSchool_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSchool","props","React","CentralIconBase","IconSchool_default"]}
@@ -1,2 +1,2 @@
1
- import t from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:r,size:o=24,...n})=>p.createElement(C,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as a}from"react-native-svg";var s=r=>t.createElement(e,{...r},t.createElement(a,{d:"M1.5 19.5H2.5M22.5 19.5H21.5M21.5 19.5V11.5C21.5 9.84315 20.1569 8.5 18.5 8.5H17.5M21.5 19.5H17.5M17.5 8.5V19.5M17.5 8.5V7.5C17.5 5.84315 16.1569 4.5 14.5 4.5H9.5C7.84315 4.5 6.5 5.84315 6.5 7.5V8.5M17.5 19.5H14.5M6.5 19.5V8.5M6.5 19.5H2.5M6.5 19.5H9.5M6.5 8.5H5.5C3.84315 8.5 2.5 9.84315 2.5 11.5V19.5M9.5 19.5V17C9.5 15.6193 10.6193 14.5 12 14.5V14.5C13.3807 14.5 14.5 15.6193 14.5 17V19.5M9.5 19.5H14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=s;export{s as IconSchool,B as default};
1
+ import r from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:o=24,...s})=>p.createElement(C,{...s,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var i=e=>r.createElement(t,{...e},r.createElement(n,{d:"M21.5 19.5V11.5C21.5 9.84315 20.1569 8.5 18.5 8.5H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M17.5 19.5V7.5C17.5 5.84315 16.1569 4.5 14.5 4.5H9.5C7.84315 4.5 6.5 5.84315 6.5 7.5V19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M6.5 8.5H5.5C3.84315 8.5 2.5 9.84315 2.5 11.5V19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M22.5 19.5H1.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M9.5 19.5V18C9.5 16.6193 10.6193 15.5 12 15.5C13.3807 15.5 14.5 16.6193 14.5 18V19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=i;export{i as IconSchool,B as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconSchool/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconSchool: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M1.5 19.5H2.5M22.5 19.5H21.5M21.5 19.5V11.5C21.5 9.84315 20.1569 8.5 18.5 8.5H17.5M21.5 19.5H17.5M17.5 8.5V19.5M17.5 8.5V7.5C17.5 5.84315 16.1569 4.5 14.5 4.5H9.5C7.84315 4.5 6.5 5.84315 6.5 7.5V8.5M17.5 19.5H14.5M6.5 19.5V8.5M6.5 19.5H2.5M6.5 19.5H9.5M6.5 8.5H5.5C3.84315 8.5 2.5 9.84315 2.5 11.5V19.5M9.5 19.5V17C9.5 15.6193 10.6193 14.5 12 14.5V14.5C13.3807 14.5 14.5 15.6193 14.5 17V19.5M9.5 19.5H14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSchool;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,wZACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSchool","props","React","CentralIconBase","IconSchool_default"]}
1
+ {"version":3,"sources":["../src/IconSchool/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconSchool: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.5 19.5V11.5C21.5 9.84315 20.1569 8.5 18.5 8.5H17.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.5 19.5V7.5C17.5 5.84315 16.1569 4.5 14.5 4.5H9.5C7.84315 4.5 6.5 5.84315 6.5 7.5V19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M6.5 8.5H5.5C3.84315 8.5 2.5 9.84315 2.5 11.5V19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M22.5 19.5H1.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 19.5V18C9.5 16.6193 10.6193 15.5 12 15.5C13.3807 15.5 14.5 16.6193 14.5 18V19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSchool;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,yDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSchool","props","React","CentralIconBase","IconSchool_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var i=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of x(o))!g.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(p=I(o,e))||p.enumerable});return r};var m=(r,o,t)=>(t=r!=null?B(P(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),M=r=>a(n({},"__esModule",{value:!0}),r);var h={};i(h,{IconTruck:()=>u,default:()=>v});module.exports=M(h);var C=m(require("react"));var s=m(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...t})=>s.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),u=r=>C.default.createElement(l,{...r},C.default.createElement(f.Path,{d:"M9.5 16.5H14.5M8.5 6.5V15M8.5 6.5H6.3541C5.21779 6.5 4.179 7.14201 3.67082 8.15836L2.81672 9.86656C2.60844 10.2831 2.5 10.7425 2.5 11.2082V14.5C2.5 15.6046 3.39543 16.5 4.5 16.5M8.5 6.5C8.5 5.39543 9.39543 4.5 10.5 4.5H18.5C20.1569 4.5 21.5 5.84315 21.5 7.5V14C21.5 15.3807 20.3807 16.5 19 16.5M9.3999 17C9.3999 18.3807 8.28061 19.5 6.8999 19.5C5.51919 19.5 4.3999 18.3807 4.3999 17C4.3999 15.6193 5.51919 14.5 6.8999 14.5C8.28061 14.5 9.3999 15.6193 9.3999 17ZM19.5 17C19.5 18.3807 18.3807 19.5 17 19.5C15.6193 19.5 14.5 18.3807 14.5 17C14.5 15.6193 15.6193 14.5 17 14.5C18.3807 14.5 19.5 15.6193 19.5 17Z",stroke:"currentColor"})),v=u;0&&(module.exports={IconTruck});
1
+ "use strict";var B=Object.create;var p=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of d(o))!P.call(r,C)&&C!==t&&p(r,C,{get:()=>o[C],enumerable:!(s=I(o,C))||s.enumerable});return r};var m=(r,o,t)=>(t=r!=null?B(x(r)):{},l(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),i=r=>l(p({},"__esModule",{value:!0}),r);var v={};g(v,{IconTruck:()=>f,default:()=>k});module.exports=i(v);var e=m(require("react"));var u=m(require("react")),a=require("react-native-svg"),c=({children:r,size:o=24,...t})=>u.default.createElement(a.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),f=r=>e.default.createElement(c,{...r},e.default.createElement(n.Path,{d:"M9.39844 17C9.39844 18.3807 8.27915 19.5 6.89844 19.5C5.51773 19.5 4.39844 18.3807 4.39844 17C4.39844 15.6193 5.51773 14.5 6.89844 14.5C8.27915 14.5 9.39844 15.6193 9.39844 17Z",stroke:"currentColor"}),e.default.createElement(n.Path,{d:"M19.5 17C19.5 18.3807 18.3807 19.5 17 19.5C15.6193 19.5 14.5 18.3807 14.5 17C14.5 15.6193 15.6193 14.5 17 14.5C18.3807 14.5 19.5 15.6193 19.5 17Z",stroke:"currentColor"}),e.default.createElement(n.Path,{d:"M9.5 16.5H14.5",stroke:"currentColor"}),e.default.createElement(n.Path,{d:"M8.5 15V6.5H6.3541C5.21779 6.5 4.179 7.14201 3.67082 8.15836L2.81672 9.86656C2.60844 10.2831 2.5 10.7425 2.5 11.2082V14.5C2.5 15.6046 3.39543 16.5 4.5 16.5",stroke:"currentColor"}),e.default.createElement(n.Path,{d:"M8.5 6.5C8.5 5.39543 9.39543 4.5 10.5 4.5H18.5C20.1569 4.5 21.5 5.84315 21.5 7.5V14C21.5 15.3807 20.3807 16.5 19 16.5",stroke:"currentColor"})),k=f;0&&(module.exports={IconTruck});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconTruck/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconTruck: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.5 16.5H14.5M8.5 6.5V15M8.5 6.5H6.3541C5.21779 6.5 4.179 7.14201 3.67082 8.15836L2.81672 9.86656C2.60844 10.2831 2.5 10.7425 2.5 11.2082V14.5C2.5 15.6046 3.39543 16.5 4.5 16.5M8.5 6.5C8.5 5.39543 9.39543 4.5 10.5 4.5H18.5C20.1569 4.5 21.5 5.84315 21.5 7.5V14C21.5 15.3807 20.3807 16.5 19 16.5M9.3999 17C9.3999 18.3807 8.28061 19.5 6.8999 19.5C5.51919 19.5 4.3999 18.3807 4.3999 17C4.3999 15.6193 5.51919 14.5 6.8999 14.5C8.28061 14.5 9.3999 15.6193 9.3999 17ZM19.5 17C19.5 18.3807 18.3807 19.5 17 19.5C15.6193 19.5 14.5 18.3807 14.5 17C14.5 15.6193 15.6193 14.5 17 14.5C18.3807 14.5 19.5 15.6193 19.5 17Z\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTruck;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,eAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,imBACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["IconTruck_exports","__export","IconTruck","IconTruck_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTruck","props","React","CentralIconBase","IconTruck_default"]}
1
+ {"version":3,"sources":["../src/IconTruck/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconTruck: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.39844 17C9.39844 18.3807 8.27915 19.5 6.89844 19.5C5.51773 19.5 4.39844 18.3807 4.39844 17C4.39844 15.6193 5.51773 14.5 6.89844 14.5C8.27915 14.5 9.39844 15.6193 9.39844 17Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M19.5 17C19.5 18.3807 18.3807 19.5 17 19.5C15.6193 19.5 14.5 18.3807 14.5 17C14.5 15.6193 15.6193 14.5 17 14.5C18.3807 14.5 19.5 15.6193 19.5 17Z\"\n stroke=\"currentColor\"\n />\n <Path d=\"M9.5 16.5H14.5\" stroke=\"currentColor\" />\n <Path\n d=\"M8.5 15V6.5H6.3541C5.21779 6.5 4.179 7.14201 3.67082 8.15836L2.81672 9.86656C2.60844 10.2831 2.5 10.7425 2.5 11.2082V14.5C2.5 15.6046 3.39543 16.5 4.5 16.5\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M8.5 6.5C8.5 5.39543 9.39543 4.5 10.5 4.5H18.5C20.1569 4.5 21.5 5.84315 21.5 7.5V14C21.5 15.3807 20.3807 16.5 19 16.5\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTruck;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,eAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mLACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oJACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,EAC/C,EAAAA,QAAA,cAAC,QACC,EAAE,8JACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wHACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["IconTruck_exports","__export","IconTruck","IconTruck_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTruck","props","React","CentralIconBase","IconTruck_default"]}
@@ -1,2 +1,2 @@
1
- import e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...n})=>C.createElement(p,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var m=o=>e.createElement(t,{...o},e.createElement(a,{d:"M9.5 16.5H14.5M8.5 6.5V15M8.5 6.5H6.3541C5.21779 6.5 4.179 7.14201 3.67082 8.15836L2.81672 9.86656C2.60844 10.2831 2.5 10.7425 2.5 11.2082V14.5C2.5 15.6046 3.39543 16.5 4.5 16.5M8.5 6.5C8.5 5.39543 9.39543 4.5 10.5 4.5H18.5C20.1569 4.5 21.5 5.84315 21.5 7.5V14C21.5 15.3807 20.3807 16.5 19 16.5M9.3999 17C9.3999 18.3807 8.28061 19.5 6.8999 19.5C5.51919 19.5 4.3999 18.3807 4.3999 17C4.3999 15.6193 5.51919 14.5 6.8999 14.5C8.28061 14.5 9.3999 15.6193 9.3999 17ZM19.5 17C19.5 18.3807 18.3807 19.5 17 19.5C15.6193 19.5 14.5 18.3807 14.5 17C14.5 15.6193 15.6193 14.5 17 14.5C18.3807 14.5 19.5 15.6193 19.5 17Z",stroke:"currentColor"})),g=m;export{m as IconTruck,g as default};
1
+ import o from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var l=e=>o.createElement(n,{...e},o.createElement(t,{d:"M9.39844 17C9.39844 18.3807 8.27915 19.5 6.89844 19.5C5.51773 19.5 4.39844 18.3807 4.39844 17C4.39844 15.6193 5.51773 14.5 6.89844 14.5C8.27915 14.5 9.39844 15.6193 9.39844 17Z",stroke:"currentColor"}),o.createElement(t,{d:"M19.5 17C19.5 18.3807 18.3807 19.5 17 19.5C15.6193 19.5 14.5 18.3807 14.5 17C14.5 15.6193 15.6193 14.5 17 14.5C18.3807 14.5 19.5 15.6193 19.5 17Z",stroke:"currentColor"}),o.createElement(t,{d:"M9.5 16.5H14.5",stroke:"currentColor"}),o.createElement(t,{d:"M8.5 15V6.5H6.3541C5.21779 6.5 4.179 7.14201 3.67082 8.15836L2.81672 9.86656C2.60844 10.2831 2.5 10.7425 2.5 11.2082V14.5C2.5 15.6046 3.39543 16.5 4.5 16.5",stroke:"currentColor"}),o.createElement(t,{d:"M8.5 6.5C8.5 5.39543 9.39543 4.5 10.5 4.5H18.5C20.1569 4.5 21.5 5.84315 21.5 7.5V14C21.5 15.3807 20.3807 16.5 19 16.5",stroke:"currentColor"})),P=l;export{l as IconTruck,P as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconTruck/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconTruck: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.5 16.5H14.5M8.5 6.5V15M8.5 6.5H6.3541C5.21779 6.5 4.179 7.14201 3.67082 8.15836L2.81672 9.86656C2.60844 10.2831 2.5 10.7425 2.5 11.2082V14.5C2.5 15.6046 3.39543 16.5 4.5 16.5M8.5 6.5C8.5 5.39543 9.39543 4.5 10.5 4.5H18.5C20.1569 4.5 21.5 5.84315 21.5 7.5V14C21.5 15.3807 20.3807 16.5 19 16.5M9.3999 17C9.3999 18.3807 8.28061 19.5 6.8999 19.5C5.51919 19.5 4.3999 18.3807 4.3999 17C4.3999 15.6193 5.51919 14.5 6.8999 14.5C8.28061 14.5 9.3999 15.6193 9.3999 17ZM19.5 17C19.5 18.3807 18.3807 19.5 17 19.5C15.6193 19.5 14.5 18.3807 14.5 17C14.5 15.6193 15.6193 14.5 17 14.5C18.3807 14.5 19.5 15.6193 19.5 17Z\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTruck;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,imBACF,OAAO,eACT,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTruck","props","React","CentralIconBase","IconTruck_default"]}
1
+ {"version":3,"sources":["../src/IconTruck/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconTruck: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.39844 17C9.39844 18.3807 8.27915 19.5 6.89844 19.5C5.51773 19.5 4.39844 18.3807 4.39844 17C4.39844 15.6193 5.51773 14.5 6.89844 14.5C8.27915 14.5 9.39844 15.6193 9.39844 17Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M19.5 17C19.5 18.3807 18.3807 19.5 17 19.5C15.6193 19.5 14.5 18.3807 14.5 17C14.5 15.6193 15.6193 14.5 17 14.5C18.3807 14.5 19.5 15.6193 19.5 17Z\"\n stroke=\"currentColor\"\n />\n <Path d=\"M9.5 16.5H14.5\" stroke=\"currentColor\" />\n <Path\n d=\"M8.5 15V6.5H6.3541C5.21779 6.5 4.179 7.14201 3.67082 8.15836L2.81672 9.86656C2.60844 10.2831 2.5 10.7425 2.5 11.2082V14.5C2.5 15.6046 3.39543 16.5 4.5 16.5\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M8.5 6.5C8.5 5.39543 9.39543 4.5 10.5 4.5H18.5C20.1569 4.5 21.5 5.84315 21.5 7.5V14C21.5 15.3807 20.3807 16.5 19 16.5\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTruck;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mLACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oJACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,OAAO,eAAe,EAC/CG,EAAA,cAACH,EAAA,CACC,EAAE,8JACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wHACF,OAAO,eACT,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTruck","props","React","CentralIconBase","IconTruck_default"]}
package/README.md CHANGED
@@ -1306,7 +1306,6 @@ Below is a complete list of available icons:
1306
1306
  - IconPound
1307
1307
  - IconReceiptBill
1308
1308
  - IconReceiptCheck
1309
- - IconReceiptCheck2
1310
1309
  - IconReceiptStorno
1311
1310
  - IconReceiptTax
1312
1311
  - IconRemoveFromBasket
@@ -2270,7 +2270,7 @@
2270
2270
  },
2271
2271
  {
2272
2272
  "category": "Building",
2273
- "svg": "<path d=\"M19.5 9.50005V17.5001M15.5 17.5001V9.50005M4.5 9.50005V17.5001M8.5 17.5001V9.50005M18.5737 17.5001H5.42628C4.27592 17.5001 3.25463 18.2362 2.89086 19.3275C2.69857 19.9043 3.12794 20.5001 3.736 20.5001H20.264C20.8721 20.5001 21.3014 19.9043 21.1091 19.3275C20.7454 18.2362 19.7241 17.5001 18.5737 17.5001ZM20.2314 9.50005H3.76859C3.06797 9.50005 2.5 8.93209 2.5 8.23146C2.5 7.77878 2.74122 7.3604 3.13298 7.13359L10.4969 2.87027C11.4267 2.33198 12.5733 2.33198 13.5031 2.87027L20.867 7.13359C21.2588 7.3604 21.5 7.77878 21.5 8.23146C21.5 8.93209 20.932 9.50005 20.2314 9.50005Z\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>",
2273
+ "svg": "<path d=\"M13.5031 2.87027C12.5733 2.33198 11.4267 2.33198 10.4969 2.87027L3.13298 7.13359C2.74122 7.3604 2.5 7.77878 2.5 8.23146C2.5 8.93209 3.06797 9.50005 3.76859 9.50005H20.2314C20.932 9.50005 21.5 8.93209 21.5 8.23146C21.5 7.77878 21.2588 7.3604 20.867 7.13359L13.5031 2.87027Z\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M21.1094 19.3274C21.3017 19.9043 20.8723 20.5 20.2643 20.5H3.73627C3.12821 20.5 2.69884 19.9043 2.89113 19.3274C3.2549 18.2361 4.27619 17.5 5.42655 17.5H18.574C19.7243 17.5 20.7456 18.2361 21.1094 19.3274Z\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M19.5 9.5V17.5\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M15.5 17.5V9.5\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M4.5 9.5V17.5\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M8.5 17.5V9.5\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>",
2274
2274
  "iconName": "bank",
2275
2275
  "variant": {
2276
2276
  "join": "round",
@@ -2970,7 +2970,7 @@
2970
2970
  },
2971
2971
  {
2972
2972
  "category": "Building",
2973
- "svg": "<path d=\"M4.5 20.5V6.5C4.5 4.84315 5.84315 3.5 7.5 3.5H16.5C18.1569 3.5 19.5 4.84315 19.5 6.5V20.5M4.5 20.5H19.5M4.5 20.5H2.5M19.5 20.5H21.5M8.5 7.5H10.5M13.5 7.5H15.5M8.5 11.5H10.5M13.5 11.5H15.5M8.5 15.5H10.5M13.5 15.5H15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
2973
+ "svg": "<path d=\"M8.5 7.5H10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.5 7.5H15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.5 11.5H10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.5 11.5H15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.5 15.5H10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.5 15.5H15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21.5 20.5H2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 20.5V6.5C4.5 4.84315 5.84315 3.5 7.5 3.5H16.5C18.1569 3.5 19.5 4.84315 19.5 6.5V20.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
2974
2974
  "iconName": "block, workspace",
2975
2975
  "variant": {
2976
2976
  "join": "round",
@@ -4006,7 +4006,7 @@
4006
4006
  },
4007
4007
  {
4008
4008
  "category": "Building",
4009
- "svg": "<path d=\"M3.5 19.5H14.5M3.5 19.5V6.5C3.5 4.84315 4.84315 3.5 6.5 3.5H11.5C13.1569 3.5 14.5 4.84315 14.5 6.5V7.5M3.5 19.5H1.5M14.5 19.5V7.5M14.5 19.5H20.5M14.5 7.5H17.5C19.1569 7.5 20.5 8.84315 20.5 10.5V19.5M20.5 19.5H22.5M10.5 8.5H7.5M7.5 12.5H10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
4009
+ "svg": "<path d=\"M10.5 8.5H7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.5 12.5H10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.5 7.5H17.5C19.1569 7.5 20.5 8.84315 20.5 10.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.5 19.5V6.5C3.5 4.84315 4.84315 3.5 6.5 3.5H11.5C13.1569 3.5 14.5 4.84315 14.5 6.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M22.5 19.5H1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
4010
4010
  "iconName": "buildings, company, workspace",
4011
4011
  "variant": {
4012
4012
  "join": "round",
@@ -6526,7 +6526,7 @@
6526
6526
  },
6527
6527
  {
6528
6528
  "category": "Shopping & Payment",
6529
- "svg": "<path d=\"M7.5 10.5L16.5 10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 7.5H11.74C13.3969 7.5 14.74 8.84315 14.74 10.5V10.5C14.74 12.1569 13.3969 13.5 11.74 13.5H9.5L14.5 17.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
6529
+ "svg": "<path d=\"M7.5 10.5L16.5 10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 7.5H11.74C13.3969 7.5 14.74 8.84315 14.74 10.5C14.74 12.1569 13.3969 13.5 11.74 13.5H9.5L14.5 17.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
6530
6530
  "iconName": "coin-rupees, currency, money",
6531
6531
  "variant": {
6532
6532
  "join": "round",
@@ -6876,7 +6876,7 @@
6876
6876
  },
6877
6877
  {
6878
6878
  "category": "Food",
6879
- "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 12C2 6.47715 6.47715 2 12 2C12.3854 2 12.7659 2.02183 13.1403 2.06435C13.2731 2.07943 13.3944 2.14707 13.477 2.25216C13.5596 2.35726 13.5967 2.49105 13.58 2.62367C13.5633 2.75582 13.5547 2.89068 13.5547 3.02778C13.5547 4.64691 14.7598 5.98539 16.3217 6.19393C16.5453 6.22378 16.7212 6.39961 16.7511 6.62316C16.9602 8.1845 18.2984 9.38889 19.9171 9.38889C20.3109 9.38889 20.687 9.31786 21.034 9.18834C21.1671 9.13867 21.315 9.14795 21.4409 9.21388C21.5667 9.2798 21.6585 9.39614 21.6935 9.53383C21.8937 10.3232 22 11.1496 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 11.4141 20.9441 10.8416 20.8374 10.2875C20.5409 10.3539 20.2329 10.3889 19.9171 10.3889C17.9184 10.3889 16.2469 8.99137 15.8252 7.12003C13.953 6.699 12.5547 5.02705 12.5547 3.02778C12.5547 3.02412 12.5547 3.02046 12.5547 3.0168C12.3713 3.00566 12.1863 3 12 3Z\" fill=\"currentColor\"/><path d=\"M10 8.5C10 9.32843 9.32843 10 8.5 10C7.67157 10 7 9.32843 7 8.5C7 7.67157 7.67157 7 8.5 7C9.32843 7 10 7.67157 10 8.5Z\" fill=\"currentColor\"/><path d=\"M14 11.5C14 12.3284 13.3284 13 12.5 13C11.6716 13 11 12.3284 11 11.5C11 10.6716 11.6716 10 12.5 10C13.3284 10 14 10.6716 14 11.5Z\" fill=\"currentColor\"/><path d=\"M18 14C18 14.5523 17.5523 15 17 15C16.4477 15 16 14.5523 16 14C16 13.4477 16.4477 13 17 13C17.5523 13 18 13.4477 18 14Z\" fill=\"currentColor\"/><path d=\"M13 16.5C13 17.3284 12.3284 18 11.5 18C10.6716 18 10 17.3284 10 16.5C10 15.6716 10.6716 15 11.5 15C12.3284 15 13 15.6716 13 16.5Z\" fill=\"currentColor\"/><path d=\"M8 14C8 14.5523 7.55228 15 7 15C6.44772 15 6 14.5523 6 14C6 13.4477 6.44772 13 7 13C7.55228 13 8 13.4477 8 14Z\" fill=\"currentColor\"/>",
6879
+ "svg": "<path d=\"M16.2555 6.68954C14.4485 6.44828 13.0547 4.9008 13.0547 3.02778C13.0547 2.86972 13.0646 2.71398 13.0839 2.56115C12.7282 2.52075 12.3665 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 11.1913 21.399 10.4063 21.2088 9.65678C20.8067 9.80685 20.3715 9.88889 19.9171 9.88889C18.0446 9.88889 16.4975 8.49582 16.2555 6.68954Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><path d=\"M10 8.5C10 9.32843 9.32843 10 8.5 10C7.67157 10 7 9.32843 7 8.5C7 7.67157 7.67157 7 8.5 7C9.32843 7 10 7.67157 10 8.5Z\" fill=\"currentColor\"/><path d=\"M14 11.5C14 12.3284 13.3284 13 12.5 13C11.6716 13 11 12.3284 11 11.5C11 10.6716 11.6716 10 12.5 10C13.3284 10 14 10.6716 14 11.5Z\" fill=\"currentColor\"/><path d=\"M18 14C18 14.5523 17.5523 15 17 15C16.4477 15 16 14.5523 16 14C16 13.4477 16.4477 13 17 13C17.5523 13 18 13.4477 18 14Z\" fill=\"currentColor\"/><path d=\"M13 16.5C13 17.3284 12.3284 18 11.5 18C10.6716 18 10 17.3284 10 16.5C10 15.6716 10.6716 15 11.5 15C12.3284 15 13 15.6716 13 16.5Z\" fill=\"currentColor\"/><path d=\"M8 14C8 14.5523 7.55228 15 7 15C6.44772 15 6 14.5523 6 14C6 13.4477 6.44772 13 7 13C7.55228 13 8 13.4477 8 14Z\" fill=\"currentColor\"/>",
6880
6880
  "iconName": "cookies",
6881
6881
  "variant": {
6882
6882
  "join": "round",
@@ -7618,7 +7618,7 @@
7618
7618
  },
7619
7619
  {
7620
7620
  "category": "Social Media & Brands",
7621
- "svg": "<rect width=\"24\" height=\"24\" fill=\"white\"/><path d=\"M12 2.70358C12.2518 2.70355 12.5058 2.71207 12.7613 2.72964C18.0971 3.09701 22.4035 7.44413 22.7306 12.7839C22.8815 15.2705 22.1449 17.5893 20.7928 19.5992C20.3771 20.2173 19.554 20.3586 18.8712 20.0609C16.7569 19.139 14.3784 18.4064 12 18.4377C9.62158 18.4064 7.24311 19.1391 5.12881 20.0609C4.44602 20.3586 3.62294 20.2173 3.20718 19.5992C1.85505 17.5893 1.1185 15.2705 1.26942 12.7839C1.59648 7.4441 5.90288 3.09695 11.2387 2.72964C11.4942 2.71207 11.7482 2.70355 12 2.70358Z\" fill=\"currentColor\"/>",
7621
+ "svg": "<path d=\"M12 2.70358C12.2518 2.70355 12.5058 2.71207 12.7613 2.72964C18.0971 3.09701 22.4035 7.44413 22.7306 12.7839C22.8815 15.2705 22.1449 17.5893 20.7928 19.5992C20.3771 20.2173 19.554 20.3586 18.8712 20.0609C16.7569 19.139 14.3784 18.4064 12 18.4377C9.62158 18.4064 7.24311 19.1391 5.12881 20.0609C4.44602 20.3586 3.62294 20.2173 3.20718 19.5992C1.85505 17.5893 1.1185 15.2705 1.26942 12.7839C1.59648 7.4441 5.90288 3.09695 11.2387 2.72964C11.4942 2.71207 11.7482 2.70355 12 2.70358Z\" fill=\"currentColor\"/>",
7622
7622
  "iconName": "dia",
7623
7623
  "variant": {
7624
7624
  "join": "round",
@@ -10306,7 +10306,7 @@
10306
10306
  },
10307
10307
  {
10308
10308
  "category": "Building",
10309
- "svg": "<path d=\"M6.5 19.5V15.5M17.5 19.5V15.5M6.5 15.5H17.5M6.5 15.5V14.5C6.5 12.8431 7.84315 11.5 9.5 11.5H14.5C16.1569 11.5 17.5 12.8431 17.5 14.5V15.5M3.99689 7.63338L10.4969 3.87022C11.4267 3.33193 12.5733 3.33192 13.5031 3.87022L20.0031 7.63338C20.9296 8.16975 21.5 9.15914 21.5 10.2297V16.5C21.5 18.1569 20.1569 19.5 18.5 19.5H5.5C3.84315 19.5 2.5 18.1569 2.5 16.5V10.2297C2.5 9.15914 3.07044 8.16975 3.99689 7.63338Z\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>",
10309
+ "svg": "<path d=\"M18.5 19.5H5.5C3.84315 19.5 2.5 18.1569 2.5 16.5V10.2297C2.5 9.15914 3.07044 8.16975 3.99689 7.63338L10.4969 3.87022C11.4267 3.33193 12.5733 3.33192 13.5031 3.87022L20.0031 7.63338C20.9296 8.16974 21.5 9.15914 21.5 10.2297V16.5C21.5 18.1569 20.1569 19.5 18.5 19.5Z\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M6.5 15.5H17.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.5 19.5V14.5C17.5 12.8431 16.1569 11.5 14.5 11.5H9.5C7.84315 11.5 6.5 12.8431 6.5 14.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
10310
10310
  "iconName": "garage",
10311
10311
  "variant": {
10312
10312
  "join": "round",
@@ -11174,7 +11174,7 @@
11174
11174
  },
11175
11175
  {
11176
11176
  "category": "Building",
11177
- "svg": "<path d=\"M4.50001 7.42468L11.0565 2.63763C11.3955 2.39014 11.565 2.26639 11.7504 2.2186C11.9141 2.1764 12.0859 2.1764 12.2496 2.2186C12.435 2.2664 12.6045 2.39014 12.9435 2.63763L19.5 7.42468M4.50001 7.42468L2 9.24999M4.50001 7.42468V15.7C4.50001 17.3801 4.50001 18.2202 4.82699 18.862C5.11461 19.4265 5.57356 19.8854 6.13804 20.173C6.77978 20.5 7.61986 20.5 9.30001 20.5H14.7C16.3801 20.5 17.2202 20.5 17.862 20.173C18.4264 19.8854 18.8854 19.4265 19.173 18.862C19.5 18.2202 19.5 17.3802 19.5 15.7L19.5 7.42468M19.5 7.42468L22 9.24999\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
11177
+ "svg": "<path d=\"M2 9.5L12 2.19879L22 9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 7.67468V15.7C4.5 17.3802 4.5 18.2202 4.82698 18.862C5.1146 19.4265 5.57354 19.8854 6.13803 20.173C6.77976 20.5 7.61984 20.5 9.3 20.5H14.7C16.3801 20.5 17.2202 20.5 17.8619 20.173C18.4264 19.8854 18.8854 19.4265 19.173 18.862C19.5 18.2202 19.5 17.3802 19.5 15.7L19.5 7.67468\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
11178
11178
  "iconName": "home-roof, house",
11179
11179
  "variant": {
11180
11180
  "join": "round",
@@ -12854,7 +12854,7 @@
12854
12854
  },
12855
12855
  {
12856
12856
  "category": "Building",
12857
- "svg": "<path d=\"M7.5 19.5H5.5C3.84315 19.5 2.5 18.1569 2.5 16.5V7.5C2.5 5.84315 3.84315 4.5 5.5 4.5H18.5C20.1569 4.5 21.5 5.84315 21.5 7.5V16.5C21.5 18.1569 20.1569 19.5 18.5 19.5H16.5M7.5 19.5V14.5C7.5 12.8431 8.84315 11.5 10.5 11.5H12M7.5 19.5H12M16.5 19.5V14.5C16.5 12.8431 15.1569 11.5 13.5 11.5H12M16.5 19.5H12M12 11.5V19.5\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>",
12857
+ "svg": "<path d=\"M12 11.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18.5 4.5H5.5C3.84315 4.5 2.5 5.84315 2.5 7.5V16.5C2.5 18.1569 3.84315 19.5 5.5 19.5H18.5C20.1569 19.5 21.5 18.1569 21.5 16.5V7.5C21.5 5.84315 20.1569 4.5 18.5 4.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.5 19.5V14.5C7.5 12.8431 8.84315 11.5 10.5 11.5H13.5C15.1569 11.5 16.5 12.8431 16.5 14.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
12858
12858
  "iconName": "mall, store, shop, business",
12859
12859
  "variant": {
12860
12860
  "join": "round",
@@ -16072,20 +16072,6 @@
16072
16072
  "packageName": "round-outlined-radius-3-stroke-1",
16073
16073
  "componentName": "IconReceiptCheck"
16074
16074
  },
16075
- {
16076
- "category": "Shopping & Payment",
16077
- "svg": "<path d=\"M8.5 14.5H15.5M9.75 9.50003L11.4167 11.1667L14.75 7.83337M7.5 2.5H16.5C18.1569 2.5 19.5 3.84315 19.5 5.5V21.5L17 19L14.5 21.5L12 19L9.5 21.5L7 19L4.5 21.5V5.5C4.5 3.84315 5.84315 2.5 7.5 2.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
16078
- "iconName": "receipt-check-2, ticket",
16079
- "variant": {
16080
- "join": "round",
16081
- "filled": "off",
16082
- "radius": "3",
16083
- "stroke": "1"
16084
- },
16085
- "createdAt": "2025-02-15T21:11:33.829321+00:00",
16086
- "packageName": "round-outlined-radius-3-stroke-1",
16087
- "componentName": "IconReceiptCheck2"
16088
- },
16089
16075
  {
16090
16076
  "category": "Things",
16091
16077
  "svg": "<path d=\"M12 6.5C7.30558 6.5 3.5 10.4844 3.5 16.3281V17.5H20.5V16.3281C20.5 10.4844 16.6944 6.5 12 6.5ZM12 6.5V3.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.49609 20.5H20.4961\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 17.5V20.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 3.5H14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -16746,7 +16732,7 @@
16746
16732
  },
16747
16733
  {
16748
16734
  "category": "Building",
16749
- "svg": "<path d=\"M1.5 19.5H2.5M22.5 19.5H21.5M21.5 19.5V11.5C21.5 9.84315 20.1569 8.5 18.5 8.5H17.5M21.5 19.5H17.5M17.5 8.5V19.5M17.5 8.5V7.5C17.5 5.84315 16.1569 4.5 14.5 4.5H9.5C7.84315 4.5 6.5 5.84315 6.5 7.5V8.5M17.5 19.5H14.5M6.5 19.5V8.5M6.5 19.5H2.5M6.5 19.5H9.5M6.5 8.5H5.5C3.84315 8.5 2.5 9.84315 2.5 11.5V19.5M9.5 19.5V17C9.5 15.6193 10.6193 14.5 12 14.5V14.5C13.3807 14.5 14.5 15.6193 14.5 17V19.5M9.5 19.5H14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
16735
+ "svg": "<path d=\"M21.5 19.5V11.5C21.5 9.84315 20.1569 8.5 18.5 8.5H17.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.5 19.5V7.5C17.5 5.84315 16.1569 4.5 14.5 4.5H9.5C7.84315 4.5 6.5 5.84315 6.5 7.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.5 8.5H5.5C3.84315 8.5 2.5 9.84315 2.5 11.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M22.5 19.5H1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 19.5V18C9.5 16.6193 10.6193 15.5 12 15.5C13.3807 15.5 14.5 16.6193 14.5 18V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
16750
16736
  "iconName": "school, building",
16751
16737
  "variant": {
16752
16738
  "join": "round",
@@ -20470,7 +20456,7 @@
20470
20456
  },
20471
20457
  {
20472
20458
  "category": "Shopping & Payment",
20473
- "svg": "<path d=\"M9.5 16.5H14.5M8.5 6.5V15M8.5 6.5H6.3541C5.21779 6.5 4.179 7.14201 3.67082 8.15836L2.81672 9.86656C2.60844 10.2831 2.5 10.7425 2.5 11.2082V14.5C2.5 15.6046 3.39543 16.5 4.5 16.5M8.5 6.5C8.5 5.39543 9.39543 4.5 10.5 4.5H18.5C20.1569 4.5 21.5 5.84315 21.5 7.5V14C21.5 15.3807 20.3807 16.5 19 16.5M9.3999 17C9.3999 18.3807 8.28061 19.5 6.8999 19.5C5.51919 19.5 4.3999 18.3807 4.3999 17C4.3999 15.6193 5.51919 14.5 6.8999 14.5C8.28061 14.5 9.3999 15.6193 9.3999 17ZM19.5 17C19.5 18.3807 18.3807 19.5 17 19.5C15.6193 19.5 14.5 18.3807 14.5 17C14.5 15.6193 15.6193 14.5 17 14.5C18.3807 14.5 19.5 15.6193 19.5 17Z\" stroke=\"currentColor\"/>",
20459
+ "svg": "<path d=\"M9.39844 17C9.39844 18.3807 8.27915 19.5 6.89844 19.5C5.51773 19.5 4.39844 18.3807 4.39844 17C4.39844 15.6193 5.51773 14.5 6.89844 14.5C8.27915 14.5 9.39844 15.6193 9.39844 17Z\" stroke=\"currentColor\"/><path d=\"M19.5 17C19.5 18.3807 18.3807 19.5 17 19.5C15.6193 19.5 14.5 18.3807 14.5 17C14.5 15.6193 15.6193 14.5 17 14.5C18.3807 14.5 19.5 15.6193 19.5 17Z\" stroke=\"currentColor\"/><path d=\"M9.5 16.5H14.5\" stroke=\"currentColor\"/><path d=\"M8.5 15V6.5H6.3541C5.21779 6.5 4.179 7.14201 3.67082 8.15836L2.81672 9.86656C2.60844 10.2831 2.5 10.7425 2.5 11.2082V14.5C2.5 15.6046 3.39543 16.5 4.5 16.5\" stroke=\"currentColor\"/><path d=\"M8.5 6.5C8.5 5.39543 9.39543 4.5 10.5 4.5H18.5C20.1569 4.5 21.5 5.84315 21.5 7.5V14C21.5 15.3807 20.3807 16.5 19 16.5\" stroke=\"currentColor\"/>",
20474
20460
  "iconName": "truck, delivery",
20475
20461
  "variant": {
20476
20462
  "join": "round",
package/icons/index.d.ts CHANGED
@@ -1147,7 +1147,6 @@ export type CentralIconName =
1147
1147
  | "IconRear"
1148
1148
  | "IconReceiptBill"
1149
1149
  | "IconReceiptCheck"
1150
- | "IconReceiptCheck2"
1151
1150
  | "IconReceiptionBell"
1152
1151
  | "IconReceiptStorno"
1153
1152
  | "IconReceiptTax"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-3-stroke-1",
3
- "version": "1.1.29",
3
+ "version": "1.1.30",
4
4
  "style": "round-outlined-radius-3-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-3-stroke-1/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1563,
14
+ "totalIcons": 1562,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 44,
@@ -1176,7 +1176,7 @@
1176
1176
  ]
1177
1177
  },
1178
1178
  "Shopping & Payment": {
1179
- "count": 70,
1179
+ "count": 69,
1180
1180
  "icons": [
1181
1181
  "IconAddToBasket",
1182
1182
  "IconAddToBasket2",
@@ -1226,7 +1226,6 @@
1226
1226
  "IconPound",
1227
1227
  "IconReceiptBill",
1228
1228
  "IconReceiptCheck",
1229
- "IconReceiptCheck2",
1230
1229
  "IconReceiptStorno",
1231
1230
  "IconReceiptTax",
1232
1231
  "IconRemoveFromBasket",
@@ -2901,7 +2900,6 @@
2901
2900
  "IconRear": "rear, front-back, change-cam, lens",
2902
2901
  "IconReceiptBill": "receipt-bill, purchase, invoice",
2903
2902
  "IconReceiptCheck": "receipt-check, ticket",
2904
- "IconReceiptCheck2": "receipt-check-2, ticket",
2905
2903
  "IconReceiptionBell": "receiption-bell, concierge",
2906
2904
  "IconReceiptStorno": "receipt-storno, close, remove",
2907
2905
  "IconReceiptTax": "receipt-tax, discount",
package/index.d.ts CHANGED
@@ -1148,7 +1148,6 @@ export { IconRecKeyframe, default as IconRecKeyframeDefault, } from "./IconRecKe
1148
1148
  export { IconRecKeyframe2, default as IconRecKeyframe2Default, } from "./IconRecKeyframe2";
1149
1149
  export { IconReceiptBill, default as IconReceiptBillDefault, } from "./IconReceiptBill";
1150
1150
  export { IconReceiptCheck, default as IconReceiptCheckDefault, } from "./IconReceiptCheck";
1151
- export { IconReceiptCheck2, default as IconReceiptCheck2Default, } from "./IconReceiptCheck2";
1152
1151
  export { IconReceiptStorno, default as IconReceiptStornoDefault, } from "./IconReceiptStorno";
1153
1152
  export { IconReceiptTax, default as IconReceiptTaxDefault, } from "./IconReceiptTax";
1154
1153
  export { IconReceiptionBell, default as IconReceiptionBellDefault, } from "./IconReceiptionBell";