@central-icons-react-native/square-filled-radius-0-stroke-1 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 13H18V21H3V6H11V13ZM11 20H17V14H11V20ZM4 13H10V7H4V13Z",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 13H18V21H3V6H11V13ZM11 20H17V14H11V20ZM4 13H10V7H4V13Z\"\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,6DACF,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 13H18V21H3V6H11V13ZM11 20H17V14H11V20ZM4 13H10V7H4V13Z",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 13H18V21H3V6H11V13ZM11 20H17V14H11V20ZM4 13H10V7H4V13Z\"\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,6DACF,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:"M8.85 4C4.50509 4 1 7.59129 1 12C1 16.4087 4.50509 20 8.85 20H17.25C20.4351 20 23 17.3681 23 14.1429C23 10.9176 20.4351 8.28571 17.25 8.28571C16.7809 8.28571 16.3245 8.34304 15.8872 8.45131C14.6061 5.8179 11.9398 4 8.85 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=\"M8.85 4C4.50509 4 1 7.59129 1 12C1 16.4087 4.50509 20 8.85 20H17.25C20.4351 20 23 17.3681 23 14.1429C23 10.9176 20.4351 8.28571 17.25 8.28571C16.7809 8.28571 16.3245 8.34304 15.8872 8.45131C14.6061 5.8179 11.9398 4 8.85 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,iOACF,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:"M8.85 4C4.50509 4 1 7.59129 1 12C1 16.4087 4.50509 20 8.85 20H17.25C20.4351 20 23 17.3681 23 14.1429C23 10.9176 20.4351 8.28571 17.25 8.28571C16.7809 8.28571 16.3245 8.34304 15.8872 8.45131C14.6061 5.8179 11.9398 4 8.85 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:"M8.85 4C4.50509 4 1 7.59129 1 12C1 16.4087 4.50509 20 8.85 20H17.25C20.4351 20 23 17.3681 23 14.1429C23 10.9176 20.4351 8.28571 17.25 8.28571C16.7809 8.28571 16.3245 8.34304 15.8872 8.45131C14.6061 5.8179 11.9398 4 8.85 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=\"M8.85 4C4.50509 4 1 7.59129 1 12C1 16.4087 4.50509 20 8.85 20H17.25C20.4351 20 23 17.3681 23 14.1429C23 10.9176 20.4351 8.28571 17.25 8.28571C16.7809 8.28571 16.3245 8.34304 15.8872 8.45131C14.6061 5.8179 11.9398 4 8.85 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,iOACF,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 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 e in o)n(r,e,{get:o[e],enumerable:!0})},L=(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 a=(r,o,e)=>(e=r!=null?i(I(r)):{},L(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>L(n({},"__esModule",{value:!0}),r);var h={};P(h,{IconFolderShield:()=>c,default:()=>g});module.exports=d(h);var p=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),f=({children:r,size:o=24,...e})=>m.default.createElement(s.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"),c=r=>p.default.createElement(f,{...r},p.default.createElement(l.Path,{d:"M19.1973 11.54L23 13.1699V16.3623C23 18.1624 21.927 19.7899 20.2725 20.499L19.1973 20.96L19 21.0439L18.8027 20.96L17.7275 20.499C16.073 19.7899 15 18.1624 15 16.3623V13.1699L18.8027 11.54L19 11.4561L19.1973 11.54Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M12.2676 6H22V11.6533L19.5908 10.6211L19.5889 10.6201L19 10.3691L18.4111 10.6201L18.4092 10.6211L14 12.5107V16.3623C14 17.7295 14.5072 19.0145 15.376 20H2V3H10.2676L12.2676 6Z",fill:"currentColor"})),g=c;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=\"M19.1973 11.54L23 13.1699V16.3623C23 18.1624 21.927 19.7899 20.2725 20.499L19.1973 20.96L19 21.0439L18.8027 20.96L17.7275 20.499C16.073 19.7899 15 18.1624 15 16.3623V13.1699L18.8027 11.54L19 11.4561L19.1973 11.54Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.2676 6H22V11.6533L19.5908 10.6211L19.5889 10.6201L19 10.3691L18.4111 10.6201L18.4092 10.6211L14 12.5107V16.3623C14 17.7295 14.5072 19.0145 15.376 20H2V3H10.2676L12.2676 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,wNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kLACF,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 L=o=>e.createElement(t,{...o},e.createElement(n,{d:"M19.1973 11.54L23 13.1699V16.3623C23 18.1624 21.927 19.7899 20.2725 20.499L19.1973 20.96L19 21.0439L18.8027 20.96L17.7275 20.499C16.073 19.7899 15 18.1624 15 16.3623V13.1699L18.8027 11.54L19 11.4561L19.1973 11.54Z",fill:"currentColor"}),e.createElement(n,{d:"M12.2676 6H22V11.6533L19.5908 10.6211L19.5889 10.6201L19 10.3691L18.4111 10.6201L18.4092 10.6211L14 12.5107V16.3623C14 17.7295 14.5072 19.0145 15.376 20H2V3H10.2676L12.2676 6Z",fill:"currentColor"})),x=L;export{L 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=\"M19.1973 11.54L23 13.1699V16.3623C23 18.1624 21.927 19.7899 20.2725 20.499L19.1973 20.96L19 21.0439L18.8027 20.96L17.7275 20.499C16.073 19.7899 15 18.1624 15 16.3623V13.1699L18.8027 11.54L19 11.4561L19.1973 11.54Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.2676 6H22V11.6533L19.5908 10.6211L19.5889 10.6201L19 10.3691L18.4111 10.6201L18.4092 10.6211L14 12.5107V16.3623C14 17.7295 14.5072 19.0145 15.376 20H2V3H10.2676L12.2676 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,wNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kLACF,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:"M11.3029 4.72747C8.90084 2.37909 5.13609 2.42596 2.7902 4.87103C0.543748 7.21283 0.36913 10.9539 2.50699 13.3564C5.34801 16.5489 8.76662 19.2022 12 21.9998C14.6228 19.7295 17.2444 17.5511 19.7124 15.0986L14.838 10.1181L13.5812 11.4286C12.0366 13.0385 9.52324 13.0385 7.97867 11.4286L6.42691 9.81048L11.3029 4.72747ZM21.2101 4.87103C18.8169 2.37665 14.9451 2.37665 12.5519 4.87103L7.81266 9.81048L8.70035 10.7363C9.85132 11.9359 11.7086 11.9359 12.8595 10.7363L14.8566 8.65521L20.4 14.3998C20.4 14.3998 21.1414 13.7518 21.4933 13.3564C23.6312 10.9539 23.4566 7.21282 21.2101 4.87103Z",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=\"M11.3029 4.72747C8.90084 2.37909 5.13609 2.42596 2.7902 4.87103C0.543748 7.21283 0.36913 10.9539 2.50699 13.3564C5.34801 16.5489 8.76662 19.2022 12 21.9998C14.6228 19.7295 17.2444 17.5511 19.7124 15.0986L14.838 10.1181L13.5812 11.4286C12.0366 13.0385 9.52324 13.0385 7.97867 11.4286L6.42691 9.81048L11.3029 4.72747ZM21.2101 4.87103C18.8169 2.37665 14.9451 2.37665 12.5519 4.87103L7.81266 9.81048L8.70035 10.7363C9.85132 11.9359 11.7086 11.9359 12.8595 10.7363L14.8566 8.65521L20.4 14.3998C20.4 14.3998 21.1414 13.7518 21.4933 13.3564C23.6312 10.9539 23.4566 7.21282 21.2101 4.87103Z\"\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,ykBACF,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:"M11.3029 4.72747C8.90084 2.37909 5.13609 2.42596 2.7902 4.87103C0.543748 7.21283 0.36913 10.9539 2.50699 13.3564C5.34801 16.5489 8.76662 19.2022 12 21.9998C14.6228 19.7295 17.2444 17.5511 19.7124 15.0986L14.838 10.1181L13.5812 11.4286C12.0366 13.0385 9.52324 13.0385 7.97867 11.4286L6.42691 9.81048L11.3029 4.72747ZM21.2101 4.87103C18.8169 2.37665 14.9451 2.37665 12.5519 4.87103L7.81266 9.81048L8.70035 10.7363C9.85132 11.9359 11.7086 11.9359 12.8595 10.7363L14.8566 8.65521L20.4 14.3998C20.4 14.3998 21.1414 13.7518 21.4933 13.3564C23.6312 10.9539 23.4566 7.21282 21.2101 4.87103Z",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=\"M11.3029 4.72747C8.90084 2.37909 5.13609 2.42596 2.7902 4.87103C0.543748 7.21283 0.36913 10.9539 2.50699 13.3564C5.34801 16.5489 8.76662 19.2022 12 21.9998C14.6228 19.7295 17.2444 17.5511 19.7124 15.0986L14.838 10.1181L13.5812 11.4286C12.0366 13.0385 9.52324 13.0385 7.97867 11.4286L6.42691 9.81048L11.3029 4.72747ZM21.2101 4.87103C18.8169 2.37665 14.9451 2.37665 12.5519 4.87103L7.81266 9.81048L8.70035 10.7363C9.85132 11.9359 11.7086 11.9359 12.8595 10.7363L14.8566 8.65521L20.4 14.3998C20.4 14.3998 21.1414 13.7518 21.4933 13.3564C23.6312 10.9539 23.4566 7.21282 21.2101 4.87103Z\"\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,ykBACF,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})},L=(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 m=(r,o,t)=>(t=r!=null?i(I(r)):{},L(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>L(n({},"__esModule",{value:!0}),r);var d={};P(d,{IconMarker2:()=>c,default:()=>v});module.exports=g(d);var p=m(require("react"));var C=m(require("react")),s=require("react-native-svg"),f=({children:r,size:o=24,...t})=>C.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 l=require("react-native-svg"),c=r=>p.default.createElement(f,{...r},p.default.createElement(l.Path,{d:"M17.6201 9.01465L17.7549 9.04883L21.2061 12.5L11.499 22.207L8.04785 18.7559L8.01367 18.6211L6.94531 14.3467L13.3457 7.94629L17.6201 9.01465Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M12.4561 7.75L6.74902 13.457L4.64551 11.3535L4.46094 11.1699L4.50684 10.9131L6.17383 1.46777L12.4561 7.75Z",fill:"currentColor"})),v=c;0&&(module.exports={IconMarker2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMarker2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconMarker2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.6201 9.01465L17.7549 9.04883L21.2061 12.5L11.499 22.207L8.04785 18.7559L8.01367 18.6211L6.94531 14.3467L13.3457 7.94629L17.6201 9.01465Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.4561 7.75L6.74902 13.457L4.64551 11.3535L4.46094 11.1699L4.50684 10.9131L6.17383 1.46777L12.4561 7.75Z\"\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,+IACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6GACF,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 L=o=>t.createElement(e,{...o},t.createElement(n,{d:"M17.6201 9.01465L17.7549 9.04883L21.2061 12.5L11.499 22.207L8.04785 18.7559L8.01367 18.6211L6.94531 14.3467L13.3457 7.94629L17.6201 9.01465Z",fill:"currentColor"}),t.createElement(n,{d:"M12.4561 7.75L6.74902 13.457L4.64551 11.3535L4.46094 11.1699L4.50684 10.9131L6.17383 1.46777L12.4561 7.75Z",fill:"currentColor"})),x=L;export{L 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.6201 9.01465L17.7549 9.04883L21.2061 12.5L11.499 22.207L8.04785 18.7559L8.01367 18.6211L6.94531 14.3467L13.3457 7.94629L17.6201 9.01465Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.4561 7.75L6.74902 13.457L4.64551 11.3535L4.46094 11.1699L4.50684 10.9131L6.17383 1.46777L12.4561 7.75Z\"\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,+IACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6GACF,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.2676 6H22V20H2V3H10.2676L12.2676 6ZM12.1465 10.8535L14.293 13H8V14H14.293L12.1465 16.1465L12.8535 16.8535L16.207 13.5L12.8535 10.1465L12.1465 10.8535Z",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.2676 6H22V20H2V3H10.2676L12.2676 6ZM12.1465 10.8535L14.293 13H8V14H14.293L12.1465 16.1465L12.8535 16.8535L16.207 13.5L12.8535 10.1465L12.1465 10.8535Z\"\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,6JACF,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.2676 6H22V20H2V3H10.2676L12.2676 6ZM12.1465 10.8535L14.293 13H8V14H14.293L12.1465 16.1465L12.8535 16.8535L16.207 13.5L12.8535 10.1465L12.1465 10.8535Z",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.2676 6H22V20H2V3H10.2676L12.2676 6ZM12.1465 10.8535L14.293 13H8V14H14.293L12.1465 16.1465L12.8535 16.8535L16.207 13.5L12.8535 10.1465L12.1465 10.8535Z\"\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,6JACF,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 22H4V2H20V22ZM12 16C9.78523 16 7 17.8947 7 21H17C17 17.8947 14.2148 16 12 16ZM12 8.5C10.4812 8.5 9.25 9.73122 9.25 11.25C9.25 12.7688 10.4812 14 12 14C13.5188 14 14.75 12.7688 14.75 11.25C14.75 9.73122 13.5188 8.5 12 8.5ZM9 5H15V4H9V5Z",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 22H4V2H20V22ZM12 16C9.78523 16 7 17.8947 7 21H17C17 17.8947 14.2148 16 12 16ZM12 8.5C10.4812 8.5 9.25 9.73122 9.25 11.25C9.25 12.7688 10.4812 14 12 14C13.5188 14 14.75 12.7688 14.75 11.25C14.75 9.73122 13.5188 8.5 12 8.5ZM9 5H15V4H9V5Z\"\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,kPACF,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 22H4V2H20V22ZM12 16C9.78523 16 7 17.8947 7 21H17C17 17.8947 14.2148 16 12 16ZM12 8.5C10.4812 8.5 9.25 9.73122 9.25 11.25C9.25 12.7688 10.4812 14 12 14C13.5188 14 14.75 12.7688 14.75 11.25C14.75 9.73122 13.5188 8.5 12 8.5ZM9 5H15V4H9V5Z",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 22H4V2H20V22ZM12 16C9.78523 16 7 17.8947 7 21H17C17 17.8947 14.2148 16 12 16ZM12 8.5C10.4812 8.5 9.25 9.73122 9.25 11.25C9.25 12.7688 10.4812 14 12 14C13.5188 14 14.75 12.7688 14.75 11.25C14.75 9.73122 13.5188 8.5 12 8.5ZM9 5H15V4H9V5Z\"\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,kPACF,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-1",
3207
3207
  "componentName": "IconBlock"
