@central-icons-react-native/square-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 (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})},c=(o,r,e,a)=>{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:!(a=u(r,n))||a.enumerable});return o};var f=(o,r,e)=>(e=o!=null?i(B(o)):{},c(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),I=o=>c(t({},"__esModule",{value:!0}),o);var P={};V(P,{IconBlocks:()=>d,default:()=>x});module.exports=I(P);var l=f(require("react"));var m=f(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 p=require("react-native-svg"),d=o=>l.default.createElement(C,{...o},l.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M11 13H17V21H3V7H11V13ZM11 19H15V15H11V19ZM5 13H9V9H5V13Z",fill:"currentColor"}),l.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 11H13V3H21V11Z",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=\"M11 13H17V21H3V7H11V13ZM11 19H15V15H11V19ZM5 13H9V9H5V13Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 11H13V3H21V11Z\"\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,4DACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,qBACF,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 a}from"react-native-svg";var n=({children:r,size:o=24,...l})=>p.createElement(a,{...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 c=r=>e.createElement(n,{...r},e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M11 13H17V21H3V7H11V13ZM11 19H15V15H11V19ZM5 13H9V9H5V13Z",fill:"currentColor"}),e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 11H13V3H21V11Z",fill:"currentColor"})),H=c;export{c 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=\"M11 13H17V21H3V7H11V13ZM11 19H15V15H11V19ZM5 13H9V9H5V13Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 11H13V3H21V11Z\"\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,4DACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,qBACF,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 L=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 e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!x.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=u(o,t))||C.enumerable});return r};var m=(r,o,e)=>(e=r!=null?L(I(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 p=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 l=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(l.Path,{d:"M18.7129 11.2979L22.5 13.0752V16.2051C22.5 18.1522 21.2474 19.879 19.3965 20.4834L18.5 20.7764L17.6035 20.4834C15.7526 19.879 14.5 18.1522 14.5 16.2051V13.0752L18.2871 11.2979L18.5 11.1973L18.7129 11.2979Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M12.5352 6H22V10.6309L18.5 8.98828L12.5 11.8047V16.2051C12.5 17.6017 12.9461 18.9199 13.7227 20H2V3H10.5352L12.5352 6Z",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.7129 11.2979L22.5 13.0752V16.2051C22.5 18.1522 21.2474 19.879 19.3965 20.4834L18.5 20.7764L17.6035 20.4834C15.7526 19.879 14.5 18.1522 14.5 16.2051V13.0752L18.2871 11.2979L18.5 11.1973L18.7129 11.2979Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.5352 6H22V10.6309L18.5 8.98828L12.5 11.8047V16.2051C12.5 17.6017 12.9461 18.9199 13.7227 20H2V3H10.5352L12.5352 6Z\"\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,gNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yHACF,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 l from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...p})=>l.createElement(C,{...p,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.7129 11.2979L22.5 13.0752V16.2051C22.5 18.1522 21.2474 19.879 19.3965 20.4834L18.5 20.7764L17.6035 20.4834C15.7526 19.879 14.5 18.1522 14.5 16.2051V13.0752L18.2871 11.2979L18.5 11.1973L18.7129 11.2979Z",fill:"currentColor"}),e.createElement(n,{d:"M12.5352 6H22V10.6309L18.5 8.98828L12.5 11.8047V16.2051C12.5 17.6017 12.9461 18.9199 13.7227 20H2V3H10.5352L12.5352 6Z",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.7129 11.2979L22.5 13.0752V16.2051C22.5 18.1522 21.2474 19.879 19.3965 20.4834L18.5 20.7764L17.6035 20.4834C15.7526 19.879 14.5 18.1522 14.5 16.2051V13.0752L18.2871 11.2979L18.5 11.1973L18.7129 11.2979Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.5352 6H22V10.6309L18.5 8.98828L12.5 11.8047V16.2051C12.5 17.6017 12.9461 18.9199 13.7227 20H2V3H10.5352L12.5352 6Z\"\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,gNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yHACF,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,C)=>{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:!(C=L(o,e))||C.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 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"),B=r=>p.default.createElement(c,{...r},p.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.42536 16.3617 8.5992 19.5161 12 22.5C14.6006 20.2182 17.0676 17.836 19.4203 15.3305L15.4709 11.1638L14.48 12.2C12.6831 14.0842 9.7704 14.0872 7.9734 12.2032L5.49283 9.62643L10.5536 4.31868ZM21.2798 4.81842C18.9676 2.39386 15.2185 2.39386 12.9063 4.81842L8.3211 9.62643L9.38754 10.7204C10.4034 11.7853 12.0506 11.7855 13.0664 10.7204L15.4709 8.19811L20.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.42536 16.3617 8.5992 19.5161 12 22.5C14.6006 20.2182 17.0676 17.836 19.4203 15.3305L15.4709 11.1638L14.48 12.2C12.6831 14.0842 9.7704 14.0872 7.9734 12.2032L5.49283 9.62643L10.5536 4.31868ZM21.2798 4.81842C18.9676 2.39386 15.2185 2.39386 12.9063 4.81842L8.3211 9.62643L9.38754 10.7204C10.4034 11.7853 12.0506 11.7855 13.0664 10.7204L15.4709 8.19811L20.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,gkBACF,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 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:"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.42536 16.3617 8.5992 19.5161 12 22.5C14.6006 20.2182 17.0676 17.836 19.4203 15.3305L15.4709 11.1638L14.48 12.2C12.6831 14.0842 9.7704 14.0872 7.9734 12.2032L5.49283 9.62643L10.5536 4.31868ZM21.2798 4.81842C18.9676 2.39386 15.2185 2.39386 12.9063 4.81842L8.3211 9.62643L9.38754 10.7204C10.4034 11.7853 12.0506 11.7855 13.0664 10.7204L15.4709 8.19811L20.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.42536 16.3617 8.5992 19.5161 12 22.5C14.6006 20.2182 17.0676 17.836 19.4203 15.3305L15.4709 11.1638L14.48 12.2C12.6831 14.0842 9.7704 14.0872 7.9734 12.2032L5.49283 9.62643L10.5536 4.31868ZM21.2798 4.81842C18.9676 2.39386 15.2185 2.39386 12.9063 4.81842L8.3211 9.62643L9.38754 10.7204C10.4034 11.7853 12.0506 11.7855 13.0664 10.7204L15.4709 8.19811L20.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,gkBACF,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})},m=(r,o,t,a)=>{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:!(a=u(o,e))||a.enumerable});return r};var C=(r,o,t)=>(t=r!=null?i(I(r)):{},m(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>m(n({},"__esModule",{value:!0}),r);var d={};P(d,{IconMarker2:()=>L,default:()=>v});module.exports=g(d);var p=C(require("react"));var s=C(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 l=require("react-native-svg"),L=r=>p.default.createElement(c,{...r},p.default.createElement(l.Path,{d:"M17.9805 9.06641L21.4141 12.5L11.5 22.4141L8.06641 18.9805L7.42871 15.1572L14.1572 8.42871L17.9805 9.06641Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M12.9141 7.5L6.5 13.9141L3.89258 11.3066L6.45801 1.04395L12.9141 7.5Z",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=\"M17.9805 9.06641L21.4141 12.5L11.5 22.4141L8.06641 18.9805L7.42871 15.1572L14.1572 8.42871L17.9805 9.06641Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.9141 7.5L6.5 13.9141L3.89258 11.3066L6.45801 1.04395L12.9141 7.5Z\"\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,8GACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wEACF,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 l from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...p})=>l.createElement(a,{...p,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 m=o=>t.createElement(e,{...o},t.createElement(n,{d:"M17.9805 9.06641L21.4141 12.5L11.5 22.4141L8.06641 18.9805L7.42871 15.1572L14.1572 8.42871L17.9805 9.06641Z",fill:"currentColor"}),t.createElement(n,{d:"M12.9141 7.5L6.5 13.9141L3.89258 11.3066L6.45801 1.04395L12.9141 7.5Z",fill:"currentColor"})),x=m;export{m 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=\"M17.9805 9.06641L21.4141 12.5L11.5 22.4141L8.06641 18.9805L7.42871 15.1572L14.1572 8.42871L17.9805 9.06641Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.9141 7.5L6.5 13.9141L3.89258 11.3066L6.45801 1.04395L12.9141 7.5Z\"\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,8GACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wEACF,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})},a=(o,r,e,l)=>{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:!(l=d(r,t))||l.enumerable});return o};var m=(o,r,e)=>(e=o!=null?u(B(o)):{},a(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),L=o=>a(n({},"__esModule",{value:!0}),o);var g={};x(g,{IconMoveFolder:()=>i,default:()=>P});module.exports=L(g);var p=m(require("react"));var s=m(require("react")),C=require("react-native-svg"),c=({children:o,size:r=24,...e})=>s.default.createElement(C.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=>p.default.createElement(c,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.5352 6H22V20H2V3H10.5352L12.5352 6ZM11.3633 11.1338L12.8262 12.5967H8.09961V14.3975H12.8262L11.3633 15.8604L12.6367 17.1338L16.2725 13.4971L12.6367 9.86035L11.3633 11.1338Z",fill:"currentColor"})),P=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=\"M12.5352 6H22V20H2V3H10.5352L12.5352 6ZM11.3633 11.1338L12.8262 12.5967H8.09961V14.3975H12.8262L11.3633 15.8604L12.6367 17.1338L16.2725 13.4971L12.6367 9.86035L11.3633 11.1338Z\"\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,mLACF,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 p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:o=24,...n})=>p.createElement(l,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as a}from"react-native-svg";var m=r=>t.createElement(e,{...r},t.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.5352 6H22V20H2V3H10.5352L12.5352 6ZM11.3633 11.1338L12.8262 12.5967H8.09961V14.3975H12.8262L11.3633 15.8604L12.6367 17.1338L16.2725 13.4971L12.6367 9.86035L11.3633 11.1338Z",fill:"currentColor"})),I=m;export{m 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=\"M12.5352 6H22V20H2V3H10.5352L12.5352 6ZM11.3633 11.1338L12.8262 12.5967H8.09961V14.3975H12.8262L11.3633 15.8604L12.6367 17.1338L16.2725 13.4971L12.6367 9.86035L11.3633 11.1338Z\"\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,mLACF,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 n=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)n(o,e,{get:r[e],enumerable:!0})},C=(o,r,e,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!P.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(l=u(r,t))||l.enumerable});return o};var a=(o,r,e)=>(e=o!=null?i(B(o)):{},C(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>C(n({},"__esModule",{value:!0}),o);var H={};v(H,{IconPeopleIdCard:()=>d,default:()=>g});module.exports=x(H);var p=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=>p.default.createElement(c,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.5 22H3.5V2H20.5V22ZM12 16C10 16 7.48535 17.522 7.48535 20.0156H16.5156C16.5156 17.522 14 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.5ZM9 6H15V4H9V6Z",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=\"M20.5 22H3.5V2H20.5V22ZM12 16C10 16 7.48535 17.522 7.48535 20.0156H16.5156C16.5156 17.522 14 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.5ZM9 6H15V4H9V6Z\"\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,iQACF,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 p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:o=24,...n})=>p.createElement(l,{...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 C}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.5 22H3.5V2H20.5V22ZM12 16C10 16 7.48535 17.522 7.48535 20.0156H16.5156C16.5156 17.522 14 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.5ZM9 6H15V4H9V6Z",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=\"M20.5 22H3.5V2H20.5V22ZM12 16C10 16 7.48535 17.522 7.48535 20.0156H16.5156C16.5156 17.522 14 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.5ZM9 6H15V4H9V6Z\"\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,iQACF,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": "square-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=\"M11 13H17V21H3V7H11V13ZM11 19H15V15H11V19ZM5 13H9V9H5V13Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 11H13V3H21V11Z\" fill=\"currentColor\"/>",
3212
+ "iconName": "blocks, integration, apps",
3213
+ "variant": {
3214
+ "join": "square",
3215
+ "filled": "on",
3216
+ "radius": "0",
3217
+ "stroke": "2"
3218
+ },
3219
+ "createdAt": "2026-01-09T12:01:13.575765+00:00",
3220
+ "packageName": "square-filled-radius-0-stroke-2",
3221
+ "componentName": "IconBlocks"
3222
+ },
3209
3223
  {
3210
3224
  "category": "Filter & Settings",
3211
3225
  "svg": "<path d=\"M11 21H3V13H11V21Z\" fill=\"currentColor\"/><path d=\"M22.707 10.293L21.293 11.707L19 9.41406V18H17V9.41406L14.707 11.707L13.293 10.293L18 5.58594L22.707 10.293Z\" fill=\"currentColor\"/><path d=\"M11 11H3V3H11V11Z\" fill=\"currentColor\"/>",
@@ -6510,20 +6524,6 @@
6510
6524
  "packageName": "square-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": "square",
6519
- "filled": "on",
6520
- "radius": "0",
6521
- "stroke": "2"
6522
- },
6523
- "createdAt": "2025-02-15T21:11:34.065631+00:00",
6524
- "packageName": "square-filled-radius-0-stroke-2",
6525
- "componentName": "IconCloud1"
6526
- },
6527
6527
  {
6528
6528
  "category": "Clouds",
6529
6529
  "svg": "<path d=\"M5.14089 18.6429C3.30008 17.9052 2 16.1044 2 14C2 11.4673 3.88316 9.37436 6.32568 9.04508C7.13649 6.69118 9.37075 5 12 5C14.6293 5 16.8635 6.69118 17.6743 9.04508C20.1168 9.37436 22 11.4673 22 14C22 16.1044 20.6999 17.9052 18.8591 18.6429\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><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.68617 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": "square-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": "square",
6687
+ "filled": "on",
6688
+ "radius": "0",
6689
+ "stroke": "2"
6690
+ },
6691
+ "createdAt": "2025-02-15T21:11:34.065631+00:00",
6692
+ "packageName": "square-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": "square-filled-radius-0-stroke-2",
10683
10697
  "componentName": "IconFolderShared"
