@central-icons-react-native/round-filled-radius-0-stroke-1.5 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.4999 3C16.6421 3.00003 19.9999 6.35788 19.9999 10.5V11C19.9999 14.866 16.8659 18 12.9999 18C12.5857 18 12.2499 17.6642 12.2499 17.25C12.2499 16.8358 12.5857 16.5 12.9999 16.5C16.0375 16.5 18.4999 14.0375 18.4999 11V10.5C18.4999 7.18631 15.8136 4.50003 12.4999 4.5C9.18624 4.5 6.49994 7.18629 6.49994 10.5V18.4395L8.96967 15.9697C9.26257 15.6769 9.73733 15.6768 10.0302 15.9697C10.3231 16.2626 10.3231 16.7374 10.0302 17.0303L6.28022 20.7803C5.98733 21.0732 5.51257 21.0731 5.21967 20.7803L1.46967 17.0303C1.17678 16.7374 1.17678 16.2626 1.46967 15.9697C1.76257 15.6769 2.23733 15.6768 2.53022 15.9697L4.99994 18.4395V10.5C4.99994 6.35786 8.35781 3 12.4999 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.4999 3C16.6421 3.00003 19.9999 6.35788 19.9999 10.5V11C19.9999 14.866 16.8659 18 12.9999 18C12.5857 18 12.2499 17.6642 12.2499 17.25C12.2499 16.8358 12.5857 16.5 12.9999 16.5C16.0375 16.5 18.4999 14.0375 18.4999 11V10.5C18.4999 7.18631 15.8136 4.50003 12.4999 4.5C9.18624 4.5 6.49994 7.18629 6.49994 10.5V18.4395L8.96967 15.9697C9.26257 15.6769 9.73733 15.6768 10.0302 15.9697C10.3231 16.2626 10.3231 16.7374 10.0302 17.0303L6.28022 20.7803C5.98733 21.0732 5.51257 21.0731 5.21967 20.7803L1.46967 17.0303C1.17678 16.7374 1.17678 16.2626 1.46967 15.9697C1.76257 15.6769 2.23733 15.6768 2.53022 15.9697L4.99994 18.4395V10.5C4.99994 6.35786 8.35781 3 12.4999 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,ypBACF,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.4999 3C16.6421 3.00003 19.9999 6.35788 19.9999 10.5V11C19.9999 14.866 16.8659 18 12.9999 18C12.5857 18 12.2499 17.6642 12.2499 17.25C12.2499 16.8358 12.5857 16.5 12.9999 16.5C16.0375 16.5 18.4999 14.0375 18.4999 11V10.5C18.4999 7.18631 15.8136 4.50003 12.4999 4.5C9.18624 4.5 6.49994 7.18629 6.49994 10.5V18.4395L8.96967 15.9697C9.26257 15.6769 9.73733 15.6768 10.0302 15.9697C10.3231 16.2626 10.3231 16.7374 10.0302 17.0303L6.28022 20.7803C5.98733 21.0732 5.51257 21.0731 5.21967 20.7803L1.46967 17.0303C1.17678 16.7374 1.17678 16.2626 1.46967 15.9697C1.76257 15.6769 2.23733 15.6768 2.53022 15.9697L4.99994 18.4395V10.5C4.99994 6.35786 8.35781 3 12.4999 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.4999 3C16.6421 3.00003 19.9999 6.35788 19.9999 10.5V11C19.9999 14.866 16.8659 18 12.9999 18C12.5857 18 12.2499 17.6642 12.2499 17.25C12.2499 16.8358 12.5857 16.5 12.9999 16.5C16.0375 16.5 18.4999 14.0375 18.4999 11V10.5C18.4999 7.18631 15.8136 4.50003 12.4999 4.5C9.18624 4.5 6.49994 7.18629 6.49994 10.5V18.4395L8.96967 15.9697C9.26257 15.6769 9.73733 15.6768 10.0302 15.9697C10.3231 16.2626 10.3231 16.7374 10.0302 17.0303L6.28022 20.7803C5.98733 21.0732 5.51257 21.0731 5.21967 20.7803L1.46967 17.0303C1.17678 16.7374 1.17678 16.2626 1.46967 15.9697C1.76257 15.6769 2.23733 15.6768 2.53022 15.9697L4.99994 18.4395V10.5C4.99994 6.35786 8.35781 3 12.4999 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,ypBACF,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.25C22 20.6642 21.6642 21 21.25 21H2.75C2.33579 21 2 20.6642 2 20.25V11.4961L11.25 13.5986V13.75C11.25 14.1642 11.5858 14.5 12 14.5C12.4142 14.5 12.75 14.1642 12.75 13.75V13.5986L22 11.4961V20.25Z",fill:"currentColor"}),C.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.25 2C16.6642 2 17 2.33579 17 2.75V6H21.25C21.6642 6 22 6.33579 22 6.75V9.95801L12.75 12.0596V12C12.75 11.5858 12.4142 11.25 12 11.25C11.5858 11.25 11.25 11.5858 11.25 12V12.0596L2 9.95801V6.75C2 6.33579 2.33579 6 2.75 6H7V2.75C7 2.33579 7.33579 2 7.75 2H16.25ZM8.5 6H15.5V3.5H8.5V6Z",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.25C22 20.6642 21.6642 21 21.25 21H2.75C2.33579 21 2 20.6642 2 20.25V11.4961L11.25 13.5986V13.75C11.25 14.1642 11.5858 14.5 12 14.5C12.4142 14.5 12.75 14.1642 12.75 13.75V13.5986L22 11.4961V20.25Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.25 2C16.6642 2 17 2.33579 17 2.75V6H21.25C21.6642 6 22 6.33579 22 6.75V9.95801L12.75 12.0596V12C12.75 11.5858 12.4142 11.25 12 11.25C11.5858 11.25 11.25 11.5858 11.25 12V12.0596L2 9.95801V6.75C2 6.33579 2.33579 6 2.75 6H7V2.75C7 2.33579 7.33579 2 7.75 2H16.25ZM8.5 6H15.5V3.5H8.5V6Z\"\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,6MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,iSACF,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.25C22 20.6642 21.6642 21 21.25 21H2.75C2.33579 21 2 20.6642 2 20.25V11.4961L11.25 13.5986V13.75C11.25 14.1642 11.5858 14.5 12 14.5C12.4142 14.5 12.75 14.1642 12.75 13.75V13.5986L22 11.4961V20.25Z",fill:"currentColor"}),e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.25 2C16.6642 2 17 2.33579 17 2.75V6H21.25C21.6642 6 22 6.33579 22 6.75V9.95801L12.75 12.0596V12C12.75 11.5858 12.4142 11.25 12 11.25C11.5858 11.25 11.25 11.5858 11.25 12V12.0596L2 9.95801V6.75C2 6.33579 2.33579 6 2.75 6H7V2.75C7 2.33579 7.33579 2 7.75 2H16.25ZM8.5 6H15.5V3.5H8.5V6Z",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.25C22 20.6642 21.6642 21 21.25 21H2.75C2.33579 21 2 20.6642 2 20.25V11.4961L11.25 13.5986V13.75C11.25 14.1642 11.5858 14.5 12 14.5C12.4142 14.5 12.75 14.1642 12.75 13.75V13.5986L22 11.4961V20.25Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.25 2C16.6642 2 17 2.33579 17 2.75V6H21.25C21.6642 6 22 6.33579 22 6.75V9.95801L12.75 12.0596V12C12.75 11.5858 12.4142 11.25 12 11.25C11.5858 11.25 11.25 11.5858 11.25 12V12.0596L2 9.95801V6.75C2 6.33579 2.33579 6 2.75 6H7V2.75C7 2.33579 7.33579 2 7.75 2H16.25ZM8.5 6H15.5V3.5H8.5V6Z\"\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,6MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,iSACF,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 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=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(p=i(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?I(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var H={};g(H,{IconFolders2:()=>B,default:()=>F});module.exports=v(H);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),B=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M2.75 6C3.16421 6 3.5 6.33579 3.5 6.75V18.5H18.25C18.6642 18.5 19 18.8358 19 19.25C19 19.6642 18.6642 20 18.25 20H2.75C2.33579 20 2 19.6642 2 19.25V6.75C2 6.33579 2.33579 6 2.75 6ZM10.25 3C10.4489 3 10.6396 3.07907 10.7803 3.21973L12.5605 5H21.25L21.3271 5.00391C21.7051 5.04253 22 5.36183 22 5.75V16.25C22 16.6642 21.6642 17 21.25 17H5.75C5.33579 17 5 16.6642 5 16.25V3.75C5 3.33579 5.33579 3 5.75 3H10.25Z",fill:"currentColor"})),F=B;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.75 6C3.16421 6 3.5 6.33579 3.5 6.75V18.5H18.25C18.6642 18.5 19 18.8358 19 19.25C19 19.6642 18.6642 20 18.25 20H2.75C2.33579 20 2 19.6642 2 19.25V6.75C2 6.33579 2.33579 6 2.75 6ZM10.25 3C10.4489 3 10.6396 3.07907 10.7803 3.21973L12.5605 5H21.25L21.3271 5.00391C21.7051 5.04253 22 5.36183 22 5.75V16.25C22 16.6642 21.6642 17 21.25 17H5.75C5.33579 17 5 16.6642 5 16.25V3.75C5 3.33579 5.33579 3 5.75 3H10.25Z\"\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,0ZACF,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 e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...n})=>C.createElement(p,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M2.75 6C3.16421 6 3.5 6.33579 3.5 6.75V18.5H18.25C18.6642 18.5 19 18.8358 19 19.25C19 19.6642 18.6642 20 18.25 20H2.75C2.33579 20 2 19.6642 2 19.25V6.75C2 6.33579 2.33579 6 2.75 6ZM10.25 3C10.4489 3 10.6396 3.07907 10.7803 3.21973L12.5605 5H21.25L21.3271 5.00391C21.7051 5.04253 22 5.36183 22 5.75V16.25C22 16.6642 21.6642 17 21.25 17H5.75C5.33579 17 5 16.6642 5 16.25V3.75C5 3.33579 5.33579 3 5.75 3H10.25Z",fill:"currentColor"})),P=l;export{l 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.75 6C3.16421 6 3.5 6.33579 3.5 6.75V18.5H18.25C18.6642 18.5 19 18.8358 19 19.25C19 19.6642 18.6642 20 18.25 20H2.75C2.33579 20 2 19.6642 2 19.25V6.75C2 6.33579 2.33579 6 2.75 6ZM10.25 3C10.4489 3 10.6396 3.07907 10.7803 3.21973L12.5605 5H21.25L21.3271 5.00391C21.7051 5.04253 22 5.36183 22 5.75V16.25C22 16.6642 21.6642 17 21.25 17H5.75C5.33579 17 5 16.6642 5 16.25V3.75C5 3.33579 5.33579 3 5.75 3H10.25Z\"\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,0ZACF,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.5",
|
|
1401
1401
|
"componentName": "IconArrowLeftX"
|
|
1402
1402
|
},
|
|
1403
|
+
{
|
|
1404
|
+
"category": "Arrows",
|
|
1405
|
+
"svg": "<path d=\"M12.4999 3C16.6421 3.00003 19.9999 6.35788 19.9999 10.5V11C19.9999 14.866 16.8659 18 12.9999 18C12.5857 18 12.2499 17.6642 12.2499 17.25C12.2499 16.8358 12.5857 16.5 12.9999 16.5C16.0375 16.5 18.4999 14.0375 18.4999 11V10.5C18.4999 7.18631 15.8136 4.50003 12.4999 4.5C9.18624 4.5 6.49994 7.18629 6.49994 10.5V18.4395L8.96967 15.9697C9.26257 15.6769 9.73733 15.6768 10.0302 15.9697C10.3231 16.2626 10.3231 16.7374 10.0302 17.0303L6.28022 20.7803C5.98733 21.0732 5.51257 21.0731 5.21967 20.7803L1.46967 17.0303C1.17678 16.7374 1.17678 16.2626 1.46967 15.9697C1.76257 15.6769 2.23733 15.6768 2.53022 15.9697L4.99994 18.4395V10.5C4.99994 6.35786 8.35781 3 12.4999 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.5"
|
|
1412
|
+
},
|
|
1413
|
+
"createdAt": "2026-01-22T12:01:00.42597+00:00",
|
|
1414
|
+
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
1415
|
+
"componentName": "IconArrowLoopDownLeft"
|
|
1416
|
+
},
|
|
1403
1417
|
{
|
|
1404
1418
|
"category": "Interface General",
|
|
1405
1419
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 3C12.1989 3 12.3897 3.07902 12.5303 3.21967L17.0303 7.71967C17.3232 8.01256 17.3232 8.48744 17.0303 8.78033C16.7374 9.07322 16.2626 9.07322 15.9697 8.78033L12.75 5.56066V15C12.75 15.4142 12.4142 15.75 12 15.75C11.5858 15.75 11.25 15.4142 11.25 15V5.56066L8.03033 8.78033C7.73744 9.07322 7.26256 9.07322 6.96967 8.78033C6.67678 8.48744 6.67678 8.01256 6.96967 7.71967L11.4697 3.21967C11.6103 3.07902 11.8011 3 12 3Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.75 14C4.16421 14 4.5 14.3358 4.5 14.75V19.5H19.5V14.75C19.5 14.3358 19.8358 14 20.25 14C20.6642 14 21 14.3358 21 14.75V20.25C21 20.6642 20.6642 21 20.25 21H3.75C3.33579 21 3 20.6642 3 20.25V14.75C3 14.3358 3.33579 14 3.75 14Z\" fill=\"currentColor\"/>",
|
|
@@ -2464,6 +2478,20 @@
|
|
|
2464
2478
|
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
2465
2479
|
"componentName": "IconBag2Sparkle"
|
|
2466
2480
|
},
|
|
2481
|
+
{
|
|
2482
|
+
"category": "Things",
|
|
2483
|
+
"svg": "<path d=\"M22 20.25C22 20.6642 21.6642 21 21.25 21H2.75C2.33579 21 2 20.6642 2 20.25V11.4961L11.25 13.5986V13.75C11.25 14.1642 11.5858 14.5 12 14.5C12.4142 14.5 12.75 14.1642 12.75 13.75V13.5986L22 11.4961V20.25Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.25 2C16.6642 2 17 2.33579 17 2.75V6H21.25C21.6642 6 22 6.33579 22 6.75V9.95801L12.75 12.0596V12C12.75 11.5858 12.4142 11.25 12 11.25C11.5858 11.25 11.25 11.5858 11.25 12V12.0596L2 9.95801V6.75C2 6.33579 2.33579 6 2.75 6H7V2.75C7 2.33579 7.33579 2 7.75 2H16.25ZM8.5 6H15.5V3.5H8.5V6Z\" fill=\"currentColor\"/>",
|
|
2484
|
+
"iconName": "bag-3, luggage, suitcase, work",
|
|
2485
|
+
"variant": {
|
|
2486
|
+
"join": "round",
|
|
2487
|
+
"filled": "on",
|
|
2488
|
+
"radius": "0",
|
|
2489
|
+
"stroke": "1.5"
|
|
2490
|
+
},
|
|
2491
|
+
"createdAt": "2026-01-22T12:01:00.42597+00:00",
|
|
2492
|
+
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
2493
|
+
"componentName": "IconBag3"
|
|
2494
|
+
},
|
|
2467
2495
|
{
|
|
2468
2496
|
"category": "Things",
|
|
2469
2497
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.66796 3.24354C7.31747 1.77658 9.56558 1 12 1C14.4344 1 16.6825 1.77658 18.332 3.24354C19.9911 4.71902 21 6.85505 21 9.46679C21 12.7516 19.6127 15.3641 17.8133 17.1487C16.7761 18.1773 15.5801 18.9512 14.4071 19.4172L15.2164 22.028C15.2869 22.2556 15.2451 22.5031 15.1038 22.695C14.9624 22.8868 14.7383 23 14.5 23H9.5C9.26172 23 9.03761 22.8868 8.89625 22.695C8.75488 22.5031 8.71308 22.2556 8.78362 22.028L9.59286 19.4172C8.41989 18.9512 7.22388 18.1773 6.18671 17.1487C4.38732 15.3641 3 12.7516 3 9.46679C3 6.85505 4.00886 4.71902 5.66796 3.24354ZM11.0336 19.8354L10.5177 21.5H13.4823L12.9664 19.8354C12.634 19.8947 12.3103 19.925 12 19.925C11.6897 19.925 11.366 19.8947 11.0336 19.8354ZM11.3281 6.54926L12.0528 6.49814C12.4557 6.46971 12.7638 6.12728 12.7495 5.72359C12.7353 5.31991 12.4039 5 12 5C11.7082 5 11.4209 5.02036 11.1402 5.06077C9.01151 5.36729 7.26856 6.84397 7.02792 9.17521C6.98539 9.58724 7.28492 9.95572 7.69695 9.99825C8.10897 10.0408 8.47746 9.74125 8.51999 9.32923C8.67852 7.79342 9.78586 6.78077 11.3281 6.54926Z\" fill=\"currentColor\"/>",
|
|
@@ -10710,6 +10738,20 @@
|
|
|
10710
10738
|
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
10711
10739
|
"componentName": "IconFolders"
|
|
10712
10740
|
},
|
|
10741
|
+
{
|
|
10742
|
+
"category": "Folders & Files",
|
|
10743
|
+
"svg": "<path d=\"M2.75 6C3.16421 6 3.5 6.33579 3.5 6.75V18.5H18.25C18.6642 18.5 19 18.8358 19 19.25C19 19.6642 18.6642 20 18.25 20H2.75C2.33579 20 2 19.6642 2 19.25V6.75C2 6.33579 2.33579 6 2.75 6ZM10.25 3C10.4489 3 10.6396 3.07907 10.7803 3.21973L12.5605 5H21.25L21.3271 5.00391C21.7051 5.04253 22 5.36183 22 5.75V16.25C22 16.6642 21.6642 17 21.25 17H5.75C5.33579 17 5 16.6642 5 16.25V3.75C5 3.33579 5.33579 3 5.75 3H10.25Z\" fill=\"currentColor\"/>",
|
|
10744
|
+
"iconName": "folders-2, collection, stuff",
|
|
10745
|
+
"variant": {
|
|
10746
|
+
"join": "round",
|
|
10747
|
+
"filled": "on",
|
|
10748
|
+
"radius": "0",
|
|
10749
|
+
"stroke": "1.5"
|
|
10750
|
+
},
|
|
10751
|
+
"createdAt": "2026-01-22T12:01:00.42597+00:00",
|
|
10752
|
+
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
10753
|
+
"componentName": "IconFolders2"
|
|
10754
|
+
},
|
|
10713
10755
|
{
|
|
10714
10756
|
"category": "Folders & Files",
|
|
10715
10757
|
"svg": "<path d=\"M2 3.75C2 3.33579 2.33579 3 2.75 3H10C10.2508 3 10.4849 3.12533 10.624 3.33397L12.4014 6H21.25C21.6642 6 22 6.33579 22 6.75V19.25C22 19.6642 21.6642 20 21.25 20H12.3611C12.3512 19.9115 12.336 19.8232 12.3154 19.7355C11.8677 17.8294 10.6339 16.1463 8.92318 15.2304C9.59116 14.5156 10 13.5555 10 12.5C10 10.2909 8.20915 8.5 6.00001 8.5C3.79087 8.5 2.00001 10.2909 2.00001 12.5L2 3.75Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.5 12.5C3.5 11.1193 4.61929 10 6 10C7.38071 10 8.5 11.1193 8.5 12.5C8.5 13.8807 7.38071 15 6 15C4.61929 15 3.5 13.8807 3.5 12.5ZM6 11.5C5.44772 11.5 5 11.9477 5 12.5C5 13.0523 5.44772 13.5 6 13.5C6.55228 13.5 7 13.0523 7 12.5C7 11.9477 6.55228 11.5 6 11.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.00001 16C3.61657 16 1.68511 17.7788 1.14488 20.0785C1.0925 20.3015 1.1449 20.5362 1.28716 20.7158C1.42942 20.8953 1.64593 21 1.87501 21H10.125C10.3541 21 10.5706 20.8953 10.7129 20.7158C10.8551 20.5362 10.9075 20.3015 10.8551 20.0785C10.3149 17.7788 8.38345 16 6.00001 16ZM6.00001 17.5C7.28456 17.5 8.44964 18.2846 9.0614 19.5H2.93862C3.55037 18.2846 4.71545 17.5 6.00001 17.5Z\" 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.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.95",
|
|
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": 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";
|