@central-icons-react-native/round-filled-radius-1-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 (50) 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/IconBlocks/index.mjs.map +1 -0
  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
  50. package/IconCloud1/index.mjs.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 14V19C17 20.1046 16.1046 21 15 21H5C3.89543 21 3 20.1046 3 19V9C3 7.89543 3.89543 7 5 7H10ZM11 19H15V15H11V19ZM5 13H9V9H5V13Z",fill:"currentColor"}),l.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M19 3C20.1046 3 21 3.89543 21 5V10C21 10.5523 20.5523 11 20 11H14C13.4477 11 13 10.5523 13 10V4C13 3.44772 13.4477 3 14 3H19Z",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 14V19C17 20.1046 16.1046 21 15 21H5C3.89543 21 3 20.1046 3 19V9C3 7.89543 3.89543 7 5 7H10ZM11 19H15V15H11V19ZM5 13H9V9H5V13Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19 3C20.1046 3 21 3.89543 21 5V10C21 10.5523 20.5523 11 20 11H14C13.4477 11 13 10.5523 13 10V4C13 3.44772 13.4477 3 14 3H19Z\"\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 14V19C17 20.1046 16.1046 21 15 21H5C3.89543 21 3 20.1046 3 19V9C3 7.89543 3.89543 7 5 7H10ZM11 19H15V15H11V19ZM5 13H9V9H5V13Z",fill:"currentColor"}),e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M19 3C20.1046 3 21 3.89543 21 5V10C21 10.5523 20.5523 11 20 11H14C13.4477 11 13 10.5523 13 10V4C13 3.44772 13.4477 3 14 3H19Z",fill:"currentColor"})),H=a;export{a as IconBlocks,H as default};
