@central-icons-react-native/round-filled-radius-0-stroke-2 1.1.86 → 1.1.88

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 (49) hide show
  1. package/{IconCloud1 → IconBlocks}/index.d.ts +2 -2
  2. package/IconBlocks/index.js +2 -0
  3. package/IconBlocks/index.js.map +1 -0
  4. package/IconBlocks/index.mjs +2 -0
  5. package/{IconCloud1 → IconBlocks}/index.mjs.map +1 -1
  6. package/IconCloudWeather/index.d.ts +4 -0
  7. package/IconCloudWeather/index.js +2 -0
  8. package/IconCloudWeather/index.js.map +1 -0
  9. package/{IconCloud1 → IconCloudWeather}/index.mjs +1 -1
  10. package/IconCloudWeather/index.mjs.map +1 -0
  11. package/IconFolderShield/index.d.ts +4 -0
  12. package/IconFolderShield/index.js +2 -0
  13. package/IconFolderShield/index.js.map +1 -0
  14. package/IconFolderShield/index.mjs +2 -0
  15. package/IconFolderShield/index.mjs.map +1 -0
  16. package/IconHandshake/index.d.ts +4 -0
  17. package/IconHandshake/index.js +2 -0
  18. package/IconHandshake/index.js.map +1 -0
  19. package/IconHandshake/index.mjs +2 -0
  20. package/IconHandshake/index.mjs.map +1 -0
  21. package/IconMarker2/index.d.ts +4 -0
  22. package/IconMarker2/index.js +2 -0
  23. package/IconMarker2/index.js.map +1 -0
  24. package/IconMarker2/index.mjs +2 -0
  25. package/IconMarker2/index.mjs.map +1 -0
  26. package/IconMoveFolder/index.d.ts +4 -0
  27. package/IconMoveFolder/index.js +2 -0
  28. package/IconMoveFolder/index.js.map +1 -0
  29. package/IconMoveFolder/index.mjs +2 -0
  30. package/IconMoveFolder/index.mjs.map +1 -0
  31. package/IconPeopleIdCard/index.d.ts +4 -0
  32. package/IconPeopleIdCard/index.js +2 -0
  33. package/IconPeopleIdCard/index.js.map +1 -0
  34. package/IconPeopleIdCard/index.mjs +2 -0
  35. package/IconPeopleIdCard/index.mjs.map +1 -0
  36. package/README.md +7 -1
  37. package/filtered-icons.json +98 -14
  38. package/icons/index.d.ts +7 -1
  39. package/icons-index.json +21 -9
  40. package/index.d.ts +7 -1
  41. package/index.js +1 -1
  42. package/index.js.map +1 -1
  43. package/index.mjs +1 -1
  44. package/index.mjs.map +1 -1
  45. package/license-check.js +1 -1
  46. package/package.json +1 -1
  47. package/tsx-icons.json +49 -7
  48. package/IconCloud1/index.js +0 -2
  49. package/IconCloud1/index.js.map +0 -1
@@ -1,4 +1,4 @@
1
1
  import { FC } from "react";
2
2
  import { type CentralIconBaseProps } from "../CentralIconBase";
