@central-icons-react-native/square-outlined-radius-0-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 f=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},c=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(a=B(o,t))||a.enumerable});return r};var C=(r,o,e)=>(e=r!=null?f(x(r)):{},c(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),k=r=>c(p({},"__esModule",{value:!0}),r);var d={};g(d,{IconArchive1:()=>i,default:()=>v});module.exports=k(d);var n=C(require("react"));var l=C(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...e})=>l.default.createElement(m.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 s=require("react-native-svg"),i=r=>n.default.createElement(u,{...r},n.default.createElement(s.Path,{d:"M20.
|
|
1
|
+
"use strict";var f=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},c=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(a=B(o,t))||a.enumerable});return r};var C=(r,o,e)=>(e=r!=null?f(x(r)):{},c(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),k=r=>c(p({},"__esModule",{value:!0}),r);var d={};g(d,{IconArchive1:()=>i,default:()=>v});module.exports=k(d);var n=C(require("react"));var l=C(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...e})=>l.default.createElement(m.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 s=require("react-native-svg"),i=r=>n.default.createElement(u,{...r},n.default.createElement(s.Path,{d:"M20.5 7.5V20.5H3.5V7.5",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement(s.Path,{d:"M2.5 3.5H21.5V7.5H2.5V3.5Z",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement(s.Path,{d:"M10 11.5H14",stroke:"currentColor",strokeLinecap:"square"})),v=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=\"M20.
|
|
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=\"M20.5 7.5V20.5H3.5V7.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M2.5 3.5H21.5V7.5H2.5V3.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M10 11.5H14\" stroke=\"currentColor\" strokeLinecap=\"square\" />\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,yBACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6BACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,cAAc,SAAS,CACrE,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 o from"react";import s from"react";import{Svg as a}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var c=e=>o.createElement(n,{...e},o.createElement(t,{d:"M20.
|
|
1
|
+
import o from"react";import s from"react";import{Svg as a}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var c=e=>o.createElement(n,{...e},o.createElement(t,{d:"M20.5 7.5V20.5H3.5V7.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(t,{d:"M2.5 3.5H21.5V7.5H2.5V3.5Z",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(t,{d:"M10 11.5H14",stroke:"currentColor",strokeLinecap:"square"})),P=c;export{c as IconArchive1,P 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=\"M20.
|
|
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=\"M20.5 7.5V20.5H3.5V7.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M2.5 3.5H21.5V7.5H2.5V3.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M10 11.5H14\" stroke=\"currentColor\" strokeLinecap=\"square\" />\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,yBACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6BACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,cAAc,OAAO,eAAe,cAAc,SAAS,CACrE,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 i=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(a=B(o,t))||a.enumerable});return r};var l=(r,o,e)=>(e=r!=null?i(x(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>C(p({},"__esModule",{value:!0}),r);var h={};g(h,{IconArchiveJunk:()=>f,default:()=>d});module.exports=v(h);var n=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),u=({children:r,size:o=24,...e})=>m.default.createElement(c.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 s=require("react-native-svg"),f=r=>n.default.createElement(u,{...r},n.default.createElement(s.Path,{d:"M20.5 7.5V20.5H3.5V7.5",stroke:"currentColor"}),n.default.createElement(s.Path,{d:"M2.5 3.5H21.5V7.5H2.5V3.5Z",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement(s.Path,{d:"M9.5 11.5L14.5 16.5M14.5 11.5L9.5 16.5",stroke:"currentColor"})),d=f;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 d=\"M20.5 7.5V20.5H3.5V7.5\" stroke=\"currentColor\" />\n <Path\n d=\"M2.5 3.5H21.5V7.5H2.5V3.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M9.5 11.5L14.5 16.5M14.5 11.5L9.5 16.5\" stroke=\"currentColor\" />\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,QAAK,EAAE,yBAAyB,OAAO,eAAe,EACvD,EAAAA,QAAA,cAAC,QACC,EAAE,6BACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,yCAAyC,OAAO,eAAe,CACzE,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 o from"react";import s from"react";import{Svg as a}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var C=e=>o.createElement(n,{...e},o.createElement(t,{d:"M20.5 7.5V20.5H3.5V7.5",stroke:"currentColor"}),o.createElement(t,{d:"M2.5 3.5H21.5V7.5H2.5V3.5Z",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(t,{d:"M9.5 11.5L14.5 16.5M14.5 11.5L9.5 16.5",stroke:"currentColor"})),P=C;export{C as IconArchiveJunk,P 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 d=\"M20.5 7.5V20.5H3.5V7.5\" stroke=\"currentColor\" />\n <Path\n d=\"M2.5 3.5H21.5V7.5H2.5V3.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M9.5 11.5L14.5 16.5M14.5 11.5L9.5 16.5\" stroke=\"currentColor\" />\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,CAAK,EAAE,yBAAyB,OAAO,eAAe,EACvDG,EAAA,cAACH,EAAA,CACC,EAAE,6BACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,yCAAyC,OAAO,eAAe,CACzE,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 B=Object.create;var p=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)p(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&&p(r,e,{get:()=>o[e],enumerable:!(l=I(o,e))||l.enumerable});return r};var s=(r,o,t)=>(t=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>a(p({},"__esModule",{value:!0}),r);var y={};g(y,{IconReplay:()=>u,default:()=>v});module.exports=d(y);var n=s(require("react"));var m=s(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.default.createElement(c.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 C=require("react-native-svg"),u=r=>n.default.createElement(f,{...r},n.default.createElement(C.Path,{d:"M10.25 15.25V8.75L15.25 12L10.25 15.25Z",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M3.5 3V8H8.5",stroke:"currentColor"}),n.default.createElement(C.Path,{d:"M3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C8.51707 3 5.49623 4.97844 4 7.8728",stroke:"currentColor"})),v=u;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 d=\"M10.25 15.25V8.75L15.25 12L10.25 15.25Z\" fill=\"currentColor\" />\n <Path d=\"M3.5 3V8H8.5\" stroke=\"currentColor\" />\n <Path\n d=\"M3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C8.51707 3 5.49623 4.97844 4 7.8728\"\n stroke=\"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,QAAK,EAAE,0CAA0C,KAAK,eAAe,EACtE,EAAAA,QAAA,cAAC,QAAK,EAAE,eAAe,OAAO,eAAe,EAC7C,EAAAA,QAAA,cAAC,QACC,EAAE,4HACF,OAAO,eACT,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 o from"react";import C from"react";import{Svg as l}from"react-native-svg";var n=({children:t,size:r=24,...p})=>C.createElement(l,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M10.25 15.25V8.75L15.25 12L10.25 15.25Z",fill:"currentColor"}),o.createElement(e,{d:"M3.5 3V8H8.5",stroke:"currentColor"}),o.createElement(e,{d:"M3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C8.51707 3 5.49623 4.97844 4 7.8728",stroke:"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 d=\"M10.25 15.25V8.75L15.25 12L10.25 15.25Z\" fill=\"currentColor\" />\n <Path d=\"M3.5 3V8H8.5\" stroke=\"currentColor\" />\n <Path\n d=\"M3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C8.51707 3 5.49623 4.97844 4 7.8728\"\n stroke=\"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,CAAK,EAAE,0CAA0C,KAAK,eAAe,EACtEG,EAAA,cAACH,EAAA,CAAK,EAAE,eAAe,OAAO,eAAe,EAC7CG,EAAA,cAACH,EAAA,CACC,EAAE,4HACF,OAAO,eACT,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=\"M20.
|
|
999
|
+
"svg": "<path d=\"M20.5 7.5V20.5H3.5V7.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M2.5 3.5H21.5V7.5H2.5V3.5Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M10 11.5H14\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
|
|
1000
1000
|
"iconName": "archive-1, inbox, file",
|
|
1001
1001
|
"variant": {
|
|
1002
1002
|
"join": "square",
|
|
@@ -1008,6 +1008,20 @@
|
|
|
1008
1008
|
"packageName": "square-outlined-radius-0-stroke-1",
|
|
1009
1009
|
"componentName": "IconArchive1"
|
|
1010
1010
|
},
|
|
1011
|
+
{
|
|
1012
|
+
"category": "Interface General",
|
|
1013
|
+
"svg": "<path d=\"M20.5 7.5V20.5H3.5V7.5\" stroke=\"currentColor\"/><path d=\"M2.5 3.5H21.5V7.5H2.5V3.5Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M9.5 11.5L14.5 16.5M14.5 11.5L9.5 16.5\" stroke=\"currentColor\"/>",
|
|
1014
|
+
"iconName": "archive-junk",
|
|
1015
|
+
"variant": {
|
|
1016
|
+
"join": "square",
|
|
1017
|
+
"filled": "off",
|
|
1018
|
+
"radius": "0",
|
|
1019
|
+
"stroke": "1"
|
|
1020
|
+
},
|
|
1021
|
+
"createdAt": "2026-03-02T09:01:01.031321+00:00",
|
|
1022
|
+
"packageName": "square-outlined-radius-0-stroke-1",
|
|
1023
|
+
"componentName": "IconArchiveJunk"
|
|
1024
|
+
},
|
|
1011
1025
|
{
|
|
1012
1026
|
"category": "Augmented Reality",
|
|
1013
1027
|
"svg": "<path d=\"M9.85352 3.64512L12.0004 2.4375L14.1473 3.64512\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M5.81192 5.91827L3.5 7.21873V9.6818\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M3.5 14.3182V16.7812L5.81191 18.0817\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M9.85352 20.3549L12.0004 21.5625L14.1473 20.3549\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M18.1885 18.0817L20.5004 16.7812V14.3182\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M20.5004 9.6818V7.21873L18.1885 5.91827\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M12 14.5V12M12 12L9.83496 10.7501M12 12L14.1651 10.75\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M3.9873 7.5L6.96427 9.21875\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M6.96427 14.7812L3.9873 16.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M12 17.5V21\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M17.0361 14.7812L20.0131 16.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M20.0131 7.5L17.0361 9.21875\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M12 3V6.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
|
|
@@ -6569,7 +6583,7 @@
|
|
|
6569
6583
|
{
|
|
6570
6584
|
"category": "Interface General",
|
|
6571
6585
|
"svg": "<path d=\"M15 9L9 15M15 15L9 9M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
|
|
6572
|
-
"iconName": "circle-x, close, checkbox, remove",
|
|
6586
|
+
"iconName": "circle-x, close, checkbox, remove, failed, cancel",
|
|
6573
6587
|
"variant": {
|
|
6574
6588
|
"join": "square",
|
|
6575
6589
|
"filled": "off",
|
|
@@ -18665,7 +18679,7 @@
|
|
|
18665
18679
|
{
|
|
18666
18680
|
"category": "Code",
|
|
18667
18681
|
"svg": "<circle cx=\"6\" cy=\"6\" r=\"2.5\" stroke=\"currentColor\"/><circle cx=\"6\" cy=\"18\" r=\"2.5\" stroke=\"currentColor\"/><circle cx=\"18\" cy=\"18\" r=\"2.5\" stroke=\"currentColor\"/><path d=\"M6 8.5V15.5\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M12 6H18V15.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M14 3.5L11.5 6L14 8.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
|
|
18668
|
-
"iconName": "pull-request",
|
|
18682
|
+
"iconName": "pull-request, pr-create",
|
|
18669
18683
|
"variant": {
|
|
18670
18684
|
"join": "square",
|
|
18671
18685
|
"filled": "off",
|
|
@@ -19250,6 +19264,20 @@
|
|
|
19250
19264
|
"packageName": "square-outlined-radius-0-stroke-1",
|
|
19251
19265
|
"componentName": "IconRepeat"
|
|
19252
19266
|
},
|
|
19267
|
+
{
|
|
19268
|
+
"category": "Sound & Music",
|
|
19269
|
+
"svg": "<path d=\"M10.25 15.25V8.75L15.25 12L10.25 15.25Z\" fill=\"currentColor\"/><path d=\"M3.5 3V8H8.5\" stroke=\"currentColor\"/><path d=\"M3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C8.51707 3 5.49623 4.97844 4 7.8728\" stroke=\"currentColor\"/>",
|
|
19270
|
+
"iconName": "replay, play-again",
|
|
19271
|
+
"variant": {
|
|
19272
|
+
"join": "square",
|
|
19273
|
+
"filled": "off",
|
|
19274
|
+
"radius": "0",
|
|
19275
|
+
"stroke": "1"
|
|
19276
|
+
},
|
|
19277
|
+
"createdAt": "2026-03-02T08:00:25.411485+00:00",
|
|
19278
|
+
"packageName": "square-outlined-radius-0-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/square-outlined-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.151",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-1/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 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";
|