@central-icons-react-native/round-filled-radius-1-stroke-1 1.1.149 → 1.1.151
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/IconArchive1/index.js +1 -1
- package/IconArchive1/index.js.map +1 -1
- package/IconArchive1/index.mjs +1 -1
- package/IconArchive1/index.mjs.map +1 -1
- package/IconArchiveJunk/index.d.ts +4 -0
- package/IconArchiveJunk/index.js +2 -0
- package/IconArchiveJunk/index.js.map +1 -0
- package/IconArchiveJunk/index.mjs +2 -0
- package/IconArchiveJunk/index.mjs.map +1 -0
- package/IconReplay/index.d.ts +4 -0
- package/IconReplay/index.js +2 -0
- package/IconReplay/index.js.map +1 -0
- package/IconReplay/index.mjs +2 -0
- package/IconReplay/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +31 -3
- package/icons/index.d.ts +2 -0
- package/icons-index.json +10 -6
- package/index.d.ts +2 -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 +17 -3
package/IconArchive1/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var
|
|
1
|
+
"use strict";var u=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(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 v(o))!I.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(l=d(o,n))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(B(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(t({},"__esModule",{value:!0}),r);var H={};x(H,{IconArchive1:()=>i,default:()=>g});module.exports=P(H);var C=m(require("react"));var c=m(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...e})=>c.default.createElement(f.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>C.default.createElement(s,{...r},C.default.createElement(p.Path,{d:"M2.5 3C2.22386 3 2 3.22386 2 3.5V6.5C2 6.77614 2.22386 7 2.5 7H21.5C21.7761 7 22 6.77614 22 6.5V3.5C22 3.22386 21.7761 3 21.5 3H2.5Z",fill:"currentColor"}),C.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 8H3V18.5291C3 19.3691 3 19.7892 3.16349 20.11C3.3073 20.3923 3.53677 20.6218 3.81901 20.7656C4.13988 20.9291 4.55992 20.9291 5.4 20.9291H18.6C19.4401 20.9291 19.8601 20.9291 20.181 20.7656C20.4632 20.6218 20.6927 20.3923 20.8365 20.11C21 19.7892 21 19.3691 21 18.5291V8ZM9.5 11.5C9.5 11.2239 9.72386 11 10 11H14C14.2761 11 14.5 11.2239 14.5 11.5C14.5 11.7761 14.2761 12 14 12H10C9.72386 12 9.5 11.7761 9.5 11.5Z",fill:"currentColor"})),g=i;0&&(module.exports={IconArchive1});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconArchive1/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 IconArchive1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.5 3C2.22386 3 2 3.22386 2 3.5V6.5C2 6.77614 2.22386 7 2.5 7H21.5C21.7761 7 22 6.77614 22 6.5V3.5C22 3.22386 21.7761 3 21.5 3H2.5Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconArchive1/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 IconArchive1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.5 3C2.22386 3 2 3.22386 2 3.5V6.5C2 6.77614 2.22386 7 2.5 7H21.5C21.7761 7 22 6.77614 22 6.5V3.5C22 3.22386 21.7761 3 21.5 3H2.5Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 8H3V18.5291C3 19.3691 3 19.7892 3.16349 20.11C3.3073 20.3923 3.53677 20.6218 3.81901 20.7656C4.13988 20.9291 4.55992 20.9291 5.4 20.9291H18.6C19.4401 20.9291 19.8601 20.9291 20.181 20.7656C20.4632 20.6218 20.6927 20.3923 20.8365 20.11C21 19.7892 21 19.3691 21 18.5291V8ZM9.5 11.5C9.5 11.2239 9.72386 11 10 11H14C14.2761 11 14.5 11.2239 14.5 11.5C14.5 11.7761 14.2761 12 14 12H10C9.72386 12 9.5 11.7761 9.5 11.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArchive1;\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,uIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,kaACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconArchive1_exports","__export","IconArchive1","IconArchive1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArchive1","props","React","CentralIconBase","IconArchive1_default"]}
|
package/IconArchive1/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import e from"react";import p from"react";import{Svg as l}from"react-native-svg";var
|
|
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:"M2.5 3C2.22386 3 2 3.22386 2 3.5V6.5C2 6.77614 2.22386 7 2.5 7H21.5C21.7761 7 22 6.77614 22 6.5V3.5C22 3.22386 21.7761 3 21.5 3H2.5Z",fill:"currentColor"}),e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 8H3V18.5291C3 19.3691 3 19.7892 3.16349 20.11C3.3073 20.3923 3.53677 20.6218 3.81901 20.7656C4.13988 20.9291 4.55992 20.9291 5.4 20.9291H18.6C19.4401 20.9291 19.8601 20.9291 20.181 20.7656C20.4632 20.6218 20.6927 20.3923 20.8365 20.11C21 19.7892 21 19.3691 21 18.5291V8ZM9.5 11.5C9.5 11.2239 9.72386 11 10 11H14C14.2761 11 14.5 11.2239 14.5 11.5C14.5 11.7761 14.2761 12 14 12H10C9.72386 12 9.5 11.7761 9.5 11.5Z",fill:"currentColor"})),I=a;export{a as IconArchive1,I as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconArchive1/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 IconArchive1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.5 3C2.22386 3 2 3.22386 2 3.5V6.5C2 6.77614 2.22386 7 2.5 7H21.5C21.7761 7 22 6.77614 22 6.5V3.5C22 3.22386 21.7761 3 21.5 3H2.5Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconArchive1/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 IconArchive1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.5 3C2.22386 3 2 3.22386 2 3.5V6.5C2 6.77614 2.22386 7 2.5 7H21.5C21.7761 7 22 6.77614 22 6.5V3.5C22 3.22386 21.7761 3 21.5 3H2.5Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 8H3V18.5291C3 19.3691 3 19.7892 3.16349 20.11C3.3073 20.3923 3.53677 20.6218 3.81901 20.7656C4.13988 20.9291 4.55992 20.9291 5.4 20.9291H18.6C19.4401 20.9291 19.8601 20.9291 20.181 20.7656C20.4632 20.6218 20.6927 20.3923 20.8365 20.11C21 19.7892 21 19.3691 21 18.5291V8ZM9.5 11.5C9.5 11.2239 9.72386 11 10 11H14C14.2761 11 14.5 11.2239 14.5 11.5C14.5 11.7761 14.2761 12 14 12H10C9.72386 12 9.5 11.7761 9.5 11.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArchive1;\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,uIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,kaACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArchive1","props","React","CentralIconBase","IconArchive1_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var C in o)n(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of v(o))!I.call(r,e)&&e!==C&&n(r,e,{get:()=>o[e],enumerable:!(l=d(o,e))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(B(r)):{},a(o||!r||!r.__esModule?n(C,"default",{value:r,enumerable:!0}):C,r)),x=r=>a(n({},"__esModule",{value:!0}),r);var g={};L(g,{IconArchiveJunk:()=>i,default:()=>P});module.exports=x(g);var t=m(require("react"));var c=m(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...C})=>c.default.createElement(f.Svg,{...C,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=>t.default.createElement(s,{...r},t.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 18.5996C21 19.4393 21.0002 19.8598 20.8369 20.1807C20.6931 20.4629 20.4629 20.6931 20.1807 20.8369C19.8598 21.0002 19.4393 21 18.5996 21H5.40039C4.56068 21 4.14015 21.0002 3.81934 20.8369C3.53709 20.6931 3.3069 20.4629 3.16309 20.1807C2.99981 19.8598 3 19.4393 3 18.5996V8H21V18.5996ZM14.8535 11.6465C14.6583 11.4512 14.3417 11.4512 14.1465 11.6465L12 13.793L9.85352 11.6465C9.65825 11.4512 9.34175 11.4512 9.14648 11.6465C8.95122 11.8417 8.95122 12.1583 9.14648 12.3535L11.293 14.5L9.14648 16.6465C8.95122 16.8417 8.95122 17.1583 9.14648 17.3535C9.34175 17.5488 9.65825 17.5488 9.85352 17.3535L12 15.207L14.1465 17.3535C14.3417 17.5488 14.6583 17.5488 14.8535 17.3535C15.0488 17.1583 15.0488 16.8417 14.8535 16.6465L12.707 14.5L14.8535 12.3535C15.0488 12.1583 15.0488 11.8417 14.8535 11.6465Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M21.2002 3C21.4799 3 21.6197 3.00034 21.7266 3.05469C21.8206 3.10262 21.8974 3.17936 21.9453 3.27344C21.9997 3.38033 22 3.52014 22 3.7998V6.2002C22 6.47986 21.9997 6.61967 21.9453 6.72656C21.8974 6.82064 21.8206 6.89738 21.7266 6.94531C21.6197 6.99966 21.4799 7 21.2002 7H2.7998C2.52014 7 2.38033 6.99966 2.27344 6.94531C2.17936 6.89738 2.10262 6.82064 2.05469 6.72656C2.00034 6.61967 2 6.47986 2 6.2002V3.7998C2 3.52014 2.00034 3.38033 2.05469 3.27344C2.10262 3.17936 2.17936 3.10262 2.27344 3.05469C2.38033 3.00034 2.52014 3 2.7998 3H21.2002Z",fill:"currentColor"})),P=i;0&&(module.exports={IconArchiveJunk});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconArchiveJunk/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 IconArchiveJunk: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 18.5996C21 19.4393 21.0002 19.8598 20.8369 20.1807C20.6931 20.4629 20.4629 20.6931 20.1807 20.8369C19.8598 21.0002 19.4393 21 18.5996 21H5.40039C4.56068 21 4.14015 21.0002 3.81934 20.8369C3.53709 20.6931 3.3069 20.4629 3.16309 20.1807C2.99981 19.8598 3 19.4393 3 18.5996V8H21V18.5996ZM14.8535 11.6465C14.6583 11.4512 14.3417 11.4512 14.1465 11.6465L12 13.793L9.85352 11.6465C9.65825 11.4512 9.34175 11.4512 9.14648 11.6465C8.95122 11.8417 8.95122 12.1583 9.14648 12.3535L11.293 14.5L9.14648 16.6465C8.95122 16.8417 8.95122 17.1583 9.14648 17.3535C9.34175 17.5488 9.65825 17.5488 9.85352 17.3535L12 15.207L14.1465 17.3535C14.3417 17.5488 14.6583 17.5488 14.8535 17.3535C15.0488 17.1583 15.0488 16.8417 14.8535 16.6465L12.707 14.5L14.8535 12.3535C15.0488 12.1583 15.0488 11.8417 14.8535 11.6465Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.2002 3C21.4799 3 21.6197 3.00034 21.7266 3.05469C21.8206 3.10262 21.8974 3.17936 21.9453 3.27344C21.9997 3.38033 22 3.52014 22 3.7998V6.2002C22 6.47986 21.9997 6.61967 21.9453 6.72656C21.8974 6.82064 21.8206 6.89738 21.7266 6.94531C21.6197 6.99966 21.4799 7 21.2002 7H2.7998C2.52014 7 2.38033 6.99966 2.27344 6.94531C2.17936 6.89738 2.10262 6.82064 2.05469 6.72656C2.00034 6.61967 2 6.47986 2 6.2002V3.7998C2 3.52014 2.00034 3.38033 2.05469 3.27344C2.10262 3.17936 2.17936 3.10262 2.27344 3.05469C2.38033 3.00034 2.52014 3 2.7998 3H21.2002Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArchiveJunk;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,gyBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,miBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconArchiveJunk_exports","__export","IconArchiveJunk","IconArchiveJunk_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArchiveJunk","props","React","CentralIconBase","IconArchiveJunk_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import C from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...t})=>p.createElement(l,{...t,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=>C.createElement(e,{...o},C.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 18.5996C21 19.4393 21.0002 19.8598 20.8369 20.1807C20.6931 20.4629 20.4629 20.6931 20.1807 20.8369C19.8598 21.0002 19.4393 21 18.5996 21H5.40039C4.56068 21 4.14015 21.0002 3.81934 20.8369C3.53709 20.6931 3.3069 20.4629 3.16309 20.1807C2.99981 19.8598 3 19.4393 3 18.5996V8H21V18.5996ZM14.8535 11.6465C14.6583 11.4512 14.3417 11.4512 14.1465 11.6465L12 13.793L9.85352 11.6465C9.65825 11.4512 9.34175 11.4512 9.14648 11.6465C8.95122 11.8417 8.95122 12.1583 9.14648 12.3535L11.293 14.5L9.14648 16.6465C8.95122 16.8417 8.95122 17.1583 9.14648 17.3535C9.34175 17.5488 9.65825 17.5488 9.85352 17.3535L12 15.207L14.1465 17.3535C14.3417 17.5488 14.6583 17.5488 14.8535 17.3535C15.0488 17.1583 15.0488 16.8417 14.8535 16.6465L12.707 14.5L14.8535 12.3535C15.0488 12.1583 15.0488 11.8417 14.8535 11.6465Z",fill:"currentColor"}),C.createElement(n,{d:"M21.2002 3C21.4799 3 21.6197 3.00034 21.7266 3.05469C21.8206 3.10262 21.8974 3.17936 21.9453 3.27344C21.9997 3.38033 22 3.52014 22 3.7998V6.2002C22 6.47986 21.9997 6.61967 21.9453 6.72656C21.8974 6.82064 21.8206 6.89738 21.7266 6.94531C21.6197 6.99966 21.4799 7 21.2002 7H2.7998C2.52014 7 2.38033 6.99966 2.27344 6.94531C2.17936 6.89738 2.10262 6.82064 2.05469 6.72656C2.00034 6.61967 2 6.47986 2 6.2002V3.7998C2 3.52014 2.00034 3.38033 2.05469 3.27344C2.10262 3.17936 2.17936 3.10262 2.27344 3.05469C2.38033 3.00034 2.52014 3 2.7998 3H21.2002Z",fill:"currentColor"})),I=a;export{a as IconArchiveJunk,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconArchiveJunk/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 IconArchiveJunk: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 18.5996C21 19.4393 21.0002 19.8598 20.8369 20.1807C20.6931 20.4629 20.4629 20.6931 20.1807 20.8369C19.8598 21.0002 19.4393 21 18.5996 21H5.40039C4.56068 21 4.14015 21.0002 3.81934 20.8369C3.53709 20.6931 3.3069 20.4629 3.16309 20.1807C2.99981 19.8598 3 19.4393 3 18.5996V8H21V18.5996ZM14.8535 11.6465C14.6583 11.4512 14.3417 11.4512 14.1465 11.6465L12 13.793L9.85352 11.6465C9.65825 11.4512 9.34175 11.4512 9.14648 11.6465C8.95122 11.8417 8.95122 12.1583 9.14648 12.3535L11.293 14.5L9.14648 16.6465C8.95122 16.8417 8.95122 17.1583 9.14648 17.3535C9.34175 17.5488 9.65825 17.5488 9.85352 17.3535L12 15.207L14.1465 17.3535C14.3417 17.5488 14.6583 17.5488 14.8535 17.3535C15.0488 17.1583 15.0488 16.8417 14.8535 16.6465L12.707 14.5L14.8535 12.3535C15.0488 12.1583 15.0488 11.8417 14.8535 11.6465Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.2002 3C21.4799 3 21.6197 3.00034 21.7266 3.05469C21.8206 3.10262 21.8974 3.17936 21.9453 3.27344C21.9997 3.38033 22 3.52014 22 3.7998V6.2002C22 6.47986 21.9997 6.61967 21.9453 6.72656C21.8974 6.82064 21.8206 6.89738 21.7266 6.94531C21.6197 6.99966 21.4799 7 21.2002 7H2.7998C2.52014 7 2.38033 6.99966 2.27344 6.94531C2.17936 6.89738 2.10262 6.82064 2.05469 6.72656C2.00034 6.61967 2 6.47986 2 6.2002V3.7998C2 3.52014 2.00034 3.38033 2.05469 3.27344C2.10262 3.17936 2.17936 3.10262 2.27344 3.05469C2.38033 3.00034 2.52014 3 2.7998 3H21.2002Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArchiveJunk;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,gyBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,miBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArchiveJunk","props","React","CentralIconBase","IconArchiveJunk_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),v=r=>a(e({},"__esModule",{value:!0}),r);var d={};g(d,{IconReplay:()=>i,default:()=>y});module.exports=v(d);var n=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...C})=>s.default.createElement(f.Svg,{...C,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=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M12 2.5C17.2467 2.5 21.5 6.75329 21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 11.7239 2.72386 11.5 3 11.5C3.27614 11.5 3.5 11.7239 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5C8.95914 3.5 6.29161 5.09741 4.78906 7.5H8C8.27614 7.5 8.5 7.72386 8.5 8C8.5 8.27614 8.27614 8.5 8 8.5H3.5C3.22386 8.5 3 8.27614 3 8V3.5C3 3.22386 3.22386 3 3.5 3C3.77614 3 4 3.22386 4 3.5V6.875C5.68873 4.24453 8.64032 2.5 12 2.5Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M10 9.94043C10 9.33379 10.6826 8.97849 11.1797 9.32617L14.1221 11.3857C14.5486 11.6843 14.5486 12.3157 14.1221 12.6143L11.1797 14.6738C10.6826 15.0215 10 14.6662 10 14.0596V9.94043Z",fill:"currentColor"})),y=i;0&&(module.exports={IconReplay});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconReplay/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 IconReplay: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 2.5C17.2467 2.5 21.5 6.75329 21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 11.7239 2.72386 11.5 3 11.5C3.27614 11.5 3.5 11.7239 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5C8.95914 3.5 6.29161 5.09741 4.78906 7.5H8C8.27614 7.5 8.5 7.72386 8.5 8C8.5 8.27614 8.27614 8.5 8 8.5H3.5C3.22386 8.5 3 8.27614 3 8V3.5C3 3.22386 3.22386 3 3.5 3C3.77614 3 4 3.22386 4 3.5V6.875C5.68873 4.24453 8.64032 2.5 12 2.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10 9.94043C10 9.33379 10.6826 8.97849 11.1797 9.32617L14.1221 11.3857C14.5486 11.6843 14.5486 12.3157 14.1221 12.6143L11.1797 14.6738C10.6826 15.0215 10 14.6662 10 14.0596V9.94043Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconReplay;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,sfACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wLACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconReplay_exports","__export","IconReplay","IconReplay_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconReplay","props","React","CentralIconBase","IconReplay_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import C from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(l,{...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 e}from"react-native-svg";var a=o=>C.createElement(t,{...o},C.createElement(e,{d:"M12 2.5C17.2467 2.5 21.5 6.75329 21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 11.7239 2.72386 11.5 3 11.5C3.27614 11.5 3.5 11.7239 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5C8.95914 3.5 6.29161 5.09741 4.78906 7.5H8C8.27614 7.5 8.5 7.72386 8.5 8C8.5 8.27614 8.27614 8.5 8 8.5H3.5C3.22386 8.5 3 8.27614 3 8V3.5C3 3.22386 3.22386 3 3.5 3C3.77614 3 4 3.22386 4 3.5V6.875C5.68873 4.24453 8.64032 2.5 12 2.5Z",fill:"currentColor"}),C.createElement(e,{d:"M10 9.94043C10 9.33379 10.6826 8.97849 11.1797 9.32617L14.1221 11.3857C14.5486 11.6843 14.5486 12.3157 14.1221 12.6143L11.1797 14.6738C10.6826 15.0215 10 14.6662 10 14.0596V9.94043Z",fill:"currentColor"})),P=a;export{a as IconReplay,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconReplay/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 IconReplay: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 2.5C17.2467 2.5 21.5 6.75329 21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 11.7239 2.72386 11.5 3 11.5C3.27614 11.5 3.5 11.7239 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5C8.95914 3.5 6.29161 5.09741 4.78906 7.5H8C8.27614 7.5 8.5 7.72386 8.5 8C8.5 8.27614 8.27614 8.5 8 8.5H3.5C3.22386 8.5 3 8.27614 3 8V3.5C3 3.22386 3.22386 3 3.5 3C3.77614 3 4 3.22386 4 3.5V6.875C5.68873 4.24453 8.64032 2.5 12 2.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10 9.94043C10 9.33379 10.6826 8.97849 11.1797 9.32617L14.1221 11.3857C14.5486 11.6843 14.5486 12.3157 14.1221 12.6143L11.1797 14.6738C10.6826 15.0215 10 14.6662 10 14.0596V9.94043Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconReplay;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,sfACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wLACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconReplay","props","React","CentralIconBase","IconReplay_default"]}
|
package/README.md
CHANGED
|
@@ -992,6 +992,7 @@ Below is a complete list of available icons:
|
|
|
992
992
|
- IconAppearanceDarkMode
|
|
993
993
|
- IconAppearanceLightMode
|
|
994
994
|
- IconArchive1
|
|
995
|
+
- IconArchiveJunk
|
|
995
996
|
- IconArrowBoxLeft
|
|
996
997
|
- IconArrowBoxRight
|
|
997
998
|
- IconArrowInbox
|
|
@@ -1700,6 +1701,7 @@ Below is a complete list of available icons:
|
|
|
1700
1701
|
- IconPodcast2
|
|
1701
1702
|
- IconRecord
|
|
1702
1703
|
- IconRepeat
|
|
1704
|
+
- IconReplay
|
|
1703
1705
|
- IconRewind
|
|
1704
1706
|
- IconRewind10s
|
|
1705
1707
|
- IconRewind15s
|
package/filtered-icons.json
CHANGED
|
@@ -996,7 +996,7 @@
|
|
|
996
996
|
},
|
|
997
997
|
{
|
|
998
998
|
"category": "Interface General",
|
|
999
|
-
"svg": "<path d=\"M2.5 3C2.22386 3 2 3.22386 2 3.5V6.5C2 6.77614 2.22386 7 2.5 7H21.5C21.7761 7 22 6.77614 22 6.5V3.5C22 3.22386 21.7761 3 21.5 3H2.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"
|
|
999
|
+
"svg": "<path d=\"M2.5 3C2.22386 3 2 3.22386 2 3.5V6.5C2 6.77614 2.22386 7 2.5 7H21.5C21.7761 7 22 6.77614 22 6.5V3.5C22 3.22386 21.7761 3 21.5 3H2.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 8H3V18.5291C3 19.3691 3 19.7892 3.16349 20.11C3.3073 20.3923 3.53677 20.6218 3.81901 20.7656C4.13988 20.9291 4.55992 20.9291 5.4 20.9291H18.6C19.4401 20.9291 19.8601 20.9291 20.181 20.7656C20.4632 20.6218 20.6927 20.3923 20.8365 20.11C21 19.7892 21 19.3691 21 18.5291V8ZM9.5 11.5C9.5 11.2239 9.72386 11 10 11H14C14.2761 11 14.5 11.2239 14.5 11.5C14.5 11.7761 14.2761 12 14 12H10C9.72386 12 9.5 11.7761 9.5 11.5Z\" fill=\"currentColor\"/>",
|
|
1000
1000
|
"iconName": "archive-1, inbox, file",
|
|
1001
1001
|
"variant": {
|
|
1002
1002
|
"join": "round",
|
|
@@ -1008,6 +1008,20 @@
|
|
|
1008
1008
|
"packageName": "round-filled-radius-1-stroke-1",
|
|
1009
1009
|
"componentName": "IconArchive1"
|
|
1010
1010
|
},
|
|
1011
|
+
{
|
|
1012
|
+
"category": "Interface General",
|
|
1013
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 18.5996C21 19.4393 21.0002 19.8598 20.8369 20.1807C20.6931 20.4629 20.4629 20.6931 20.1807 20.8369C19.8598 21.0002 19.4393 21 18.5996 21H5.40039C4.56068 21 4.14015 21.0002 3.81934 20.8369C3.53709 20.6931 3.3069 20.4629 3.16309 20.1807C2.99981 19.8598 3 19.4393 3 18.5996V8H21V18.5996ZM14.8535 11.6465C14.6583 11.4512 14.3417 11.4512 14.1465 11.6465L12 13.793L9.85352 11.6465C9.65825 11.4512 9.34175 11.4512 9.14648 11.6465C8.95122 11.8417 8.95122 12.1583 9.14648 12.3535L11.293 14.5L9.14648 16.6465C8.95122 16.8417 8.95122 17.1583 9.14648 17.3535C9.34175 17.5488 9.65825 17.5488 9.85352 17.3535L12 15.207L14.1465 17.3535C14.3417 17.5488 14.6583 17.5488 14.8535 17.3535C15.0488 17.1583 15.0488 16.8417 14.8535 16.6465L12.707 14.5L14.8535 12.3535C15.0488 12.1583 15.0488 11.8417 14.8535 11.6465Z\" fill=\"currentColor\"/><path d=\"M21.2002 3C21.4799 3 21.6197 3.00034 21.7266 3.05469C21.8206 3.10262 21.8974 3.17936 21.9453 3.27344C21.9997 3.38033 22 3.52014 22 3.7998V6.2002C22 6.47986 21.9997 6.61967 21.9453 6.72656C21.8974 6.82064 21.8206 6.89738 21.7266 6.94531C21.6197 6.99966 21.4799 7 21.2002 7H2.7998C2.52014 7 2.38033 6.99966 2.27344 6.94531C2.17936 6.89738 2.10262 6.82064 2.05469 6.72656C2.00034 6.61967 2 6.47986 2 6.2002V3.7998C2 3.52014 2.00034 3.38033 2.05469 3.27344C2.10262 3.17936 2.17936 3.10262 2.27344 3.05469C2.38033 3.00034 2.52014 3 2.7998 3H21.2002Z\" fill=\"currentColor\"/>",
|
|
1014
|
+
"iconName": "archive-junk",
|
|
1015
|
+
"variant": {
|
|
1016
|
+
"join": "round",
|
|
1017
|
+
"filled": "on",
|
|
1018
|
+
"radius": "1",
|
|
1019
|
+
"stroke": "1"
|
|
1020
|
+
},
|
|
1021
|
+
"createdAt": "2026-03-02T09:01:01.031321+00:00",
|
|
1022
|
+
"packageName": "round-filled-radius-1-stroke-1",
|
|
1023
|
+
"componentName": "IconArchiveJunk"
|
|
1024
|
+
},
|
|
1011
1025
|
{
|
|
1012
1026
|
"category": "Augmented Reality",
|
|
1013
1027
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.1147 3.0933C12.0432 3.05309 11.9559 3.05309 11.8844 3.0933L10.1052 4.09409C9.85723 4.23358 9.54313 4.14563 9.40365 3.89766C9.26416 3.64969 9.35211 3.33559 9.60008 3.19611L11.3793 2.19531C11.7644 1.97868 12.2347 1.97868 12.6198 2.19531L14.399 3.1961C14.6469 3.33559 14.7349 3.64968 14.5954 3.89766C14.4559 4.14563 14.1418 4.23357 13.8938 4.09409L12.1147 3.0933ZM17.7386 5.66571C17.8781 5.41774 18.1922 5.32979 18.4402 5.46928L20.3698 6.55469C20.7681 6.77877 21.0147 7.2003 21.0147 7.65736V9.68179C21.0147 9.9663 20.784 10.1969 20.4995 10.1969C20.215 10.1969 19.9844 9.9663 19.9844 9.68179V7.65736C19.9844 7.57252 19.9386 7.49427 19.8647 7.45267L17.935 6.36726C17.6871 6.22778 17.5991 5.91368 17.7386 5.66571ZM6.26044 5.66571C6.39993 5.91369 6.31198 6.22778 6.06401 6.36727L4.13439 7.45268C4.06044 7.49427 4.01468 7.57252 4.01468 7.65736L4.01468 9.68179C4.01468 9.9663 3.78404 10.1969 3.49953 10.1969C3.21502 10.1969 2.98438 9.9663 2.98438 9.68179L2.98438 7.65736C2.98438 7.2003 3.2309 6.77877 3.62927 6.55469L5.55889 5.46928C5.80686 5.32979 6.12096 5.41774 6.26044 5.66571ZM20.4995 13.803C20.784 13.803 21.0147 14.0336 21.0147 14.3182V16.3426C21.0147 16.7997 20.7681 17.2212 20.3698 17.4453L18.4402 18.5307C18.1922 18.6702 17.8781 18.5822 17.7386 18.3342C17.5991 18.0863 17.6871 17.7722 17.935 17.6327L19.8647 16.5473C19.9386 16.5057 19.9844 16.4274 19.9844 16.3426V14.3182C19.9844 14.0336 20.215 13.803 20.4995 13.803ZM3.49953 13.803C3.78404 13.803 4.01468 14.0336 4.01468 14.3182L4.01468 16.3426C4.01468 16.4274 4.06044 16.5057 4.13439 16.5473L6.064 17.6327C6.31197 17.7722 6.39992 18.0863 6.26043 18.3342C6.12095 18.5822 5.80685 18.6702 5.55888 18.5307L3.62927 17.4453C3.23091 17.2212 2.98437 16.7997 2.98438 16.3426L2.98438 14.3182C2.98438 14.0336 3.21502 13.803 3.49953 13.803ZM9.40364 20.1023C9.54313 19.8543 9.85722 19.7664 10.1052 19.9059L11.8844 20.9067C11.9559 20.9469 12.0432 20.9469 12.1147 20.9067L13.8939 19.9059C14.1418 19.7664 14.4559 19.8543 14.5954 20.1023C14.7349 20.3503 14.6469 20.6644 14.399 20.8038L12.6198 21.8046C12.2347 22.0213 11.7644 22.0213 11.3793 21.8046L9.60008 20.8038C9.3521 20.6644 9.26416 20.3503 9.40364 20.1023Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9995 2.42233C12.284 2.42233 12.5147 2.65297 12.5147 2.93748V6.49998C12.5147 6.78449 12.284 7.01513 11.9995 7.01513C11.715 7.01513 11.4844 6.78449 11.4844 6.49998V2.93748C11.4844 2.65297 11.715 2.42233 11.9995 2.42233ZM3.55339 7.24983C3.69565 7.00343 4.01071 6.91901 4.2571 7.06127L7.2212 8.77259C7.4676 8.91485 7.55202 9.22991 7.40976 9.4763C7.26751 9.7227 6.95245 9.80712 6.70605 9.66486L3.74195 7.95354C3.49556 7.81128 3.41114 7.49622 3.55339 7.24983ZM20.4457 7.24983C20.5879 7.49622 20.5035 7.81128 20.2571 7.95354L17.293 9.66486C17.0466 9.80712 16.7315 9.7227 16.5893 9.4763C16.447 9.22991 16.5315 8.91485 16.7778 8.77259L19.7419 7.06127C19.9883 6.91901 20.3034 7.00343 20.4457 7.24983ZM7.40976 14.5237C7.55202 14.77 7.4676 15.0851 7.2212 15.2274L4.2571 16.9387C4.01071 17.0809 3.69565 16.9965 3.55339 16.7501C3.41114 16.5037 3.49556 16.1887 3.74195 16.0464L6.70605 14.3351C6.95245 14.1928 7.26751 14.2773 7.40976 14.5237ZM16.5893 14.5237C16.7315 14.2773 17.0466 14.1928 17.293 14.3351L20.2571 16.0464C20.5035 16.1887 20.5879 16.5037 20.4457 16.7501C20.3034 16.9965 19.9883 17.0809 19.7419 16.9387L16.7778 15.2274C16.5315 15.0851 16.447 14.77 16.5893 14.5237ZM11.9995 16.9848C12.284 16.9848 12.5147 17.2155 12.5147 17.5V21.0625C12.5147 21.347 12.284 21.5776 11.9995 21.5776C11.715 21.5776 11.4844 21.347 11.4844 21.0625V17.5C11.4844 17.2155 11.715 16.9848 11.9995 16.9848Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5976 10.4999C14.7356 10.7391 14.6537 11.0449 14.4145 11.183L12.4995 12.2886V14.5C12.4995 14.7761 12.2756 15 11.9995 15C11.7234 15 11.4995 14.7761 11.4995 14.5V12.2887L9.58443 11.183C9.34528 11.045 9.26334 10.7392 9.40141 10.5C9.53948 10.2609 9.84527 10.1789 10.0844 10.317L11.9995 11.4226L13.9145 10.3169C14.1537 10.1789 14.4595 10.2608 14.5976 10.4999Z\" fill=\"currentColor\"/>",
|
|
@@ -6569,7 +6583,7 @@
|
|
|
6569
6583
|
{
|
|
6570
6584
|
"category": "Interface General",
|
|
6571
6585
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM9.35355 8.64645C9.15829 8.45118 8.84171 8.45118 8.64645 8.64645C8.45118 8.84171 8.45118 9.15829 8.64645 9.35355L11.2929 12L8.64645 14.6464C8.45118 14.8417 8.45118 15.1583 8.64645 15.3536C8.84171 15.5488 9.15829 15.5488 9.35355 15.3536L12 12.7071L14.6464 15.3536C14.8417 15.5488 15.1583 15.5488 15.3536 15.3536C15.5488 15.1583 15.5488 14.8417 15.3536 14.6464L12.7071 12L15.3536 9.35355C15.5488 9.15829 15.5488 8.84171 15.3536 8.64645C15.1583 8.45118 14.8417 8.45118 14.6464 8.64645L12 11.2929L9.35355 8.64645Z\" fill=\"currentColor\"/>",
|
|
6572
|
-
"iconName": "circle-x, close, checkbox, remove",
|
|
6586
|
+
"iconName": "circle-x, close, checkbox, remove, failed, cancel",
|
|
6573
6587
|
"variant": {
|
|
6574
6588
|
"join": "round",
|
|
6575
6589
|
"filled": "on",
|
|
@@ -18665,7 +18679,7 @@
|
|
|
18665
18679
|
{
|
|
18666
18680
|
"category": "Code",
|
|
18667
18681
|
"svg": "<path d=\"M6 3C4.34315 3 3 4.34315 3 6C3 7.4865 4.08114 8.72048 5.5 8.95852V15.0415C4.08114 15.2795 3 16.5135 3 18C3 19.6569 4.34315 21 6 21C7.65685 21 9 19.6569 9 18C9 16.5135 7.91886 15.2795 6.5 15.0415V8.95852C7.91886 8.72048 9 7.4865 9 6C9 4.34315 7.65685 3 6 3Z\" fill=\"currentColor\"/><path d=\"M12.7071 5.5L14.3536 3.85355C14.5488 3.65829 14.5488 3.34171 14.3536 3.14645C14.1583 2.95118 13.8417 2.95118 13.6464 3.14645L11.1464 5.64645C10.9512 5.84171 10.9512 6.15829 11.1464 6.35355L13.6464 8.85355C13.8417 9.04882 14.1583 9.04882 14.3536 8.85355C14.5488 8.65829 14.5488 8.34171 14.3536 8.14645L12.7071 6.5H17C17.2761 6.5 17.5 6.72386 17.5 7V15.0415C16.0811 15.2795 15 16.5135 15 18C15 19.6569 16.3431 21 18 21C19.6569 21 21 19.6569 21 18C21 16.5135 19.9189 15.2795 18.5 15.0415V7C18.5 6.17157 17.8284 5.5 17 5.5H12.7071Z\" fill=\"currentColor\"/>",
|
|
18668
|
-
"iconName": "pull-request",
|
|
18682
|
+
"iconName": "pull-request, pr-create",
|
|
18669
18683
|
"variant": {
|
|
18670
18684
|
"join": "round",
|
|
18671
18685
|
"filled": "on",
|
|
@@ -19250,6 +19264,20 @@
|
|
|
19250
19264
|
"packageName": "round-filled-radius-1-stroke-1",
|
|
19251
19265
|
"componentName": "IconRepeat"
|
|
19252
19266
|
},
|
|
19267
|
+
{
|
|
19268
|
+
"category": "Sound & Music",
|
|
19269
|
+
"svg": "<path d=\"M12 2.5C17.2467 2.5 21.5 6.75329 21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 11.7239 2.72386 11.5 3 11.5C3.27614 11.5 3.5 11.7239 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5C8.95914 3.5 6.29161 5.09741 4.78906 7.5H8C8.27614 7.5 8.5 7.72386 8.5 8C8.5 8.27614 8.27614 8.5 8 8.5H3.5C3.22386 8.5 3 8.27614 3 8V3.5C3 3.22386 3.22386 3 3.5 3C3.77614 3 4 3.22386 4 3.5V6.875C5.68873 4.24453 8.64032 2.5 12 2.5Z\" fill=\"currentColor\"/><path d=\"M10 9.94043C10 9.33379 10.6826 8.97849 11.1797 9.32617L14.1221 11.3857C14.5486 11.6843 14.5486 12.3157 14.1221 12.6143L11.1797 14.6738C10.6826 15.0215 10 14.6662 10 14.0596V9.94043Z\" fill=\"currentColor\"/>",
|
|
19270
|
+
"iconName": "replay, play-again",
|
|
19271
|
+
"variant": {
|
|
19272
|
+
"join": "round",
|
|
19273
|
+
"filled": "on",
|
|
19274
|
+
"radius": "1",
|
|
19275
|
+
"stroke": "1"
|
|
19276
|
+
},
|
|
19277
|
+
"createdAt": "2026-03-02T08:00:25.411485+00:00",
|
|
19278
|
+
"packageName": "round-filled-radius-1-stroke-1",
|
|
19279
|
+
"componentName": "IconReplay"
|
|
19280
|
+
},
|
|
19253
19281
|
{
|
|
19254
19282
|
"category": "Social Media & Brands",
|
|
19255
19283
|
"svg": "<path d=\"M11.9659 8.73244H5.49394C5.34517 8.73376 5.1976 8.70575 5.05966 8.65001C4.92172 8.59428 4.79611 8.51191 4.69002 8.40761C4.58393 8.3033 4.49944 8.17912 4.44136 8.04215C4.38329 7.90518 4.35277 7.7581 4.35156 7.60933V3.8731C4.35156 3.24642 4.86802 2.75 5.49394 2.75H10.8227C11.4602 2.75 11.9659 3.25721 11.9659 3.8731V8.73244ZM18.9064 15.2491H11.9728V8.72396H18.9064C19.5771 8.72396 20.1305 9.27665 20.1305 9.9465V14.0273C20.1305 14.7095 19.5778 15.2491 18.9064 15.2491ZM10.8227 21.25H5.49394C4.86802 21.25 4.35156 20.7436 4.35156 20.1292V16.3884C4.35156 15.774 4.86802 15.2676 5.49394 15.2676H11.9659V20.1292C11.9659 20.7436 11.4494 21.25 10.8227 21.25Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -71,6 +71,7 @@ export type CentralIconName =
|
|
|
71
71
|
| "IconArc"
|
|
72
72
|
| "IconArchive"
|
|
73
73
|
| "IconArchive1"
|
|
74
|
+
| "IconArchiveJunk"
|
|
74
75
|
| "IconArCube3"
|
|
75
76
|
| "IconArena"
|
|
76
77
|
| "IconArmchair"
|
|
@@ -1374,6 +1375,7 @@ export type CentralIconName =
|
|
|
1374
1375
|
| "IconReorder"
|
|
1375
1376
|
| "IconRepaint"
|
|
1376
1377
|
| "IconRepeat"
|
|
1378
|
+
| "IconReplay"
|
|
1377
1379
|
| "IconReplit"
|
|
1378
1380
|
| "IconRequestClosed"
|
|
1379
1381
|
| "IconRescueRing"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-1-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.151",
|
|
4
4
|
"style": "round-filled-radius-1-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-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": 1835,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 70,
|
|
@@ -893,13 +893,14 @@
|
|
|
893
893
|
]
|
|
894
894
|
},
|
|
895
895
|
"Interface General": {
|
|
896
|
-
"count":
|
|
896
|
+
"count": 190,
|
|
897
897
|
"icons": [
|
|
898
898
|
"IconAnchor1",
|
|
899
899
|
"IconAnchor2",
|
|
900
900
|
"IconAppearanceDarkMode",
|
|
901
901
|
"IconAppearanceLightMode",
|
|
902
902
|
"IconArchive1",
|
|
903
|
+
"IconArchiveJunk",
|
|
903
904
|
"IconArrowBoxLeft",
|
|
904
905
|
"IconArrowBoxRight",
|
|
905
906
|
"IconArrowInbox",
|
|
@@ -1598,7 +1599,7 @@
|
|
|
1598
1599
|
]
|
|
1599
1600
|
},
|
|
1600
1601
|
"Sound & Music": {
|
|
1601
|
-
"count":
|
|
1602
|
+
"count": 54,
|
|
1602
1603
|
"icons": [
|
|
1603
1604
|
"IconAirpodLeft",
|
|
1604
1605
|
"IconAirpodRight",
|
|
@@ -1628,6 +1629,7 @@
|
|
|
1628
1629
|
"IconPodcast2",
|
|
1629
1630
|
"IconRecord",
|
|
1630
1631
|
"IconRepeat",
|
|
1632
|
+
"IconReplay",
|
|
1631
1633
|
"IconRewind",
|
|
1632
1634
|
"IconRewind10s",
|
|
1633
1635
|
"IconRewind15s",
|
|
@@ -2107,6 +2109,7 @@
|
|
|
2107
2109
|
"IconArc": "arc",
|
|
2108
2110
|
"IconArchive": "archive, folder, box",
|
|
2109
2111
|
"IconArchive1": "archive-1, inbox, file",
|
|
2112
|
+
"IconArchiveJunk": "archive-junk",
|
|
2110
2113
|
"IconArCube3": "ar-cube-3",
|
|
2111
2114
|
"IconArena": "arena",
|
|
2112
2115
|
"IconArmchair": "armchair, seat, chill",
|
|
@@ -2504,7 +2507,7 @@
|
|
|
2504
2507
|
"IconCircleQuestionmark": "circle-questionmark, faq, help, questionaire",
|
|
2505
2508
|
"IconCircleRecord": "circle-record, voicemail, band, tape",
|
|
2506
2509
|
"IconCirclesThree": "circles-three, bubbles",
|
|
2507
|
-
"IconCircleX": "circle-x, close, checkbox, remove",
|
|
2510
|
+
"IconCircleX": "circle-x, close, checkbox, remove, failed, cancel",
|
|
2508
2511
|
"IconClapboard": "clapboard, movie, film",
|
|
2509
2512
|
"IconClapboardWide": "clapboard-wide, movie, film",
|
|
2510
2513
|
"IconClaudeai": "claudeai",
|
|
@@ -3368,7 +3371,7 @@
|
|
|
3368
3371
|
"IconPromptTextToImage": "prompt-text-to-image",
|
|
3369
3372
|
"IconPromptTextToVideo": "prompt-text-to-video",
|
|
3370
3373
|
"IconPropeller": "propeller, flight, test, wind",
|
|
3371
|
-
"IconPullRequest": "pull-request",
|
|
3374
|
+
"IconPullRequest": "pull-request, pr-create",
|
|
3372
3375
|
"IconPumpjack": "pumpjack, oil",
|
|
3373
3376
|
"IconPush": "push, launch, rocket",
|
|
3374
3377
|
"IconPushTheButton": "push-the-button, hot, alarm",
|
|
@@ -3410,6 +3413,7 @@
|
|
|
3410
3413
|
"IconReorder": "reorder",
|
|
3411
3414
|
"IconRepaint": "repaint, recreate, redo",
|
|
3412
3415
|
"IconRepeat": "repeat",
|
|
3416
|
+
"IconReplay": "replay, play-again",
|
|
3413
3417
|
"IconReplit": "replit",
|
|
3414
3418
|
"IconRequestClosed": "request-closed",
|
|
3415
3419
|
"IconRescueRing": "rescue-ring, swim-boyle, help, support",
|
package/index.d.ts
CHANGED
|
@@ -73,6 +73,7 @@ export { IconArScanCube2, default as IconArScanCube2Default, } from "./IconArSca
|
|
|
73
73
|
export { IconArc, default as IconArcDefault } from "./IconArc";
|
|
74
74
|
export { IconArchive, default as IconArchiveDefault } from "./IconArchive";
|
|
75
75
|
export { IconArchive1, default as IconArchive1Default } from "./IconArchive1";
|
|
76
|
+
export { IconArchiveJunk, default as IconArchiveJunkDefault, } from "./IconArchiveJunk";
|
|
76
77
|
export { IconArena, default as IconArenaDefault } from "./IconArena";
|
|
77
78
|
export { IconArmchair, default as IconArmchairDefault } from "./IconArmchair";
|
|
78
79
|
export { IconAround, default as IconAroundDefault } from "./IconAround";
|
|
@@ -1373,6 +1374,7 @@ export { IconRemoveTextstyle, default as IconRemoveTextstyleDefault, } from "./I
|
|
|
1373
1374
|
export { IconReorder, default as IconReorderDefault } from "./IconReorder";
|
|
1374
1375
|
export { IconRepaint, default as IconRepaintDefault } from "./IconRepaint";
|
|
1375
1376
|
export { IconRepeat, default as IconRepeatDefault } from "./IconRepeat";
|
|
1377
|
+
export { IconReplay, default as IconReplayDefault } from "./IconReplay";
|
|
1376
1378
|
export { IconReplit, default as IconReplitDefault } from "./IconReplit";
|
|
1377
1379
|
export { IconRequestClosed, default as IconRequestClosedDefault, } from "./IconRequestClosed";
|
|
1378
1380
|
export { IconRescueRing, default as IconRescueRingDefault, } from "./IconRescueRing";
|