@central-icons-react-native/round-filled-radius-3-stroke-1 1.1.94 → 1.1.95
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/IconArrowLoopDownLeft/index.d.ts +4 -0
- package/IconArrowLoopDownLeft/index.js +2 -0
- package/IconArrowLoopDownLeft/index.js.map +1 -0
- package/IconArrowLoopDownLeft/index.mjs +2 -0
- package/IconArrowLoopDownLeft/index.mjs.map +1 -0
- package/IconBag3/index.d.ts +4 -0
- package/IconBag3/index.js +2 -0
- package/IconBag3/index.js.map +1 -0
- package/IconBag3/index.mjs +2 -0
- package/IconBag3/index.mjs.map +1 -0
- package/IconFolders2/index.d.ts +4 -0
- package/IconFolders2/index.js +2 -0
- package/IconFolders2/index.js.map +1 -0
- package/IconFolders2/index.mjs +2 -0
- package/IconFolders2/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +11 -5
- package/index.d.ts +3 -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 +21 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var I=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(o,r)=>{for(var t in r)n(o,t,{get:r[t],enumerable:!0})},a=(o,r,t,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of u(r))!P.call(o,e)&&e!==t&&n(o,e,{get:()=>r[e],enumerable:!(p=i(r,e))||p.enumerable});return o};var l=(o,r,t)=>(t=o!=null?I(x(o)):{},a(r||!o||!o.__esModule?n(t,"default",{value:o,enumerable:!0}):t,o)),L=o=>a(n({},"__esModule",{value:!0}),o);var h={};g(h,{IconArrowLoopDownLeft:()=>B,default:()=>v});module.exports=L(h);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),f=({children:o,size:r=24,...t})=>m.default.createElement(s.Svg,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var c=require("react-native-svg"),B=o=>C.default.createElement(f,{...o},C.default.createElement(c.Path,{d:"M12.5 3C16.6421 3.00002 20 6.35788 20 10.5C20 14.6421 16.6421 18 12.5 18C12.2238 18 12 17.7761 12 17.5C12 17.2239 12.2238 17 12.5 17C16.0898 17 19 14.0898 19 10.5C19 6.91016 16.0898 4.00002 12.5 4C8.91011 4 5.99996 6.91015 5.99996 10.5V19.293L8.64645 16.6465C8.84171 16.4512 9.15822 16.4512 9.35348 16.6465C9.54871 16.8417 9.54871 17.1583 9.35348 17.3535L5.85348 20.8535C5.65822 21.0488 5.34171 21.0488 5.14645 20.8535L1.64645 17.3535C1.45118 17.1583 1.45118 16.8417 1.64645 16.6465C1.84171 16.4512 2.15822 16.4512 2.35348 16.6465L4.99996 19.293V10.5C4.99996 6.35786 8.35783 3 12.5 3Z",fill:"currentColor"})),v=B;0&&(module.exports={IconArrowLoopDownLeft});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowLoopDownLeft/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 IconArrowLoopDownLeft: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.5 3C16.6421 3.00002 20 6.35788 20 10.5C20 14.6421 16.6421 18 12.5 18C12.2238 18 12 17.7761 12 17.5C12 17.2239 12.2238 17 12.5 17C16.0898 17 19 14.0898 19 10.5C19 6.91016 16.0898 4.00002 12.5 4C8.91011 4 5.99996 6.91015 5.99996 10.5V19.293L8.64645 16.6465C8.84171 16.4512 9.15822 16.4512 9.35348 16.6465C9.54871 16.8417 9.54871 17.1583 9.35348 17.3535L5.85348 20.8535C5.65822 21.0488 5.34171 21.0488 5.14645 20.8535L1.64645 17.3535C1.45118 17.1583 1.45118 16.8417 1.64645 16.6465C1.84171 16.4512 2.15822 16.4512 2.35348 16.6465L4.99996 19.293V10.5C4.99996 6.35786 8.35783 3 12.5 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowLoopDownLeft;\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,2BAAAE,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,EAAmDC,GAE5D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2kBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconArrowLoopDownLeft_exports","__export","IconArrowLoopDownLeft","IconArrowLoopDownLeft_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowLoopDownLeft","props","React","CentralIconBase","IconArrowLoopDownLeft_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({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 a}from"react-native-svg";var l=r=>e.createElement(t,{...r},e.createElement(a,{d:"M12.5 3C16.6421 3.00002 20 6.35788 20 10.5C20 14.6421 16.6421 18 12.5 18C12.2238 18 12 17.7761 12 17.5C12 17.2239 12.2238 17 12.5 17C16.0898 17 19 14.0898 19 10.5C19 6.91016 16.0898 4.00002 12.5 4C8.91011 4 5.99996 6.91015 5.99996 10.5V19.293L8.64645 16.6465C8.84171 16.4512 9.15822 16.4512 9.35348 16.6465C9.54871 16.8417 9.54871 17.1583 9.35348 17.3535L5.85348 20.8535C5.65822 21.0488 5.34171 21.0488 5.14645 20.8535L1.64645 17.3535C1.45118 17.1583 1.45118 16.8417 1.64645 16.6465C1.84171 16.4512 2.15822 16.4512 2.35348 16.6465L4.99996 19.293V10.5C4.99996 6.35786 8.35783 3 12.5 3Z",fill:"currentColor"})),P=l;export{l as IconArrowLoopDownLeft,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowLoopDownLeft/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 IconArrowLoopDownLeft: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.5 3C16.6421 3.00002 20 6.35788 20 10.5C20 14.6421 16.6421 18 12.5 18C12.2238 18 12 17.7761 12 17.5C12 17.2239 12.2238 17 12.5 17C16.0898 17 19 14.0898 19 10.5C19 6.91016 16.0898 4.00002 12.5 4C8.91011 4 5.99996 6.91015 5.99996 10.5V19.293L8.64645 16.6465C8.84171 16.4512 9.15822 16.4512 9.35348 16.6465C9.54871 16.8417 9.54871 17.1583 9.35348 17.3535L5.85348 20.8535C5.65822 21.0488 5.34171 21.0488 5.14645 20.8535L1.64645 17.3535C1.45118 17.1583 1.45118 16.8417 1.64645 16.6465C1.84171 16.4512 2.15822 16.4512 2.35348 16.6465L4.99996 19.293V10.5C4.99996 6.35786 8.35783 3 12.5 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowLoopDownLeft;\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,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2kBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowLoopDownLeft","props","React","CentralIconBase","IconArrowLoopDownLeft_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var t=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!I.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(l=u(o,n))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?i(d(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>a(t({},"__esModule",{value:!0}),r);var P={};g(P,{IconBag3:()=>c,default:()=>x});module.exports=v(P);var C=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),V=({children:r,size:o=24,...e})=>f.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 p=require("react-native-svg"),c=r=>C.default.createElement(V,{...r},C.default.createElement(p.Path,{d:"M22 17.5C22 19.433 20.433 21 18.5 21H5.5C3.567 21 2 19.433 2 17.5V11.4053L11.5 13.4053V14C11.5 14.2761 11.7239 14.5 12 14.5C12.2761 14.5 12.5 14.2761 12.5 14V13.4053L22 11.4053V17.5Z",fill:"currentColor"}),C.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 2C15.433 2 17 3.567 17 5.5V6H18.5C20.433 6 22 7.567 22 9.5V10.3828L12.5 12.3828V12C12.5 11.7239 12.2761 11.5 12 11.5C11.7239 11.5 11.5 11.7239 11.5 12V12.3828L2 10.3828V9.5C2 7.567 3.567 6 5.5 6H7V5.5C7 3.567 8.567 2 10.5 2H13.5ZM10.5 3C9.11929 3 8 4.11929 8 5.5V6H16V5.5C16 4.11929 14.8807 3 13.5 3H10.5Z",fill:"currentColor"})),x=c;0&&(module.exports={IconBag3});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBag3/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 IconBag3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M22 17.5C22 19.433 20.433 21 18.5 21H5.5C3.567 21 2 19.433 2 17.5V11.4053L11.5 13.4053V14C11.5 14.2761 11.7239 14.5 12 14.5C12.2761 14.5 12.5 14.2761 12.5 14V13.4053L22 11.4053V17.5Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.5 2C15.433 2 17 3.567 17 5.5V6H18.5C20.433 6 22 7.567 22 9.5V10.3828L12.5 12.3828V12C12.5 11.7239 12.2761 11.5 12 11.5C11.7239 11.5 11.5 11.7239 11.5 12V12.3828L2 10.3828V9.5C2 7.567 3.567 6 5.5 6H7V5.5C7 3.567 8.567 2 10.5 2H13.5ZM10.5 3C9.11929 3 8 4.11929 8 5.5V6H16V5.5C16 4.11929 14.8807 3 13.5 3H10.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBag3;\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,cAAAE,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,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,yLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,0TACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBag3_exports","__export","IconBag3","IconBag3_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBag3","props","React","CentralIconBase","IconBag3_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({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 t}from"react-native-svg";var a=o=>e.createElement(n,{...o},e.createElement(t,{d:"M22 17.5C22 19.433 20.433 21 18.5 21H5.5C3.567 21 2 19.433 2 17.5V11.4053L11.5 13.4053V14C11.5 14.2761 11.7239 14.5 12 14.5C12.2761 14.5 12.5 14.2761 12.5 14V13.4053L22 11.4053V17.5Z",fill:"currentColor"}),e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 2C15.433 2 17 3.567 17 5.5V6H18.5C20.433 6 22 7.567 22 9.5V10.3828L12.5 12.3828V12C12.5 11.7239 12.2761 11.5 12 11.5C11.7239 11.5 11.5 11.7239 11.5 12V12.3828L2 10.3828V9.5C2 7.567 3.567 6 5.5 6H7V5.5C7 3.567 8.567 2 10.5 2H13.5ZM10.5 3C9.11929 3 8 4.11929 8 5.5V6H16V5.5C16 4.11929 14.8807 3 13.5 3H10.5Z",fill:"currentColor"})),I=a;export{a as IconBag3,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBag3/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 IconBag3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M22 17.5C22 19.433 20.433 21 18.5 21H5.5C3.567 21 2 19.433 2 17.5V11.4053L11.5 13.4053V14C11.5 14.2761 11.7239 14.5 12 14.5C12.2761 14.5 12.5 14.2761 12.5 14V13.4053L22 11.4053V17.5Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.5 2C15.433 2 17 3.567 17 5.5V6H18.5C20.433 6 22 7.567 22 9.5V10.3828L12.5 12.3828V12C12.5 11.7239 12.2761 11.5 12 11.5C11.7239 11.5 11.5 11.7239 11.5 12V12.3828L2 10.3828V9.5C2 7.567 3.567 6 5.5 6H7V5.5C7 3.567 8.567 2 10.5 2H13.5ZM10.5 3C9.11929 3 8 4.11929 8 5.5V6H16V5.5C16 4.11929 14.8807 3 13.5 3H10.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBag3;\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,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,yLACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,0TACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBag3","props","React","CentralIconBase","IconBag3_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>a(n({},"__esModule",{value:!0}),r);var F={};g(F,{IconFolders2:()=>i,default:()=>v});module.exports=d(F);var C=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M2.5 5C2.77614 5 3 5.22386 3 5.5V16.5C3 17.8807 4.11929 19 5.5 19H19.5C19.7761 19 20 19.2239 20 19.5C20 19.7761 19.7761 20 19.5 20H5.5C3.567 20 2 18.433 2 16.5V5.5C2 5.22386 2.22386 5 2.5 5Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M9.17188 3C9.83481 3.00008 10.4707 3.26365 10.9395 3.73242L12.2676 5.06055C12.5488 5.34178 12.9304 5.49992 13.3281 5.5H19.5C20.8807 5.5 22 6.61929 22 8V14.5C22 16.433 20.433 18 18.5 18H7.5C5.567 18 4 16.433 4 14.5V5.5C4 4.11929 5.11929 3 6.5 3H9.17188Z",fill:"currentColor"})),v=i;0&&(module.exports={IconFolders2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFolders2/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 IconFolders2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.5 5C2.77614 5 3 5.22386 3 5.5V16.5C3 17.8807 4.11929 19 5.5 19H19.5C19.7761 19 20 19.2239 20 19.5C20 19.7761 19.7761 20 19.5 20H5.5C3.567 20 2 18.433 2 16.5V5.5C2 5.22386 2.22386 5 2.5 5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.17188 3C9.83481 3.00008 10.4707 3.26365 10.9395 3.73242L12.2676 5.06055C12.5488 5.34178 12.9304 5.49992 13.3281 5.5H19.5C20.8807 5.5 22 6.61929 22 8V14.5C22 16.433 20.433 18 18.5 18H7.5C5.567 18 4 16.433 4 14.5V5.5C4 4.11929 5.11929 3 6.5 3H9.17188Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFolders2;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,iMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+PACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFolders2_exports","__export","IconFolders2","IconFolders2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFolders2","props","React","CentralIconBase","IconFolders2_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:"M2.5 5C2.77614 5 3 5.22386 3 5.5V16.5C3 17.8807 4.11929 19 5.5 19H19.5C19.7761 19 20 19.2239 20 19.5C20 19.7761 19.7761 20 19.5 20H5.5C3.567 20 2 18.433 2 16.5V5.5C2 5.22386 2.22386 5 2.5 5Z",fill:"currentColor"}),t.createElement(n,{d:"M9.17188 3C9.83481 3.00008 10.4707 3.26365 10.9395 3.73242L12.2676 5.06055C12.5488 5.34178 12.9304 5.49992 13.3281 5.5H19.5C20.8807 5.5 22 6.61929 22 8V14.5C22 16.433 20.433 18 18.5 18H7.5C5.567 18 4 16.433 4 14.5V5.5C4 4.11929 5.11929 3 6.5 3H9.17188Z",fill:"currentColor"})),P=a;export{a as IconFolders2,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFolders2/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 IconFolders2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.5 5C2.77614 5 3 5.22386 3 5.5V16.5C3 17.8807 4.11929 19 5.5 19H19.5C19.7761 19 20 19.2239 20 19.5C20 19.7761 19.7761 20 19.5 20H5.5C3.567 20 2 18.433 2 16.5V5.5C2 5.22386 2.22386 5 2.5 5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.17188 3C9.83481 3.00008 10.4707 3.26365 10.9395 3.73242L12.2676 5.06055C12.5488 5.34178 12.9304 5.49992 13.3281 5.5H19.5C20.8807 5.5 22 6.61929 22 8V14.5C22 16.433 20.433 18 18.5 18H7.5C5.567 18 4 16.433 4 14.5V5.5C4 4.11929 5.11929 3 6.5 3H9.17188Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFolders2;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,iMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+PACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFolders2","props","React","CentralIconBase","IconFolders2_default"]}
|
package/README.md
CHANGED
|
@@ -251,6 +251,7 @@ Below is a complete list of available icons:
|
|
|
251
251
|
- IconArrowLeftRight
|
|
252
252
|
- IconArrowLeftSquare
|
|
253
253
|
- IconArrowLeftUpCircle
|
|
254
|
+
- IconArrowLoopDownLeft
|
|
254
255
|
- IconArrowPathDown
|
|
255
256
|
- IconArrowPathLeft
|
|
256
257
|
- IconArrowPathRight
|
|
@@ -778,6 +779,7 @@ Below is a complete list of available icons:
|
|
|
778
779
|
- IconFolderPaper
|
|
779
780
|
- IconFolderRestricted
|
|
780
781
|
- IconFolders
|
|
782
|
+
- IconFolders2
|
|
781
783
|
- IconFolderShared
|
|
782
784
|
- IconFolderShield
|
|
783
785
|
- IconFolderUpload
|
|
@@ -1680,6 +1682,7 @@ Below is a complete list of available icons:
|
|
|
1680
1682
|
- IconBackpack
|
|
1681
1683
|
- IconBag
|
|
1682
1684
|
- IconBag2
|
|
1685
|
+
- IconBag3
|
|
1683
1686
|
- IconBalloon
|
|
1684
1687
|
- IconBaymax
|
|
1685
1688
|
- IconBean
|
package/filtered-icons.json
CHANGED
|
@@ -1400,6 +1400,20 @@
|
|
|
1400
1400
|
"packageName": "round-filled-radius-3-stroke-1",
|
|
1401
1401
|
"componentName": "IconArrowLeftX"
|
|
1402
1402
|
},
|
|
1403
|
+
{
|
|
1404
|
+
"category": "Arrows",
|
|
1405
|
+
"svg": "<path d=\"M12.5 3C16.6421 3.00002 20 6.35788 20 10.5C20 14.6421 16.6421 18 12.5 18C12.2238 18 12 17.7761 12 17.5C12 17.2239 12.2238 17 12.5 17C16.0898 17 19 14.0898 19 10.5C19 6.91016 16.0898 4.00002 12.5 4C8.91011 4 5.99996 6.91015 5.99996 10.5V19.293L8.64645 16.6465C8.84171 16.4512 9.15822 16.4512 9.35348 16.6465C9.54871 16.8417 9.54871 17.1583 9.35348 17.3535L5.85348 20.8535C5.65822 21.0488 5.34171 21.0488 5.14645 20.8535L1.64645 17.3535C1.45118 17.1583 1.45118 16.8417 1.64645 16.6465C1.84171 16.4512 2.15822 16.4512 2.35348 16.6465L4.99996 19.293V10.5C4.99996 6.35786 8.35783 3 12.5 3Z\" fill=\"currentColor\"/>",
|
|
1406
|
+
"iconName": "arrow-loop-down-left, restore, reset",
|
|
1407
|
+
"variant": {
|
|
1408
|
+
"join": "round",
|
|
1409
|
+
"filled": "on",
|
|
1410
|
+
"radius": "3",
|
|
1411
|
+
"stroke": "1"
|
|
1412
|
+
},
|
|
1413
|
+
"createdAt": "2026-01-22T12:01:00.42597+00:00",
|
|
1414
|
+
"packageName": "round-filled-radius-3-stroke-1",
|
|
1415
|
+
"componentName": "IconArrowLoopDownLeft"
|
|
1416
|
+
},
|
|
1403
1417
|
{
|
|
1404
1418
|
"category": "Interface General",
|
|
1405
1419
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 3C12.1326 3 12.2598 3.05268 12.3535 3.14645L16.8536 7.64645C17.0488 7.84171 17.0488 8.15829 16.8536 8.35355C16.6583 8.54882 16.3417 8.54882 16.1464 8.35355L12.5 4.7071V15.5C12.5 15.7761 12.2761 16 12 16C11.7238 16 11.5 15.7761 11.5 15.5V4.70711L7.85355 8.35355C7.65829 8.54882 7.34171 8.54882 7.14645 8.35355C6.95118 8.15829 6.95118 7.84171 7.14645 7.64645L11.6464 3.14645C11.7402 3.05268 11.8674 3 12 3Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.5 14C3.77614 14 4 14.2239 4 14.5V17.5C4 18.8807 5.11929 20 6.5 20H17.5C18.8807 20 20 18.8807 20 17.5V14.5C20 14.2239 20.2239 14 20.5 14C20.7761 14 21 14.2239 21 14.5V17.5C21 19.433 19.433 21 17.5 21H6.5C4.567 21 3 19.433 3 17.5V14.5C3 14.2239 3.22386 14 3.5 14Z\" fill=\"currentColor\"/>",
|
|
@@ -2464,6 +2478,20 @@
|
|
|
2464
2478
|
"packageName": "round-filled-radius-3-stroke-1",
|
|
2465
2479
|
"componentName": "IconBag2Sparkle"
|
|
2466
2480
|
},
|
|
2481
|
+
{
|
|
2482
|
+
"category": "Things",
|
|
2483
|
+
"svg": "<path d=\"M22 17.5C22 19.433 20.433 21 18.5 21H5.5C3.567 21 2 19.433 2 17.5V11.4053L11.5 13.4053V14C11.5 14.2761 11.7239 14.5 12 14.5C12.2761 14.5 12.5 14.2761 12.5 14V13.4053L22 11.4053V17.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5 2C15.433 2 17 3.567 17 5.5V6H18.5C20.433 6 22 7.567 22 9.5V10.3828L12.5 12.3828V12C12.5 11.7239 12.2761 11.5 12 11.5C11.7239 11.5 11.5 11.7239 11.5 12V12.3828L2 10.3828V9.5C2 7.567 3.567 6 5.5 6H7V5.5C7 3.567 8.567 2 10.5 2H13.5ZM10.5 3C9.11929 3 8 4.11929 8 5.5V6H16V5.5C16 4.11929 14.8807 3 13.5 3H10.5Z\" fill=\"currentColor\"/>",
|
|
2484
|
+
"iconName": "bag-3, luggage, suitcase, work",
|
|
2485
|
+
"variant": {
|
|
2486
|
+
"join": "round",
|
|
2487
|
+
"filled": "on",
|
|
2488
|
+
"radius": "3",
|
|
2489
|
+
"stroke": "1"
|
|
2490
|
+
},
|
|
2491
|
+
"createdAt": "2026-01-22T12:01:00.42597+00:00",
|
|
2492
|
+
"packageName": "round-filled-radius-3-stroke-1",
|
|
2493
|
+
"componentName": "IconBag3"
|
|
2494
|
+
},
|
|
2467
2495
|
{
|
|
2468
2496
|
"category": "Things",
|
|
2469
2497
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.65178 3.31207C7.29388 1.80721 9.54454 1 12 1C14.4555 1 16.7061 1.80721 18.3482 3.31207C19.9956 4.82176 21 7.00648 21 9.69286C21 13.0866 19.6105 15.7855 17.8027 17.633C16.7023 18.7576 15.4305 19.5821 14.2043 20.051L14.6091 20.5203C15.4475 21.4924 14.7569 23 13.4732 23H10.5806C9.32287 23 8.62361 21.5451 9.40932 20.563L9.81345 20.0578C8.58176 19.5901 7.30305 18.763 6.19731 17.633C4.3895 15.7855 3 13.0866 3 9.69286C3 7.00648 4.0044 4.82176 5.65178 3.31207ZM10.8459 20.368L10.1902 21.1877C9.92829 21.515 10.1614 22 10.5806 22H13.4732C13.9011 22 14.1313 21.4975 13.8518 21.1734L13.1566 20.3674C12.7558 20.4551 12.3674 20.5 12 20.5C11.6333 20.5 11.2459 20.4553 10.8459 20.368ZM11.9985 4.48065C12.0198 4.75598 11.8138 4.99639 11.5385 5.01764C9.06995 5.20816 7.14329 6.92446 7.00766 9.71711C6.99426 9.99293 6.75981 10.2057 6.48399 10.1923C6.20818 10.1789 5.99544 9.94442 6.00884 9.6686C6.17044 6.34115 8.52275 4.24742 11.4615 4.02061C11.7368 3.99936 11.9773 4.20533 11.9985 4.48065Z\" fill=\"currentColor\"/>",
|
|
@@ -10710,6 +10738,20 @@
|
|
|
10710
10738
|
"packageName": "round-filled-radius-3-stroke-1",
|
|
10711
10739
|
"componentName": "IconFolders"
|
|
10712
10740
|
},
|
|
10741
|
+
{
|
|
10742
|
+
"category": "Folders & Files",
|
|
10743
|
+
"svg": "<path d=\"M2.5 5C2.77614 5 3 5.22386 3 5.5V16.5C3 17.8807 4.11929 19 5.5 19H19.5C19.7761 19 20 19.2239 20 19.5C20 19.7761 19.7761 20 19.5 20H5.5C3.567 20 2 18.433 2 16.5V5.5C2 5.22386 2.22386 5 2.5 5Z\" fill=\"currentColor\"/><path d=\"M9.17188 3C9.83481 3.00008 10.4707 3.26365 10.9395 3.73242L12.2676 5.06055C12.5488 5.34178 12.9304 5.49992 13.3281 5.5H19.5C20.8807 5.5 22 6.61929 22 8V14.5C22 16.433 20.433 18 18.5 18H7.5C5.567 18 4 16.433 4 14.5V5.5C4 4.11929 5.11929 3 6.5 3H9.17188Z\" fill=\"currentColor\"/>",
|
|
10744
|
+
"iconName": "folders-2, collection, stuff",
|
|
10745
|
+
"variant": {
|
|
10746
|
+
"join": "round",
|
|
10747
|
+
"filled": "on",
|
|
10748
|
+
"radius": "3",
|
|
10749
|
+
"stroke": "1"
|
|
10750
|
+
},
|
|
10751
|
+
"createdAt": "2026-01-22T12:01:00.42597+00:00",
|
|
10752
|
+
"packageName": "round-filled-radius-3-stroke-1",
|
|
10753
|
+
"componentName": "IconFolders2"
|
|
10754
|
+
},
|
|
10713
10755
|
{
|
|
10714
10756
|
"category": "Folders & Files",
|
|
10715
10757
|
"svg": "<path d=\"M2 6.5C2 4.567 3.567 3 5.5 3H8.39445C9.56469 3 10.6575 3.58485 11.3066 4.55855L11.8223 5.33205C12.1005 5.74935 12.5688 6 13.0704 6H18.5C20.433 6 22 7.567 22 9.5V16.5C22 18.433 20.433 20 18.5 20H10.7391C11.0587 19.1518 10.9658 18.1476 10.2648 17.2993C9.54371 16.4267 8.60431 15.7414 7.52711 15.3535C8.4185 14.7191 8.9999 13.6774 8.9999 12.5C8.9999 10.567 7.4329 9 5.49991 9C3.5756 9 2.01401 10.5529 2 12.4739V6.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 12.5C3 11.1193 4.11929 10 5.5 10C6.88071 10 8 11.1193 8 12.5C8 13.8807 6.88071 15 5.5 15C4.11929 15 3 13.8807 3 12.5ZM5.5 11C4.67157 11 4 11.6716 4 12.5C4 13.3284 4.67157 14 5.5 14C6.32843 14 7 13.3284 7 12.5C7 11.6716 6.32843 11 5.5 11Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.49948 16C3.90388 16 2.48046 16.7557 1.50488 17.9363C0.940509 18.6193 0.984741 19.4262 1.39461 20.0307C1.78879 20.6121 2.50793 21 3.30964 21H7.68931C8.49102 21 9.21015 20.6121 9.60434 20.0307C10.0142 19.4262 10.0584 18.6193 9.49407 17.9363C8.51849 16.7557 7.09507 16 5.49948 16ZM2.27575 18.5733C3.0814 17.5984 4.23221 17 5.49948 17C6.76674 17 7.91755 17.5984 8.7232 18.5733C8.98017 18.8843 8.95943 19.2 8.77665 19.4696C8.57818 19.7623 8.17699 20 7.68931 20H3.30964C2.82196 20 2.42077 19.7623 2.2223 19.4696C2.03952 19.2 2.01878 18.8843 2.27575 18.5733Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -99,6 +99,7 @@ export type CentralIconName =
|
|
|
99
99
|
| "IconArrowLeftSquare"
|
|
100
100
|
| "IconArrowLeftUpCircle"
|
|
101
101
|
| "IconArrowLeftX"
|
|
102
|
+
| "IconArrowLoopDownLeft"
|
|
102
103
|
| "IconArrowOutOfBox"
|
|
103
104
|
| "IconArrowPathDown"
|
|
104
105
|
| "IconArrowPathLeft"
|
|
@@ -175,6 +176,7 @@ export type CentralIconName =
|
|
|
175
176
|
| "IconBag"
|
|
176
177
|
| "IconBag2"
|
|
177
178
|
| "IconBag2Sparkle"
|
|
179
|
+
| "IconBag3"
|
|
178
180
|
| "IconBalloon"
|
|
179
181
|
| "IconBanana"
|
|
180
182
|
| "IconBank"
|
|
@@ -764,6 +766,7 @@ export type CentralIconName =
|
|
|
764
766
|
| "IconFolderPaper"
|
|
765
767
|
| "IconFolderRestricted"
|
|
766
768
|
| "IconFolders"
|
|
769
|
+
| "IconFolders2"
|
|
767
770
|
| "IconFolderShared"
|
|
768
771
|
| "IconFolderShield"
|
|
769
772
|
| "IconFolderSparkle"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-3-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.95",
|
|
4
4
|
"style": "round-filled-radius-3-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-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":
|
|
14
|
+
"totalIcons": 1701,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 66,
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
]
|
|
100
100
|
},
|
|
101
101
|
"Arrows": {
|
|
102
|
-
"count":
|
|
102
|
+
"count": 123,
|
|
103
103
|
"icons": [
|
|
104
104
|
"IconArrow",
|
|
105
105
|
"IconArrowBottomTop",
|
|
@@ -125,6 +125,7 @@
|
|
|
125
125
|
"IconArrowLeftRight",
|
|
126
126
|
"IconArrowLeftSquare",
|
|
127
127
|
"IconArrowLeftUpCircle",
|
|
128
|
+
"IconArrowLoopDownLeft",
|
|
128
129
|
"IconArrowPathDown",
|
|
129
130
|
"IconArrowPathLeft",
|
|
130
131
|
"IconArrowPathRight",
|
|
@@ -636,7 +637,7 @@
|
|
|
636
637
|
]
|
|
637
638
|
},
|
|
638
639
|
"Folders & Files": {
|
|
639
|
-
"count":
|
|
640
|
+
"count": 79,
|
|
640
641
|
"icons": [
|
|
641
642
|
"IconArchive",
|
|
642
643
|
"IconBlankPageLandscape",
|
|
@@ -674,6 +675,7 @@
|
|
|
674
675
|
"IconFolderPaper",
|
|
675
676
|
"IconFolderRestricted",
|
|
676
677
|
"IconFolders",
|
|
678
|
+
"IconFolders2",
|
|
677
679
|
"IconFolderShared",
|
|
678
680
|
"IconFolderShield",
|
|
679
681
|
"IconFolderUpload",
|
|
@@ -1606,12 +1608,13 @@
|
|
|
1606
1608
|
]
|
|
1607
1609
|
},
|
|
1608
1610
|
"Things": {
|
|
1609
|
-
"count":
|
|
1611
|
+
"count": 117,
|
|
1610
1612
|
"icons": [
|
|
1611
1613
|
"IconAnvil",
|
|
1612
1614
|
"IconBackpack",
|
|
1613
1615
|
"IconBag",
|
|
1614
1616
|
"IconBag2",
|
|
1617
|
+
"IconBag3",
|
|
1615
1618
|
"IconBalloon",
|
|
1616
1619
|
"IconBaymax",
|
|
1617
1620
|
"IconBean",
|
|
@@ -1993,6 +1996,7 @@
|
|
|
1993
1996
|
"IconArrowLeftSquare": "arrow-left-square",
|
|
1994
1997
|
"IconArrowLeftUpCircle": "arrow-left-up-circle",
|
|
1995
1998
|
"IconArrowLeftX": "arrow-left-x, delete, remove, backspace",
|
|
1999
|
+
"IconArrowLoopDownLeft": "arrow-loop-down-left, restore, reset",
|
|
1996
2000
|
"IconArrowOutOfBox": "arrow-out-of-box, upload, share",
|
|
1997
2001
|
"IconArrowPathDown": "arrow-path-down",
|
|
1998
2002
|
"IconArrowPathLeft": "arrow-path-left",
|
|
@@ -2069,6 +2073,7 @@
|
|
|
2069
2073
|
"IconBag": "bag, luggage, buggage",
|
|
2070
2074
|
"IconBag2": "bag-2, luggage, buggage",
|
|
2071
2075
|
"IconBag2Sparkle": "bag 2-sparkle, shopping, add, plus",
|
|
2076
|
+
"IconBag3": "bag-3, luggage, suitcase, work",
|
|
2072
2077
|
"IconBalloon": "balloon, birthday",
|
|
2073
2078
|
"IconBanana": "banana, fruit",
|
|
2074
2079
|
"IconBank": "bank",
|
|
@@ -2658,6 +2663,7 @@
|
|
|
2658
2663
|
"IconFolderPaper": "folder-paper",
|
|
2659
2664
|
"IconFolderRestricted": "folder-restricted",
|
|
2660
2665
|
"IconFolders": "folders",
|
|
2666
|
+
"IconFolders2": "folders-2, collection, stuff",
|
|
2661
2667
|
"IconFolderShared": "folder-shared",
|
|
2662
2668
|
"IconFolderShield": "folder-shield, folder-security",
|
|
2663
2669
|
"IconFolderSparkle": "Folder-sparkle, plus",
|
package/index.d.ts
CHANGED
|
@@ -100,6 +100,7 @@ export { IconArrowLeftRight, default as IconArrowLeftRightDefault, } from "./Ico
|
|
|
100
100
|
export { IconArrowLeftSquare, default as IconArrowLeftSquareDefault, } from "./IconArrowLeftSquare";
|
|
101
101
|
export { IconArrowLeftUpCircle, default as IconArrowLeftUpCircleDefault, } from "./IconArrowLeftUpCircle";
|
|
102
102
|
export { IconArrowLeftX, default as IconArrowLeftXDefault, } from "./IconArrowLeftX";
|
|
103
|
+
export { IconArrowLoopDownLeft, default as IconArrowLoopDownLeftDefault, } from "./IconArrowLoopDownLeft";
|
|
103
104
|
export { IconArrowOutOfBox, default as IconArrowOutOfBoxDefault, } from "./IconArrowOutOfBox";
|
|
104
105
|
export { IconArrowPathDown, default as IconArrowPathDownDefault, } from "./IconArrowPathDown";
|
|
105
106
|
export { IconArrowPathLeft, default as IconArrowPathLeftDefault, } from "./IconArrowPathLeft";
|
|
@@ -174,6 +175,7 @@ export { IconBackward, default as IconBackwardDefault } from "./IconBackward";
|
|
|
174
175
|
export { IconBag, default as IconBagDefault } from "./IconBag";
|
|
175
176
|
export { IconBag2, default as IconBag2Default } from "./IconBag2";
|
|
176
177
|
export { IconBag2Sparkle, default as IconBag2SparkleDefault, } from "./IconBag2Sparkle";
|
|
178
|
+
export { IconBag3, default as IconBag3Default } from "./IconBag3";
|
|
177
179
|
export { IconBalloon, default as IconBalloonDefault } from "./IconBalloon";
|
|
178
180
|
export { IconBanana, default as IconBananaDefault } from "./IconBanana";
|
|
179
181
|
export { IconBank, default as IconBankDefault } from "./IconBank";
|
|
@@ -767,6 +769,7 @@ export { IconFolderShield, default as IconFolderShieldDefault, } from "./IconFol
|
|
|
767
769
|
export { IconFolderSparkle, default as IconFolderSparkleDefault, } from "./IconFolderSparkle";
|
|
768
770
|
export { IconFolderUpload, default as IconFolderUploadDefault, } from "./IconFolderUpload";
|
|
769
771
|
export { IconFolders, default as IconFoldersDefault } from "./IconFolders";
|
|
772
|
+
export { IconFolders2, default as IconFolders2Default } from "./IconFolders2";
|
|
770
773
|
export { IconFontStyle, default as IconFontStyleDefault, } from "./IconFontStyle";
|
|
771
774
|
export { IconFoodBell, default as IconFoodBellDefault } from "./IconFoodBell";
|
|
772
775
|
export { IconFoodExperiences, default as IconFoodExperiencesDefault, } from "./IconFoodExperiences";
|