2
+ //# sourceMappingURL=index.mjs.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 14V19C17 20.1046 16.1046 21 15 21H5C3.89543 21 3 20.1046 3 19V9C3 7.89543 3.89543 7 5 7H10ZM11 19H15V15H11V19ZM5 13H9V9H5V13Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19 3C20.1046 3 21 3.89543 21 5V10C21 10.5523 20.5523 11 20 11H14C13.4477 11 13 10.5523 13 10V4C13 3.44772 13.4477 3 14 3H19Z\"\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.7286 8 16.4609 8.01808 16.1982 8.05323C16.0519 8.0728 15.9289 7.99785 15.8835 7.92149C14.4911 5.57586 11.9301 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.7286 8 16.4609 8.01808 16.1982 8.05323C16.0519 8.0728 15.9289 7.99785 15.8835 7.92149C14.4911 5.57586 11.9301 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,2OACF,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.7286 8 16.4609 8.01808 16.1982 8.05323C16.0519 8.0728 15.9289 7.99785 15.8835 7.92149C14.4911 5.57586 11.9301 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.7286 8 16.4609 8.01808 16.1982 8.05323C16.0519 8.0728 15.9289 7.99785 15.8835 7.92149C14.4911 5.57586 11.9301 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.7286 8 16.4609 8.01808 16.1982 8.05323C16.0519 8.0728 15.9289 7.99785 15.8835 7.92149C14.4911 5.57586 11.9301 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,2OACF,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:"M9.46484 3C10.1335 3.00001 10.758 3.33424 11.1289 3.89062L11.9414 5.10938C12.3123 5.66575 12.9368 5.99997 13.6055 6H20C21.1046 6 22 6.89543 22 8V10.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 20H4C2.89543 20 2 19.1046 2 18V5C2 3.89543 2.89543 3 4 3H9.46484Z",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=\"M9.46484 3C10.1335 3.00001 10.758 3.33424 11.1289 3.89062L11.9414 5.10938C12.3123 5.66575 12.9368 5.99997 13.6055 6H20C21.1046 6 22 6.89543 22 8V10.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 20H4C2.89543 20 2 19.1046 2 18V5C2 3.89543 2.89543 3 4 3H9.46484Z\"\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,qYACF,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:"M9.46484 3C10.1335 3.00001 10.758 3.33424 11.1289 3.89062L11.9414 5.10938C12.3123 5.66575 12.9368 5.99997 13.6055 6H20C21.1046 6 22 6.89543 22 8V10.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 20H4C2.89543 20 2 19.1046 2 18V5C2 3.89543 2.89543 3 4 3H9.46484Z",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=\"M9.46484 3C10.1335 3.00001 10.758 3.33424 11.1289 3.89062L11.9414 5.10938C12.3123 5.66575 12.9368 5.99997 13.6055 6H20C21.1046 6 22 6.89543 22 8V10.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 20H4C2.89543 20 2 19.1046 2 18V5C2 3.89543 2.89543 3 4 3H9.46484Z\"\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,qYACF,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 e=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)e(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of i(o))!x.call(r,C)&&C!==t&&e(r,C,{get:()=>o[C],enumerable:!(p=L(o,C))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?I(u(r)):{},a(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(e({},"__esModule",{value:!0}),r);var v={};P(v,{IconHandshake:()=>B,default:()=>h});module.exports=g(v);var n=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=>n.default.createElement(c,{...r},n.default.createElement(f.Path,{d:"M9.81093 5.09763C10.212 4.677 10.1733 3.99547 9.6646 3.71438C7.42965 2.47938 4.6004 2.84688 2.72023 4.81842C0.55285 7.09127 0.405397 10.6864 2.43798 12.9844C5.04022 15.9263 7.78394 18.8887 10.6959 21.5759C11.4338 22.2568 12.5663 22.2569 13.3003 21.5718C15.1939 19.8042 17.016 17.8883 18.7744 16.0181C19.1372 15.6322 19.1357 15.0302 18.7713 14.6458L16.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.23966L9.81093 5.09763ZM21.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.0656 13.0371C20.4667 13.4594 21.1456 13.4539 21.5321 13.0182C21.5421 13.0069 21.552 12.9956 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=\"M9.81093 5.09763C10.212 4.677 10.1733 3.99547 9.6646 3.71438C7.42965 2.47938 4.6004 2.84688 2.72023 4.81842C0.55285 7.09127 0.405397 10.6864 2.43798 12.9844C5.04022 15.9263 7.78394 18.8887 10.6959 21.5759C11.4338 22.2568 12.5663 22.2569 13.3003 21.5718C15.1939 19.8042 17.016 17.8883 18.7744 16.0181C19.1372 15.6322 19.1357 15.0302 18.7713 14.6458L16.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.23966L9.81093 5.09763ZM21.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.0656 13.0371C20.4667 13.4594 21.1456 13.4539 21.5321 13.0182C21.5421 13.0069 21.552 12.9956 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,q8BACF,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 C from"react";import n from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...e})=>n.createElement(p,{...e,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=>C.createElement(t,{...o},C.createElement(a,{d:"M9.81093 5.09763C10.212 4.677 10.1733 3.99547 9.6646 3.71438C7.42965 2.47938 4.6004 2.84688 2.72023 4.81842C0.55285 7.09127 0.405397 10.6864 2.43798 12.9844C5.04022 15.9263 7.78394 18.8887 10.6959 21.5759C11.4338 22.2568 12.5663 22.2569 13.3003 21.5718C15.1939 19.8042 17.016 17.8883 18.7744 16.0181C19.1372 15.6322 19.1357 15.0302 18.7713 14.6458L16.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.23966L9.81093 5.09763ZM21.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.0656 13.0371C20.4667 13.4594 21.1456 13.4539 21.5321 13.0182C21.5421 13.0069 21.552 12.9956 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=\"M9.81093 5.09763C10.212 4.677 10.1733 3.99547 9.6646 3.71438C7.42965 2.47938 4.6004 2.84688 2.72023 4.81842C0.55285 7.09127 0.405397 10.6864 2.43798 12.9844C5.04022 15.9263 7.78394 18.8887 10.6959 21.5759C11.4338 22.2568 12.5663 22.2569 13.3003 21.5718C15.1939 19.8042 17.016 17.8883 18.7744 16.0181C19.1372 15.6322 19.1357 15.0302 18.7713 14.6458L16.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.23966L9.81093 5.09763ZM21.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.0656 13.0371C20.4667 13.4594 21.1456 13.4539 21.5321 13.0182C21.5421 13.0069 21.552 12.9956 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,q8BACF,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:()=>L,default:()=>v});module.exports=g(d);var C=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.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"),L=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M15.1714 8.59835L17.3482 8.96066C17.7591 9.02929 18.1386 9.22469 18.4331 9.51925L20.7066 11.7927C20.894 11.9801 20.9995 12.2347 20.9995 12.4997C20.9995 12.7648 20.8939 13.0193 20.7066 13.2068L12.2066 21.7068C12.0191 21.8942 11.7646 21.9996 11.4995 21.9997C11.2344 21.9997 10.98 21.8942 10.7925 21.7068L8.51907 19.4333C8.22442 19.1386 8.02906 18.7594 7.96048 18.3484L7.59818 16.1716C7.4921 15.5346 7.70012 14.8851 8.15677 14.4284L13.4283 9.15695C13.8849 8.70051 14.5345 8.49222 15.1714 8.59835Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M4.77591 3.95675C4.96165 2.29057 6.99261 1.5778 8.17825 2.76339L12.2066 6.79269C12.5969 7.18309 12.5967 7.81622 12.2066 8.20675L7.20657 13.2068C7.01915 13.3942 6.7646 13.4996 6.49954 13.4997C6.23436 13.4997 5.98004 13.3942 5.79251 13.2068L4.63236 12.0466C4.20279 11.617 3.99208 11.0156 4.05911 10.4118L4.77591 3.95675Z",fill:"currentColor"})),v=L;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=\"M15.1714 8.59835L17.3482 8.96066C17.7591 9.02929 18.1386 9.22469 18.4331 9.51925L20.7066 11.7927C20.894 11.9801 20.9995 12.2347 20.9995 12.4997C20.9995 12.7648 20.8939 13.0193 20.7066 13.2068L12.2066 21.7068C12.0191 21.8942 11.7646 21.9996 11.4995 21.9997C11.2344 21.9997 10.98 21.8942 10.7925 21.7068L8.51907 19.4333C8.22442 19.1386 8.02906 18.7594 7.96048 18.3484L7.59818 16.1716C7.4921 15.5346 7.70012 14.8851 8.15677 14.4284L13.4283 9.15695C13.8849 8.70051 14.5345 8.49222 15.1714 8.59835Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.77591 3.95675C4.96165 2.29057 6.99261 1.5778 8.17825 2.76339L12.2066 6.79269C12.5969 7.18309 12.5967 7.81622 12.2066 8.20675L7.20657 13.2068C7.01915 13.3942 6.7646 13.4996 6.49954 13.4997C6.23436 13.4997 5.98004 13.3942 5.79251 13.2068L4.63236 12.0466C4.20279 11.617 3.99208 11.0156 4.05911 10.4118L4.77591 3.95675Z\"\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,gfACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iUACF,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:"M15.1714 8.59835L17.3482 8.96066C17.7591 9.02929 18.1386 9.22469 18.4331 9.51925L20.7066 11.7927C20.894 11.9801 20.9995 12.2347 20.9995 12.4997C20.9995 12.7648 20.8939 13.0193 20.7066 13.2068L12.2066 21.7068C12.0191 21.8942 11.7646 21.9996 11.4995 21.9997C11.2344 21.9997 10.98 21.8942 10.7925 21.7068L8.51907 19.4333C8.22442 19.1386 8.02906 18.7594 7.96048 18.3484L7.59818 16.1716C7.4921 15.5346 7.70012 14.8851 8.15677 14.4284L13.4283 9.15695C13.8849 8.70051 14.5345 8.49222 15.1714 8.59835Z",fill:"currentColor"}),t.createElement(n,{d:"M4.77591 3.95675C4.96165 2.29057 6.99261 1.5778 8.17825 2.76339L12.2066 6.79269C12.5969 7.18309 12.5967 7.81622 12.2066 8.20675L7.20657 13.2068C7.01915 13.3942 6.7646 13.4996 6.49954 13.4997C6.23436 13.4997 5.98004 13.3942 5.79251 13.2068L4.63236 12.0466C4.20279 11.617 3.99208 11.0156 4.05911 10.4118L4.77591 3.95675Z",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=\"M15.1714 8.59835L17.3482 8.96066C17.7591 9.02929 18.1386 9.22469 18.4331 9.51925L20.7066 11.7927C20.894 11.9801 20.9995 12.2347 20.9995 12.4997C20.9995 12.7648 20.8939 13.0193 20.7066 13.2068L12.2066 21.7068C12.0191 21.8942 11.7646 21.9996 11.4995 21.9997C11.2344 21.9997 10.98 21.8942 10.7925 21.7068L8.51907 19.4333C8.22442 19.1386 8.02906 18.7594 7.96048 18.3484L7.59818 16.1716C7.4921 15.5346 7.70012 14.8851 8.15677 14.4284L13.4283 9.15695C13.8849 8.70051 14.5345 8.49222 15.1714 8.59835Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.77591 3.95675C4.96165 2.29057 6.99261 1.5778 8.17825 2.76339L12.2066 6.79269C12.5969 7.18309 12.5967 7.81622 12.2066 8.20675L7.20657 13.2068C7.01915 13.3942 6.7646 13.4996 6.49954 13.4997C6.23436 13.4997 5.98004 13.3942 5.79251 13.2068L4.63236 12.0466C4.20279 11.617 3.99208 11.0156 4.05911 10.4118L4.77591 3.95675Z\"\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,gfACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iUACF,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:"M9.46484 3C10.1335 3.00001 10.758 3.33424 11.1289 3.89062L11.9414 5.10938C12.3123 5.66575 12.9368 5.99997 13.6055 6H20C21.1046 6 22 6.89543 22 8V18C22 19.1046 21.1046 20 20 20H4C2.89543 20 2 19.1046 2 18V5C2 3.89543 2.89543 3 4 3H9.46484ZM13.1367 10.3633C12.7852 10.0118 12.2148 10.0118 11.8633 10.3633C11.512 10.7148 11.5119 11.2853 11.8633 11.6367L12.8262 12.5996H9C8.50294 12.5996 8.09961 13.0029 8.09961 13.5C8.09965 13.997 8.50297 14.4004 9 14.4004H12.8262L11.8633 15.3633C11.512 15.7148 11.5119 16.2853 11.8633 16.6367C12.2147 16.988 12.7853 16.988 13.1367 16.6367L15.6367 14.1367C15.9881 13.7853 15.988 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=\"M9.46484 3C10.1335 3.00001 10.758 3.33424 11.1289 3.89062L11.9414 5.10938C12.3123 5.66575 12.9368 5.99997 13.6055 6H20C21.1046 6 22 6.89543 22 8V18C22 19.1046 21.1046 20 20 20H4C2.89543 20 2 19.1046 2 18V5C2 3.89543 2.89543 3 4 3H9.46484ZM13.1367 10.3633C12.7852 10.0118 12.2148 10.0118 11.8633 10.3633C11.512 10.7148 11.5119 11.2853 11.8633 11.6367L12.8262 12.5996H9C8.50294 12.5996 8.09961 13.0029 8.09961 13.5C8.09965 13.997 8.50297 14.4004 9 14.4004H12.8262L11.8633 15.3633C11.512 15.7148 11.5119 16.2853 11.8633 16.6367C12.2147 16.988 12.7853 16.988 13.1367 16.6367L15.6367 14.1367C15.9881 13.7853 15.988 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,6oBACF,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:"M9.46484 3C10.1335 3.00001 10.758 3.33424 11.1289 3.89062L11.9414 5.10938C12.3123 5.66575 12.9368 5.99997 13.6055 6H20C21.1046 6 22 6.89543 22 8V18C22 19.1046 21.1046 20 20 20H4C2.89543 20 2 19.1046 2 18V5C2 3.89543 2.89543 3 4 3H9.46484ZM13.1367 10.3633C12.7852 10.0118 12.2148 10.0118 11.8633 10.3633C11.512 10.7148 11.5119 11.2853 11.8633 11.6367L12.8262 12.5996H9C8.50294 12.5996 8.09961 13.0029 8.09961 13.5C8.09965 13.997 8.50297 14.4004 9 14.4004H12.8262L11.8633 15.3633C11.512 15.7148 11.5119 16.2853 11.8633 16.6367C12.2147 16.988 12.7853 16.988 13.1367 16.6367L15.6367 14.1367C15.9881 13.7853 15.988 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=\"M9.46484 3C10.1335 3.00001 10.758 3.33424 11.1289 3.89062L11.9414 5.10938C12.3123 5.66575 12.9368 5.99997 13.6055 6H20C21.1046 6 22 6.89543 22 8V18C22 19.1046 21.1046 20 20 20H4C2.89543 20 2 19.1046 2 18V5C2 3.89543 2.89543 3 4 3H9.46484ZM13.1367 10.3633C12.7852 10.0118 12.2148 10.0118 11.8633 10.3633C11.512 10.7148 11.5119 11.2853 11.8633 11.6367L12.8262 12.5996H9C8.50294 12.5996 8.09961 13.0029 8.09961 13.5C8.09965 13.997 8.50297 14.4004 9 14.4004H12.8262L11.8633 15.3633C11.512 15.7148 11.5119 16.2853 11.8633 16.6367C12.2147 16.988 12.7853 16.988 13.1367 16.6367L15.6367 14.1367C15.9881 13.7853 15.988 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,6oBACF,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:"M18.5 2C19.6046 2 20.5 2.89543 20.5 4V20C20.5 21.1046 19.6046 22 18.5 22H5.5C4.39543 22 3.5 21.1046 3.5 20V4C3.5 2.89543 4.39543 2 5.5 2H18.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=\"M18.5 2C19.6046 2 20.5 2.89543 20.5 4V20C20.5 21.1046 19.6046 22 18.5 22H5.5C4.39543 22 3.5 21.1046 3.5 20V4C3.5 2.89543 4.39543 2 5.5 2H18.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:"M18.5 2C19.6046 2 20.5 2.89543 20.5 4V20C20.5 21.1046 19.6046 22 18.5 22H5.5C4.39543 22 3.5 21.1046 3.5 20V4C3.5 2.89543 4.39543 2 5.5 2H18.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=\"M18.5 2C19.6046 2 20.5 2.89543 20.5 4V20C20.5 21.1046 19.6046 22 18.5 22H5.5C4.39543 22 3.5 21.1046 3.5 20V4C3.5 2.89543 4.39543 2 5.5 2H18.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-1-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 14V19C17 20.1046 16.1046 21 15 21H5C3.89543 21 3 20.1046 3 19V9C3 7.89543 3.89543 7 5 7H10ZM11 19H15V15H11V19ZM5 13H9V9H5V13Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 3C20.1046 3 21 3.89543 21 5V10C21 10.5523 20.5523 11 20 11H14C13.4477 11 13 10.5523 13 10V4C13 3.44772 13.4477 3 14 3H19Z\" fill=\"currentColor\"/>",
3212
+ "iconName": "blocks, integration, apps",
3213
+ "variant": {
3214
+ "join": "round",
3215
+ "filled": "on",
3216
+ "radius": "1",
3217
+ "stroke": "2"
3218
+ },
3219
+ "createdAt": "2026-01-09T12:01:13.575765+00:00",
3220
+ "packageName": "round-filled-radius-1-stroke-2",
3221
+ "componentName": "IconBlocks"
3222
+ },
3209
3223
  {
3210
3224
  "category": "Filter & Settings",
3211
3225
  "svg": "<path d=\"M9 13C10.1046 13 11 13.8954 11 15V19C11 20.1046 10.1046 21 9 21H5C3.89543 21 3 20.1046 3 19V15C3 13.8954 3.89543 13 5 13H9ZM17.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.22461ZM9 3C10.1046 3 11 3.89543 11 5V9C11 10.1046 10.1046 11 9 11H5C3.89543 11 3 10.1046 3 9V5C3 3.89543 3.89543 3 5 3H9Z\" fill=\"currentColor\"/>",
@@ -6510,20 +6524,6 @@
6510
6524
  "packageName": "round-filled-radius-1-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.7286 8 16.4609 8.01808 16.1982 8.05323C16.0519 8.0728 15.9289 7.99785 15.8835 7.92149C14.4911 5.57586 11.9301 4 9 4Z\" fill=\"currentColor\"/>",
6516
- "iconName": "cloud, clouds",
6517
- "variant": {
6518
- "join": "round",
6519
- "filled": "on",
6520
- "radius": "1",
6521
- "stroke": "2"
6522
- },
6523
- "createdAt": "2025-02-15T21:11:34.065631+00:00",
6524
- "packageName": "round-filled-radius-1-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.342 2.72831 9.08774 5.12243 8.29963C5.41842 8.20219 5.66814 7.99536 5.81435 7.72017C6.99026 5.50705 9.31914 4 12 4C14.6809 4 17.0097 5.50705 18.1856 7.72017C18.3319 7.99536 18.5816 8.20219 18.8776 8.29963C21.2717 9.08774 23 11.342 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-1-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.7286 8 16.4609 8.01808 16.1982 8.05323C16.0519 8.0728 15.9289 7.99785 15.8835 7.92149C14.4911 5.57586 11.9301 4 9 4Z\" fill=\"currentColor\"/>",
6684
+ "iconName": "cloud-weather, clouds",
6685
+ "variant": {
6686
+ "join": "round",
6687
+ "filled": "on",
6688
+ "radius": "1",
6689
+ "stroke": "2"
6690
+ },
6691
+ "createdAt": "2025-02-15T21:11:34.065631+00:00",
6692
+ "packageName": "round-filled-radius-1-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.2556 7.32674 14.1161 8.09158 14.7581 9.01856C14.8273 9.11843 15.0064 9.20213 15.189 9.15746C15.6101 9.0544 16.0494 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-1-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=\"M9.46484 3C10.1335 3.00001 10.758 3.33424 11.1289 3.89062L11.9414 5.10938C12.3123 5.66575 12.9368 5.99997 13.6055 6H20C21.1046 6 22 6.89543 22 8V10.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 20H4C2.89543 20 2 19.1046 2 18V5C2 3.89543 2.89543 3 4 3H9.46484Z\" fill=\"currentColor\"/>",
10702
+ "iconName": "folder-shield, folder-security",
10703
+ "variant": {
10704
+ "join": "round",
10705
+ "filled": "on",
10706
+ "radius": "1",
10707
+ "stroke": "2"
10708
+ },
10709
+ "createdAt": "2026-01-09T12:01:13.575765+00:00",
10710
+ "packageName": "round-filled-radius-1-stroke-2",
10711
+ "componentName": "IconFolderShield"
10712
+ },
10685
10713
  {
10686
10714
  "category": "AI & Magic",
10687
10715
  "svg": "<path d=\"M9.46484 3C10.1335 3.00001 10.758 3.33424 11.1289 3.89062L12.5352 6H20C21.1046 6 22 6.89543 22 8V18C22 19.1046 21.1046 20 20 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.0713V5C2 3.89543 2.89543 3 4 3H9.46484Z\" 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-1-stroke-2",
11747
11775
  "componentName": "IconHandBell"
11748
11776
  },
