@central-icons-react-native/round-filled-radius-0-stroke-2 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/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 +30 -2
- 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 +16 -2
|
@@ -0,0 +1,2 @@
|
|
|
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 L=(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)),x=r=>a(t({},"__esModule",{value:!0}),r);var g={};L(g,{IconArchiveJunk:()=>i,default:()=>P});module.exports=x(g);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,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V9H21V20ZM14.6367 12.3633C14.2852 12.0118 13.7148 12.0118 13.3633 12.3633L12 13.7266L10.6367 12.3633C10.2852 12.0118 9.71475 12.0118 9.36328 12.3633C9.01181 12.7148 9.01181 13.2852 9.36328 13.6367L10.7266 15L9.36328 16.3633C9.01181 16.7148 9.01181 17.2852 9.36328 17.6367C9.71475 17.9882 10.2852 17.9882 10.6367 17.6367L12 16.2734L13.3633 17.6367C13.7148 17.9882 14.2852 17.9882 14.6367 17.6367C14.9882 17.2852 14.9882 16.7148 14.6367 16.3633L13.2734 15L14.6367 13.6367C14.9882 13.2852 14.9882 12.7148 14.6367 12.3633Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M21 3C21.5523 3 22 3.44772 22 4V6C22 6.55228 21.5523 7 21 7H3C2.44772 7 2 6.55228 2 6V4C2 3.44772 2.44772 3 3 3H21Z",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 20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V9H21V20ZM14.6367 12.3633C14.2852 12.0118 13.7148 12.0118 13.3633 12.3633L12 13.7266L10.6367 12.3633C10.2852 12.0118 9.71475 12.0118 9.36328 12.3633C9.01181 12.7148 9.01181 13.2852 9.36328 13.6367L10.7266 15L9.36328 16.3633C9.01181 16.7148 9.01181 17.2852 9.36328 17.6367C9.71475 17.9882 10.2852 17.9882 10.6367 17.6367L12 16.2734L13.3633 17.6367C13.7148 17.9882 14.2852 17.9882 14.6367 17.6367C14.9882 17.2852 14.9882 16.7148 14.6367 16.3633L13.2734 15L14.6367 13.6367C14.9882 13.2852 14.9882 12.7148 14.6367 12.3633Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21 3C21.5523 3 22 3.44772 22 4V6C22 6.55228 21.5523 7 21 7H3C2.44772 7 2 6.55228 2 6V4C2 3.44772 2.44772 3 3 3H21Z\"\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,ukBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sHACF,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 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,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V9H21V20ZM14.6367 12.3633C14.2852 12.0118 13.7148 12.0118 13.3633 12.3633L12 13.7266L10.6367 12.3633C10.2852 12.0118 9.71475 12.0118 9.36328 12.3633C9.01181 12.7148 9.01181 13.2852 9.36328 13.6367L10.7266 15L9.36328 16.3633C9.01181 16.7148 9.01181 17.2852 9.36328 17.6367C9.71475 17.9882 10.2852 17.9882 10.6367 17.6367L12 16.2734L13.3633 17.6367C13.7148 17.9882 14.2852 17.9882 14.6367 17.6367C14.9882 17.2852 14.9882 16.7148 14.6367 16.3633L13.2734 15L14.6367 13.6367C14.9882 13.2852 14.9882 12.7148 14.6367 12.3633Z",fill:"currentColor"}),e.createElement(t,{d:"M21 3C21.5523 3 22 3.44772 22 4V6C22 6.55228 21.5523 7 21 7H3C2.44772 7 2 6.55228 2 6V4C2 3.44772 2.44772 3 3 3H21Z",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 20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V9H21V20ZM14.6367 12.3633C14.2852 12.0118 13.7148 12.0118 13.3633 12.3633L12 13.7266L10.6367 12.3633C10.2852 12.0118 9.71475 12.0118 9.36328 12.3633C9.01181 12.7148 9.01181 13.2852 9.36328 13.6367L10.7266 15L9.36328 16.3633C9.01181 16.7148 9.01181 17.2852 9.36328 17.6367C9.71475 17.9882 10.2852 17.9882 10.6367 17.6367L12 16.2734L13.3633 17.6367C13.7148 17.9882 14.2852 17.9882 14.6367 17.6367C14.9882 17.2852 14.9882 16.7148 14.6367 16.3633L13.2734 15L14.6367 13.6367C14.9882 13.2852 14.9882 12.7148 14.6367 12.3633Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21 3C21.5523 3 22 3.44772 22 4V6C22 6.55228 21.5523 7 21 7H3C2.44772 7 2 6.55228 2 6V4C2 3.44772 2.44772 3 3 3H21Z\"\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,ukBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sHACF,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 C=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)C(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&&C(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?C(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(C({},"__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,...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=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M12.0018 2.5C17.2482 2.50027 21.5018 6.75346 21.5018 12C21.5018 17.2465 17.2482 21.4997 12.0018 21.5C7.52368 21.5 3.77164 18.4024 2.7664 14.2344C2.63692 13.6975 2.96684 13.1578 3.50371 13.0283C4.04053 12.899 4.58028 13.2288 4.70976 13.7656C5.50337 17.0562 8.46878 19.5 12.0018 19.5C16.1437 19.4997 19.5018 16.142 19.5018 12C19.5018 7.85803 16.1437 4.50027 12.0018 4.5C9.04156 4.5 6.47975 6.21497 5.25957 8.70996C5.01699 9.20605 4.41779 9.41143 3.92168 9.16895C3.42573 8.92633 3.22031 8.32807 3.46269 7.83203C5.00552 4.67691 8.24866 2.5 12.0018 2.5Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M10.0018 9.45996C10.002 9.05577 10.4566 8.81916 10.7879 9.05078L14.4168 11.5908C14.7005 11.7899 14.7005 12.2101 14.4168 12.4092L10.7879 14.9492C10.4566 15.1808 10.002 14.9442 10.0018 14.54V9.45996Z",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.0018 2.5C17.2482 2.50027 21.5018 6.75346 21.5018 12C21.5018 17.2465 17.2482 21.4997 12.0018 21.5C7.52368 21.5 3.77164 18.4024 2.7664 14.2344C2.63692 13.6975 2.96684 13.1578 3.50371 13.0283C4.04053 12.899 4.58028 13.2288 4.70976 13.7656C5.50337 17.0562 8.46878 19.5 12.0018 19.5C16.1437 19.4997 19.5018 16.142 19.5018 12C19.5018 7.85803 16.1437 4.50027 12.0018 4.5C9.04156 4.5 6.47975 6.21497 5.25957 8.70996C5.01699 9.20605 4.41779 9.41143 3.92168 9.16895C3.42573 8.92633 3.22031 8.32807 3.46269 7.83203C5.00552 4.67691 8.24866 2.5 12.0018 2.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.0018 9.45996C10.002 9.05577 10.4566 8.81916 10.7879 9.05078L14.4168 11.5908C14.7005 11.7899 14.7005 12.2101 14.4168 12.4092L10.7879 14.9492C10.4566 15.1808 10.002 14.9442 10.0018 14.54V9.45996Z\"\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,uiBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wMACF,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 t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({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 C}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(C,{d:"M12.0018 2.5C17.2482 2.50027 21.5018 6.75346 21.5018 12C21.5018 17.2465 17.2482 21.4997 12.0018 21.5C7.52368 21.5 3.77164 18.4024 2.7664 14.2344C2.63692 13.6975 2.96684 13.1578 3.50371 13.0283C4.04053 12.899 4.58028 13.2288 4.70976 13.7656C5.50337 17.0562 8.46878 19.5 12.0018 19.5C16.1437 19.4997 19.5018 16.142 19.5018 12C19.5018 7.85803 16.1437 4.50027 12.0018 4.5C9.04156 4.5 6.47975 6.21497 5.25957 8.70996C5.01699 9.20605 4.41779 9.41143 3.92168 9.16895C3.42573 8.92633 3.22031 8.32807 3.46269 7.83203C5.00552 4.67691 8.24866 2.5 12.0018 2.5Z",fill:"currentColor"}),t.createElement(C,{d:"M10.0018 9.45996C10.002 9.05577 10.4566 8.81916 10.7879 9.05078L14.4168 11.5908C14.7005 11.7899 14.7005 12.2101 14.4168 12.4092L10.7879 14.9492C10.4566 15.1808 10.002 14.9442 10.0018 14.54V9.45996Z",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.0018 2.5C17.2482 2.50027 21.5018 6.75346 21.5018 12C21.5018 17.2465 17.2482 21.4997 12.0018 21.5C7.52368 21.5 3.77164 18.4024 2.7664 14.2344C2.63692 13.6975 2.96684 13.1578 3.50371 13.0283C4.04053 12.899 4.58028 13.2288 4.70976 13.7656C5.50337 17.0562 8.46878 19.5 12.0018 19.5C16.1437 19.4997 19.5018 16.142 19.5018 12C19.5018 7.85803 16.1437 4.50027 12.0018 4.5C9.04156 4.5 6.47975 6.21497 5.25957 8.70996C5.01699 9.20605 4.41779 9.41143 3.92168 9.16895C3.42573 8.92633 3.22031 8.32807 3.46269 7.83203C5.00552 4.67691 8.24866 2.5 12.0018 2.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.0018 9.45996C10.002 9.05577 10.4566 8.81916 10.7879 9.05078L14.4168 11.5908C14.7005 11.7899 14.7005 12.2101 14.4168 12.4092L10.7879 14.9492C10.4566 15.1808 10.002 14.9442 10.0018 14.54V9.45996Z\"\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,uiBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wMACF,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
|
@@ -1008,6 +1008,20 @@
|
|
|
1008
1008
|
"packageName": "round-filled-radius-0-stroke-2",
|
|
1009
1009
|
"componentName": "IconArchive1"
|
|
1010
1010
|
},
|
|
1011
|
+
{
|
|
1012
|
+
"category": "Interface General",
|
|
1013
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V9H21V20ZM14.6367 12.3633C14.2852 12.0118 13.7148 12.0118 13.3633 12.3633L12 13.7266L10.6367 12.3633C10.2852 12.0118 9.71475 12.0118 9.36328 12.3633C9.01181 12.7148 9.01181 13.2852 9.36328 13.6367L10.7266 15L9.36328 16.3633C9.01181 16.7148 9.01181 17.2852 9.36328 17.6367C9.71475 17.9882 10.2852 17.9882 10.6367 17.6367L12 16.2734L13.3633 17.6367C13.7148 17.9882 14.2852 17.9882 14.6367 17.6367C14.9882 17.2852 14.9882 16.7148 14.6367 16.3633L13.2734 15L14.6367 13.6367C14.9882 13.2852 14.9882 12.7148 14.6367 12.3633Z\" fill=\"currentColor\"/><path d=\"M21 3C21.5523 3 22 3.44772 22 4V6C22 6.55228 21.5523 7 21 7H3C2.44772 7 2 6.55228 2 6V4C2 3.44772 2.44772 3 3 3H21Z\" fill=\"currentColor\"/>",
|
|
1014
|
+
"iconName": "archive-junk",
|
|
1015
|
+
"variant": {
|
|
1016
|
+
"join": "round",
|
|
1017
|
+
"filled": "on",
|
|
1018
|
+
"radius": "0",
|
|
1019
|
+
"stroke": "2"
|
|
1020
|
+
},
|
|
1021
|
+
"createdAt": "2026-03-02T09:01:01.031321+00:00",
|
|
1022
|
+
"packageName": "round-filled-radius-0-stroke-2",
|
|
1023
|
+
"componentName": "IconArchiveJunk"
|
|
1024
|
+
},
|
|
1011
1025
|
{
|
|
1012
1026
|
"category": "Augmented Reality",
|
|
1013
1027
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5097 2.12842C11.8142 1.95719 12.1858 1.95719 12.4903 2.12842L14.6693 3.35415C15.1507 3.62492 15.3214 4.23463 15.0506 4.71599C14.7799 5.19735 14.1702 5.36807 13.6888 5.0973L13 4.70985V6C13 6.55228 12.5523 7 12 7C11.4477 7 11 6.55228 11 6V4.70985L10.3112 5.0973C9.82983 5.36807 9.22012 5.19735 8.94935 4.71599C8.67859 4.23463 8.84931 3.62492 9.33067 3.35415L11.5097 2.12842ZM16.871 5.73994C17.1418 5.25858 17.7515 5.08786 18.2328 5.35863L20.4903 6.62842C20.8051 6.80554 21 7.13873 21 7.5V10C21 10.5523 20.5523 11 20 11C19.4477 11 19 10.5523 19 10V9.23205L17.9019 9.86603C17.4236 10.1422 16.812 9.97829 16.5359 9.5C16.2598 9.02171 16.4236 8.41012 16.9019 8.13397L17.9804 7.51132L17.2523 7.10178C16.771 6.83101 16.6002 6.2213 16.871 5.73994ZM7.12899 5.73994C7.39975 6.2213 7.22903 6.83102 6.74768 7.10178L6.01961 7.51132L7.09808 8.13397C7.57637 8.41012 7.74024 9.02171 7.4641 9.5C7.18796 9.97829 6.57637 10.1422 6.09808 9.86603L5 9.23205L5 10C5 10.5523 4.55228 11 4 11C3.44771 11 3 10.5523 3 10L3 7.5C3 7.13873 3.19486 6.80554 3.50974 6.62843L5.76715 5.35863C6.24851 5.08787 6.85823 5.25859 7.12899 5.73994ZM4 13C4.55228 13 5 13.4477 5 14V14.768L6.09808 14.134C6.57637 13.8578 7.18796 14.0217 7.4641 14.5C7.74024 14.9783 7.57637 15.5899 7.09808 15.866L6.0196 16.4887L6.74768 16.8982C7.22903 17.169 7.39975 17.7787 7.12899 18.2601C6.85823 18.7414 6.24851 18.9121 5.76715 18.6414L3.50974 17.3716C3.19486 17.1945 3 16.8613 3 16.5V14C3 13.4477 3.44772 13 4 13ZM20 13C20.5523 13 21 13.4477 21 14V16.5C21 16.8613 20.8051 17.1945 20.4903 17.3716L18.2328 18.6414C17.7515 18.9121 17.1418 18.7414 16.871 18.2601C16.6002 17.7787 16.771 17.169 17.2523 16.8982L17.9804 16.4887L16.9019 15.866C16.4236 15.5899 16.2598 14.9783 16.5359 14.5C16.812 14.0217 17.4236 13.8578 17.9019 14.134L19 14.7679V14C19 13.4477 19.4477 13 20 13ZM12 17C12.5523 17 13 17.4477 13 18V19.2902L13.6888 18.9027C14.1702 18.6319 14.7799 18.8026 15.0507 19.284C15.3214 19.7654 15.1507 20.3751 14.6693 20.6458L12.4903 21.8716C12.1858 22.0428 11.8142 22.0428 11.5097 21.8716L9.33066 20.6458C8.8493 20.3751 8.67858 19.7654 8.94934 19.284C9.22011 18.8026 9.82982 18.6319 10.3112 18.9027L11 19.2902V18C11 17.4477 11.4477 17 12 17Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5981 10.5C14.8742 10.9783 14.7104 11.5899 14.2321 11.866L13 12.5774V14C13 14.5523 12.5523 15 12 15C11.4477 15 11 14.5523 11 14V12.5774L9.76794 11.866C9.28965 11.5899 9.12578 10.9783 9.40192 10.5C9.67806 10.0217 10.2897 9.85783 10.7679 10.134L12 10.8453L13.2321 10.134C13.7103 9.85783 14.3219 10.0217 14.5981 10.5Z\" 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.70711 8.29289C9.31658 7.90237 8.68342 7.90237 8.29289 8.29289C7.90237 8.68342 7.90237 9.31658 8.29289 9.70711L10.5858 12L8.29289 14.2929C7.90237 14.6834 7.90237 15.3166 8.29289 15.7071C8.68342 16.0976 9.31658 16.0976 9.70711 15.7071L12 13.4142L14.2929 15.7071C14.6834 16.0976 15.3166 16.0976 15.7071 15.7071C16.0976 15.3166 16.0976 14.6834 15.7071 14.2929L13.4142 12L15.7071 9.70711C16.0976 9.31658 16.0976 8.68342 15.7071 8.29289C15.3166 7.90237 14.6834 7.90237 14.2929 8.29289L12 10.5858L9.70711 8.29289Z\" 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.30622 3.83481 8.41746 5 8.82929V15.1707C3.83481 15.5825 3 16.6938 3 18C3 19.6569 4.34315 21 6 21C7.65685 21 9 19.6569 9 18C9 16.6938 8.16519 15.5825 7 15.1707V8.82929C8.16519 8.41746 9 7.30622 9 6C9 4.34315 7.65685 3 6 3Z\" fill=\"currentColor\"/><path d=\"M14.4142 5L14.7071 4.70711C15.0976 4.31658 15.0976 3.68342 14.7071 3.29289C14.3166 2.90237 13.6834 2.90237 13.2929 3.29289L11.2929 5.29289C10.9024 5.68342 10.9024 6.31658 11.2929 6.70711L13.2929 8.70711C13.6834 9.09763 14.3166 9.09763 14.7071 8.70711C15.0976 8.31658 15.0976 7.68342 14.7071 7.29289L14.4142 7H17V15.1707C15.8348 15.5825 15 16.6938 15 18C15 19.6569 16.3431 21 18 21C19.6569 21 21 19.6569 21 18C21 16.6938 20.1652 15.5825 19 15.1707V6C19 5.44772 18.5523 5 18 5H14.4142Z\" 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-0-stroke-2",
|
|
19251
19265
|
"componentName": "IconRepeat"
|
|
19252
19266
|
},
|
|
19267
|
+
{
|
|
19268
|
+
"category": "Sound & Music",
|
|
19269
|
+
"svg": "<path d=\"M12.0018 2.5C17.2482 2.50027 21.5018 6.75346 21.5018 12C21.5018 17.2465 17.2482 21.4997 12.0018 21.5C7.52368 21.5 3.77164 18.4024 2.7664 14.2344C2.63692 13.6975 2.96684 13.1578 3.50371 13.0283C4.04053 12.899 4.58028 13.2288 4.70976 13.7656C5.50337 17.0562 8.46878 19.5 12.0018 19.5C16.1437 19.4997 19.5018 16.142 19.5018 12C19.5018 7.85803 16.1437 4.50027 12.0018 4.5C9.04156 4.5 6.47975 6.21497 5.25957 8.70996C5.01699 9.20605 4.41779 9.41143 3.92168 9.16895C3.42573 8.92633 3.22031 8.32807 3.46269 7.83203C5.00552 4.67691 8.24866 2.5 12.0018 2.5Z\" fill=\"currentColor\"/><path d=\"M10.0018 9.45996C10.002 9.05577 10.4566 8.81916 10.7879 9.05078L14.4168 11.5908C14.7005 11.7899 14.7005 12.2101 14.4168 12.4092L10.7879 14.9492C10.4566 15.1808 10.002 14.9442 10.0018 14.54V9.45996Z\" fill=\"currentColor\"/>",
|
|
19270
|
+
"iconName": "replay, play-again",
|
|
19271
|
+
"variant": {
|
|
19272
|
+
"join": "round",
|
|
19273
|
+
"filled": "on",
|
|
19274
|
+
"radius": "0",
|
|
19275
|
+
"stroke": "2"
|
|
19276
|
+
},
|
|
19277
|
+
"createdAt": "2026-03-02T08:00:25.411485+00:00",
|
|
19278
|
+
"packageName": "round-filled-radius-0-stroke-2",
|
|
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-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.151",
|
|
4
4
|
"style": "round-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-stroke-2/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";
|