3208
3208
  },
3209
+ {
3210
+ "category": "Things",
3211
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 13H18V21H3V6H11V13ZM11 20H17V14H11V20ZM4 13H10V7H4V13Z\" 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": "1"
3218
+ },
3219
+ "createdAt": "2026-01-09T12:01:13.575765+00:00",
3220
+ "packageName": "square-filled-radius-0-stroke-1",
3221
+ "componentName": "IconBlocks"
3222
+ },
3209
3223
  {
3210
3224
  "category": "Filter & Settings",
3211
3225
  "svg": "<path d=\"M11 21H3V13H11V21Z\" fill=\"currentColor\"/><path d=\"M22.3535 10.6465L21.6465 11.3535L18 7.70703V18H17V7.70703L13.3535 11.3535L12.6465 10.6465L17.5 5.79297L22.3535 10.6465Z\" fill=\"currentColor\"/><path d=\"M11 11H3V3H11V11Z\" fill=\"currentColor\"/>",
@@ -6510,20 +6524,6 @@
6510
6524
  "packageName": "square-filled-radius-0-stroke-1",
6511
6525
  "componentName": "IconCloud"
6512
6526
  },
6513
- {
6514
- "category": "Weather",
6515
- "svg": "<path d=\"M8.85 4C4.50509 4 1 7.59129 1 12C1 16.4087 4.50509 20 8.85 20H17.25C20.4351 20 23 17.3681 23 14.1429C23 10.9176 20.4351 8.28571 17.25 8.28571C16.7809 8.28571 16.3245 8.34304 15.8872 8.45131C14.6061 5.8179 11.9398 4 8.85 4Z\" fill=\"currentColor\"/>",
6516
- "iconName": "cloud, clouds",
6517
- "variant": {
6518
- "join": "square",
6519
- "filled": "on",
6520
- "radius": "0",
6521
- "stroke": "1"
6522
- },
6523
- "createdAt": "2025-02-15T21:11:34.065631+00:00",
6524
- "packageName": "square-filled-radius-0-stroke-1",
6525
- "componentName": "IconCloud1"
6526
- },
6527
6527
  {
6528
6528
  "category": "Clouds",
6529
6529
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 14C1 17.3137 3.68629 20 7 20H17C20.3137 20 23 17.3137 23 14C23 11.1691 21.0394 8.79604 18.402 8.16469C17.3138 5.7113 14.8568 4 12 4C9.14324 4 6.68617 5.7113 5.59801 8.16469C2.96058 8.79604 1 11.1691 1 14ZM15.9563 10.2164L15.2164 9.54369L10.25 15.0067L7.78363 12.2937L7.04369 12.9664L10.25 16.4933L15.9563 10.2164Z\" fill=\"currentColor\"/>",
@@ -6678,6 +6678,20 @@
6678
6678
  "packageName": "square-filled-radius-0-stroke-1",
6679
6679
  "componentName": "IconCloudUpload"
6680
6680
  },