3
- export declare const IconCloud1: FC<CentralIconBaseProps>;
4
- export default IconCloud1;
3
+ export declare const IconBlocks: FC<CentralIconBaseProps>;
4
+ export default IconBlocks;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var t=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,H=Object.prototype.hasOwnProperty;var V=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of v(r))!H.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(C=u(r,n))||C.enumerable});return o};var c=(o,r,e)=>(e=o!=null?i(B(o)):{},a(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),I=o=>a(t({},"__esModule",{value:!0}),o);var P={};V(P,{IconBlocks:()=>d,default:()=>x});module.exports=I(P);var l=c(require("react"));var f=c(require("react")),m=require("react-native-svg"),s=({children:o,size:r=24,...e})=>f.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 p=require("react-native-svg"),d=o=>l.default.createElement(s,{...o},l.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M10 7C10.5523 7 11 7.44772 11 8V13H16C16.5523 13 17 13.4477 17 14V20C17 20.5523 16.5523 21 16 21H4C3.44772 21 3 20.5523 3 20V8C3 7.44772 3.44772 7 4 7H10ZM11 19H15V15H11V19ZM5 13H9V9H5V13Z",fill:"currentColor"}),l.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M20 3C20.5523 3 21 3.44772 21 4V10C21 10.5523 20.5523 11 20 11H14C13.4477 11 13 10.5523 13 10V4C13 3.44772 13.4477 3 14 3H20Z",fill:"currentColor"})),x=d;0&&(module.exports={IconBlocks});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBlocks/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 IconBlocks: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10 7C10.5523 7 11 7.44772 11 8V13H16C16.5523 13 17 13.4477 17 14V20C17 20.5523 16.5523 21 16 21H4C3.44772 21 3 20.5523 3 20V8C3 7.44772 3.44772 7 4 7H10ZM11 19H15V15H11V19ZM5 13H9V9H5V13Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20 3C20.5523 3 21 3.44772 21 4V10C21 10.5523 20.5523 11 20 11H14C13.4477 11 13 10.5523 13 10V4C13 3.44772 13.4477 3 14 3H20Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBlocks;\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,SAAS,UACT,SAAS,UACT,EAAE,+LACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,gIACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBlocks_exports","__export","IconBlocks","IconBlocks_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBlocks","props","React","CentralIconBase","IconBlocks_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var n=({children:r,size:o=24,...l})=>p.createElement(C,{...l,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 t}from"react-native-svg";var a=r=>e.createElement(n,{...r},e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M10 7C10.5523 7 11 7.44772 11 8V13H16C16.5523 13 17 13.4477 17 14V20C17 20.5523 16.5523 21 16 21H4C3.44772 21 3 20.5523 3 20V8C3 7.44772 3.44772 7 4 7H10ZM11 19H15V15H11V19ZM5 13H9V9H5V13Z",fill:"currentColor"}),e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M20 3C20.5523 3 21 3.44772 21 4V10C21 10.5523 20.5523 11 20 11H14C13.4477 11 13 10.5523 13 10V4C13 3.44772 13.4477 3 14 3H20Z",fill:"currentColor"})),H=a;export{a as IconBlocks,H as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconCloud1/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 IconCloud1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9 4C4.58172 4 1 7.58172 1 12C1 16.4183 4.58172 20 9 20H17C20.3137 20 23 17.3137 23 14C23 10.6863 20.3137 8 17 8C16.6524 8 16.3112 8.02966 15.9789 8.0867C14.6092 5.6491 11.9981 4 9 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCloud1;\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,0LACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCloud1","props","React","CentralIconBase","IconCloud1_default"]}
1
+ {"version":3,"sources":["../src/IconBlocks/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 IconBlocks: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10 7C10.5523 7 11 7.44772 11 8V13H16C16.5523 13 17 13.4477 17 14V20C17 20.5523 16.5523 21 16 21H4C3.44772 21 3 20.5523 3 20V8C3 7.44772 3.44772 7 4 7H10ZM11 19H15V15H11V19ZM5 13H9V9H5V13Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20 3C20.5523 3 21 3.44772 21 4V10C21 10.5523 20.5523 11 20 11H14C13.4477 11 13 10.5523 13 10V4C13 3.44772 13.4477 3 14 3H20Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBlocks;\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,SAAS,UACT,SAAS,UACT,EAAE,+LACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,gIACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBlocks","props","React","CentralIconBase","IconBlocks_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconCloudWeather: FC<CentralIconBaseProps>;
4
+ export default IconCloudWeather;
@@ -0,0 +1,2 @@
1
+ "use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(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))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=I(o,e))||C.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>a(n({},"__esModule",{value:!0}),r);var d={};g(d,{IconCloudWeather:()=>u,default:()=>v});module.exports=h(d);var p=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.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=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M9 4C4.58172 4 1 7.58172 1 12C1 16.4183 4.58172 20 9 20H17C20.3137 20 23 17.3137 23 14C23 10.6863 20.3137 8 17 8C16.6524 8 16.3112 8.02966 15.9789 8.0867C14.6092 5.6491 11.9981 4 9 4Z",fill:"currentColor"})),v=u;0&&(module.exports={IconCloudWeather});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCloudWeather/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 IconCloudWeather: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9 4C4.58172 4 1 7.58172 1 12C1 16.4183 4.58172 20 9 20H17C20.3137 20 23 17.3137 23 14C23 10.6863 20.3137 8 17 8C16.6524 8 16.3112 8.02966 15.9789 8.0867C14.6092 5.6491 11.9981 4 9 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCloudWeather;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,0LACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCloudWeather_exports","__export","IconCloudWeather","IconCloudWeather_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCloudWeather","props","React","CentralIconBase","IconCloudWeather_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 l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M9 4C4.58172 4 1 7.58172 1 12C1 16.4183 4.58172 20 9 20H17C20.3137 20 23 17.3137 23 14C23 10.6863 20.3137 8 17 8C16.6524 8 16.3112 8.02966 15.9789 8.0867C14.6092 5.6491 11.9981 4 9 4Z",fill:"currentColor"})),P=l;export{l as IconCloud1,P as default};
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 l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M9 4C4.58172 4 1 7.58172 1 12C1 16.4183 4.58172 20 9 20H17C20.3137 20 23 17.3137 23 14C23 10.6863 20.3137 8 17 8C16.6524 8 16.3112 8.02966 15.9789 8.0867C14.6092 5.6491 11.9981 4 9 4Z",fill:"currentColor"})),P=l;export{l as IconCloudWeather,P as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCloudWeather/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 IconCloudWeather: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9 4C4.58172 4 1 7.58172 1 12C1 16.4183 4.58172 20 9 20H17C20.3137 20 23 17.3137 23 14C23 10.6863 20.3137 8 17 8C16.6524 8 16.3112 8.02966 15.9789 8.0867C14.6092 5.6491 11.9981 4 9 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCloudWeather;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,0LACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCloudWeather","props","React","CentralIconBase","IconCloudWeather_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFolderShield: FC<CentralIconBaseProps>;
4
+ export default IconFolderShield;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!x.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(L(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>a(n({},"__esModule",{value:!0}),r);var h={};P(h,{IconFolderShield:()=>i,default:()=>g});module.exports=d(h);var C=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...e})=>s.default.createElement(f.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M18.2871 11.2979C18.4217 11.2347 18.5783 11.2347 18.7129 11.2979L22.2129 12.9404C22.388 13.0228 22.4999 13.199 22.5 13.3926V16.2051C22.5 18.1522 21.2474 19.879 19.3965 20.4834L18.6553 20.7256C18.5544 20.7585 18.4456 20.7585 18.3447 20.7256L17.6035 20.4834C15.7526 19.879 14.5 18.1522 14.5 16.2051V13.3926L14.5049 13.3213C14.5287 13.1566 14.6337 13.0126 14.7871 12.9404L18.2871 11.2979Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M10 3C10.3344 3 10.6466 3.16711 10.832 3.44531L12.2383 5.55469C12.4237 5.83287 12.736 5.99998 13.0703 6H21C21.5523 6 22 6.44772 22 7V10.6309L19.5625 9.4873C18.8895 9.17143 18.1105 9.17143 17.4375 9.4873L13.9375 11.1299C13.0603 11.5417 12.5001 12.4235 12.5 13.3926V16.2051C12.5 17.6017 12.9461 18.9199 13.7227 20H3C2.44772 20 2 19.5523 2 19V4C2 3.44772 2.44772 3 3 3H10Z",fill:"currentColor"})),g=i;0&&(module.exports={IconFolderShield});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFolderShield/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 IconFolderShield: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.2871 11.2979C18.4217 11.2347 18.5783 11.2347 18.7129 11.2979L22.2129 12.9404C22.388 13.0228 22.4999 13.199 22.5 13.3926V16.2051C22.5 18.1522 21.2474 19.879 19.3965 20.4834L18.6553 20.7256C18.5544 20.7585 18.4456 20.7585 18.3447 20.7256L17.6035 20.4834C15.7526 19.879 14.5 18.1522 14.5 16.2051V13.3926L14.5049 13.3213C14.5287 13.1566 14.6337 13.0126 14.7871 12.9404L18.2871 11.2979Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10 3C10.3344 3 10.6466 3.16711 10.832 3.44531L12.2383 5.55469C12.4237 5.83287 12.736 5.99998 13.0703 6H21C21.5523 6 22 6.44772 22 7V10.6309L19.5625 9.4873C18.8895 9.17143 18.1105 9.17143 17.4375 9.4873L13.9375 11.1299C13.0603 11.5417 12.5001 12.4235 12.5 13.3926V16.2051C12.5 17.6017 12.9461 18.9199 13.7227 20H3C2.44772 20 2 19.5523 2 19V4C2 3.44772 2.44772 3 3 3H10Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFolderShield;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,oYACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oXACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFolderShield_exports","__export","IconFolderShield","IconFolderShield_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFolderShield","props","React","CentralIconBase","IconFolderShield_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...C})=>p.createElement(l,{...C,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 n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M18.2871 11.2979C18.4217 11.2347 18.5783 11.2347 18.7129 11.2979L22.2129 12.9404C22.388 13.0228 22.4999 13.199 22.5 13.3926V16.2051C22.5 18.1522 21.2474 19.879 19.3965 20.4834L18.6553 20.7256C18.5544 20.7585 18.4456 20.7585 18.3447 20.7256L17.6035 20.4834C15.7526 19.879 14.5 18.1522 14.5 16.2051V13.3926L14.5049 13.3213C14.5287 13.1566 14.6337 13.0126 14.7871 12.9404L18.2871 11.2979Z",fill:"currentColor"}),e.createElement(n,{d:"M10 3C10.3344 3 10.6466 3.16711 10.832 3.44531L12.2383 5.55469C12.4237 5.83287 12.736 5.99998 13.0703 6H21C21.5523 6 22 6.44772 22 7V10.6309L19.5625 9.4873C18.8895 9.17143 18.1105 9.17143 17.4375 9.4873L13.9375 11.1299C13.0603 11.5417 12.5001 12.4235 12.5 13.3926V16.2051C12.5 17.6017 12.9461 18.9199 13.7227 20H3C2.44772 20 2 19.5523 2 19V4C2 3.44772 2.44772 3 3 3H10Z",fill:"currentColor"})),x=a;export{a as IconFolderShield,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFolderShield/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 IconFolderShield: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.2871 11.2979C18.4217 11.2347 18.5783 11.2347 18.7129 11.2979L22.2129 12.9404C22.388 13.0228 22.4999 13.199 22.5 13.3926V16.2051C22.5 18.1522 21.2474 19.879 19.3965 20.4834L18.6553 20.7256C18.5544 20.7585 18.4456 20.7585 18.3447 20.7256L17.6035 20.4834C15.7526 19.879 14.5 18.1522 14.5 16.2051V13.3926L14.5049 13.3213C14.5287 13.1566 14.6337 13.0126 14.7871 12.9404L18.2871 11.2979Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10 3C10.3344 3 10.6466 3.16711 10.832 3.44531L12.2383 5.55469C12.4237 5.83287 12.736 5.99998 13.0703 6H21C21.5523 6 22 6.44772 22 7V10.6309L19.5625 9.4873C18.8895 9.17143 18.1105 9.17143 17.4375 9.4873L13.9375 11.1299C13.0603 11.5417 12.5001 12.4235 12.5 13.3926V16.2051C12.5 17.6017 12.9461 18.9199 13.7227 20H3C2.44772 20 2 19.5523 2 19V4C2 3.44772 2.44772 3 3 3H10Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFolderShield;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,oYACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oXACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFolderShield","props","React","CentralIconBase","IconFolderShield_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconHandshake: FC<CentralIconBaseProps>;
4
+ export default IconHandshake;
@@ -0,0 +1,2 @@
1
+ "use strict";var I=Object.create;var n=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(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 i(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(p=L(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?I(u(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var v={};P(v,{IconHandshake:()=>B,default:()=>h});module.exports=g(v);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.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"),B=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M10.5536 4.31868C8.23031 2.40841 4.86041 2.57424 2.72023 4.81842C0.55285 7.09127 0.405397 10.6864 2.43798 12.9844C5.23208 16.1432 8.1893 19.107 11.3428 21.9187C11.7175 22.2528 12.2825 22.2528 12.6572 21.9187C15.0172 19.8142 17.2667 17.624 19.4203 15.3305L16.1934 11.9261C15.8002 11.5113 15.1399 11.5099 14.7449 11.923L14.48 12.2C12.6831 14.0842 9.7704 14.0872 7.9734 12.2032L6.8217 11.0069C6.07875 10.2351 6.07583 9.01498 6.81508 8.23966L10.5536 4.31868ZM21.2798 4.81842C18.9676 2.39386 15.2185 2.39386 12.9063 4.81842L8.98653 8.92867C8.61516 9.31808 8.61853 9.93154 8.99415 10.3168L9.38754 10.7204C10.4034 11.7853 12.0506 11.7855 13.0664 10.7204L14.0204 9.71968C14.8095 8.89188 16.1308 8.89317 16.9183 9.72252L20.809 13.82C21.0603 13.5419 21.3134 13.2655 21.562 12.9844C23.5946 10.6864 23.4472 7.09127 21.2798 4.81842Z",fill:"currentColor"})),h=B;0&&(module.exports={IconHandshake});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconHandshake/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 IconHandshake: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.5536 4.31868C8.23031 2.40841 4.86041 2.57424 2.72023 4.81842C0.55285 7.09127 0.405397 10.6864 2.43798 12.9844C5.23208 16.1432 8.1893 19.107 11.3428 21.9187C11.7175 22.2528 12.2825 22.2528 12.6572 21.9187C15.0172 19.8142 17.2667 17.624 19.4203 15.3305L16.1934 11.9261C15.8002 11.5113 15.1399 11.5099 14.7449 11.923L14.48 12.2C12.6831 14.0842 9.7704 14.0872 7.9734 12.2032L6.8217 11.0069C6.07875 10.2351 6.07583 9.01498 6.81508 8.23966L10.5536 4.31868ZM21.2798 4.81842C18.9676 2.39386 15.2185 2.39386 12.9063 4.81842L8.98653 8.92867C8.61516 9.31808 8.61853 9.93154 8.99415 10.3168L9.38754 10.7204C10.4034 11.7853 12.0506 11.7855 13.0664 10.7204L14.0204 9.71968C14.8095 8.89188 16.1308 8.89317 16.9183 9.72252L20.809 13.82C21.0603 13.5419 21.3134 13.2655 21.562 12.9844C23.5946 10.6864 23.4472 7.09127 21.2798 4.81842Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHandshake;\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,mBAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,szBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconHandshake_exports","__export","IconHandshake","IconHandshake_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconHandshake","props","React","CentralIconBase","IconHandshake_default"]}
@@ -0,0 +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 l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M10.5536 4.31868C8.23031 2.40841 4.86041 2.57424 2.72023 4.81842C0.55285 7.09127 0.405397 10.6864 2.43798 12.9844C5.23208 16.1432 8.1893 19.107 11.3428 21.9187C11.7175 22.2528 12.2825 22.2528 12.6572 21.9187C15.0172 19.8142 17.2667 17.624 19.4203 15.3305L16.1934 11.9261C15.8002 11.5113 15.1399 11.5099 14.7449 11.923L14.48 12.2C12.6831 14.0842 9.7704 14.0872 7.9734 12.2032L6.8217 11.0069C6.07875 10.2351 6.07583 9.01498 6.81508 8.23966L10.5536 4.31868ZM21.2798 4.81842C18.9676 2.39386 15.2185 2.39386 12.9063 4.81842L8.98653 8.92867C8.61516 9.31808 8.61853 9.93154 8.99415 10.3168L9.38754 10.7204C10.4034 11.7853 12.0506 11.7855 13.0664 10.7204L14.0204 9.71968C14.8095 8.89188 16.1308 8.89317 16.9183 9.72252L20.809 13.82C21.0603 13.5419 21.3134 13.2655 21.562 12.9844C23.5946 10.6864 23.4472 7.09127 21.2798 4.81842Z",fill:"currentColor"})),x=l;export{l as IconHandshake,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconHandshake/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 IconHandshake: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.5536 4.31868C8.23031 2.40841 4.86041 2.57424 2.72023 4.81842C0.55285 7.09127 0.405397 10.6864 2.43798 12.9844C5.23208 16.1432 8.1893 19.107 11.3428 21.9187C11.7175 22.2528 12.2825 22.2528 12.6572 21.9187C15.0172 19.8142 17.2667 17.624 19.4203 15.3305L16.1934 11.9261C15.8002 11.5113 15.1399 11.5099 14.7449 11.923L14.48 12.2C12.6831 14.0842 9.7704 14.0872 7.9734 12.2032L6.8217 11.0069C6.07875 10.2351 6.07583 9.01498 6.81508 8.23966L10.5536 4.31868ZM21.2798 4.81842C18.9676 2.39386 15.2185 2.39386 12.9063 4.81842L8.98653 8.92867C8.61516 9.31808 8.61853 9.93154 8.99415 10.3168L9.38754 10.7204C10.4034 11.7853 12.0506 11.7855 13.0664 10.7204L14.0204 9.71968C14.8095 8.89188 16.1308 8.89317 16.9183 9.72252L20.809 13.82C21.0603 13.5419 21.3134 13.2655 21.562 12.9844C23.5946 10.6864 23.4472 7.09127 21.2798 4.81842Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHandshake;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,szBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconHandshake","props","React","CentralIconBase","IconHandshake_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconMarker2: FC<CentralIconBaseProps>;
4
+ export default IconMarker2;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=u(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var d={};P(d,{IconMarker2:()=>c,default:()=>v});module.exports=g(d);var C=m(require("react"));var s=m(require("react")),L=require("react-native-svg"),f=({children:r,size:o=24,...t})=>s.default.createElement(L.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 p=require("react-native-svg"),c=r=>C.default.createElement(f,{...r},C.default.createElement(p.Path,{d:"M13.8824 8.71286C14.1017 8.54097 14.3852 8.46732 14.6637 8.51364L17.6637 9.01364C17.8691 9.04796 18.0593 9.14565 18.2066 9.29294L20.7066 11.7929C21.0969 12.1834 21.0969 12.8165 20.7066 13.207L12.2066 21.707C11.8162 22.0975 11.1831 22.0974 10.7926 21.707L8.29257 19.207C8.1452 19.0596 8.04754 18.8696 8.01328 18.664L7.51328 15.664C7.4603 15.3456 7.56429 15.0212 7.79257 14.7929L13.7926 8.79294L13.8824 8.71286Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M6.733 2.0361C7.07999 1.94027 7.45206 2.03837 7.70663 2.29294L12.2066 6.79294C12.5969 7.1834 12.5969 7.81651 12.2066 8.207L7.20663 13.207C6.81617 13.5975 6.18311 13.5974 5.79257 13.207L4.29257 11.707C4.04425 11.4587 3.94479 11.0985 4.02988 10.7578L6.02988 2.75778L6.07089 2.62985C6.18567 2.34189 6.42937 2.1202 6.733 2.0361Z",fill:"currentColor"})),v=c;0&&(module.exports={IconMarker2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMarker2/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 IconMarker2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.8824 8.71286C14.1017 8.54097 14.3852 8.46732 14.6637 8.51364L17.6637 9.01364C17.8691 9.04796 18.0593 9.14565 18.2066 9.29294L20.7066 11.7929C21.0969 12.1834 21.0969 12.8165 20.7066 13.207L12.2066 21.707C11.8162 22.0975 11.1831 22.0974 10.7926 21.707L8.29257 19.207C8.1452 19.0596 8.04754 18.8696 8.01328 18.664L7.51328 15.664C7.4603 15.3456 7.56429 15.0212 7.79257 14.7929L13.7926 8.79294L13.8824 8.71286Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.733 2.0361C7.07999 1.94027 7.45206 2.03837 7.70663 2.29294L12.2066 6.79294C12.5969 7.1834 12.5969 7.81651 12.2066 8.207L7.20663 13.207C6.81617 13.5975 6.18311 13.5974 5.79257 13.207L4.29257 11.707C4.04425 11.4587 3.94479 11.0985 4.02988 10.7578L6.02988 2.75778L6.07089 2.62985C6.18567 2.34189 6.42937 2.1202 6.733 2.0361Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMarker2;\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,iBAAAE,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,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,4ZACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uUACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconMarker2_exports","__export","IconMarker2","IconMarker2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMarker2","props","React","CentralIconBase","IconMarker2_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(l,{...C,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 n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M13.8824 8.71286C14.1017 8.54097 14.3852 8.46732 14.6637 8.51364L17.6637 9.01364C17.8691 9.04796 18.0593 9.14565 18.2066 9.29294L20.7066 11.7929C21.0969 12.1834 21.0969 12.8165 20.7066 13.207L12.2066 21.707C11.8162 22.0975 11.1831 22.0974 10.7926 21.707L8.29257 19.207C8.1452 19.0596 8.04754 18.8696 8.01328 18.664L7.51328 15.664C7.4603 15.3456 7.56429 15.0212 7.79257 14.7929L13.7926 8.79294L13.8824 8.71286Z",fill:"currentColor"}),t.createElement(n,{d:"M6.733 2.0361C7.07999 1.94027 7.45206 2.03837 7.70663 2.29294L12.2066 6.79294C12.5969 7.1834 12.5969 7.81651 12.2066 8.207L7.20663 13.207C6.81617 13.5975 6.18311 13.5974 5.79257 13.207L4.29257 11.707C4.04425 11.4587 3.94479 11.0985 4.02988 10.7578L6.02988 2.75778L6.07089 2.62985C6.18567 2.34189 6.42937 2.1202 6.733 2.0361Z",fill:"currentColor"})),x=a;export{a as IconMarker2,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMarker2/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 IconMarker2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.8824 8.71286C14.1017 8.54097 14.3852 8.46732 14.6637 8.51364L17.6637 9.01364C17.8691 9.04796 18.0593 9.14565 18.2066 9.29294L20.7066 11.7929C21.0969 12.1834 21.0969 12.8165 20.7066 13.207L12.2066 21.707C11.8162 22.0975 11.1831 22.0974 10.7926 21.707L8.29257 19.207C8.1452 19.0596 8.04754 18.8696 8.01328 18.664L7.51328 15.664C7.4603 15.3456 7.56429 15.0212 7.79257 14.7929L13.7926 8.79294L13.8824 8.71286Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.733 2.0361C7.07999 1.94027 7.45206 2.03837 7.70663 2.29294L12.2066 6.79294C12.5969 7.1834 12.5969 7.81651 12.2066 8.207L7.20663 13.207C6.81617 13.5975 6.18311 13.5974 5.79257 13.207L4.29257 11.707C4.04425 11.4587 3.94479 11.0985 4.02988 10.7578L6.02988 2.75778L6.07089 2.62985C6.18567 2.34189 6.42937 2.1202 6.733 2.0361Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMarker2;\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,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,4ZACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uUACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMarker2","props","React","CentralIconBase","IconMarker2_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconMoveFolder: FC<CentralIconBaseProps>;
4
+ export default IconMoveFolder;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of v(r))!I.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(p=d(r,t))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(B(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(n({},"__esModule",{value:!0}),o);var F={};x(F,{IconMoveFolder:()=>i,default:()=>g});module.exports=P(F);var C=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.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 f=require("react-native-svg"),i=o=>C.default.createElement(c,{...o},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M10 3C10.3344 3 10.6466 3.16711 10.832 3.44531L12.2383 5.55469C12.4237 5.83287 12.736 5.99998 13.0703 6H21C21.5523 6 22 6.44772 22 7V19C22 19.5523 21.5523 20 21 20H3C2.44772 20 2 19.5523 2 19V4C2 3.44772 2.44772 3 3 3H10ZM13.1367 10.3633C12.7852 10.0118 12.2148 10.0118 11.8633 10.3633C11.5119 10.7148 11.5118 11.2853 11.8633 11.6367L12.8262 12.5996H9C8.50296 12.5996 8.09964 13.003 8.09961 13.5C8.09961 13.9971 8.50294 14.4004 9 14.4004H12.8262L11.8633 15.3633C11.5119 15.7148 11.5118 16.2853 11.8633 16.6367C12.2147 16.9881 12.7853 16.9881 13.1367 16.6367L15.6367 14.1367C15.9882 13.7853 15.9881 13.2148 15.6367 12.8633L13.1367 10.3633Z",fill:"currentColor"})),g=i;0&&(module.exports={IconMoveFolder});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMoveFolder/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 IconMoveFolder: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10 3C10.3344 3 10.6466 3.16711 10.832 3.44531L12.2383 5.55469C12.4237 5.83287 12.736 5.99998 13.0703 6H21C21.5523 6 22 6.44772 22 7V19C22 19.5523 21.5523 20 21 20H3C2.44772 20 2 19.5523 2 19V4C2 3.44772 2.44772 3 3 3H10ZM13.1367 10.3633C12.7852 10.0118 12.2148 10.0118 11.8633 10.3633C11.5119 10.7148 11.5118 11.2853 11.8633 11.6367L12.8262 12.5996H9C8.50296 12.5996 8.09964 13.003 8.09961 13.5C8.09961 13.9971 8.50294 14.4004 9 14.4004H12.8262L11.8633 15.3633C11.5119 15.7148 11.5118 16.2853 11.8633 16.6367C12.2147 16.9881 12.7853 16.9881 13.1367 16.6367L15.6367 14.1367C15.9882 13.7853 15.9881 13.2148 15.6367 12.8633L13.1367 10.3633Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMoveFolder;\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,oBAAAE,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,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,ioBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconMoveFolder_exports","__export","IconMoveFolder","IconMoveFolder_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMoveFolder","props","React","CentralIconBase","IconMoveFolder_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...n})=>C.createElement(p,{...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 l}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M10 3C10.3344 3 10.6466 3.16711 10.832 3.44531L12.2383 5.55469C12.4237 5.83287 12.736 5.99998 13.0703 6H21C21.5523 6 22 6.44772 22 7V19C22 19.5523 21.5523 20 21 20H3C2.44772 20 2 19.5523 2 19V4C2 3.44772 2.44772 3 3 3H10ZM13.1367 10.3633C12.7852 10.0118 12.2148 10.0118 11.8633 10.3633C11.5119 10.7148 11.5118 11.2853 11.8633 11.6367L12.8262 12.5996H9C8.50296 12.5996 8.09964 13.003 8.09961 13.5C8.09961 13.9971 8.50294 14.4004 9 14.4004H12.8262L11.8633 15.3633C11.5119 15.7148 11.5118 16.2853 11.8633 16.6367C12.2147 16.9881 12.7853 16.9881 13.1367 16.6367L15.6367 14.1367C15.9882 13.7853 15.9881 13.2148 15.6367 12.8633L13.1367 10.3633Z",fill:"currentColor"})),I=a;export{a as IconMoveFolder,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMoveFolder/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 IconMoveFolder: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10 3C10.3344 3 10.6466 3.16711 10.832 3.44531L12.2383 5.55469C12.4237 5.83287 12.736 5.99998 13.0703 6H21C21.5523 6 22 6.44772 22 7V19C22 19.5523 21.5523 20 21 20H3C2.44772 20 2 19.5523 2 19V4C2 3.44772 2.44772 3 3 3H10ZM13.1367 10.3633C12.7852 10.0118 12.2148 10.0118 11.8633 10.3633C11.5119 10.7148 11.5118 11.2853 11.8633 11.6367L12.8262 12.5996H9C8.50296 12.5996 8.09964 13.003 8.09961 13.5C8.09961 13.9971 8.50294 14.4004 9 14.4004H12.8262L11.8633 15.3633C11.5119 15.7148 11.5118 16.2853 11.8633 16.6367C12.2147 16.9881 12.7853 16.9881 13.1367 16.6367L15.6367 14.1367C15.9882 13.7853 15.9881 13.2148 15.6367 12.8633L13.1367 10.3633Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMoveFolder;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,ioBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMoveFolder","props","React","CentralIconBase","IconMoveFolder_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPeopleIdCard: FC<CentralIconBaseProps>;
4
+ export default IconPeopleIdCard;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var C=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)C(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!P.call(o,t)&&t!==e&&C(o,t,{get:()=>r[t],enumerable:!(p=u(r,t))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?i(B(o)):{},l(r||!o||!o.__esModule?C(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>l(C({},"__esModule",{value:!0}),o);var H={};v(H,{IconPeopleIdCard:()=>d,default:()=>g});module.exports=x(H);var n=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.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 f=require("react-native-svg"),d=o=>n.default.createElement(c,{...o},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M19.5 2C20.0523 2 20.5 2.44772 20.5 3V21C20.5 21.5523 20.0523 22 19.5 22H4.5C3.94772 22 3.5 21.5523 3.5 21V3C3.5 2.44772 3.94772 2 4.5 2H19.5ZM12 16C10.2797 16 8.17818 17.1256 7.62402 19.0273C7.46958 19.5576 7.93307 20.0156 8.48535 20.0156H15.5156C16.0677 20.0154 16.5304 19.5574 16.376 19.0273C15.8218 17.1256 13.7203 16 12 16ZM12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5ZM10 4C9.44772 4 9 4.44772 9 5C9 5.55228 9.44772 6 10 6H14C14.5523 6 15 5.55228 15 5C15 4.44772 14.5523 4 14 4H10Z",fill:"currentColor"})),g=d;0&&(module.exports={IconPeopleIdCard});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPeopleIdCard/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 IconPeopleIdCard: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19.5 2C20.0523 2 20.5 2.44772 20.5 3V21C20.5 21.5523 20.0523 22 19.5 22H4.5C3.94772 22 3.5 21.5523 3.5 21V3C3.5 2.44772 3.94772 2 4.5 2H19.5ZM12 16C10.2797 16 8.17818 17.1256 7.62402 19.0273C7.46958 19.5576 7.93307 20.0156 8.48535 20.0156H15.5156C16.0677 20.0154 16.5304 19.5574 16.376 19.0273C15.8218 17.1256 13.7203 16 12 16ZM12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5ZM10 4C9.44772 4 9 4.44772 9 5C9 5.55228 9.44772 6 10 6H14C14.5523 6 15 5.55228 15 5C15 4.44772 14.5523 4 14 4H10Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleIdCard;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,skBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPeopleIdCard_exports","__export","IconPeopleIdCard","IconPeopleIdCard_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPeopleIdCard","props","React","CentralIconBase","IconPeopleIdCard_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import n from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...C})=>n.createElement(p,{...C,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 l}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M19.5 2C20.0523 2 20.5 2.44772 20.5 3V21C20.5 21.5523 20.0523 22 19.5 22H4.5C3.94772 22 3.5 21.5523 3.5 21V3C3.5 2.44772 3.94772 2 4.5 2H19.5ZM12 16C10.2797 16 8.17818 17.1256 7.62402 19.0273C7.46958 19.5576 7.93307 20.0156 8.48535 20.0156H15.5156C16.0677 20.0154 16.5304 19.5574 16.376 19.0273C15.8218 17.1256 13.7203 16 12 16ZM12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5ZM10 4C9.44772 4 9 4.44772 9 5C9 5.55228 9.44772 6 10 6H14C14.5523 6 15 5.55228 15 5C15 4.44772 14.5523 4 14 4H10Z",fill:"currentColor"})),P=a;export{a as IconPeopleIdCard,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPeopleIdCard/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 IconPeopleIdCard: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19.5 2C20.0523 2 20.5 2.44772 20.5 3V21C20.5 21.5523 20.0523 22 19.5 22H4.5C3.94772 22 3.5 21.5523 3.5 21V3C3.5 2.44772 3.94772 2 4.5 2H19.5ZM12 16C10.2797 16 8.17818 17.1256 7.62402 19.0273C7.46958 19.5576 7.93307 20.0156 8.48535 20.0156H15.5156C16.0677 20.0154 16.5304 19.5574 16.376 19.0273C15.8218 17.1256 13.7203 16 12 16ZM12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5ZM10 4C9.44772 4 9 4.44772 9 5C9 5.55228 9.44772 6 10 6H14C14.5523 6 15 5.55228 15 5C15 4.44772 14.5523 4 14 4H10Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleIdCard;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,skBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeopleIdCard","props","React","CentralIconBase","IconPeopleIdCard_default"]}
package/README.md CHANGED
@@ -655,6 +655,7 @@ Below is a complete list of available icons:
655
655
  - IconMagnet
656
656
  - IconMarkdown
657
657
  - IconMarker
658
+ - IconMarker2
658
659
  - IconMarkerCircle
659
660
  - IconMarkup
660
661
  - IconPaintBrush
@@ -776,9 +777,11 @@ Below is a complete list of available icons:
776
777
  - IconFolderRestricted
777
778
  - IconFolders
778
779
  - IconFolderShared
780
+ - IconFolderShield
779
781
  - IconFolderUpload
780
782
  - IconLibrary
781
783
  - IconListBullets
784
+ - IconMoveFolder
782
785
  - IconNote1
783
786
  - IconNote2
784
787
  - IconNotebook
@@ -913,6 +916,7 @@ Below is a complete list of available icons:
913
916
  - IconFistbump
914
917
  - IconHand4Finger
915
918
  - IconHand5Finger
919
+ - IconHandshake
916
920
  - IconHumanMashine
917
921
  - IconMagicHands
918
922
  - IconMoneyHand
@@ -1241,6 +1245,7 @@ Below is a complete list of available icons:
1241
1245
  - IconPeopleCopy
1242
1246
  - IconPeopleEdit
1243
1247
  - IconPeopleGear
1248
+ - IconPeopleIdCard
1244
1249
  - IconPeopleLike
1245
1250
  - IconPeopleRemove
1246
1251
  - IconPeopleRemove2
@@ -1671,6 +1676,7 @@ Below is a complete list of available icons:
1671
1676
  - IconBean
1672
1677
  - IconBee
1673
1678
  - IconBlackHole
1679
+ - IconBlocks
1674
1680
  - IconBomb
1675
1681
  - IconBooks
1676
1682
  - IconBronceMedal
@@ -1914,8 +1920,8 @@ Below is a complete list of available icons:
1914
1920
 
1915
1921
  ### Weather
1916
1922
 
1917
- - IconCloud1
1918
1923
  - IconCloudSnow
1924
+ - IconCloudWeather
1919
1925
  - IconCloudy
1920
1926
  - IconCloudySun
1921
1927
  - IconDrop
@@ -3206,6 +3206,20 @@
3206
3206
  "packageName": "round-filled-radius-0-stroke-2",
3207
3207
  "componentName": "IconBlock"
3208
3208
  },
3209
+ {
3210
+ "category": "Things",
3211
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 7C10.5523 7 11 7.44772 11 8V13H16C16.5523 13 17 13.4477 17 14V20C17 20.5523 16.5523 21 16 21H4C3.44772 21 3 20.5523 3 20V8C3 7.44772 3.44772 7 4 7H10ZM11 19H15V15H11V19ZM5 13H9V9H5V13Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 3C20.5523 3 21 3.44772 21 4V10C21 10.5523 20.5523 11 20 11H14C13.4477 11 13 10.5523 13 10V4C13 3.44772 13.4477 3 14 3H20Z\" fill=\"currentColor\"/>",
3212
+ "iconName": "blocks, integration, apps",
3213
+ "variant": {
3214
+ "join": "round",
3215
+ "filled": "on",
3216
+ "radius": "0",
3217
+ "stroke": "2"
3218
+ },
3219
+ "createdAt": "2026-01-09T12:01:13.575765+00:00",
3220
+ "packageName": "round-filled-radius-0-stroke-2",
3221
+ "componentName": "IconBlocks"
3222
+ },
3209
3223
  {
3210
3224
  "category": "Filter & Settings",
3211
3225
  "svg": "<path d=\"M10 13C10.5523 13 11 13.4477 11 14V20C11 20.5523 10.5523 21 10 21H4C3.44772 21 3 20.5523 3 20V14C3 13.4477 3.44772 13 4 13H10Z\" fill=\"currentColor\"/><path d=\"M17.3691 6.22461C17.7619 5.90426 18.3409 5.92685 18.707 6.29297L22.207 9.79297C22.5976 10.1835 22.5976 10.8165 22.207 11.207C21.8165 11.5976 21.1835 11.5976 20.793 11.207L19 9.41406V17C19 17.5523 18.5523 18 18 18C17.4477 18 17 17.5523 17 17V9.41406L15.207 11.207C14.8165 11.5976 14.1835 11.5976 13.793 11.207C13.4024 10.8165 13.4024 10.1835 13.793 9.79297L17.293 6.29297L17.3691 6.22461Z\" fill=\"currentColor\"/><path d=\"M10 3C10.5523 3 11 3.44772 11 4V10C11 10.5523 10.5523 11 10 11H4C3.44772 11 3 10.5523 3 10V4C3 3.44772 3.44772 3 4 3H10Z\" fill=\"currentColor\"/>",
@@ -6510,20 +6524,6 @@
6510
6524
  "packageName": "round-filled-radius-0-stroke-2",
6511
6525
  "componentName": "IconCloud"
6512
6526
  },
6513
- {
6514
- "category": "Weather",
6515
- "svg": "<path d=\"M9 4C4.58172 4 1 7.58172 1 12C1 16.4183 4.58172 20 9 20H17C20.3137 20 23 17.3137 23 14C23 10.6863 20.3137 8 17 8C16.6524 8 16.3112 8.02966 15.9789 8.0867C14.6092 5.6491 11.9981 4 9 4Z\" fill=\"currentColor\"/>",
6516
- "iconName": "cloud, clouds",
6517
- "variant": {
6518
- "join": "round",
6519
- "filled": "on",
6520
- "radius": "0",
6521
- "stroke": "2"
6522
- },
6523
- "createdAt": "2025-02-15T21:11:34.065631+00:00",
6524
- "packageName": "round-filled-radius-0-stroke-2",
6525
- "componentName": "IconCloud1"
6526
- },
6527
6527
  {
6528
6528
  "category": "Clouds",
6529
6529
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 20C3.68629 20 1 17.3137 1 14C1 11.1691 2.96058 8.79604 5.59801 8.16469C6.68618 5.7113 9.14324 4 12 4C14.8568 4 17.3138 5.7113 18.402 8.16469C21.0394 8.79604 23 11.1691 23 14C23 17.3137 20.3137 20 17 20H7ZM15.6579 11.1141C15.9971 10.7507 15.9775 10.1812 15.6141 9.84205C15.2507 9.5029 14.6812 9.52254 14.3421 9.88591L10.3333 14.181L8.65795 12.3859C8.3188 12.0225 7.74929 12.0029 7.38591 12.3421C7.02254 12.6812 7.0029 13.2507 7.34205 13.6141L9.67538 16.1141C9.8456 16.2965 10.0839 16.4 10.3333 16.4C10.5828 16.4 10.8211 16.2965 10.9913 16.1141L15.6579 11.1141Z\" fill=\"currentColor\"/>",
@@ -6678,6 +6678,20 @@
6678
6678
  "packageName": "round-filled-radius-0-stroke-2",
6679
6679
  "componentName": "IconCloudUpload"
6680
6680
  },
6681
+ {
6682
+ "category": "Weather",
6683
+ "svg": "<path d=\"M9 4C4.58172 4 1 7.58172 1 12C1 16.4183 4.58172 20 9 20H17C20.3137 20 23 17.3137 23 14C23 10.6863 20.3137 8 17 8C16.6524 8 16.3112 8.02966 15.9789 8.0867C14.6092 5.6491 11.9981 4 9 4Z\" fill=\"currentColor\"/>",
6684
+ "iconName": "cloud-weather, clouds",
6685
+ "variant": {
6686
+ "join": "round",
6687
+ "filled": "on",
6688
+ "radius": "0",
6689
+ "stroke": "2"
6690
+ },
6691
+ "createdAt": "2025-02-15T21:11:34.065631+00:00",
6692
+ "packageName": "round-filled-radius-0-stroke-2",
6693
+ "componentName": "IconCloudWeather"
6694
+ },
6681
6695
  {
6682
6696
  "category": "Weather",
6683
6697
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.3608 6.13237C9.92008 6.04548 9.46501 6 9 6C5.13401 6 2 9.13401 2 13C2 16.866 5.13401 20 9 20H16.5C19.5376 20 22 17.5376 22 14.5C22 12.612 21.0489 10.9478 19.6019 9.95778C19.8581 9.35608 20 8.69401 20 8C20 5.23858 17.7614 3 15 3C12.8984 3 11.1007 4.29596 10.3608 6.13237ZM12.2499 6.79875C13.3326 7.36718 14.2475 8.21037 14.9027 9.23582C15.4088 9.0824 15.9453 9 16.5 9C16.9374 9 17.3636 9.05124 17.7727 9.14823C17.9192 8.79497 18 8.40748 18 8C18 6.34315 16.6569 5 15 5C13.7708 5 12.7131 5.73998 12.2499 6.79875Z\" fill=\"currentColor\"/>",
@@ -10682,6 +10696,20 @@
10682
10696
  "packageName": "round-filled-radius-0-stroke-2",
10683
10697
  "componentName": "IconFolderShared"
10684
10698
  },
10699
+ {
10700
+ "category": "Folders & Files",
10701
+ "svg": "<path d=\"M18.2871 11.2979C18.4217 11.2347 18.5783 11.2347 18.7129 11.2979L22.2129 12.9404C22.388 13.0228 22.4999 13.199 22.5 13.3926V16.2051C22.5 18.1522 21.2474 19.879 19.3965 20.4834L18.6553 20.7256C18.5544 20.7585 18.4456 20.7585 18.3447 20.7256L17.6035 20.4834C15.7526 19.879 14.5 18.1522 14.5 16.2051V13.3926L14.5049 13.3213C14.5287 13.1566 14.6337 13.0126 14.7871 12.9404L18.2871 11.2979Z\" fill=\"currentColor\"/><path d=\"M10 3C10.3344 3 10.6466 3.16711 10.832 3.44531L12.2383 5.55469C12.4237 5.83287 12.736 5.99998 13.0703 6H21C21.5523 6 22 6.44772 22 7V10.6309L19.5625 9.4873C18.8895 9.17143 18.1105 9.17143 17.4375 9.4873L13.9375 11.1299C13.0603 11.5417 12.5001 12.4235 12.5 13.3926V16.2051C12.5 17.6017 12.9461 18.9199 13.7227 20H3C2.44772 20 2 19.5523 2 19V4C2 3.44772 2.44772 3 3 3H10Z\" fill=\"currentColor\"/>",
10702
+ "iconName": "folder-shield, folder-security",
10703
+ "variant": {
10704
+ "join": "round",
10705
+ "filled": "on",
10706
+ "radius": "0",
10707
+ "stroke": "2"
10708
+ },
10709
+ "createdAt": "2026-01-09T12:01:13.575765+00:00",
10710
+ "packageName": "round-filled-radius-0-stroke-2",
10711
+ "componentName": "IconFolderShield"
10712
+ },
10685
10713
  {
10686
10714
  "category": "AI & Magic",
10687
10715
  "svg": "<path d=\"M10 3C10.3344 3 10.6466 3.16711 10.832 3.44531L12.5352 6H21C21.5523 6 22 6.44772 22 7V19C22 19.5523 21.5523 20 21 20H7.92676L7.94727 19.9473L9.34473 19.4102C10.342 19.0265 11 18.0685 11 17C11 15.9315 10.342 14.9735 9.34473 14.5898L7.94727 14.0518L7.41016 12.6553L7.33203 12.4727C6.90685 11.5784 6.00185 11 5 11C3.99815 11 3.09315 11.5784 2.66797 12.4727L2.58984 12.6553L2.05176 14.0518L2 14.0713V4C2 3.44772 2.44772 3 3 3H10Z\" fill=\"currentColor\"/><path d=\"M8.13574 16.2666L8.62695 16.4561L6.81445 15.7598L8.13574 16.2666Z\" fill=\"currentColor\"/><path d=\"M6.24045 15.1852L5.54359 13.3733C5.45708 13.1484 5.24099 13 5 13C4.75901 13 4.54292 13.1484 4.45641 13.3733L3.75955 15.1852C3.65797 15.4493 3.44927 15.658 3.18518 15.7595L1.37334 16.4564C1.14842 16.5429 1 16.759 1 17C1 17.241 1.14842 17.4571 1.37334 17.5436L3.18518 18.2405C3.44927 18.342 3.65797 18.5507 3.75955 18.8148L4.45641 20.6267C4.54292 20.8516 4.75901 21 5 21C5.24099 21 5.45708 20.8516 5.54359 20.6267L6.24045 18.8148C6.34203 18.5507 6.55073 18.342 6.81482 18.2405L8.62666 17.5436C8.85158 17.4571 9 17.241 9 17C9 16.759 8.85188 16.5426 8.62695 16.4561L6.81445 15.7598C6.55036 15.6582 6.34203 15.4493 6.24045 15.1852Z\" fill=\"currentColor\"/>",
@@ -11746,6 +11774,20 @@
11746
11774
  "packageName": "round-filled-radius-0-stroke-2",
11747
11775
  "componentName": "IconHandBell"
11748
11776
  },
11777
+ {
11778
+ "category": "Hands",
11779
+ "svg": "<path d=\"M10.5536 4.31868C8.23031 2.40841 4.86041 2.57424 2.72023 4.81842C0.55285 7.09127 0.405397 10.6864 2.43798 12.9844C5.23208 16.1432 8.1893 19.107 11.3428 21.9187C11.7175 22.2528 12.2825 22.2528 12.6572 21.9187C15.0172 19.8142 17.2667 17.624 19.4203 15.3305L16.1934 11.9261C15.8002 11.5113 15.1399 11.5099 14.7449 11.923L14.48 12.2C12.6831 14.0842 9.7704 14.0872 7.9734 12.2032L6.8217 11.0069C6.07875 10.2351 6.07583 9.01498 6.81508 8.23966L10.5536 4.31868ZM21.2798 4.81842C18.9676 2.39386 15.2185 2.39386 12.9063 4.81842L8.98653 8.92867C8.61516 9.31808 8.61853 9.93154 8.99415 10.3168L9.38754 10.7204C10.4034 11.7853 12.0506 11.7855 13.0664 10.7204L14.0204 9.71968C14.8095 8.89188 16.1308 8.89317 16.9183 9.72252L20.809 13.82C21.0603 13.5419 21.3134 13.2655 21.562 12.9844C23.5946 10.6864 23.4472 7.09127 21.2798 4.81842Z\" fill=\"currentColor\"/>",
11780
+ "iconName": "handshake, heart",
11781
+ "variant": {
11782
+ "join": "round",
11783
+ "filled": "on",
11784
+ "radius": "0",
11785
+ "stroke": "2"
11786
+ },
11787
+ "createdAt": "2026-01-09T15:00:38.162674+00:00",
11788
+ "packageName": "round-filled-radius-0-stroke-2",
11789
+ "componentName": "IconHandshake"
11790
+ },
11749
11791
  {
11750
11792
  "category": "Devices & Signals",
11751
11793
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.5808 9.58293C4.13406 9.80505 3.59631 10 3 10C2.44772 10 2 9.55228 2 9C2 8.44772 2.44772 8 3 8C3.16373 8 3.3829 7.94495 3.69041 7.79207C4.00057 7.63786 4.32306 7.42513 4.7082 7.16816C4.71972 7.16047 4.7313 7.15274 4.74295 7.14497C5.09745 6.90837 5.51085 6.63245 5.93482 6.41917C6.3749 6.19778 6.90825 6 7.5 6C8.0944 6 8.63029 6.19612 9.07426 6.41794C9.50667 6.63399 9.92615 6.91392 10.2846 7.15311L10.3071 7.16817C10.6935 7.42597 11.0149 7.63879 11.3235 7.79328C11.6297 7.94657 11.8438 8 12 8C12.1526 8 12.3643 7.94735 12.67 7.79385C12.9779 7.63922 13.2987 7.42636 13.6857 7.16816L13.7026 7.15691C14.0628 6.91652 14.4852 6.6347 14.9215 6.41738C15.3673 6.19536 15.9044 6 16.5 6C17.0907 6 17.623 6.19848 18.0615 6.41967C18.482 6.63182 18.893 6.90611 19.2459 7.14166C19.2592 7.15055 19.2724 7.15938 19.2856 7.16815C19.6702 7.42478 19.9932 7.63748 20.304 7.79158C20.612 7.94432 20.8333 8 21 8C21.5523 8 22 8.44772 22 9C22 9.55228 21.5523 10 21 10C20.4026 10 19.8638 9.80568 19.4156 9.58342C18.9736 9.36428 18.5472 9.07979 18.1843 8.83768L18.1756 8.83185C17.7878 8.5731 17.4676 8.36017 17.1607 8.20533C16.8558 8.05152 16.6475 8 16.5 8C16.3382 8 16.1203 8.05464 15.8132 8.20762C15.5034 8.3619 15.1812 8.57465 14.7958 8.83184L14.7641 8.85294C14.4086 9.09021 13.9937 9.36716 13.5675 9.58115C13.1264 9.80265 12.5924 10 12 10C11.4063 10 10.8711 9.80343 10.4282 9.58172C9.99817 9.36644 9.58036 9.08761 9.22302 8.84913L9.19709 8.83183C8.81106 8.57426 8.48939 8.36146 8.18036 8.20706C7.87378 8.05388 7.65829 8 7.5 8C7.34933 8 7.13898 8.05222 6.83362 8.20583C6.52608 8.36054 6.20553 8.57343 5.81823 8.83184L5.80453 8.84098C5.44324 9.08205 5.01933 9.3649 4.5808 9.58293ZM4.5808 17.5829C4.13406 17.805 3.59631 18 3 18C2.44772 18 2 17.5523 2 17C2 16.4477 2.44772 16 3 16C3.16373 16 3.3829 15.945 3.69041 15.7921C4.00057 15.6379 4.32306 15.4251 4.7082 15.1682C4.71972 15.1605 4.7313 15.1527 4.74295 15.145C5.09744 14.9084 5.51085 14.6325 5.93482 14.4192C6.3749 14.1978 6.90825 14 7.5 14C8.0944 14 8.63029 14.1961 9.07426 14.4179C9.50667 14.634 9.92616 14.9139 10.2846 15.1531L10.3071 15.1682C10.6935 15.426 11.0149 15.6388 11.3235 15.7933C11.6297 15.9466 11.8438 16 12 16C12.1526 16 12.3643 15.9473 12.67 15.7939C12.9779 15.6392 13.2987 15.4264 13.6857 15.1682L13.7026 15.1569C14.0628 14.9165 14.4852 14.6347 14.9215 14.4174C15.3673 14.1954 15.9044 14 16.5 14C17.0907 14 17.623 14.1985 18.0615 14.4197C18.482 14.6318 18.893 14.9061 19.2459 15.1417C19.2592 15.1505 19.2724 15.1594 19.2856 15.1681C19.6702 15.4248 19.9932 15.6375 20.304 15.7916C20.612 15.9443 20.8333 16 21 16C21.5523 16 22 16.4477 22 17C22 17.5523 21.5523 18 21 18C20.4026 18 19.8638 17.8057 19.4156 17.5834C18.9736 17.3643 18.5472 17.0798 18.1843 16.8377L18.1756 16.8319C17.7878 16.5731 17.4676 16.3602 17.1607 16.2053C16.8558 16.0515 16.6475 16 16.5 16C16.3382 16 16.1203 16.0546 15.8132 16.2076C15.5034 16.3619 15.1812 16.5747 14.7958 16.8318L14.7641 16.8529C14.4086 17.0902 13.9937 17.3672 13.5675 17.5811C13.1264 17.8027 12.5924 18 12 18C11.4063 18 10.8711 17.8034 10.4282 17.5817C9.99816 17.3664 9.58035 17.0876 9.223 16.8491L9.19709 16.8318C8.81106 16.5743 8.48939 16.3615 8.18036 16.2071C7.87378 16.0539 7.65829 16 7.5 16C7.34933 16 7.13898 16.0522 6.83362 16.2058C6.52608 16.3605 6.20553 16.5734 5.81823 16.8318L5.80455 16.841C5.44326 17.082 5.01934 17.3649 4.5808 17.5829Z\" fill=\"currentColor\"/>",
@@ -13930,6 +13972,20 @@
13930
13972
  "packageName": "round-filled-radius-0-stroke-2",
13931
13973
  "componentName": "IconMarker"
13932
13974
  },
13975
+ {
13976
+ "category": "Edit",
13977
+ "svg": "<path d=\"M13.8824 8.71286C14.1017 8.54097 14.3852 8.46732 14.6637 8.51364L17.6637 9.01364C17.8691 9.04796 18.0593 9.14565 18.2066 9.29294L20.7066 11.7929C21.0969 12.1834 21.0969 12.8165 20.7066 13.207L12.2066 21.707C11.8162 22.0975 11.1831 22.0974 10.7926 21.707L8.29257 19.207C8.1452 19.0596 8.04754 18.8696 8.01328 18.664L7.51328 15.664C7.4603 15.3456 7.56429 15.0212 7.79257 14.7929L13.7926 8.79294L13.8824 8.71286Z\" fill=\"currentColor\"/><path d=\"M6.733 2.0361C7.07999 1.94027 7.45206 2.03837 7.70663 2.29294L12.2066 6.79294C12.5969 7.1834 12.5969 7.81651 12.2066 8.207L7.20663 13.207C6.81617 13.5975 6.18311 13.5974 5.79257 13.207L4.29257 11.707C4.04425 11.4587 3.94479 11.0985 4.02988 10.7578L6.02988 2.75778L6.07089 2.62985C6.18567 2.34189 6.42937 2.1202 6.733 2.0361Z\" fill=\"currentColor\"/>",
13978
+ "iconName": "marker-2, highlight",
13979
+ "variant": {
13980
+ "join": "round",
13981
+ "filled": "on",
13982
+ "radius": "0",
13983
+ "stroke": "2"
13984
+ },
13985
+ "createdAt": "2026-01-09T12:01:13.575765+00:00",
13986
+ "packageName": "round-filled-radius-0-stroke-2",
13987
+ "componentName": "IconMarker2"
13988
+ },
13933
13989
  {
13934
13990
  "category": "Edit",
13935
13991
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM6.50305 17.8124C7.05507 17.1064 7.4486 16.4514 7.75401 15.6927C7.91734 15.2869 8.29782 15 8.73521 15H15.2648C15.7022 15 16.0827 15.2869 16.246 15.6927C16.5514 16.4514 16.9449 17.1063 17.4969 17.8124C16.0636 19.1684 14.1289 20 12 20C9.87107 20 7.93641 19.1684 6.50305 17.8124ZM9 13V10.7808C9 10.3219 9.3123 9.92193 9.75746 9.81063L13.7575 8.81063C14.3886 8.65285 15 9.13021 15 9.78078V13H9Z\" fill=\"currentColor\"/>",
@@ -14546,6 +14602,20 @@
14546
14602
  "packageName": "round-filled-radius-0-stroke-2",
14547
14603
  "componentName": "IconMouth"
14548
14604
  },
14605
+ {
14606
+ "category": "Folders & Files",
14607
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 3C10.3344 3 10.6466 3.16711 10.832 3.44531L12.2383 5.55469C12.4237 5.83287 12.736 5.99998 13.0703 6H21C21.5523 6 22 6.44772 22 7V19C22 19.5523 21.5523 20 21 20H3C2.44772 20 2 19.5523 2 19V4C2 3.44772 2.44772 3 3 3H10ZM13.1367 10.3633C12.7852 10.0118 12.2148 10.0118 11.8633 10.3633C11.5119 10.7148 11.5118 11.2853 11.8633 11.6367L12.8262 12.5996H9C8.50296 12.5996 8.09964 13.003 8.09961 13.5C8.09961 13.9971 8.50294 14.4004 9 14.4004H12.8262L11.8633 15.3633C11.5119 15.7148 11.5118 16.2853 11.8633 16.6367C12.2147 16.9881 12.7853 16.9881 13.1367 16.6367L15.6367 14.1367C15.9882 13.7853 15.9881 13.2148 15.6367 12.8633L13.1367 10.3633Z\" fill=\"currentColor\"/>",
14608
+ "iconName": "move-folder",
14609
+ "variant": {
14610
+ "join": "round",
14611
+ "filled": "on",
14612
+ "radius": "0",
14613
+ "stroke": "2"
14614
+ },
14615
+ "createdAt": "2026-01-09T12:01:13.575765+00:00",
14616
+ "packageName": "round-filled-radius-0-stroke-2",
14617
+ "componentName": "IconMoveFolder"
14618
+ },
14549
14619
  {
14550
14620
  "category": "Photography & Video",
14551
14621
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.00011 3C2.00011 2.44772 2.44782 2 3.00011 2H15.0001C15.5524 2 16.0001 2.44772 16.0001 3V8H21.0001C21.5524 8 22.0001 8.44772 22.0001 9V21C22.0001 21.5523 21.5524 22 21.0001 22H9.00011C8.44782 22 8.00011 21.5523 8.00011 21V16H3.00011C2.44782 16 2.00011 15.5523 2.00011 15C2.00011 11 2.00011 7 2.00011 3ZM8.00011 10.1315L6.55481 9.16795C6.21891 8.94402 5.78131 8.94402 5.44541 9.16795L4.00011 10.1315V4H14.0001V8H9.00011C8.44782 8 8.00011 8.44772 8.00011 9V10.1315ZM5.00011 6.25C5.00011 5.55964 5.55975 5 6.25011 5C6.94046 5 7.50011 5.55964 7.50011 6.25C7.50011 6.94036 6.94046 7.5 6.25011 7.5C5.55975 7.5 5.00011 6.94036 5.00011 6.25ZM13.5416 12.5113C13.8741 12.3397 14.2747 12.3682 14.5796 12.585L16.8296 14.185C17.0934 14.3726 17.2501 14.6763 17.2501 15C17.2501 15.3237 17.0934 15.6274 16.8296 15.815L14.5796 17.415C14.2747 17.6318 13.8741 17.6603 13.5416 17.4887C13.209 17.3171 13.0001 16.9742 13.0001 16.6V13.4C13.0001 13.0258 13.209 12.6829 13.5416 12.5113Z\" fill=\"currentColor\"/>",
@@ -16044,6 +16114,20 @@
16044
16114
  "packageName": "round-filled-radius-0-stroke-2",
16045
16115
  "componentName": "IconPeopleGear"
16046
16116
  },
16117
+ {
16118
+ "category": "People",
16119
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.5 2C20.0523 2 20.5 2.44772 20.5 3V21C20.5 21.5523 20.0523 22 19.5 22H4.5C3.94772 22 3.5 21.5523 3.5 21V3C3.5 2.44772 3.94772 2 4.5 2H19.5ZM12 16C10.2797 16 8.17818 17.1256 7.62402 19.0273C7.46958 19.5576 7.93307 20.0156 8.48535 20.0156H15.5156C16.0677 20.0154 16.5304 19.5574 16.376 19.0273C15.8218 17.1256 13.7203 16 12 16ZM12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5ZM10 4C9.44772 4 9 4.44772 9 5C9 5.55228 9.44772 6 10 6H14C14.5523 6 15 5.55228 15 5C15 4.44772 14.5523 4 14 4H10Z\" fill=\"currentColor\"/>",
16120
+ "iconName": "people-id-card, profile, user-account, badge, person",
16121
+ "variant": {
16122
+ "join": "round",
16123
+ "filled": "on",
16124
+ "radius": "0",
16125
+ "stroke": "2"
16126
+ },
16127
+ "createdAt": "2026-01-09T15:00:38.162674+00:00",
16128
+ "packageName": "round-filled-radius-0-stroke-2",
16129
+ "componentName": "IconPeopleIdCard"
16130
+ },
16047
16131
  {
16048
16132
  "category": "People",
16049
16133
  "svg": "<path d=\"M12 2C9.51472 2 7.5 4.01472 7.5 6.5C7.5 8.98528 9.51472 11 12 11C14.4853 11 16.5 8.98528 16.5 6.5C16.5 4.01472 14.4853 2 12 2Z\" fill=\"currentColor\"/><path d=\"M3.50439 19.9064C3.91665 15.5211 7.24222 12 12 12C13.3885 12 14.655 12.2999 15.7628 12.8336C13.2783 13.3088 12 15.7191 12 17.75C12 18.9916 12.4715 20.1032 13.0986 21H4.5C4.21851 21 3.95005 20.8814 3.76055 20.6732C3.57104 20.465 3.47805 20.1867 3.50439 19.9064Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6667 14.75C15.9817 14.75 15.2983 15.0252 14.7913 15.5661C14.2795 16.112 14 16.8693 14 17.75C14 19.1781 14.9978 20.269 15.7694 20.9064C16.1821 21.2473 16.6013 21.5179 16.9401 21.7062C17.1094 21.8002 17.2683 21.8791 17.4054 21.9379C17.4729 21.9668 17.5465 21.9957 17.6202 22.0193L17.6232 22.0203C17.6676 22.0345 17.8196 22.0833 18 22.0833C18.1804 22.0833 18.3324 22.0345 18.3768 22.0203L18.3798 22.0193C18.4535 21.9957 18.5271 21.9668 18.5946 21.9379C18.7317 21.8791 18.8906 21.8002 19.0599 21.7062C19.3988 21.5179 19.8179 21.2473 20.2306 20.9064C21.0022 20.269 22 19.1781 22 17.75C22 16.8693 21.7205 16.112 21.2087 15.5661C20.7017 15.0252 20.0183 14.75 19.3333 14.75C18.7843 14.75 18.3321 14.896 18 15.0578C17.6679 14.896 17.2157 14.75 16.6667 14.75Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -228,6 +228,7 @@ export type CentralIconName =
228
228
  | "IconBlankPagePortrait"
229
229
  | "IconBlip"
230
230
  | "IconBlock"
231
+ | "IconBlocks"
231
232
  | "IconBlockSortAscending"
232
233
  | "IconBlockSortDescending"
233
234
  | "IconBlossom"
@@ -464,7 +465,6 @@ export type CentralIconName =
464
465
  | "IconCloseQuote1"
465
466
  | "IconCloseQuote2"
466
467
  | "IconCloud"
467
- | "IconCloud1"
468
468
  | "IconCloudCheck"
469
469
  | "IconCloudDownload"
470
470
  | "IconCloudOff"
@@ -476,6 +476,7 @@ export type CentralIconName =
476
476
  | "IconCloudSnow"
477
477
  | "IconCloudSync"
478
478
  | "IconCloudUpload"
479
+ | "IconCloudWeather"
479
480
  | "IconCloudy"
480
481
  | "IconCloudySparkle"
481
482
  | "IconCloudySun"
@@ -762,6 +763,7 @@ export type CentralIconName =
762
763
  | "IconFolderRestricted"
763
764
  | "IconFolders"
764
765
  | "IconFolderShared"
766
+ | "IconFolderShield"
765
767
  | "IconFolderSparkle"
766
768
  | "IconFolderUpload"
767
769
  | "IconFontStyle"
@@ -838,6 +840,7 @@ export type CentralIconName =
838
840
  | "IconHand4Finger"
839
841
  | "IconHand5Finger"
840
842
  | "IconHandBell"
843
+ | "IconHandshake"
841
844
  | "IconHaptic"
842
845
  | "IconHashtag"
843
846
  | "IconHatBunny"
@@ -994,6 +997,7 @@ export type CentralIconName =
994
997
  | "IconMapPinFlat"
995
998
  | "IconMarkdown"
996
999
  | "IconMarker"
1000
+ | "IconMarker2"
997
1001
  | "IconMarkerCircle"
998
1002
  | "IconMarkup"
999
1003
  | "IconMask"
@@ -1038,6 +1042,7 @@ export type CentralIconName =
1038
1042
  | "IconMouseScrollDown"
1039
1043
  | "IconMouseScrollUp"
1040
1044
  | "IconMouth"
1045
+ | "IconMoveFolder"
1041
1046
  | "IconMultiMedia"
1042
1047
  | "IconMute"
1043
1048
  | "IconNailedIt"
@@ -1145,6 +1150,7 @@ export type CentralIconName =
1145
1150
  | "IconPeopleCopy"
1146
1151
  | "IconPeopleEdit"
1147
1152
  | "IconPeopleGear"
1153
+ | "IconPeopleIdCard"
1148
1154
  | "IconPeopleLike"
1149
1155
  | "IconPeopleRemove"
1150
1156
  | "IconPeopleRemove2"