10684
10698
  },
10699
+ {
10700
+ "category": "Folders & Files",
10701
+ "svg": "<path d=\"M18.7129 11.2979L22.5 13.0752V16.2051C22.5 18.1522 21.2474 19.879 19.3965 20.4834L18.5 20.7764L17.6035 20.4834C15.7526 19.879 14.5 18.1522 14.5 16.2051V13.0752L18.2871 11.2979L18.5 11.1973L18.7129 11.2979Z\" fill=\"currentColor\"/><path d=\"M12.5352 6H22V10.6309L18.5 8.98828L12.5 11.8047V16.2051C12.5 17.6017 12.9461 18.9199 13.7227 20H2V3H10.5352L12.5352 6Z\" fill=\"currentColor\"/>",
10702
+ "iconName": "folder-shield, folder-security",
10703
+ "variant": {
10704
+ "join": "square",
10705
+ "filled": "on",
10706
+ "radius": "0",
10707
+ "stroke": "2"
10708
+ },
10709
+ "createdAt": "2026-01-09T12:01:13.575765+00:00",
10710
+ "packageName": "square-filled-radius-0-stroke-2",
10711
+ "componentName": "IconFolderShield"
10712
+ },
10685
10713
  {
10686
10714
  "category": "AI & Magic",
10687
10715
  "svg": "<path d=\"M10.5352 3L12.5352 6H22V20H7.92676L7.94727 19.9473L11 18.7734V15.2266L7.94727 14.0518L6.77344 11H3.22656L2.05176 14.0518L2 14.0713V3H10.5352Z\" fill=\"currentColor\"/><path d=\"M2.05176 19.9473L2.07227 20H2V19.9268L2.05176 19.9473Z\" fill=\"currentColor\"/><path d=\"M5.4 13H4.6L3.6 15.6L1 16.6V17.4L3.6 18.4L4.6 21H5.4L6.4 18.4L9 17.4V16.6L6.4 15.6L5.4 13Z\" fill=\"currentColor\"/>",
@@ -11746,6 +11774,20 @@
11746
11774
  "packageName": "square-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.42536 16.3617 8.5992 19.5161 12 22.5C14.6006 20.2182 17.0676 17.836 19.4203 15.3305L15.4709 11.1638L14.48 12.2C12.6831 14.0842 9.7704 14.0872 7.9734 12.2032L5.49283 9.62643L10.5536 4.31868ZM21.2798 4.81842C18.9676 2.39386 15.2185 2.39386 12.9063 4.81842L8.3211 9.62643L9.38754 10.7204C10.4034 11.7853 12.0506 11.7855 13.0664 10.7204L15.4709 8.19811L20.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": "square",
11783
+ "filled": "on",
11784
+ "radius": "0",
11785
+ "stroke": "2"
11786
+ },
11787
+ "createdAt": "2026-01-09T15:00:38.162674+00:00",
11788
+ "packageName": "square-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 10H2V8H3C3.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 8H22V10H21C20.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 18H2V16H3C3.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 16H22V18H21C20.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": "square-filled-radius-0-stroke-2",
13931
13973
  "componentName": "IconMarker"