6681
+ {
6682
+ "category": "Weather",
6683
+ "svg": "<path d=\"M8.85 4C4.50509 4 1 7.59129 1 12C1 16.4087 4.50509 20 8.85 20H17.25C20.4351 20 23 17.3681 23 14.1429C23 10.9176 20.4351 8.28571 17.25 8.28571C16.7809 8.28571 16.3245 8.34304 15.8872 8.45131C14.6061 5.8179 11.9398 4 8.85 4Z\" fill=\"currentColor\"/>",
6684
+ "iconName": "cloud-weather, clouds",
6685
+ "variant": {
6686
+ "join": "square",
6687
+ "filled": "on",
6688
+ "radius": "0",
6689
+ "stroke": "1"
6690
+ },
6691
+ "createdAt": "2025-02-15T21:11:34.065631+00:00",
6692
+ "packageName": "square-filled-radius-0-stroke-1",
6693
+ "componentName": "IconCloudWeather"
6694
+ },
6681
6695
  {
6682
6696
  "category": "Weather",
6683
6697
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.6296 6.44101C10.0568 6.28381 9.45447 6.2 8.83333 6.2C5.05446 6.2 2 9.29418 2 13.1C2 16.9058 5.05446 20 8.83333 20H16.75C19.6544 20 22 17.6222 22 14.7C22 12.7097 20.9128 10.9739 19.303 10.0679C19.6765 9.38522 19.8889 8.60039 19.8889 7.76667C19.8889 5.13906 17.7796 3 15.1667 3C13.0109 3 11.1981 4.45618 10.6296 6.44101ZM11.574 6.7775C12.9552 7.38873 14.0963 8.44697 14.8195 9.76994C15.4174 9.53116 16.0689 9.4 16.75 9.4C17.32 9.4 17.8694 9.49187 18.3842 9.66193C18.705 9.10564 18.8889 8.45854 18.8889 7.76667C18.8889 5.68145 17.2175 4 15.1667 4C13.4528 4 12.0037 5.1742 11.574 6.7775Z\" fill=\"currentColor\"/>",
@@ -10682,6 +10696,20 @@
10682
10696
  "packageName": "square-filled-radius-0-stroke-1",
10683
10697
  "componentName": "IconFolderShared"
10684
10698
  },