11777
+ {
11778
+ "category": "Hands",
11779
+ "svg": "<path d=\"M9.81093 5.09763C10.212 4.677 10.1733 3.99547 9.6646 3.71438C7.42965 2.47938 4.6004 2.84688 2.72023 4.81842C0.55285 7.09127 0.405397 10.6864 2.43798 12.9844C5.04022 15.9263 7.78394 18.8887 10.6959 21.5759C11.4338 22.2568 12.5663 22.2569 13.3003 21.5718C15.1939 19.8042 17.016 17.8883 18.7744 16.0181C19.1372 15.6322 19.1357 15.0302 18.7713 14.6458L16.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.23966L9.81093 5.09763ZM21.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.0656 13.0371C20.4667 13.4594 21.1456 13.4539 21.5321 13.0182C21.5421 13.0069 21.552 12.9956 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": "1",
11785
+ "stroke": "2"
11786
+ },
11787
+ "createdAt": "2026-01-09T15:00:38.162674+00:00",
11788
+ "packageName": "round-filled-radius-1-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-1-stroke-2",
13931
13973
  "componentName": "IconMarker"
13932
13974
  },
13975
+ {
13976
+ "category": "Edit",
13977
+ "svg": "<path d=\"M15.1714 8.59835L17.3482 8.96066C17.7591 9.02929 18.1386 9.22469 18.4331 9.51925L20.7066 11.7927C20.894 11.9801 20.9995 12.2347 20.9995 12.4997C20.9995 12.7648 20.8939 13.0193 20.7066 13.2068L12.2066 21.7068C12.0191 21.8942 11.7646 21.9996 11.4995 21.9997C11.2344 21.9997 10.98 21.8942 10.7925 21.7068L8.51907 19.4333C8.22442 19.1386 8.02906 18.7594 7.96048 18.3484L7.59818 16.1716C7.4921 15.5346 7.70012 14.8851 8.15677 14.4284L13.4283 9.15695C13.8849 8.70051 14.5345 8.49222 15.1714 8.59835Z\" fill=\"currentColor\"/><path d=\"M4.77591 3.95675C4.96165 2.29057 6.99261 1.5778 8.17825 2.76339L12.2066 6.79269C12.5969 7.18309 12.5967 7.81622 12.2066 8.20675L7.20657 13.2068C7.01915 13.3942 6.7646 13.4996 6.49954 13.4997C6.23436 13.4997 5.98004 13.3942 5.79251 13.2068L4.63236 12.0466C4.20279 11.617 3.99208 11.0156 4.05911 10.4118L4.77591 3.95675Z\" fill=\"currentColor\"/>",
13978
+ "iconName": "marker-2, highlight",
13979
+ "variant": {
13980
+ "join": "round",
13981
+ "filled": "on",
13982
+ "radius": "1",
13983
+ "stroke": "2"
13984
+ },
13985
+ "createdAt": "2026-01-09T12:01:13.575765+00:00",
13986
+ "packageName": "round-filled-radius-1-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.8124C6.88703 17.3213 7.19433 16.8549 7.44863 16.3611C7.84911 15.5834 8.59563 15 9.4704 15H14.5296C15.4044 15 16.1509 15.5834 16.5514 16.3611C16.8057 16.8549 17.113 17.3213 17.4969 17.8124C16.0636 19.1684 14.1289 20 12 20C9.87107 20 7.93641 19.1684 6.50305 17.8124ZM9 13V11.0616C9 10.1438 9.62459 9.34385 10.5149 9.12127L12.5149 8.62127C13.7772 8.30569 15 9.26041 15 10.5616V13H9Z\" fill=\"currentColor\"/>",
@@ -14546,6 +14602,20 @@
14546
14602
  "packageName": "round-filled-radius-1-stroke-2",
14547
14603
  "componentName": "IconMouth"
14548
14604
  },
