@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.86 → 1.1.87

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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
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 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 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"]}
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
@@ -1671,6 +1674,7 @@ Below is a complete list of available icons:
1671
1674
  - IconBean
1672
1675
  - IconBee
1673
1676
  - IconBlackHole
1677
+ - IconBlocks
1674
1678
  - IconBomb
1675
1679
  - IconBooks
1676
1680
  - IconBronceMedal
@@ -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\"/>",
@@ -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\"/>",
@@ -13930,6 +13958,20 @@
13930
13958
  "packageName": "square-filled-radius-0-stroke-1",
13931
13959
  "componentName": "IconMarker"
13932
13960
  },
13961
+ {
13962
+ "category": "Edit",
13963
+ "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\"/>",
13964
+ "iconName": "marker-2, highlight",
13965
+ "variant": {
13966
+ "join": "square",
13967
+ "filled": "on",
13968
+ "radius": "0",
13969
+ "stroke": "1"
13970
+ },
13971
+ "createdAt": "2026-01-09T12:01:13.575765+00:00",
13972
+ "packageName": "square-filled-radius-0-stroke-1",
13973
+ "componentName": "IconMarker2"
13974
+ },
13933
13975
  {
13934
13976
  "category": "Edit",
13935
13977
  "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 +14588,20 @@
14546
14588
  "packageName": "square-filled-radius-0-stroke-1",
14547
14589
  "componentName": "IconMouth"
14548
14590
  },
14591
+ {
14592
+ "category": "Folders & Files",
14593
+ "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\"/>",
14594
+ "iconName": "move-folder",
14595
+ "variant": {
14596
+ "join": "square",
14597
+ "filled": "on",
14598
+ "radius": "0",
14599
+ "stroke": "1"
14600
+ },
14601
+ "createdAt": "2026-01-09T12:01:13.575765+00:00",
14602
+ "packageName": "square-filled-radius-0-stroke-1",
14603
+ "componentName": "IconMoveFolder"
14604
+ },
14549
14605
  {
14550
14606
  "category": "Photography & Video",
14551
14607
  "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\"/>",
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"
@@ -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"
@@ -994,6 +996,7 @@ export type CentralIconName =
994
996
  | "IconMapPinFlat"
995
997
  | "IconMarkdown"
996
998
  | "IconMarker"
999
+ | "IconMarker2"
997
1000
  | "IconMarkerCircle"
998
1001
  | "IconMarkup"
999
1002
  | "IconMask"
@@ -1038,6 +1041,7 @@ export type CentralIconName =
1038
1041
  | "IconMouseScrollDown"
1039
1042
  | "IconMouseScrollUp"
1040
1043
  | "IconMouth"
1044
+ | "IconMoveFolder"
1041
1045
  | "IconMultiMedia"
1042
1046
  | "IconMute"
1043
1047
  | "IconNailedIt"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-filled-radius-0-stroke-1",
3
- "version": "1.1.86",
3
+ "version": "1.1.87",
4
4
  "style": "square-filled-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1682,
14
+ "totalIcons": 1686,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 66,
@@ -497,7 +497,7 @@
497
497
  ]
498
498
  },
499
499
  "Edit": {
500
- "count": 79,
500
+ "count": 80,
501
501
  "icons": [
502
502
  "Icon3d",
503
503
  "IconAddKeyframe",
@@ -545,6 +545,7 @@
545
545
  "IconMagnet",
546
546
  "IconMarkdown",
547
547
  "IconMarker",
548
+ "IconMarker2",
548
549
  "IconMarkerCircle",
549
550
  "IconMarkup",
550
551
  "IconPaintBrush",
@@ -633,7 +634,7 @@
633
634
  ]
634
635
  },
635
636
  "Folders & Files": {
636
- "count": 76,
637
+ "count": 78,
637
638
  "icons": [
638
639
  "IconArchive",
639
640
  "IconBlankPageLandscape",
@@ -672,9 +673,11 @@
672
673
  "IconFolderRestricted",
673
674
  "IconFolders",
674
675
  "IconFolderShared",
676
+ "IconFolderShield",
675
677
  "IconFolderUpload",
676
678
  "IconLibrary",
677
679
  "IconListBullets",
680
+ "IconMoveFolder",
678
681
  "IconNote1",
679
682
  "IconNote2",
680
683
  "IconNotebook",
@@ -1592,7 +1595,7 @@
1592
1595
  ]
1593
1596
  },