10699
+ {
10700
+ "category": "Folders & Files",
10701
+ "svg": "<path d=\"M19.1973 11.54L23 13.1699V16.3623C23 18.1624 21.927 19.7899 20.2725 20.499L19.1973 20.96L19 21.0439L18.8027 20.96L17.7275 20.499C16.073 19.7899 15 18.1624 15 16.3623V13.1699L18.8027 11.54L19 11.4561L19.1973 11.54Z\" fill=\"currentColor\"/><path d=\"M12.2676 6H22V11.6533L19.5908 10.6211L19.5889 10.6201L19 10.3691L18.4111 10.6201L18.4092 10.6211L14 12.5107V16.3623C14 17.7295 14.5072 19.0145 15.376 20H2V3H10.2676L12.2676 6Z\" fill=\"currentColor\"/>",
10702
+ "iconName": "folder-shield, folder-security",
10703
+ "variant": {
10704
+ "join": "square",
10705
+ "filled": "on",
10706
+ "radius": "0",
10707
+ "stroke": "1"
10708
+ },
10709
+ "createdAt": "2026-01-09T12:01:13.575765+00:00",
10710
+ "packageName": "square-filled-radius-0-stroke-1",
10711
+ "componentName": "IconFolderShield"
10712
+ },
10685
10713
  {
10686
10714
  "category": "AI & Magic",
10687
10715
  "svg": "<path d=\"M10.2676 3L12.2676 6H22V20H6.85547L7.17285 19.1729L10 18.0869V15.9131L7.17285 14.8262L6.08691 12H3.91309L2.82617 14.8262L2 15.1436V3H10.2676Z\" 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-1",
11747
11775
  "componentName": "IconHandBell"
11748
11776
  },