14605
+ {
14606
+ "category": "Folders & Files",
14607
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.46484 3C10.1335 3.00001 10.758 3.33424 11.1289 3.89062L11.9414 5.10938C12.3123 5.66575 12.9368 5.99997 13.6055 6H20C21.1046 6 22 6.89543 22 8V18C22 19.1046 21.1046 20 20 20H4C2.89543 20 2 19.1046 2 18V5C2 3.89543 2.89543 3 4 3H9.46484ZM13.1367 10.3633C12.7852 10.0118 12.2148 10.0118 11.8633 10.3633C11.512 10.7148 11.5119 11.2853 11.8633 11.6367L12.8262 12.5996H9C8.50294 12.5996 8.09961 13.0029 8.09961 13.5C8.09965 13.997 8.50297 14.4004 9 14.4004H12.8262L11.8633 15.3633C11.512 15.7148 11.5119 16.2853 11.8633 16.6367C12.2147 16.988 12.7853 16.988 13.1367 16.6367L15.6367 14.1367C15.9881 13.7853 15.988 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": "1",
14613
+ "stroke": "2"
14614
+ },
14615
+ "createdAt": "2026-01-09T12:01:13.575765+00:00",
14616
+ "packageName": "round-filled-radius-1-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 4C2 2.89543 2.89543 2 4 2H14C15.1046 2 16 2.89543 16 4V8H20C21.1046 8 22 8.89543 22 10V20C22 21.1046 21.1046 22 20 22H10C8.89543 22 8 21.1046 8 20V16H4C2.89543 16 2 15.1046 2 14V4ZM14 8V4H4V10.1315L5.4453 9.16795C5.7812 8.94402 6.2188 8.94402 6.5547 9.16795L8 10.1315V10C8 8.89543 8.89543 8 10 8H14ZM5 6.25C5 5.55964 5.55964 5 6.25 5C6.94036 5 7.5 5.55964 7.5 6.25C7.5 6.94036 6.94036 7.5 6.25 7.5C5.55964 7.5 5 6.94036 5 6.25ZM13.5415 12.5113C13.874 12.3397 14.2746 12.3682 14.5795 12.585L16.8295 14.185C17.0933 14.3726 17.25 14.6763 17.25 15C17.25 15.3237 17.0933 15.6274 16.8295 15.815L14.5795 17.415C14.2746 17.6318 13.874 17.6603 13.5415 17.4887C13.2089 17.3171 13 16.9742 13 16.6V13.4C13 13.0258 13.2089 12.6829 13.5415 12.5113Z\" fill=\"currentColor\"/>",
@@ -16044,6 +16114,20 @@
16044
16114
  "packageName": "round-filled-radius-1-stroke-2",
