@central-icons-react-native/round-filled-radius-2-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 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 16.8389C21 17.3659 21.0003 17.8208 20.9697 18.1953C20.9374 18.5906 20.8656 18.984 20.6729 19.3623C20.3853 19.9265 19.9265 20.3853 19.3623 20.6729C18.984 20.8656 18.5906 20.9374 18.1953 20.9697C17.8208 21.0003 17.3659 21 16.8389 21H7.16113C6.63412 21 6.17918 21.0003 5.80469 20.9697C5.40943 20.9374 5.01599 20.8656 4.6377 20.6729C4.07347 20.3853 3.61472 19.9265 3.32715 19.3623C3.1344 18.984 3.06258 18.5906 3.03027 18.1953C2.99968 17.8208 2.99998 17.3659 3 16.8389V9H21V16.8389ZM14.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"}),t.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 16.8389C21 17.3659 21.0003 17.8208 20.9697 18.1953C20.9374 18.5906 20.8656 18.984 20.6729 19.3623C20.3853 19.9265 19.9265 20.3853 19.3623 20.6729C18.984 20.8656 18.5906 20.9374 18.1953 20.9697C17.8208 21.0003 17.3659 21 16.8389 21H7.16113C6.63412 21 6.17918 21.0003 5.80469 20.9697C5.40943 20.9374 5.01599 20.8656 4.6377 20.6729C4.07347 20.3853 3.61472 19.9265 3.32715 19.3623C3.1344 18.984 3.06258 18.5906 3.03027 18.1953C2.99968 17.8208 2.99998 17.3659 3 16.8389V9H21V16.8389ZM14.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,k+BACF,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 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 16.8389C21 17.3659 21.0003 17.8208 20.9697 18.1953C20.9374 18.5906 20.8656 18.984 20.6729 19.3623C20.3853 19.9265 19.9265 20.3853 19.3623 20.6729C18.984 20.8656 18.5906 20.9374 18.1953 20.9697C17.8208 21.0003 17.3659 21 16.8389 21H7.16113C6.63412 21 6.17918 21.0003 5.80469 20.9697C5.40943 20.9374 5.01599 20.8656 4.6377 20.6729C4.07347 20.3853 3.61472 19.9265 3.32715 19.3623C3.1344 18.984 3.06258 18.5906 3.03027 18.1953C2.99968 17.8208 2.99998 17.3659 3 16.8389V9H21V16.8389ZM14.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.createElement(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",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 16.8389C21 17.3659 21.0003 17.8208 20.9697 18.1953C20.9374 18.5906 20.8656 18.984 20.6729 19.3623C20.3853 19.9265 19.9265 20.3853 19.3623 20.6729C18.984 20.8656 18.5906 20.9374 18.1953 20.9697C17.8208 21.0003 17.3659 21 16.8389 21H7.16113C6.63412 21 6.17918 21.0003 5.80469 20.9697C5.40943 20.9374 5.01599 20.8656 4.6377 20.6729C4.07347 20.3853 3.61472 19.9265 3.32715 19.3623C3.1344 18.984 3.06258 18.5906 3.03027 18.1953C2.99968 17.8208 2.99998 17.3659 3 16.8389V9H21V16.8389ZM14.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,k+BACF,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 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.2466 2.50016 21.5 6.7534 21.5 12C21.5 17.2466 17.2466 21.4998 12 21.5C7.52191 21.5 3.76987 18.4025 2.76465 14.2344C2.63517 13.6975 2.96508 13.1578 3.50195 13.0283C4.03883 12.8988 4.57851 13.2288 4.70801 13.7656C5.5016 17.0563 8.46701 19.5 12 19.5C16.142 19.4998 19.5 16.142 19.5 12C19.5 7.85796 16.142 4.50016 12 4.5C9.32981 4.5 6.98389 5.89541 5.6543 8H7.5C8.05228 8 8.5 8.44772 8.5 9C8.5 9.55228 8.05228 10 7.5 10H3.5C2.94772 10 2.5 9.55228 2.5 9V5C2.5 4.44772 2.94772 4 3.5 4C4.05228 4 4.5 4.44772 4.5 5V6.16797C6.2376 3.93677 8.95063 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.2466 2.50016 21.5 6.7534 21.5 12C21.5 17.2466 17.2466 21.4998 12 21.5C7.52191 21.5 3.76987 18.4025 2.76465 14.2344C2.63517 13.6975 2.96508 13.1578 3.50195 13.0283C4.03883 12.8988 4.57851 13.2288 4.70801 13.7656C5.5016 17.0563 8.46701 19.5 12 19.5C16.142 19.4998 19.5 16.142 19.5 12C19.5 7.85796 16.142 4.50016 12 4.5C9.32981 4.5 6.98389 5.89541 5.6543 8H7.5C8.05228 8 8.5 8.44772 8.5 9C8.5 9.55228 8.05228 10 7.5 10H3.5C2.94772 10 2.5 9.55228 2.5 9V5C2.5 4.44772 2.94772 4 3.5 4C4.05228 4 4.5 4.44772 4.5 5V6.16797C6.2376 3.93677 8.95063 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,mjBACF,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.2466 2.50016 21.5 6.7534 21.5 12C21.5 17.2466 17.2466 21.4998 12 21.5C7.52191 21.5 3.76987 18.4025 2.76465 14.2344C2.63517 13.6975 2.96508 13.1578 3.50195 13.0283C4.03883 12.8988 4.57851 13.2288 4.70801 13.7656C5.5016 17.0563 8.46701 19.5 12 19.5C16.142 19.4998 19.5 16.142 19.5 12C19.5 7.85796 16.142 4.50016 12 4.5C9.32981 4.5 6.98389 5.89541 5.6543 8H7.5C8.05228 8 8.5 8.44772 8.5 9C8.5 9.55228 8.05228 10 7.5 10H3.5C2.94772 10 2.5 9.55228 2.5 9V5C2.5 4.44772 2.94772 4 3.5 4C4.05228 4 4.5 4.44772 4.5 5V6.16797C6.2376 3.93677 8.95063 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.2466 2.50016 21.5 6.7534 21.5 12C21.5 17.2466 17.2466 21.4998 12 21.5C7.52191 21.5 3.76987 18.4025 2.76465 14.2344C2.63517 13.6975 2.96508 13.1578 3.50195 13.0283C4.03883 12.8988 4.57851 13.2288 4.70801 13.7656C5.5016 17.0563 8.46701 19.5 12 19.5C16.142 19.4998 19.5 16.142 19.5 12C19.5 7.85796 16.142 4.50016 12 4.5C9.32981 4.5 6.98389 5.89541 5.6543 8H7.5C8.05228 8 8.5 8.44772 8.5 9C8.5 9.55228 8.05228 10 7.5 10H3.5C2.94772 10 2.5 9.55228 2.5 9V5C2.5 4.44772 2.94772 4 3.5 4C4.05228 4 4.5 4.44772 4.5 5V6.16797C6.2376 3.93677 8.95063 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,mjBACF,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
|
@@ -1008,6 +1008,20 @@
|
|
|
1008
1008
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
1009
1009
|
"componentName": "IconArchive1"
|
|
1010
1010
|
},
|
|
1011
|
+
{
|
|
1012
|
+
"category": "Interface General",
|
|
1013
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 16.8389C21 17.3659 21.0003 17.8208 20.9697 18.1953C20.9374 18.5906 20.8656 18.984 20.6729 19.3623C20.3853 19.9265 19.9265 20.3853 19.3623 20.6729C18.984 20.8656 18.5906 20.9374 18.1953 20.9697C17.8208 21.0003 17.3659 21 16.8389 21H7.16113C6.63412 21 6.17918 21.0003 5.80469 20.9697C5.40943 20.9374 5.01599 20.8656 4.6377 20.6729C4.07347 20.3853 3.61472 19.9265 3.32715 19.3623C3.1344 18.984 3.06258 18.5906 3.03027 18.1953C2.99968 17.8208 2.99998 17.3659 3 16.8389V9H21V16.8389ZM14.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": "2",
|
|
1019
|
+
"stroke": "2"
|
|
1020
|
+
},
|
|
1021
|
+
"createdAt": "2026-03-02T09:01:01.031321+00:00",
|
|
1022
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
1023
|
+
"componentName": "IconArchiveJunk"
|
|
1024
|
+
},
|
|
1011
1025
|
{
|
|
1012
1026
|
"category": "Augmented Reality",
|
|
1013
1027
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2.49999C12.5523 2.49999 13 2.94771 13 3.49999V5.99999C13 6.55228 12.5523 6.99999 12 6.99999C11.4477 6.99999 11 6.55228 11 5.99999V3.49999C11 2.94771 11.4477 2.49999 12 2.49999ZM20.366 7.28867C20.6422 7.76696 20.4783 8.37855 20 8.65469L17.9019 9.86602C17.4236 10.1422 16.812 9.97828 16.5359 9.49999C16.2598 9.0217 16.4236 8.41011 16.9019 8.13397L19 6.92264C19.4783 6.6465 20.0899 6.81037 20.366 7.28867ZM3.63397 7.28867C3.91012 6.81037 4.52171 6.6465 5 6.92264L7.09808 8.13397C7.57637 8.41011 7.74024 9.0217 7.4641 9.49999C7.18796 9.97828 6.57637 10.1422 6.09808 9.86602L4 8.65469C3.52171 8.37855 3.35783 7.76696 3.63397 7.28867ZM7.4641 14.5C7.74024 14.9783 7.57637 15.5899 7.09808 15.866L5 17.0773C4.52171 17.3535 3.91012 17.1896 3.63397 16.7113C3.35783 16.233 3.52171 15.6214 4 15.3453L6.09808 14.134C6.57637 13.8578 7.18796 14.0217 7.4641 14.5ZM16.5359 14.5C16.812 14.0217 17.4236 13.8578 17.9019 14.134L20 15.3453C20.4783 15.6214 20.6422 16.233 20.366 16.7113C20.0899 17.1896 19.4783 17.3535 19 17.0773L16.9019 15.866C16.4236 15.5899 16.2598 14.9783 16.5359 14.5ZM12 17C12.5523 17 13 17.4477 13 18V20.5C13 21.0523 12.5523 21.5 12 21.5C11.4477 21.5 11 21.0523 11 20.5V18C11 17.4477 11.4477 17 12 17Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.0195 2.40419C11.6283 2.06172 12.3717 2.06172 12.9805 2.40419L14.6693 3.35414C15.1507 3.62491 15.3214 4.23462 15.0506 4.71598C14.7799 5.19734 14.1702 5.36806 13.6888 5.09729L12 4.14734L10.3112 5.09729C9.82983 5.36806 9.22012 5.19734 8.94935 4.71598C8.67859 4.23462 8.84931 3.62491 9.33067 3.35414L11.0195 2.40419ZM16.871 5.73993C17.1418 5.25857 17.7515 5.08785 18.2328 5.35862L19.9805 6.34169C20.6103 6.69592 21 7.36229 21 8.08484V9.99999C21 10.5523 20.5523 11 20 11C19.4477 11 19 10.5523 19 9.99999V8.08484L17.2523 7.10177C16.771 6.83101 16.6002 6.22129 16.871 5.73993ZM7.12899 5.73994C7.39975 6.22129 7.22903 6.83101 6.74768 7.10177L5 8.08484L5 9.99999C5 10.5523 4.55228 11 4 11C3.44771 11 3 10.5523 3 9.99999L3 8.08484C3 7.3629 3.38872 6.69649 4.019 6.34196L5.76715 5.35862C6.24851 5.08786 6.85823 5.25858 7.12899 5.73994ZM4 13C4.55228 13 5 13.4477 5 14V15.9151L6.74768 16.8982C7.22903 17.169 7.39975 17.7787 7.12899 18.26C6.85823 18.7414 6.24851 18.9121 5.76715 18.6414L4.01948 17.6583C3.38972 17.3041 3 16.6377 3 15.9151V14C3 13.4477 3.44772 13 4 13ZM20 13C20.5523 13 21 13.4477 21 14V15.9151C21 16.6377 20.6103 17.3041 19.9805 17.6583L18.2328 18.6414C17.7515 18.9121 17.1418 18.7414 16.871 18.26C16.6002 17.7787 16.771 17.169 17.2523 16.8982L19 15.9151V14C19 13.4477 19.4477 13 20 13ZM8.94934 19.284C9.22011 18.8026 9.82982 18.6319 10.3112 18.9027L12 19.8526L13.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.9805 21.5958C12.3717 21.9383 11.6283 21.9383 11.0195 21.5958L9.33066 20.6458C8.8493 20.3751 8.67858 19.7654 8.94934 19.284Z\" 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.5773V14C13 14.5523 12.5523 15 12 15C11.4477 15 11 14.5523 11 14V12.5773L9.76794 11.866C9.28965 11.5899 9.12578 10.9783 9.40192 10.5C9.67806 10.0217 10.2897 9.85782 10.7679 10.134L12 10.8453L13.2321 10.134C13.7103 9.85782 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 7H16C16.5523 7 17 7.44772 17 8V15.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.1707V8C19 6.34315 17.6569 5 16 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-2-stroke-2",
|
|
19251
19265
|
"componentName": "IconRepeat"
|
|
19252
19266
|
},
|
|
19267
|
+
{
|
|
19268
|
+
"category": "Sound & Music",
|
|
19269
|
+
"svg": "<path d=\"M12 2.5C17.2466 2.50016 21.5 6.7534 21.5 12C21.5 17.2466 17.2466 21.4998 12 21.5C7.52191 21.5 3.76987 18.4025 2.76465 14.2344C2.63517 13.6975 2.96508 13.1578 3.50195 13.0283C4.03883 12.8988 4.57851 13.2288 4.70801 13.7656C5.5016 17.0563 8.46701 19.5 12 19.5C16.142 19.4998 19.5 16.142 19.5 12C19.5 7.85796 16.142 4.50016 12 4.5C9.32981 4.5 6.98389 5.89541 5.6543 8H7.5C8.05228 8 8.5 8.44772 8.5 9C8.5 9.55228 8.05228 10 7.5 10H3.5C2.94772 10 2.5 9.55228 2.5 9V5C2.5 4.44772 2.94772 4 3.5 4C4.05228 4 4.5 4.44772 4.5 5V6.16797C6.2376 3.93677 8.95063 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": "2",
|
|
19275
|
+
"stroke": "2"
|
|
19276
|
+
},
|
|
19277
|
+
"createdAt": "2026-03-02T08:00:25.411485+00:00",
|
|
19278
|
+
"packageName": "round-filled-radius-2-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-2-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.151",
|
|
4
4
|
"style": "round-filled-radius-2-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-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";
|