11777
+ {
11778
+ "category": "Hands",
11779
+ "svg": "<path d=\"M11.3029 4.72747C8.90084 2.37909 5.13609 2.42596 2.7902 4.87103C0.543748 7.21283 0.36913 10.9539 2.50699 13.3564C5.34801 16.5489 8.76662 19.2022 12 21.9998C14.6228 19.7295 17.2444 17.5511 19.7124 15.0986L14.838 10.1181L13.5812 11.4286C12.0366 13.0385 9.52324 13.0385 7.97867 11.4286L6.42691 9.81048L11.3029 4.72747ZM21.2101 4.87103C18.8169 2.37665 14.9451 2.37665 12.5519 4.87103L7.81266 9.81048L8.70035 10.7363C9.85132 11.9359 11.7086 11.9359 12.8595 10.7363L14.8566 8.65521L20.4 14.3998C20.4 14.3998 21.1414 13.7518 21.4933 13.3564C23.6312 10.9539 23.4566 7.21282 21.2101 4.87103Z\" fill=\"currentColor\"/>",
11780
+ "iconName": "handshake, heart",
11781
+ "variant": {
11782
+ "join": "square",
11783
+ "filled": "on",
11784
+ "radius": "0",
11785
+ "stroke": "1"
11786
+ },
11787
+ "createdAt": "2026-01-09T15:00:38.162674+00:00",
11788
+ "packageName": "square-filled-radius-0-stroke-1",
11789
+ "componentName": "IconHandshake"
11790
+ },
11749
11791
  {
11750
11792
  "category": "Devices & Signals",
11751
11793
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.98721 9.43961C3.55764 9.74311 3.0544 10 2.5 10H2V9H2.5C2.74786 9 3.04359 8.88189 3.41018 8.62289C3.77338 8.36628 4.14339 8.01788 4.54493 7.63716C4.55391 7.62865 4.56291 7.62011 4.57193 7.61156C4.9529 7.25029 5.36411 6.86034 5.78145 6.562C6.20456 6.25953 6.70206 6 7.25 6C7.8017 6 8.30253 6.25798 8.7294 6.56106C9.15525 6.86341 9.57297 7.25951 9.95849 7.62506L9.97126 7.63717C10.3734 8.01842 10.7421 8.36694 11.1032 8.62382C11.4682 8.8834 11.7591 9 12 9C12.2376 9 12.5263 8.88412 12.8905 8.62425C13.2506 8.36724 13.6188 8.01867 14.0212 7.63717L14.0273 7.63134C14.415 7.2638 14.8357 6.86484 15.2656 6.56063C15.6942 6.25727 16.1966 6 16.75 6C17.2964 6 17.7926 6.26018 18.2141 6.56238C18.628 6.85909 19.0366 7.24654 19.4157 7.60606L19.4485 7.63716C19.8498 8.01766 20.2204 8.36601 20.5844 8.62252C20.9517 8.88129 21.2493 9 21.5 9H22V10H21.5C20.9441 10 20.4395 9.74371 20.0084 9.43998C19.5741 9.13399 19.1502 8.73234 18.7605 8.36284L18.7561 8.35865C18.355 7.97843 17.989 7.63139 17.6315 7.37512C17.2684 7.11482 16.9828 7 16.75 7C16.5039 7 16.2094 7.11773 15.8433 7.37687C15.4806 7.63355 15.1109 7.98198 14.7092 8.36283L14.6859 8.38497C14.3038 8.74734 13.8909 9.13887 13.4713 9.43825C13.0473 9.74088 12.5489 10 12 10C11.4493 10 10.9494 9.7416 10.5236 9.43868C10.1001 9.13743 9.68417 8.74304 9.29991 8.37867L9.28321 8.36283C8.88128 7.98173 8.51217 7.63324 8.15047 7.37644C7.7851 7.11702 7.49281 7 7.25 7C7.01428 7 6.72676 7.11547 6.36301 7.3755C6.00338 7.63259 5.63548 7.98119 5.23297 8.36284L5.23049 8.36519C4.84169 8.73383 4.41924 9.13437 3.98721 9.43961ZM3.98721 17.4396C3.55764 17.7431 3.0544 18 2.5 18H2V17H2.5C2.74786 17 3.04359 16.8819 3.41018 16.6229C3.77338 16.3663 4.14339 16.0179 4.54493 15.6372L4.57192 15.6116C4.95289 15.2503 5.36411 14.8603 5.78145 14.562C6.20456 14.2595 6.70206 14 7.25 14C7.8017 14 8.30253 14.258 8.7294 14.5611C9.15524 14.8634 9.57297 15.2595 9.95848 15.6251L9.97126 15.6372C10.3734 16.0184 10.7421 16.3669 11.1032 16.6238C11.4682 16.8834 11.7591 17 12 17C12.2376 17 12.5263 16.8841 12.8905 16.6243C13.2506 16.3672 13.6188 16.0187 14.0212 15.6372L14.0273 15.6314C14.415 15.2638 14.8357 14.8648 15.2656 14.5606C15.6942 14.2573 16.1966 14 16.75 14C17.2964 14 17.7926 14.2602 18.2141 14.5624C18.628 14.8591 19.0366 15.2465 19.4157 15.6061L19.4485 15.6372C19.8498 16.0177 20.2204 16.366 20.5844 16.6225C20.9517 16.8813 21.2493 17 21.5 17H22V18H21.5C20.9441 18 20.4395 17.7437 20.0084 17.44C19.5741 17.134 19.1502 16.7323 18.7605 16.3628L18.7561 16.3586C18.355 15.9784 17.989 15.6314 17.6315 15.3751C17.2684 15.1148 16.9828 15 16.75 15C16.5039 15 16.2094 15.1177 15.8433 15.3769C15.4806 15.6336 15.1109 15.982 14.7092 16.3628L14.6859 16.385C14.3038 16.7473 13.8909 17.1389 13.4713 17.4382C13.0473 17.7409 12.5489 18 12 18C11.4493 18 10.9494 17.7416 10.5236 17.4387C10.1001 17.1374 9.68417 16.743 9.29991 16.3787L9.28321 16.3628C8.88128 15.9817 8.51217 15.6332 8.15047 15.3764C7.7851 15.117 7.49281 15 7.25 15C7.01428 15 6.72676 15.1155 6.36301 15.3755C6.00338 15.6326 5.63548 15.9812 5.23297 16.3628L5.2305 16.3652C4.8417 16.7338 4.41925 17.1344 3.98721 17.4396Z\" fill=\"currentColor\"/>",
@@ -13930,6 +13972,20 @@
13930
13972
  "packageName": "square-filled-radius-0-stroke-1",
13931
13973
  "componentName": "IconMarker"
13932
13974
  },