1594
1597
  "Things": {
1595
- "count": 115,
1598
+ "count": 116,
1596
1599
  "icons": [
1597
1600
  "IconAnvil",
1598
1601
  "IconBackpack",
@@ -1603,6 +1606,7 @@
1603
1606
  "IconBean",
1604
1607
  "IconBee",
1605
1608
  "IconBlackHole",
1609
+ "IconBlocks",
1606
1610
  "IconBomb",
1607
1611
  "IconBooks",
1608
1612
  "IconBronceMedal",
@@ -2106,6 +2110,7 @@
2106
2110
  "IconBlankPagePortrait": "blank-page-portrait",
2107
2111
  "IconBlip": "blip, flick, snip, snap, easy, thanos",
2108
2112
  "IconBlock": "block, workspace",
2113
+ "IconBlocks": "blocks, integration, apps",
2109
2114
  "IconBlockSortAscending": "block-sort-ascending",
2110
2115
  "IconBlockSortDescending": "block-sort-descending",
2111
2116
  "IconBlossom": "blossom, flower, growing",
@@ -2640,6 +2645,7 @@
2640
2645
  "IconFolderRestricted": "folder-restricted",
2641
2646
  "IconFolders": "folders",
2642
2647
  "IconFolderShared": "folder-shared",
2648
+ "IconFolderShield": "folder-shield, folder-security",
2643
2649
  "IconFolderSparkle": "Folder-sparkle, plus",
2644
2650
  "IconFolderUpload": "folder-upload",
2645
2651
  "IconFontStyle": "font-style, fonts, serif",
@@ -2872,6 +2878,7 @@
2872
2878
  "IconMapPinFlat": "map-pin-flat, route",
2873
2879
  "IconMarkdown": "markdown",
2874
2880
  "IconMarker": "marker, highlight",
2881
+ "IconMarker2": "marker-2, highlight",
2875
2882
  "IconMarkerCircle": "marker-circle, highlight",
2876
2883
  "IconMarkup": "markup, marker, highlight",
2877
2884
  "IconMask": "mask, theatre",
@@ -2916,6 +2923,7 @@
2916
2923
  "IconMouseScrollDown": "mouse-scroll-down",
2917
2924
  "IconMouseScrollUp": "mouse-scroll-up",
2918
2925
  "IconMouth": "mouth, kiss",
2926
+ "IconMoveFolder": "move-folder",
2919
2927
  "IconMultiMedia": "multi-media, media, image-video",
2920
2928
  "IconMute": "mute, sound-off",
2921
2929
  "IconNailedIt": "nailed-it",
package/index.d.ts CHANGED
@@ -229,6 +229,7 @@ export { IconBlip, default as IconBlipDefault } from "./IconBlip";
229
229
  export { IconBlock, default as IconBlockDefault } from "./IconBlock";
230
230
  export { IconBlockSortAscending, default as IconBlockSortAscendingDefault, } from "./IconBlockSortAscending";
231
231
  export { IconBlockSortDescending, default as IconBlockSortDescendingDefault, } from "./IconBlockSortDescending";
232
+ export { IconBlocks, default as IconBlocksDefault } from "./IconBlocks";
232
233
  export { IconBlossom, default as IconBlossomDefault } from "./IconBlossom";
233
234
  export { IconBluesky, default as IconBlueskyDefault } from "./IconBluesky";
234
235
  export { IconBluetooth, default as IconBluetoothDefault, } from "./IconBluetooth";
@@ -760,6 +761,7 @@ export { IconFolderOpen, default as IconFolderOpenDefault, } from "./IconFolderO
760
761
  export { IconFolderPaper, default as IconFolderPaperDefault, } from "./IconFolderPaper";
761
762
  export { IconFolderRestricted, default as IconFolderRestrictedDefault, } from "./IconFolderRestricted";
762
763
  export { IconFolderShared, default as IconFolderSharedDefault, } from "./IconFolderShared";
764
+ export { IconFolderShield, default as IconFolderShieldDefault, } from "./IconFolderShield";
763
765
  export { IconFolderSparkle, default as IconFolderSparkleDefault, } from "./IconFolderSparkle";
764
766
  export { IconFolderUpload, default as IconFolderUploadDefault, } from "./IconFolderUpload";
765
767
  export { IconFolders, default as IconFoldersDefault } from "./IconFolders";
@@ -993,6 +995,7 @@ export { IconMapPin, default as IconMapPinDefault } from "./IconMapPin";
993
995
  export { IconMapPinFlat, default as IconMapPinFlatDefault, } from "./IconMapPinFlat";
994
996
  export { IconMarkdown, default as IconMarkdownDefault } from "./IconMarkdown";
995
997
  export { IconMarker, default as IconMarkerDefault } from "./IconMarker";
998
+ export { IconMarker2, default as IconMarker2Default } from "./IconMarker2";
996
999
  export { IconMarkerCircle, default as IconMarkerCircleDefault, } from "./IconMarkerCircle";
997
1000
  export { IconMarkup, default as IconMarkupDefault } from "./IconMarkup";
998
1001
  export { IconMask, default as IconMaskDefault } from "./IconMask";
@@ -1037,6 +1040,7 @@ export { IconMouseClassic2, default as IconMouseClassic2Default, } from "./IconM
1037
1040
  export { IconMouseScrollDown, default as IconMouseScrollDownDefault, } from "./IconMouseScrollDown";
1038
1041
  export { IconMouseScrollUp, default as IconMouseScrollUpDefault, } from "./IconMouseScrollUp";
1039
1042
  export { IconMouth, default as IconMouthDefault } from "./IconMouth";
1043
+ export { IconMoveFolder, default as IconMoveFolderDefault, } from "./IconMoveFolder";
1040
1044
  export { IconMultiMedia, default as IconMultiMediaDefault, } from "./IconMultiMedia";
1041
1045
  export { IconMute, default as IconMuteDefault } from "./IconMute";
1042
1046
  export { IconNailedIt, default as IconNailedItDefault } from "./IconNailedIt";