13932
13974
  },
13975
+ {
13976
+ "category": "Edit",
13977
+ "svg": "<path d=\"M17.9805 9.06641L21.4141 12.5L11.5 22.4141L8.06641 18.9805L7.42871 15.1572L14.1572 8.42871L17.9805 9.06641Z\" fill=\"currentColor\"/><path d=\"M12.9141 7.5L6.5 13.9141L3.89258 11.3066L6.45801 1.04395L12.9141 7.5Z\" fill=\"currentColor\"/>",
13978
+ "iconName": "marker-2, highlight",
13979
+ "variant": {
13980
+ "join": "square",
13981
+ "filled": "on",
13982
+ "radius": "0",
13983
+ "stroke": "2"
13984
+ },
13985
+ "createdAt": "2026-01-09T12:01:13.575765+00:00",
13986
+ "packageName": "square-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.21573 16.9009 7.66425 16.0745 8.00002 15H16C16.3358 16.0744 16.7843 16.9009 17.4969 17.8124C16.0636 19.1684 14.1289 20 12 20C9.87107 20 7.93641 19.1684 6.50305 17.8124ZM9 13V10L15 8.5V13H9Z\" fill=\"currentColor\"/>",
@@ -14546,6 +14602,20 @@
14546
14602
  "packageName": "square-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=\"M12.5352 6H22V20H2V3H10.5352L12.5352 6ZM11.3633 11.1338L12.8262 12.5967H8.09961V14.3975H12.8262L11.3633 15.8604L12.6367 17.1338L16.2725 13.4971L12.6367 9.86035L11.3633 11.1338Z\" fill=\"currentColor\"/>",
14608
+ "iconName": "move-folder",
14609
+ "variant": {
14610
+ "join": "square",
14611
+ "filled": "on",
14612
+ "radius": "0",
14613
+ "stroke": "2"
14614
+ },
14615
+ "createdAt": "2026-01-09T12:01:13.575765+00:00",
14616
+ "packageName": "square-filled-radius-0-stroke-2",
14617
+ "componentName": "IconMoveFolder"
14618
+ },
14549
14619
  {
14550
14620
  "category": "Photography & Video",
14551
14621
  "svg": "<path d=\"M6.25 7.5C6.94036 7.5 7.5 6.94036 7.5 6.25C7.5 5.55964 6.94036 5 6.25 5C5.55964 5 5 5.55964 5 6.25C5 6.94036 5.55964 7.5 6.25 7.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 2H2V16H8V22H22V8H16V2ZM14 8V4H4V10.1312L6.00001 8.79785L8 10.1312V8H14ZM13 12L18 15L13 18V12Z\" fill=\"currentColor\"/>",
@@ -16044,6 +16114,20 @@
16044
16114
  "packageName": "square-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=\"M20.5 22H3.5V2H20.5V22ZM12 16C10 16 7.48535 17.522 7.48535 20.0156H16.5156C16.5156 17.522 14 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.5ZM9 6H15V4H9V6Z\" fill=\"currentColor\"/>",
16120
+ "iconName": "people-id-card, profile, user-account, badge, person",
16121
+ "variant": {
16122
+ "join": "square",
16123
+ "filled": "on",
16124
+ "radius": "0",
16125
+ "stroke": "2"
16126
+ },
16127
+ "createdAt": "2026-01-09T15:00:38.162674+00:00",
16128
+ "packageName": "square-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.50515 19.9064C3.91741 15.5211 7.24298 12 12.0008 12C13.2093 12 14.3255 12.2272 15.325 12.6381C14.5091 12.8598 13.7433 13.3045 13.1253 13.9637C12.1879 14.9636 11.7494 16.2778 11.7494 17.6412C11.7494 19.0179 12.2988 20.1446 12.9434 21H3.40234L3.50515 19.9064Z\" fill=\"currentColor\"/><path d=\"M17.0367 21.9558C16.6973 21.7817 16.2389 21.5196 15.7744 21.1701C14.8918 20.506 13.75 19.3434 13.75 17.6901C13.75 16.4682 14.3697 15.4342 15.3154 14.8935C16.1106 14.4388 17.0852 14.3629 18.0013 14.7459C18.9174 14.3629 19.892 14.4388 20.6872 14.8935C21.6329 15.4342 22.2526 16.4682 22.2526 17.6901C22.2526 19.3434 21.1108 20.506 20.2282 21.1701C19.7637 21.5196 19.3053 21.7817 18.966 21.9558L18.0013 22.3774C17.6713 22.2474 17.3537 22.1186 17.0367 21.9558Z\" 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"