13975
+ {
13976
+ "category": "Edit",
13977
+ "svg": "<path d=\"M17.6201 9.01465L17.7549 9.04883L21.2061 12.5L11.499 22.207L8.04785 18.7559L8.01367 18.6211L6.94531 14.3467L13.3457 7.94629L17.6201 9.01465Z\" fill=\"currentColor\"/><path d=\"M12.4561 7.75L6.74902 13.457L4.64551 11.3535L4.46094 11.1699L4.50684 10.9131L6.17383 1.46777L12.4561 7.75Z\" fill=\"currentColor\"/>",
13978
+ "iconName": "marker-2, highlight",
13979
+ "variant": {
13980
+ "join": "square",
13981
+ "filled": "on",
13982
+ "radius": "0",
13983
+ "stroke": "1"
13984
+ },
13985
+ "createdAt": "2026-01-09T12:01:13.575765+00:00",
13986
+ "packageName": "square-filled-radius-0-stroke-1",
13987
+ "componentName": "IconMarker2"
13988
+ },
13933
13989
  {
13934
13990
  "category": "Edit",
13935
13991
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.9452 18.7569C16.9846 18.1283 16.5083 17.0991 16.2692 16.2624C16.1343 15.79 16.0674 15.354 16.034 15.0367C16.0327 15.0243 16.0314 15.0121 16.0302 15H7.96977C7.96857 15.0121 7.96731 15.0243 7.966 15.0367C7.9326 15.354 7.86572 15.79 7.73076 16.2624C7.49168 17.0991 7.01542 18.1283 6.05477 18.7569C7.64034 20.1531 9.72127 21 12 21C14.2787 21 16.3597 20.1531 17.9452 18.7569ZM9 14H15V8.61849L9 9.90421V14ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z\" fill=\"currentColor\"/>",
@@ -14546,6 +14602,20 @@
14546
14602
  "packageName": "square-filled-radius-0-stroke-1",
14547
14603
  "componentName": "IconMouth"
14548
14604
  },
