@central-icons-react-native/round-filled-radius-0-stroke-1.5 1.1.85 → 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.
- package/IconBlocks/index.d.ts +4 -0
- package/IconBlocks/index.js +2 -0
- package/IconBlocks/index.js.map +1 -0
- package/IconBlocks/index.mjs +2 -0
- package/IconBlocks/index.mjs.map +1 -0
- package/IconBoard/index.d.ts +4 -0
- package/IconBoard/index.js +2 -0
- package/IconBoard/index.js.map +1 -0
- package/IconBoard/index.mjs +2 -0
- package/IconBoard/index.mjs.map +1 -0
- package/IconFolderShield/index.d.ts +4 -0
- package/IconFolderShield/index.js +2 -0
- package/IconFolderShield/index.js.map +1 -0
- package/IconFolderShield/index.mjs +2 -0
- package/IconFolderShield/index.mjs.map +1 -0
- package/IconMarker2/index.d.ts +4 -0
- package/IconMarker2/index.js +2 -0
- package/IconMarker2/index.js.map +1 -0
- package/IconMarker2/index.mjs +2 -0
- package/IconMarker2/index.mjs.map +1 -0
- package/IconMoveFolder/index.d.ts +4 -0
- package/IconMoveFolder/index.js +2 -0
- package/IconMoveFolder/index.js.map +1 -0
- package/IconMoveFolder/index.mjs +2 -0
- package/IconMoveFolder/index.mjs.map +1 -0
- package/README.md +5 -0
- package/filtered-icons.json +70 -0
- package/icons/index.d.ts +5 -0
- package/icons-index.json +16 -6
- package/index.d.ts +5 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +35 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var t=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,H=Object.prototype.hasOwnProperty;var V=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of v(r))!H.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(C=u(r,n))||C.enumerable});return o};var c=(o,r,e)=>(e=o!=null?i(B(o)):{},a(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),I=o=>a(t({},"__esModule",{value:!0}),o);var P={};V(P,{IconBlocks:()=>d,default:()=>x});module.exports=I(P);var l=c(require("react"));var f=c(require("react")),m=require("react-native-svg"),s=({children:o,size:r=24,...e})=>f.default.createElement(m.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var p=require("react-native-svg"),d=o=>l.default.createElement(s,{...o},l.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M10.25 6.5C10.6642 6.5 11 6.83579 11 7.25V13H16.75C17.1642 13 17.5 13.3358 17.5 13.75V20.25C17.5 20.6642 17.1642 21 16.75 21H3.75C3.33579 21 3 20.6642 3 20.25V7.25C3 6.83579 3.33579 6.5 3.75 6.5H10.25ZM11 19.5H16V14.5H11V19.5ZM4.5 13H9.5V8H4.5V13Z",fill:"currentColor"}),l.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.25 3C20.6642 3 21 3.33579 21 3.75V10.25C21 10.6642 20.6642 11 20.25 11H13.75C13.3358 11 13 10.6642 13 10.25V3.75C13 3.33579 13.3358 3 13.75 3H20.25Z",fill:"currentColor"})),x=d;0&&(module.exports={IconBlocks});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBlocks/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconBlocks: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.25 6.5C10.6642 6.5 11 6.83579 11 7.25V13H16.75C17.1642 13 17.5 13.3358 17.5 13.75V20.25C17.5 20.6642 17.1642 21 16.75 21H3.75C3.33579 21 3 20.6642 3 20.25V7.25C3 6.83579 3.33579 6.5 3.75 6.5H10.25ZM11 19.5H16V14.5H11V19.5ZM4.5 13H9.5V8H4.5V13Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20.25 3C20.6642 3 21 3.33579 21 3.75V10.25C21 10.6642 20.6642 11 20.25 11H13.75C13.3358 11 13 10.6642 13 10.25V3.75C13 3.33579 13.3358 3 13.75 3H20.25Z\"\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,0PACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,2JACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBlocks_exports","__export","IconBlocks","IconBlocks_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBlocks","props","React","CentralIconBase","IconBlocks_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var n=({children:r,size:o=24,...l})=>p.createElement(C,{...l,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as t}from"react-native-svg";var a=r=>e.createElement(n,{...r},e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M10.25 6.5C10.6642 6.5 11 6.83579 11 7.25V13H16.75C17.1642 13 17.5 13.3358 17.5 13.75V20.25C17.5 20.6642 17.1642 21 16.75 21H3.75C3.33579 21 3 20.6642 3 20.25V7.25C3 6.83579 3.33579 6.5 3.75 6.5H10.25ZM11 19.5H16V14.5H11V19.5ZM4.5 13H9.5V8H4.5V13Z",fill:"currentColor"}),e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.25 3C20.6642 3 21 3.33579 21 3.75V10.25C21 10.6642 20.6642 11 20.25 11H13.75C13.3358 11 13 10.6642 13 10.25V3.75C13 3.33579 13.3358 3 13.75 3H20.25Z",fill:"currentColor"})),H=a;export{a as IconBlocks,H as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBlocks/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconBlocks: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.25 6.5C10.6642 6.5 11 6.83579 11 7.25V13H16.75C17.1642 13 17.5 13.3358 17.5 13.75V20.25C17.5 20.6642 17.1642 21 16.75 21H3.75C3.33579 21 3 20.6642 3 20.25V7.25C3 6.83579 3.33579 6.5 3.75 6.5H10.25ZM11 19.5H16V14.5H11V19.5ZM4.5 13H9.5V8H4.5V13Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20.25 3C20.6642 3 21 3.33579 21 3.75V10.25C21 10.6642 20.6642 11 20.25 11H13.75C13.3358 11 13 10.6642 13 10.25V3.75C13 3.33579 13.3358 3 13.75 3H20.25Z\"\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,0PACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,2JACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBlocks","props","React","CentralIconBase","IconBlocks_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!P.call(r,n)&&n!==t&&p(r,n,{get:()=>o[n],enumerable:!(C=B(o,n))||C.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(p({},"__esModule",{value:!0}),r);var v={};d(v,{IconBoard:()=>i,default:()=>V});module.exports=g(v);var e=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>f.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"),i=r=>e.default.createElement(c,{...r},e.default.createElement(l.Path,{d:"M3 3.75C3 3.33579 3.33579 3 3.75 3H11V21L3.75 21C3.33579 21 3 20.6642 3 20.25V3.75Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M12.5 21L20.25 21C20.6642 21 21 20.6642 21 20.25V12.75H12.5V21Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M21 11.25V3.75C21 3.33579 20.6642 3 20.25 3H12.5V11.25H21Z",fill:"currentColor"})),V=i;0&&(module.exports={IconBoard});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBoard/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 IconBoard: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3 3.75C3 3.33579 3.33579 3 3.75 3H11V21L3.75 21C3.33579 21 3 20.6642 3 20.25V3.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.5 21L20.25 21C20.6642 21 21 20.6642 21 20.25V12.75H12.5V21Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21 11.25V3.75C21 3.33579 20.6642 3 20.25 3H12.5V11.25H21Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBoard;\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,eAAAE,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,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,sFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6DACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBoard_exports","__export","IconBoard","IconBoard_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBoard","props","React","CentralIconBase","IconBoard_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import l from"react";import{Svg as C}from"react-native-svg";var e=({children:t,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"},t);import{Path as n}from"react-native-svg";var a=t=>o.createElement(e,{...t},o.createElement(n,{d:"M3 3.75C3 3.33579 3.33579 3 3.75 3H11V21L3.75 21C3.33579 21 3 20.6642 3 20.25V3.75Z",fill:"currentColor"}),o.createElement(n,{d:"M12.5 21L20.25 21C20.6642 21 21 20.6642 21 20.25V12.75H12.5V21Z",fill:"currentColor"}),o.createElement(n,{d:"M21 11.25V3.75C21 3.33579 20.6642 3 20.25 3H12.5V11.25H21Z",fill:"currentColor"})),P=a;export{a as IconBoard,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBoard/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 IconBoard: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3 3.75C3 3.33579 3.33579 3 3.75 3H11V21L3.75 21C3.33579 21 3 20.6642 3 20.25V3.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.5 21L20.25 21C20.6642 21 21 20.6642 21 20.25V12.75H12.5V21Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21 11.25V3.75C21 3.33579 20.6642 3 20.25 3H12.5V11.25H21Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBoard;\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,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,sFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6DACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBoard","props","React","CentralIconBase","IconBoard_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var L=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{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:!(l=u(o,t))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?L(I(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>a(n({},"__esModule",{value:!0}),r);var h={};P(h,{IconFolderShield:()=>i,default:()=>g});module.exports=d(h);var C=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...e})=>s.default.createElement(f.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M18.7432 11.0449C18.9366 10.9745 19.1519 10.9871 19.3379 11.0811L22.5879 12.7236C22.8403 12.8512 22.9999 13.1098 23 13.3926V16.0234C23 18.0393 21.7278 19.836 19.8262 20.5049L19.249 20.708C19.088 20.7646 18.912 20.7646 18.751 20.708L18.1738 20.5049C16.2722 19.836 15 18.0393 15 16.0234V13.3926C15.0001 13.1098 15.1597 12.8512 15.4121 12.7236L18.6621 11.0811L18.7432 11.0449Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M10.1338 3C10.301 3 10.4571 3.08356 10.5498 3.22266L12.2529 5.77734C12.3457 5.91644 12.5018 6 12.6689 6H21.5C21.7761 6 22 6.22386 22 6.5V10.7451L20.0146 9.74219C19.4162 9.43976 18.7165 9.4207 18.1055 9.68555L17.9854 9.74219L14.7354 11.3848C13.978 11.7676 13.5001 12.544 13.5 13.3926V16.0234C13.5 17.5098 14.0261 18.9052 14.9287 20H2.5C2.22386 20 2 19.7761 2 19.5V3.5C2 3.22386 2.22386 3 2.5 3H10.1338Z",fill:"currentColor"})),g=i;0&&(module.exports={IconFolderShield});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFolderShield/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFolderShield: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.7432 11.0449C18.9366 10.9745 19.1519 10.9871 19.3379 11.0811L22.5879 12.7236C22.8403 12.8512 22.9999 13.1098 23 13.3926V16.0234C23 18.0393 21.7278 19.836 19.8262 20.5049L19.249 20.708C19.088 20.7646 18.912 20.7646 18.751 20.708L18.1738 20.5049C16.2722 19.836 15 18.0393 15 16.0234V13.3926C15.0001 13.1098 15.1597 12.8512 15.4121 12.7236L18.6621 11.0811L18.7432 11.0449Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.1338 3C10.301 3 10.4571 3.08356 10.5498 3.22266L12.2529 5.77734C12.3457 5.91644 12.5018 6 12.6689 6H21.5C21.7761 6 22 6.22386 22 6.5V10.7451L20.0146 9.74219C19.4162 9.43976 18.7165 9.4207 18.1055 9.68555L17.9854 9.74219L14.7354 11.3848C13.978 11.7676 13.5001 12.544 13.5 13.3926V16.0234C13.5 17.5098 14.0261 18.9052 14.9287 20H2.5C2.22386 20 2 19.7761 2 19.5V3.5C2 3.22386 2.22386 3 2.5 3H10.1338Z\"\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,wXACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oZACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFolderShield_exports","__export","IconFolderShield","IconFolderShield_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFolderShield","props","React","CentralIconBase","IconFolderShield_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...C})=>p.createElement(l,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M18.7432 11.0449C18.9366 10.9745 19.1519 10.9871 19.3379 11.0811L22.5879 12.7236C22.8403 12.8512 22.9999 13.1098 23 13.3926V16.0234C23 18.0393 21.7278 19.836 19.8262 20.5049L19.249 20.708C19.088 20.7646 18.912 20.7646 18.751 20.708L18.1738 20.5049C16.2722 19.836 15 18.0393 15 16.0234V13.3926C15.0001 13.1098 15.1597 12.8512 15.4121 12.7236L18.6621 11.0811L18.7432 11.0449Z",fill:"currentColor"}),e.createElement(n,{d:"M10.1338 3C10.301 3 10.4571 3.08356 10.5498 3.22266L12.2529 5.77734C12.3457 5.91644 12.5018 6 12.6689 6H21.5C21.7761 6 22 6.22386 22 6.5V10.7451L20.0146 9.74219C19.4162 9.43976 18.7165 9.4207 18.1055 9.68555L17.9854 9.74219L14.7354 11.3848C13.978 11.7676 13.5001 12.544 13.5 13.3926V16.0234C13.5 17.5098 14.0261 18.9052 14.9287 20H2.5C2.22386 20 2 19.7761 2 19.5V3.5C2 3.22386 2.22386 3 2.5 3H10.1338Z",fill:"currentColor"})),x=a;export{a as IconFolderShield,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFolderShield/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFolderShield: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.7432 11.0449C18.9366 10.9745 19.1519 10.9871 19.3379 11.0811L22.5879 12.7236C22.8403 12.8512 22.9999 13.1098 23 13.3926V16.0234C23 18.0393 21.7278 19.836 19.8262 20.5049L19.249 20.708C19.088 20.7646 18.912 20.7646 18.751 20.708L18.1738 20.5049C16.2722 19.836 15 18.0393 15 16.0234V13.3926C15.0001 13.1098 15.1597 12.8512 15.4121 12.7236L18.6621 11.0811L18.7432 11.0449Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.1338 3C10.301 3 10.4571 3.08356 10.5498 3.22266L12.2529 5.77734C12.3457 5.91644 12.5018 6 12.6689 6H21.5C21.7761 6 22 6.22386 22 6.5V10.7451L20.0146 9.74219C19.4162 9.43976 18.7165 9.4207 18.1055 9.68555L17.9854 9.74219L14.7354 11.3848C13.978 11.7676 13.5001 12.544 13.5 13.3926V16.0234C13.5 17.5098 14.0261 18.9052 14.9287 20H2.5C2.22386 20 2 19.7761 2 19.5V3.5C2 3.22386 2.22386 3 2.5 3H10.1338Z\"\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,wXACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oZACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFolderShield","props","React","CentralIconBase","IconFolderShield_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=u(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var d={};P(d,{IconMarker2:()=>c,default:()=>v});module.exports=g(d);var C=m(require("react"));var L=m(require("react")),s=require("react-native-svg"),f=({children:r,size:o=24,...t})=>L.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 p=require("react-native-svg"),c=r=>C.default.createElement(f,{...r},C.default.createElement(p.Path,{d:"M13.5461 8.40364C13.7326 8.26164 13.9771 8.2142 14.2063 8.27962L17.7063 9.27962L17.7961 9.31087C17.8834 9.34833 17.9629 9.40247 18.0305 9.47005L20.5305 11.97C20.8234 12.2629 20.8234 12.7377 20.5305 13.0306L12.0305 21.5306C11.7376 21.8232 11.2627 21.8234 10.9699 21.5306L8.46994 19.0306C8.37989 18.9405 8.31455 18.8288 8.27951 18.7064L7.27951 15.2064C7.20471 14.9446 7.27754 14.6626 7.46994 14.47L13.4699 8.47005L13.5461 8.40364Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M5.73752 1.79817C6.00071 1.69972 6.29717 1.75661 6.50509 1.94563L12.0051 6.94563C12.1566 7.08358 12.2453 7.27785 12.2502 7.48274C12.2549 7.68759 12.1754 7.88569 12.0305 8.03059L7.03048 13.0306C6.73758 13.3232 6.26274 13.3234 5.96994 13.0306L4.46994 11.5306C4.30771 11.3684 4.22838 11.1403 4.25509 10.9124L5.25509 2.41243L5.27462 2.30989C5.33586 2.0764 5.50749 1.88435 5.73752 1.79817Z",fill:"currentColor"})),v=c;0&&(module.exports={IconMarker2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMarker2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconMarker2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.5461 8.40364C13.7326 8.26164 13.9771 8.2142 14.2063 8.27962L17.7063 9.27962L17.7961 9.31087C17.8834 9.34833 17.9629 9.40247 18.0305 9.47005L20.5305 11.97C20.8234 12.2629 20.8234 12.7377 20.5305 13.0306L12.0305 21.5306C11.7376 21.8232 11.2627 21.8234 10.9699 21.5306L8.46994 19.0306C8.37989 18.9405 8.31455 18.8288 8.27951 18.7064L7.27951 15.2064C7.20471 14.9446 7.27754 14.6626 7.46994 14.47L13.4699 8.47005L13.5461 8.40364Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.73752 1.79817C6.00071 1.69972 6.29717 1.75661 6.50509 1.94563L12.0051 6.94563C12.1566 7.08358 12.2453 7.27785 12.2502 7.48274C12.2549 7.68759 12.1754 7.88569 12.0305 8.03059L7.03048 13.0306C6.73758 13.3232 6.26274 13.3234 5.96994 13.0306L4.46994 11.5306C4.30771 11.3684 4.22838 11.1403 4.25509 10.9124L5.25509 2.41243L5.27462 2.30989C5.33586 2.0764 5.50749 1.88435 5.73752 1.79817Z\"\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,+aACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mYACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconMarker2_exports","__export","IconMarker2","IconMarker2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMarker2","props","React","CentralIconBase","IconMarker2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(l,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M13.5461 8.40364C13.7326 8.26164 13.9771 8.2142 14.2063 8.27962L17.7063 9.27962L17.7961 9.31087C17.8834 9.34833 17.9629 9.40247 18.0305 9.47005L20.5305 11.97C20.8234 12.2629 20.8234 12.7377 20.5305 13.0306L12.0305 21.5306C11.7376 21.8232 11.2627 21.8234 10.9699 21.5306L8.46994 19.0306C8.37989 18.9405 8.31455 18.8288 8.27951 18.7064L7.27951 15.2064C7.20471 14.9446 7.27754 14.6626 7.46994 14.47L13.4699 8.47005L13.5461 8.40364Z",fill:"currentColor"}),t.createElement(n,{d:"M5.73752 1.79817C6.00071 1.69972 6.29717 1.75661 6.50509 1.94563L12.0051 6.94563C12.1566 7.08358 12.2453 7.27785 12.2502 7.48274C12.2549 7.68759 12.1754 7.88569 12.0305 8.03059L7.03048 13.0306C6.73758 13.3232 6.26274 13.3234 5.96994 13.0306L4.46994 11.5306C4.30771 11.3684 4.22838 11.1403 4.25509 10.9124L5.25509 2.41243L5.27462 2.30989C5.33586 2.0764 5.50749 1.88435 5.73752 1.79817Z",fill:"currentColor"})),x=a;export{a as IconMarker2,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMarker2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconMarker2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.5461 8.40364C13.7326 8.26164 13.9771 8.2142 14.2063 8.27962L17.7063 9.27962L17.7961 9.31087C17.8834 9.34833 17.9629 9.40247 18.0305 9.47005L20.5305 11.97C20.8234 12.2629 20.8234 12.7377 20.5305 13.0306L12.0305 21.5306C11.7376 21.8232 11.2627 21.8234 10.9699 21.5306L8.46994 19.0306C8.37989 18.9405 8.31455 18.8288 8.27951 18.7064L7.27951 15.2064C7.20471 14.9446 7.27754 14.6626 7.46994 14.47L13.4699 8.47005L13.5461 8.40364Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.73752 1.79817C6.00071 1.69972 6.29717 1.75661 6.50509 1.94563L12.0051 6.94563C12.1566 7.08358 12.2453 7.27785 12.2502 7.48274C12.2549 7.68759 12.1754 7.88569 12.0305 8.03059L7.03048 13.0306C6.73758 13.3232 6.26274 13.3234 5.96994 13.0306L4.46994 11.5306C4.30771 11.3684 4.22838 11.1403 4.25509 10.9124L5.25509 2.41243L5.27462 2.30989C5.33586 2.0764 5.50749 1.88435 5.73752 1.79817Z\"\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,+aACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mYACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMarker2","props","React","CentralIconBase","IconMarker2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of v(r))!I.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(p=d(r,t))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(B(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(n({},"__esModule",{value:!0}),o);var F={};x(F,{IconMoveFolder:()=>i,default:()=>g});module.exports=P(F);var C=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>C.default.createElement(c,{...o},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M10 3C10.2508 3.00001 10.4849 3.12534 10.624 3.33398L12.1787 5.66602C12.3178 5.87466 12.552 5.99999 12.8027 6H21.25C21.6642 6 22 6.33579 22 6.75V19.25C22 19.6642 21.6642 20 21.25 20H2.75C2.33579 20 2 19.6642 2 19.25V3.75C2 3.33579 2.33579 3 2.75 3H10ZM13.0303 10.7197C12.7374 10.4269 12.2626 10.427 11.9697 10.7197C11.677 11.0126 11.677 11.4874 11.9697 11.7803L13.1895 13.001H8.75C8.33579 13.001 8 13.3368 8 13.751C8.00038 14.1649 8.33602 14.501 8.75 14.501H13.1875L11.9697 15.7197C11.677 16.0126 11.6769 16.4884 11.9697 16.7812C12.2625 17.0736 12.7375 17.0736 13.0303 16.7812L15.5303 14.2812C15.823 13.9884 15.8229 13.5126 15.5303 13.2197L13.0303 10.7197Z",fill:"currentColor"})),g=i;0&&(module.exports={IconMoveFolder});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMoveFolder/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconMoveFolder: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10 3C10.2508 3.00001 10.4849 3.12534 10.624 3.33398L12.1787 5.66602C12.3178 5.87466 12.552 5.99999 12.8027 6H21.25C21.6642 6 22 6.33579 22 6.75V19.25C22 19.6642 21.6642 20 21.25 20H2.75C2.33579 20 2 19.6642 2 19.25V3.75C2 3.33579 2.33579 3 2.75 3H10ZM13.0303 10.7197C12.7374 10.4269 12.2626 10.427 11.9697 10.7197C11.677 11.0126 11.677 11.4874 11.9697 11.7803L13.1895 13.001H8.75C8.33579 13.001 8 13.3368 8 13.751C8.00038 14.1649 8.33602 14.501 8.75 14.501H13.1875L11.9697 15.7197C11.677 16.0126 11.6769 16.4884 11.9697 16.7812C12.2625 17.0736 12.7375 17.0736 13.0303 16.7812L15.5303 14.2812C15.823 13.9884 15.8229 13.5126 15.5303 13.2197L13.0303 10.7197Z\"\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,mpBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconMoveFolder_exports","__export","IconMoveFolder","IconMoveFolder_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMoveFolder","props","React","CentralIconBase","IconMoveFolder_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...n})=>C.createElement(p,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M10 3C10.2508 3.00001 10.4849 3.12534 10.624 3.33398L12.1787 5.66602C12.3178 5.87466 12.552 5.99999 12.8027 6H21.25C21.6642 6 22 6.33579 22 6.75V19.25C22 19.6642 21.6642 20 21.25 20H2.75C2.33579 20 2 19.6642 2 19.25V3.75C2 3.33579 2.33579 3 2.75 3H10ZM13.0303 10.7197C12.7374 10.4269 12.2626 10.427 11.9697 10.7197C11.677 11.0126 11.677 11.4874 11.9697 11.7803L13.1895 13.001H8.75C8.33579 13.001 8 13.3368 8 13.751C8.00038 14.1649 8.33602 14.501 8.75 14.501H13.1875L11.9697 15.7197C11.677 16.0126 11.6769 16.4884 11.9697 16.7812C12.2625 17.0736 12.7375 17.0736 13.0303 16.7812L15.5303 14.2812C15.823 13.9884 15.8229 13.5126 15.5303 13.2197L13.0303 10.7197Z",fill:"currentColor"})),I=a;export{a as IconMoveFolder,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMoveFolder/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconMoveFolder: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10 3C10.2508 3.00001 10.4849 3.12534 10.624 3.33398L12.1787 5.66602C12.3178 5.87466 12.552 5.99999 12.8027 6H21.25C21.6642 6 22 6.33579 22 6.75V19.25C22 19.6642 21.6642 20 21.25 20H2.75C2.33579 20 2 19.6642 2 19.25V3.75C2 3.33579 2.33579 3 2.75 3H10ZM13.0303 10.7197C12.7374 10.4269 12.2626 10.427 11.9697 10.7197C11.677 11.0126 11.677 11.4874 11.9697 11.7803L13.1895 13.001H8.75C8.33579 13.001 8 13.3368 8 13.751C8.00038 14.1649 8.33602 14.501 8.75 14.501H13.1875L11.9697 15.7197C11.677 16.0126 11.6769 16.4884 11.9697 16.7812C12.2625 17.0736 12.7375 17.0736 13.0303 16.7812L15.5303 14.2812C15.823 13.9884 15.8229 13.5126 15.5303 13.2197L13.0303 10.7197Z\"\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,mpBACF,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
|
|
@@ -1127,6 +1130,7 @@ Below is a complete list of available icons:
|
|
|
1127
1130
|
- IconAlignHorizontalCenter
|
|
1128
1131
|
- IconAlignVerticalCenter
|
|
1129
1132
|
- IconBento
|
|
1133
|
+
- IconBoard
|
|
1130
1134
|
- IconCarussel
|
|
1131
1135
|
- IconColumns3
|
|
1132
1136
|
- IconColumns3Wide
|
|
@@ -1670,6 +1674,7 @@ Below is a complete list of available icons:
|
|
|
1670
1674
|
- IconBean
|
|
1671
1675
|
- IconBee
|
|
1672
1676
|
- IconBlackHole
|
|
1677
|
+
- IconBlocks
|
|
1673
1678
|
- IconBomb
|
|
1674
1679
|
- IconBooks
|
|
1675
1680
|
- IconBronceMedal
|
package/filtered-icons.json
CHANGED
|
@@ -3206,6 +3206,20 @@
|
|
|
3206
3206
|
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
3207
3207
|
"componentName": "IconBlock"
|
|
3208
3208
|
},
|
|
3209
|
+
{
|
|
3210
|
+
"category": "Things",
|
|
3211
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.25 6.5C10.6642 6.5 11 6.83579 11 7.25V13H16.75C17.1642 13 17.5 13.3358 17.5 13.75V20.25C17.5 20.6642 17.1642 21 16.75 21H3.75C3.33579 21 3 20.6642 3 20.25V7.25C3 6.83579 3.33579 6.5 3.75 6.5H10.25ZM11 19.5H16V14.5H11V19.5ZM4.5 13H9.5V8H4.5V13Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.25 3C20.6642 3 21 3.33579 21 3.75V10.25C21 10.6642 20.6642 11 20.25 11H13.75C13.3358 11 13 10.6642 13 10.25V3.75C13 3.33579 13.3358 3 13.75 3H20.25Z\" fill=\"currentColor\"/>",
|
|
3212
|
+
"iconName": "blocks, integration, apps",
|
|
3213
|
+
"variant": {
|
|
3214
|
+
"join": "round",
|
|
3215
|
+
"filled": "on",
|
|
3216
|
+
"radius": "0",
|
|
3217
|
+
"stroke": "1.5"
|
|
3218
|
+
},
|
|
3219
|
+
"createdAt": "2026-01-09T12:01:13.575765+00:00",
|
|
3220
|
+
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
3221
|
+
"componentName": "IconBlocks"
|
|
3222
|
+
},
|
|
3209
3223
|
{
|
|
3210
3224
|
"category": "Filter & Settings",
|
|
3211
3225
|
"svg": "<path d=\"M10.25 13C10.6642 13 11 13.3358 11 13.75V20.25C11 20.6642 10.6642 21 10.25 21H3.75C3.33579 21 3 20.6642 3 20.25V13.75C3 13.3358 3.33579 13 3.75 13H10.25Z\" fill=\"currentColor\"/><path d=\"M17.5264 6.16797C17.8209 5.92766 18.2557 5.94512 18.5303 6.21973L22.7803 10.4697C23.0732 10.7626 23.0732 11.2374 22.7803 11.5303C22.4874 11.8232 22.0126 11.8232 21.7197 11.5303L18.75 8.56055V17.25C18.75 17.6642 18.4142 18 18 18C17.5858 18 17.25 17.6642 17.25 17.25V8.56055L14.2803 11.5303C13.9874 11.8232 13.5126 11.8232 13.2197 11.5303C12.9268 11.2374 12.9268 10.7626 13.2197 10.4697L17.4697 6.21973L17.5264 6.16797Z\" fill=\"currentColor\"/><path d=\"M10.25 3C10.6642 3 11 3.33579 11 3.75V10.25C11 10.6642 10.6642 11 10.25 11H3.75C3.33579 11 3 10.6642 3 10.25V3.75C3 3.33579 3.33579 3 3.75 3H10.25Z\" fill=\"currentColor\"/>",
|
|
@@ -3290,6 +3304,20 @@
|
|
|
3290
3304
|
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
3291
3305
|
"componentName": "IconBlur"
|
|
3292
3306
|
},
|
|
3307
|
+
{
|
|
3308
|
+
"category": "Layout",
|
|
3309
|
+
"svg": "<path d=\"M3 3.75C3 3.33579 3.33579 3 3.75 3H11V21L3.75 21C3.33579 21 3 20.6642 3 20.25V3.75Z\" fill=\"currentColor\"/><path d=\"M12.5 21L20.25 21C20.6642 21 21 20.6642 21 20.25V12.75H12.5V21Z\" fill=\"currentColor\"/><path d=\"M21 11.25V3.75C21 3.33579 20.6642 3 20.25 3H12.5V11.25H21Z\" fill=\"currentColor\"/>",
|
|
3310
|
+
"iconName": "board, moodboard, layout, template",
|
|
3311
|
+
"variant": {
|
|
3312
|
+
"join": "round",
|
|
3313
|
+
"filled": "on",
|
|
3314
|
+
"radius": "0",
|
|
3315
|
+
"stroke": "1.5"
|
|
3316
|
+
},
|
|
3317
|
+
"createdAt": "2026-01-09T08:00:55.6867+00:00",
|
|
3318
|
+
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
3319
|
+
"componentName": "IconBoard"
|
|
3320
|
+
},
|
|
3293
3321
|
{
|
|
3294
3322
|
"category": "Typography",
|
|
3295
3323
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 4.5C5 3.67157 5.67157 3 6.5 3H12.9167C15.8017 3 18.0833 5.38246 18.0833 8.25C18.0833 9.49245 17.655 10.6438 16.9349 11.5498C18.1942 12.5131 19 14.0459 19 15.75C19 18.6175 16.7184 21 13.8333 21H6.5C5.67157 21 5 20.3284 5 19.5V4.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.9167 10.5C14.0817 10.5 15.0833 9.5246 15.0833 8.25C15.0833 6.9754 14.0817 6 12.9167 6H8V10.5H12.9167Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 13.5H13.8333C14.9984 13.5 16 14.4754 16 15.75C16 17.0246 14.9984 18 13.8333 18H8V13.5Z\" fill=\"currentColor\"/>",
|
|
@@ -10668,6 +10696,20 @@
|
|
|
10668
10696
|
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
10669
10697
|
"componentName": "IconFolderShared"
|
|
10670
10698
|
},
|
|
10699
|
+
{
|
|
10700
|
+
"category": "Folders & Files",
|
|
10701
|
+
"svg": "<path d=\"M18.7432 11.0449C18.9366 10.9745 19.1519 10.9871 19.3379 11.0811L22.5879 12.7236C22.8403 12.8512 22.9999 13.1098 23 13.3926V16.0234C23 18.0393 21.7278 19.836 19.8262 20.5049L19.249 20.708C19.088 20.7646 18.912 20.7646 18.751 20.708L18.1738 20.5049C16.2722 19.836 15 18.0393 15 16.0234V13.3926C15.0001 13.1098 15.1597 12.8512 15.4121 12.7236L18.6621 11.0811L18.7432 11.0449Z\" fill=\"currentColor\"/><path d=\"M10.1338 3C10.301 3 10.4571 3.08356 10.5498 3.22266L12.2529 5.77734C12.3457 5.91644 12.5018 6 12.6689 6H21.5C21.7761 6 22 6.22386 22 6.5V10.7451L20.0146 9.74219C19.4162 9.43976 18.7165 9.4207 18.1055 9.68555L17.9854 9.74219L14.7354 11.3848C13.978 11.7676 13.5001 12.544 13.5 13.3926V16.0234C13.5 17.5098 14.0261 18.9052 14.9287 20H2.5C2.22386 20 2 19.7761 2 19.5V3.5C2 3.22386 2.22386 3 2.5 3H10.1338Z\" fill=\"currentColor\"/>",
|
|
10702
|
+
"iconName": "folder-shield, folder-security",
|
|
10703
|
+
"variant": {
|
|
10704
|
+
"join": "round",
|
|
10705
|
+
"filled": "on",
|
|
10706
|
+
"radius": "0",
|
|
10707
|
+
"stroke": "1.5"
|
|
10708
|
+
},
|
|
10709
|
+
"createdAt": "2026-01-09T12:01:13.575765+00:00",
|
|
10710
|
+
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
10711
|
+
"componentName": "IconFolderShield"
|
|
10712
|
+
},
|
|
10671
10713
|
{
|
|
10672
10714
|
"category": "AI & Magic",
|
|
10673
10715
|
"svg": "<path d=\"M10 3C10.2508 3 10.4849 3.12534 10.624 3.33398L12.4014 6H21.25C21.6642 6 22 6.33579 22 6.75V19.25C22 19.6642 21.6642 20 21.25 20H7.3916L7.56055 19.5605L9.16504 18.9434C9.96925 18.634 10.5 17.8616 10.5 17C10.5 16.1384 9.96925 15.366 9.16504 15.0566L7.56055 14.4385L6.94336 12.835C6.63405 12.0308 5.86164 11.5 5 11.5C4.19222 11.5 3.46303 11.9666 3.12012 12.6875L3.05664 12.835L2.43848 14.4385L2 14.6074V3.75C2 3.33579 2.33579 3 2.75 3H10Z\" fill=\"currentColor\"/><path d=\"M6.24045 15.1852L5.54359 13.3733C5.45708 13.1484 5.24099 13 5 13C4.75901 13 4.54292 13.1484 4.45641 13.3733L3.75955 15.1852C3.65797 15.4493 3.44927 15.658 3.18518 15.7595L1.37334 16.4564C1.14842 16.5429 1 16.759 1 17C1 17.241 1.14842 17.4571 1.37334 17.5436L3.18518 18.2405C3.44927 18.342 3.65797 18.5507 3.75955 18.8148L4.45641 20.6267C4.54292 20.8516 4.75901 21 5 21C5.24099 21 5.45708 20.8516 5.54359 20.6267L6.24045 18.8148C6.34203 18.5507 6.55073 18.342 6.81482 18.2405L8.62666 17.5436C8.85158 17.4571 9 17.241 9 17C9 16.759 8.85188 16.5426 8.62695 16.4561L6.81445 15.7598C6.55036 15.6582 6.34203 15.4493 6.24045 15.1852Z\" fill=\"currentColor\"/>",
|
|
@@ -13916,6 +13958,20 @@
|
|
|
13916
13958
|
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
13917
13959
|
"componentName": "IconMarker"
|
|
13918
13960
|
},
|
|
13961
|
+
{
|
|
13962
|
+
"category": "Edit",
|
|
13963
|
+
"svg": "<path d=\"M13.5461 8.40364C13.7326 8.26164 13.9771 8.2142 14.2063 8.27962L17.7063 9.27962L17.7961 9.31087C17.8834 9.34833 17.9629 9.40247 18.0305 9.47005L20.5305 11.97C20.8234 12.2629 20.8234 12.7377 20.5305 13.0306L12.0305 21.5306C11.7376 21.8232 11.2627 21.8234 10.9699 21.5306L8.46994 19.0306C8.37989 18.9405 8.31455 18.8288 8.27951 18.7064L7.27951 15.2064C7.20471 14.9446 7.27754 14.6626 7.46994 14.47L13.4699 8.47005L13.5461 8.40364Z\" fill=\"currentColor\"/><path d=\"M5.73752 1.79817C6.00071 1.69972 6.29717 1.75661 6.50509 1.94563L12.0051 6.94563C12.1566 7.08358 12.2453 7.27785 12.2502 7.48274C12.2549 7.68759 12.1754 7.88569 12.0305 8.03059L7.03048 13.0306C6.73758 13.3232 6.26274 13.3234 5.96994 13.0306L4.46994 11.5306C4.30771 11.3684 4.22838 11.1403 4.25509 10.9124L5.25509 2.41243L5.27462 2.30989C5.33586 2.0764 5.50749 1.88435 5.73752 1.79817Z\" fill=\"currentColor\"/>",
|
|
13964
|
+
"iconName": "marker-2, highlight",
|
|
13965
|
+
"variant": {
|
|
13966
|
+
"join": "round",
|
|
13967
|
+
"filled": "on",
|
|
13968
|
+
"radius": "0",
|
|
13969
|
+
"stroke": "1.5"
|
|
13970
|
+
},
|
|
13971
|
+
"createdAt": "2026-01-09T12:01:13.575765+00:00",
|
|
13972
|
+
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
13973
|
+
"componentName": "IconMarker2"
|
|
13974
|
+
},
|
|
13919
13975
|
{
|
|
13920
13976
|
"category": "Edit",
|
|
13921
13977
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM6.2894 18.296C6.30001 18.2783 6.31139 18.2608 6.32352 18.2438C7.26288 16.9232 7.82324 15.894 8.2174 14.5664C8.31549 14.236 8.61322 14 8.95788 14H15.0421C15.3867 14 15.6845 14.236 15.7826 14.5664C16.1767 15.894 16.7371 16.9232 17.6764 18.2438C17.6886 18.2608 17.6999 18.2783 17.7106 18.2961C16.2016 19.6655 14.1982 20.5 12 20.5C9.80172 20.5 7.79836 19.6655 6.2894 18.296ZM9 12.5V10.0856C9 9.74143 9.23422 9.44144 9.5681 9.35798L14.0681 8.23298C14.5415 8.11464 15 8.47265 15 8.96058V12.5H9Z\" fill=\"currentColor\"/>",
|
|
@@ -14532,6 +14588,20 @@
|
|
|
14532
14588
|
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
14533
14589
|
"componentName": "IconMouth"
|
|
14534
14590
|
},
|
|
14591
|
+
{
|
|
14592
|
+
"category": "Folders & Files",
|
|
14593
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 3C10.2508 3.00001 10.4849 3.12534 10.624 3.33398L12.1787 5.66602C12.3178 5.87466 12.552 5.99999 12.8027 6H21.25C21.6642 6 22 6.33579 22 6.75V19.25C22 19.6642 21.6642 20 21.25 20H2.75C2.33579 20 2 19.6642 2 19.25V3.75C2 3.33579 2.33579 3 2.75 3H10ZM13.0303 10.7197C12.7374 10.4269 12.2626 10.427 11.9697 10.7197C11.677 11.0126 11.677 11.4874 11.9697 11.7803L13.1895 13.001H8.75C8.33579 13.001 8 13.3368 8 13.751C8.00038 14.1649 8.33602 14.501 8.75 14.501H13.1875L11.9697 15.7197C11.677 16.0126 11.6769 16.4884 11.9697 16.7812C12.2625 17.0736 12.7375 17.0736 13.0303 16.7812L15.5303 14.2812C15.823 13.9884 15.8229 13.5126 15.5303 13.2197L13.0303 10.7197Z\" fill=\"currentColor\"/>",
|
|
14594
|
+
"iconName": "move-folder",
|
|
14595
|
+
"variant": {
|
|
14596
|
+
"join": "round",
|
|
14597
|
+
"filled": "on",
|
|
14598
|
+
"radius": "0",
|
|
14599
|
+
"stroke": "1.5"
|
|
14600
|
+
},
|
|
14601
|
+
"createdAt": "2026-01-09T12:01:13.575765+00:00",
|
|
14602
|
+
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
14603
|
+
"componentName": "IconMoveFolder"
|
|
14604
|
+
},
|
|
14535
14605
|
{
|
|
14536
14606
|
"category": "Photography & Video",
|
|
14537
14607
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 2.75C2 2.33579 2.33579 2 2.75 2H15.25C15.6642 2 16 2.33579 16 2.75V8H21.25C21.6642 8 22 8.33579 22 8.75V21.25C22 21.6642 21.6642 22 21.25 22H8.75C8.33579 22 8 21.6642 8 21.25V16H2.75C2.33579 16 2 15.6642 2 15.25V2.75ZM14.5 8V3.5H3.5V10.7413L5.58898 9.37265C5.84042 9.20792 6.16592 9.20922 6.41603 9.37596L8 10.4319V8.75C8 8.33579 8.33579 8 8.75 8H14.5ZM5 6.25C5 5.55964 5.55964 5 6.25 5C6.94036 5 7.5 5.55964 7.5 6.25C7.5 6.94036 6.94036 7.5 6.25 7.5C5.55964 7.5 5 6.94036 5 6.25ZM13.3906 12.5417C13.6314 12.4102 13.9248 12.4208 14.1556 12.5691L16.9556 14.3691C17.1702 14.5071 17.3 14.7448 17.3 15C17.3 15.2552 17.1702 15.4929 16.9556 15.6309L14.1556 17.4309C13.9248 17.5792 13.6314 17.5898 13.3906 17.4583C13.1498 17.3268 13 17.0744 13 16.8V13.2C13 12.9256 13.1498 12.6732 13.3906 12.5417Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -228,12 +228,14 @@ export type CentralIconName =
|
|
|
228
228
|
| "IconBlankPagePortrait"
|
|
229
229
|
| "IconBlip"
|
|
230
230
|
| "IconBlock"
|
|
231
|
+
| "IconBlocks"
|
|
231
232
|
| "IconBlockSortAscending"
|
|
232
233
|
| "IconBlockSortDescending"
|
|
233
234
|
| "IconBlossom"
|
|
234
235
|
| "IconBluesky"
|
|
235
236
|
| "IconBluetooth"
|
|
236
237
|
| "IconBlur"
|
|
238
|
+
| "IconBoard"
|
|
237
239
|
| "IconBold"
|
|
238
240
|
| "IconBolt"
|
|
239
241
|
| "IconBomb"
|
|
@@ -761,6 +763,7 @@ export type CentralIconName =
|
|
|
761
763
|
| "IconFolderRestricted"
|
|
762
764
|
| "IconFolders"
|
|
763
765
|
| "IconFolderShared"
|
|
766
|
+
| "IconFolderShield"
|
|
764
767
|
| "IconFolderSparkle"
|
|
765
768
|
| "IconFolderUpload"
|
|
766
769
|
| "IconFontStyle"
|
|
@@ -993,6 +996,7 @@ export type CentralIconName =
|
|
|
993
996
|
| "IconMapPinFlat"
|
|
994
997
|
| "IconMarkdown"
|
|
995
998
|
| "IconMarker"
|
|
999
|
+
| "IconMarker2"
|
|
996
1000
|
| "IconMarkerCircle"
|
|
997
1001
|
| "IconMarkup"
|
|
998
1002
|
| "IconMask"
|
|
@@ -1037,6 +1041,7 @@ export type CentralIconName =
|
|
|
1037
1041
|
| "IconMouseScrollDown"
|
|
1038
1042
|
| "IconMouseScrollUp"
|
|
1039
1043
|
| "IconMouth"
|
|
1044
|
+
| "IconMoveFolder"
|
|
1040
1045
|
| "IconMultiMedia"
|
|
1041
1046
|
| "IconMute"
|
|
1042
1047
|
| "IconNailedIt"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-0-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.87",
|
|
4
4
|
"style": "round-filled-radius-0-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-stroke-1.5/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":
|
|
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":
|
|
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":
|
|
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",
|
|
@@ -1032,11 +1035,12 @@
|
|
|
1032
1035
|
]
|
|
1033
1036
|
},
|
|
1034
1037
|
"Layout": {
|
|
1035
|
-
"count":
|
|
1038
|
+
"count": 51,
|
|
1036
1039
|
"icons": [
|
|
1037
1040
|
"IconAlignHorizontalCenter",
|
|
1038
1041
|
"IconAlignVerticalCenter",
|
|
1039
1042
|
"IconBento",
|
|
1043
|
+
"IconBoard",
|
|
1040
1044
|
"IconCarussel",
|
|
1041
1045
|
"IconColumns3",
|
|
1042
1046
|
"IconColumns3Wide",
|
|
@@ -1591,7 +1595,7 @@
|
|
|
1591
1595
|
]
|
|
1592
1596
|
},
|
|
1593
1597
|
"Things": {
|
|
1594
|
-
"count":
|
|
1598
|
+
"count": 116,
|
|
1595
1599
|
"icons": [
|
|
1596
1600
|
"IconAnvil",
|
|
1597
1601
|
"IconBackpack",
|
|
@@ -1602,6 +1606,7 @@
|
|
|
1602
1606
|
"IconBean",
|
|
1603
1607
|
"IconBee",
|
|
1604
1608
|
"IconBlackHole",
|
|
1609
|
+
"IconBlocks",
|
|
1605
1610
|
"IconBomb",
|
|
1606
1611
|
"IconBooks",
|
|
1607
1612
|
"IconBronceMedal",
|
|
@@ -2105,12 +2110,14 @@
|
|
|
2105
2110
|
"IconBlankPagePortrait": "blank-page-portrait",
|
|
2106
2111
|
"IconBlip": "blip, flick, snip, snap, easy, thanos",
|
|
2107
2112
|
"IconBlock": "block, workspace",
|
|
2113
|
+
"IconBlocks": "blocks, integration, apps",
|
|
2108
2114
|
"IconBlockSortAscending": "block-sort-ascending",
|
|
2109
2115
|
"IconBlockSortDescending": "block-sort-descending",
|
|
2110
2116
|
"IconBlossom": "blossom, flower, growing",
|
|
2111
2117
|
"IconBluesky": "bluesky",
|
|
2112
2118
|
"IconBluetooth": "bluetooth",
|
|
2113
2119
|
"IconBlur": "blur",
|
|
2120
|
+
"IconBoard": "board, moodboard, layout, template",
|
|
2114
2121
|
"IconBold": "bold",
|
|
2115
2122
|
"IconBolt": "bolt",
|
|
2116
2123
|
"IconBomb": "bomb, boom",
|
|
@@ -2638,6 +2645,7 @@
|
|
|
2638
2645
|
"IconFolderRestricted": "folder-restricted",
|
|
2639
2646
|
"IconFolders": "folders",
|
|
2640
2647
|
"IconFolderShared": "folder-shared",
|
|
2648
|
+
"IconFolderShield": "folder-shield, folder-security",
|
|
2641
2649
|
"IconFolderSparkle": "Folder-sparkle, plus",
|
|
2642
2650
|
"IconFolderUpload": "folder-upload",
|
|
2643
2651
|
"IconFontStyle": "font-style, fonts, serif",
|
|
@@ -2870,6 +2878,7 @@
|
|
|
2870
2878
|
"IconMapPinFlat": "map-pin-flat, route",
|
|
2871
2879
|
"IconMarkdown": "markdown",
|
|
2872
2880
|
"IconMarker": "marker, highlight",
|
|
2881
|
+
"IconMarker2": "marker-2, highlight",
|
|
2873
2882
|
"IconMarkerCircle": "marker-circle, highlight",
|
|
2874
2883
|
"IconMarkup": "markup, marker, highlight",
|
|
2875
2884
|
"IconMask": "mask, theatre",
|
|
@@ -2914,6 +2923,7 @@
|
|
|
2914
2923
|
"IconMouseScrollDown": "mouse-scroll-down",
|
|
2915
2924
|
"IconMouseScrollUp": "mouse-scroll-up",
|
|
2916
2925
|
"IconMouth": "mouth, kiss",
|
|
2926
|
+
"IconMoveFolder": "move-folder",
|
|
2917
2927
|
"IconMultiMedia": "multi-media, media, image-video",
|
|
2918
2928
|
"IconMute": "mute, sound-off",
|
|
2919
2929
|
"IconNailedIt": "nailed-it",
|
package/index.d.ts
CHANGED
|
@@ -229,10 +229,12 @@ 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";
|
|
235
236
|
export { IconBlur, default as IconBlurDefault } from "./IconBlur";
|
|
237
|
+
export { IconBoard, default as IconBoardDefault } from "./IconBoard";
|
|
236
238
|
export { IconBold, default as IconBoldDefault } from "./IconBold";
|
|
237
239
|
export { IconBolt, default as IconBoltDefault } from "./IconBolt";
|
|
238
240
|
export { IconBomb, default as IconBombDefault } from "./IconBomb";
|
|
@@ -759,6 +761,7 @@ export { IconFolderOpen, default as IconFolderOpenDefault, } from "./IconFolderO
|
|
|
759
761
|
export { IconFolderPaper, default as IconFolderPaperDefault, } from "./IconFolderPaper";
|
|
760
762
|
export { IconFolderRestricted, default as IconFolderRestrictedDefault, } from "./IconFolderRestricted";
|
|
761
763
|
export { IconFolderShared, default as IconFolderSharedDefault, } from "./IconFolderShared";
|
|
764
|
+
export { IconFolderShield, default as IconFolderShieldDefault, } from "./IconFolderShield";
|
|
762
765
|
export { IconFolderSparkle, default as IconFolderSparkleDefault, } from "./IconFolderSparkle";
|
|
763
766
|
export { IconFolderUpload, default as IconFolderUploadDefault, } from "./IconFolderUpload";
|
|
764
767
|
export { IconFolders, default as IconFoldersDefault } from "./IconFolders";
|
|
@@ -992,6 +995,7 @@ export { IconMapPin, default as IconMapPinDefault } from "./IconMapPin";
|
|
|
992
995
|
export { IconMapPinFlat, default as IconMapPinFlatDefault, } from "./IconMapPinFlat";
|
|
993
996
|
export { IconMarkdown, default as IconMarkdownDefault } from "./IconMarkdown";
|
|
994
997
|
export { IconMarker, default as IconMarkerDefault } from "./IconMarker";
|
|
998
|
+
export { IconMarker2, default as IconMarker2Default } from "./IconMarker2";
|
|
995
999
|
export { IconMarkerCircle, default as IconMarkerCircleDefault, } from "./IconMarkerCircle";
|
|
996
1000
|
export { IconMarkup, default as IconMarkupDefault } from "./IconMarkup";
|
|
997
1001
|
export { IconMask, default as IconMaskDefault } from "./IconMask";
|
|
@@ -1036,6 +1040,7 @@ export { IconMouseClassic2, default as IconMouseClassic2Default, } from "./IconM
|
|
|
1036
1040
|
export { IconMouseScrollDown, default as IconMouseScrollDownDefault, } from "./IconMouseScrollDown";
|
|
1037
1041
|
export { IconMouseScrollUp, default as IconMouseScrollUpDefault, } from "./IconMouseScrollUp";
|
|
1038
1042
|
export { IconMouth, default as IconMouthDefault } from "./IconMouth";
|
|
1043
|
+
export { IconMoveFolder, default as IconMoveFolderDefault, } from "./IconMoveFolder";
|
|
1039
1044
|
export { IconMultiMedia, default as IconMultiMediaDefault, } from "./IconMultiMedia";
|
|
1040
1045
|
export { IconMute, default as IconMuteDefault } from "./IconMute";
|
|
1041
1046
|
export { IconNailedIt, default as IconNailedItDefault } from "./IconNailedIt";
|