@central-icons-react-native/round-filled-radius-0-stroke-1 1.1.94 → 1.1.96
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 20.5C22 20.7761 21.7761 21 21.5 21H2.5C2.22386 21 2 20.7761 2 20.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.4053V20.5Z",fill:"currentColor"}),C.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.5 2C16.7761 2 17 2.22386 17 2.5V6H21.5C21.7761 6 22 6.22386 22 6.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.3828V6.5C2 6.22386 2.22386 6 2.5 6H7V2.5C7 2.22386 7.22386 2 7.5 2H16.5ZM8 6H16V3H8V6Z",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 20.5C22 20.7761 21.7761 21 21.5 21H2.5C2.22386 21 2 20.7761 2 20.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.4053V20.5Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.5 2C16.7761 2 17 2.22386 17 2.5V6H21.5C21.7761 6 22 6.22386 22 6.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.3828V6.5C2 6.22386 2.22386 6 2.5 6H7V2.5C7 2.22386 7.22386 2 7.5 2H16.5ZM8 6H16V3H8V6Z\"\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,8LACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,yQACF,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 20.5C22 20.7761 21.7761 21 21.5 21H2.5C2.22386 21 2 20.7761 2 20.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.4053V20.5Z",fill:"currentColor"}),e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.5 2C16.7761 2 17 2.22386 17 2.5V6H21.5C21.7761 6 22 6.22386 22 6.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.3828V6.5C2 6.22386 2.22386 6 2.5 6H7V2.5C7 2.22386 7.22386 2 7.5 2H16.5ZM8 6H16V3H8V6Z",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 20.5C22 20.7761 21.7761 21 21.5 21H2.5C2.22386 21 2 20.7761 2 20.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.4053V20.5Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.5 2C16.7761 2 17 2.22386 17 2.5V6H21.5C21.7761 6 22 6.22386 22 6.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.3828V6.5C2 6.22386 2.22386 6 2.5 6H7V2.5C7 2.22386 7.22386 2 7.5 2H16.5ZM8 6H16V3H8V6Z\"\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,8LACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,yQACF,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 6C2.77614 6 3 6.22386 3 6.5V19H18.5C18.7761 19 19 19.2239 19 19.5C19 19.7761 18.7761 20 18.5 20H2.5C2.22386 20 2 19.7761 2 19.5V6.5C2 6.22386 2.22386 6 2.5 6Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M11.0977 3.00977C11.1939 3.02894 11.2831 3.07608 11.3535 3.14648L13.707 5.5H21.5C21.7761 5.5 22 5.72386 22 6V16.5C22 16.7761 21.7761 17 21.5 17H5.5C5.22386 17 5 16.7761 5 16.5V3.5C5 3.22386 5.22386 3 5.5 3H11L11.0977 3.00977Z",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 6C2.77614 6 3 6.22386 3 6.5V19H18.5C18.7761 19 19 19.2239 19 19.5C19 19.7761 18.7761 20 18.5 20H2.5C2.22386 20 2 19.7761 2 19.5V6.5C2 6.22386 2.22386 6 2.5 6Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.0977 3.00977C11.1939 3.02894 11.2831 3.07608 11.3535 3.14648L13.707 5.5H21.5C21.7761 5.5 22 5.72386 22 6V16.5C22 16.7761 21.7761 17 21.5 17H5.5C5.22386 17 5 16.7761 5 16.5V3.5C5 3.22386 5.22386 3 5.5 3H11L11.0977 3.00977Z\"\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,sKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oOACF,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 6C2.77614 6 3 6.22386 3 6.5V19H18.5C18.7761 19 19 19.2239 19 19.5C19 19.7761 18.7761 20 18.5 20H2.5C2.22386 20 2 19.7761 2 19.5V6.5C2 6.22386 2.22386 6 2.5 6Z",fill:"currentColor"}),t.createElement(n,{d:"M11.0977 3.00977C11.1939 3.02894 11.2831 3.07608 11.3535 3.14648L13.707 5.5H21.5C21.7761 5.5 22 5.72386 22 6V16.5C22 16.7761 21.7761 17 21.5 17H5.5C5.22386 17 5 16.7761 5 16.5V3.5C5 3.22386 5.22386 3 5.5 3H11L11.0977 3.00977Z",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 6C2.77614 6 3 6.22386 3 6.5V19H18.5C18.7761 19 19 19.2239 19 19.5C19 19.7761 18.7761 20 18.5 20H2.5C2.22386 20 2 19.7761 2 19.5V6.5C2 6.22386 2.22386 6 2.5 6Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.0977 3.00977C11.1939 3.02894 11.2831 3.07608 11.3535 3.14648L13.707 5.5H21.5C21.7761 5.5 22 5.72386 22 6V16.5C22 16.7761 21.7761 17 21.5 17H5.5C5.22386 17 5 16.7761 5 16.5V3.5C5 3.22386 5.22386 3 5.5 3H11L11.0977 3.00977Z\"\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,sKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oOACF,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-0-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": "0",
|
|
1411
|
+
"stroke": "1"
|
|
1412
|
+
},
|
|
1413
|
+
"createdAt": "2026-01-22T12:01:00.42597+00:00",
|
|
1414
|
+
"packageName": "round-filled-radius-0-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.5V20H20V14.5C20 14.2239 20.2239 14 20.5 14C20.7761 14 21 14.2239 21 14.5V20.5C21 20.7761 20.7761 21 20.5 21H3.5C3.22386 21 3 20.7761 3 20.5V14.5C3 14.2239 3.22386 14 3.5 14Z\" fill=\"currentColor\"/>",
|
|
@@ -2464,6 +2478,20 @@
|
|
|
2464
2478
|
"packageName": "round-filled-radius-0-stroke-1",
|
|
2465
2479
|
"componentName": "IconBag2Sparkle"
|
|
2466
2480
|
},
|
|
2481
|
+
{
|
|
2482
|
+
"category": "Things",
|
|
2483
|
+
"svg": "<path d=\"M22 20.5C22 20.7761 21.7761 21 21.5 21H2.5C2.22386 21 2 20.7761 2 20.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.4053V20.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5 2C16.7761 2 17 2.22386 17 2.5V6H21.5C21.7761 6 22 6.22386 22 6.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.3828V6.5C2 6.22386 2.22386 6 2.5 6H7V2.5C7 2.22386 7.22386 2 7.5 2H16.5ZM8 6H16V3H8V6Z\" fill=\"currentColor\"/>",
|
|
2484
|
+
"iconName": "bag-3, luggage, suitcase, work",
|
|
2485
|
+
"variant": {
|
|
2486
|
+
"join": "round",
|
|
2487
|
+
"filled": "on",
|
|
2488
|
+
"radius": "0",
|
|
2489
|
+
"stroke": "1"
|
|
2490
|
+
},
|
|
2491
|
+
"createdAt": "2026-01-22T12:01:00.42597+00:00",
|
|
2492
|
+
"packageName": "round-filled-radius-0-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.6691 18.7915 15.3538 19.6315 14.0936 20.0924L15.1101 22.2901C15.1817 22.4449 15.1694 22.6256 15.0775 22.7693C14.9856 22.913 14.8268 23 14.6562 23H9.5C9.33409 23 9.17898 22.9177 9.08597 22.7803C8.99295 22.6429 8.97414 22.4683 9.03576 22.3143L9.9222 20.0982C8.65727 19.6385 7.33563 18.7963 6.19731 17.633C4.3895 15.7855 3 13.0866 3 9.69286C3 7.00648 4.0044 4.82176 5.65178 3.31207ZM10.8877 20.3769L10.2385 22H13.8741L13.1224 20.3748C12.7337 20.4576 12.357 20.5 12 20.5C11.6461 20.5 11.2729 20.4583 10.8877 20.3769ZM11.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-0-stroke-1",
|
|
10711
10739
|
"componentName": "IconFolders"
|
|
10712
10740
|
},
|
|
10741
|
+
{
|
|
10742
|
+
"category": "Folders & Files",
|
|
10743
|
+
"svg": "<path d=\"M2.5 6C2.77614 6 3 6.22386 3 6.5V19H18.5C18.7761 19 19 19.2239 19 19.5C19 19.7761 18.7761 20 18.5 20H2.5C2.22386 20 2 19.7761 2 19.5V6.5C2 6.22386 2.22386 6 2.5 6Z\" fill=\"currentColor\"/><path d=\"M11.0977 3.00977C11.1939 3.02894 11.2831 3.07608 11.3535 3.14648L13.707 5.5H21.5C21.7761 5.5 22 5.72386 22 6V16.5C22 16.7761 21.7761 17 21.5 17H5.5C5.22386 17 5 16.7761 5 16.5V3.5C5 3.22386 5.22386 3 5.5 3H11L11.0977 3.00977Z\" fill=\"currentColor\"/>",
|
|
10744
|
+
"iconName": "folders-2, collection, stuff",
|
|
10745
|
+
"variant": {
|
|
10746
|
+
"join": "round",
|
|
10747
|
+
"filled": "on",
|
|
10748
|
+
"radius": "0",
|
|
10749
|
+
"stroke": "1"
|
|
10750
|
+
},
|
|
10751
|
+
"createdAt": "2026-01-22T12:01:00.42597+00:00",
|
|
10752
|
+
"packageName": "round-filled-radius-0-stroke-1",
|
|
10753
|
+
"componentName": "IconFolders2"
|
|
10754
|
+
},
|
|
10713
10755
|
{
|
|
10714
10756
|
"category": "Folders & Files",
|
|
10715
10757
|
"svg": "<path d=\"M2 3.5C2 3.22386 2.22386 3 2.5 3H10C10.1672 3 10.3233 3.08355 10.416 3.22265L12.2676 6H21.5C21.7761 6 22 6.22386 22 6.5V19.5C22 19.7761 21.7761 20 21.5 20H11.6348C11.082 17.8669 9.5567 16.0809 7.52937 15.352C8.41953 14.7174 9.00001 13.6765 9.00001 12.5C9.00001 10.567 7.43301 9 5.50001 9C3.56701 9 2.00001 10.567 2.00001 12.5L2 3.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.49922 16C2.9653 16 0.883678 17.8941 0.298409 20.3857C0.263487 20.5343 0.298423 20.6908 0.393263 20.8105C0.488102 20.9302 0.632445 21 0.785161 21H10.2133C10.366 21 10.5103 20.9302 10.6052 20.8105C10.7 20.6908 10.735 20.5343 10.7 20.3857C10.1148 17.8941 8.03314 16 5.49922 16ZM5.49922 17C7.30091 17 8.88207 18.219 9.54161 20H1.45684C2.11638 18.219 3.69754 17 5.49922 17Z\" 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-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.96",
|
|
4
4
|
"style": "round-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-stroke-1/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
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";
|