14605
+ {
14606
+ "category": "Folders & Files",
14607
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.2676 6H22V20H2V3H10.2676L12.2676 6ZM12.1465 10.8535L14.293 13H8V14H14.293L12.1465 16.1465L12.8535 16.8535L16.207 13.5L12.8535 10.1465L12.1465 10.8535Z\" fill=\"currentColor\"/>",
14608
+ "iconName": "move-folder",
14609
+ "variant": {
14610
+ "join": "square",
14611
+ "filled": "on",
14612
+ "radius": "0",
14613
+ "stroke": "1"
14614
+ },
14615
+ "createdAt": "2026-01-09T12:01:13.575765+00:00",
14616
+ "packageName": "square-filled-radius-0-stroke-1",
14617
+ "componentName": "IconMoveFolder"
14618
+ },
14549
14619
  {
14550
14620
  "category": "Photography & Video",
14551
14621
  "svg": "<path d=\"M6 4.5C5.30964 4.5 4.75 5.05964 4.75 5.75C4.75 6.44036 5.30964 7 6 7C6.69036 7 7.25 6.44036 7.25 5.75C7.25 5.05964 6.69036 4.5 6 4.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 2H2V16H8V22H22V8H16V2ZM15 3V8H8V10.6169L5.97614 9.40259L3 11.5284V3H15ZM17.5 15L13.25 12V18L17.5 15Z\" fill=\"currentColor\"/>",
@@ -16044,6 +16114,20 @@
16044
16114
  "packageName": "square-filled-radius-0-stroke-1",
16045
16115
  "componentName": "IconPeopleGear"
16046
16116
  },