16045
16115
  "componentName": "IconPeopleGear"
16046
16116
  },
16117
+ {
16118
+ "category": "People",
16119
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5 2C19.6046 2 20.5 2.89543 20.5 4V20C20.5 21.1046 19.6046 22 18.5 22H5.5C4.39543 22 3.5 21.1046 3.5 20V4C3.5 2.89543 4.39543 2 5.5 2H18.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": "1",
16125
+ "stroke": "2"
16126
+ },
16127
+ "createdAt": "2026-01-09T15:00:38.162674+00:00",
16128
+ "packageName": "round-filled-radius-1-stroke-2",
16129
+ "componentName": "IconPeopleIdCard"
16130
+ },
16047
16131
  {
16048
16132
  "category": "People",
16049
16133
  "svg": "<path d=\"M12.001 2C9.5157 2 7.50098 4.01472 7.50098 6.5C7.50098 8.98528 9.5157 11 12.001 11C14.4863 11 16.501 8.98528 16.501 6.5C16.501 4.01472 14.4863 2 12.001 2Z\" fill=\"currentColor\"/><path d=\"M3.69691 18.6964C4.55378 14.8837 7.70183 12 12.001 12C13.3872 12 14.6538 12.2998 15.7624 12.8339C13.2789 13.3096 12.001 15.7194 12.001 17.75C12.001 18.9916 12.4724 20.1032 13.0996 21H5.59944C4.46429 21 3.40713 19.9858 3.69691 18.6964Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6676 14.75C15.9827 14.75 15.2993 15.0252 14.7923 15.5661C14.2805 16.112 14.001 16.8693 14.001 17.75C14.001 19.1781 14.9987 20.269 15.7703 20.9064C16.1831 21.2473 16.6022 21.5179 16.9411 21.7062C17.1104 21.8002 17.2693 21.8791 17.4064 21.9379C17.4739 21.9668 17.5474 21.9957 17.6212 22.0193L17.6242 22.0203C17.6685 22.0345 17.8206 22.0833 18.001 22.0833C18.1814 22.0833 18.3334 22.0345 18.3778 22.0203L18.3807 22.0193C18.4545 21.9957 18.528 21.9668 18.5956 21.9379C18.7326 21.8791 18.8916 21.8002 19.0608 21.7062C19.3997 21.5179 19.8189 21.2473 20.2316 20.9064C21.0032 20.269 22.001 19.1781 22.001 17.75C22.001 16.8693 21.7215 16.112 21.2097 15.5661C20.7027 15.0252 20.0193 14.75 19.3343 14.75C18.7853 14.75 18.3331 14.896 18.001 15.0578C17.6689 14.896 17.2166 14.75 16.6676 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"