16117
+ {
16118
+ "category": "People",
16119
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 22H4V2H20V22ZM12 16C9.78523 16 7 17.8947 7 21H17C17 17.8947 14.2148 16 12 16ZM12 8.5C10.4812 8.5 9.25 9.73122 9.25 11.25C9.25 12.7688 10.4812 14 12 14C13.5188 14 14.75 12.7688 14.75 11.25C14.75 9.73122 13.5188 8.5 12 8.5ZM9 5H15V4H9V5Z\" 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": "1"
16126
+ },
16127
+ "createdAt": "2026-01-09T15:00:38.162674+00:00",
16128
+ "packageName": "square-filled-radius-0-stroke-1",
16129
+ "componentName": "IconPeopleIdCard"
16130
+ },
16047
16131
  {
16048
16132
  "category": "People",
16049
16133
  "svg": "<path d=\"M7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5Z\" fill=\"currentColor\"/><path d=\"M11.9989 12C7.21735 12 3.91209 15.7691 3.50083 20.4563L3.45312 21H14.6904C13.8735 20.2209 12.999 19.0597 12.999 17.5846C12.999 16.4861 13.3486 15.5167 14.0124 14.8087C14.6688 14.1085 15.555 13.7513 16.4435 13.7513C16.7091 13.7513 16.957 13.7781 17.1855 13.8226C15.7957 12.6804 14.0305 12 11.9989 12Z\" fill=\"currentColor\"/><path d=\"M17.2247 21.6901C16.8793 21.5127 16.4158 21.2473 15.9493 20.896C15.0393 20.211 14 19.1085 14 17.6089C14 16.4937 14.5616 15.5744 15.3947 15.0978C16.1545 14.6631 17.1099 14.6145 18 15.0739C18.8901 14.6145 19.8455 14.6631 20.6053 15.0978C21.4384 15.5744 22 16.4937 22 17.6089C22 19.1085 20.9607 20.211 20.0507 20.896C19.5842 21.2473 19.1207 21.5127 18.7753 21.6901C18.5214 21.8205 18.2645 21.9332 18 22.0374C17.7355 21.9332 17.4786 21.8205 17.2247 21.6901Z\" 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"