@central-icons-react-native/round-filled-radius-3-stroke-1.5 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 15.4824C21 16.2951 21.0004 16.9506 20.957 17.4814C20.9124 18.0281 20.8171 18.5079 20.5908 18.9521C20.2313 19.6578 19.6578 20.2313 18.9521 20.5908C18.5079 20.8171 18.0281 20.9124 17.4814 20.957C16.9506 21.0004 16.2951 21 15.4824 21H8.51758C7.70491 21 7.04939 21.0004 6.51855 20.957C5.97194 20.9124 5.49205 20.8171 5.04785 20.5908C4.34224 20.2313 3.7687 19.6578 3.40918 18.9521C3.18286 18.5079 3.08763 18.0281 3.04297 17.4814C2.9996 16.9506 2.99999 16.2951 3 15.4824V8.5H21V15.4824ZM14.7803 11.9697C14.4874 11.6768 14.0126 11.6768 13.7197 11.9697L12 13.6895L10.2803 11.9697C9.98738 11.6768 9.51262 11.6768 9.21973 11.9697C8.92683 12.2626 8.92683 12.7374 9.21973 13.0303L10.9395 14.75L9.21973 16.4697C8.92683 16.7626 8.92683 17.2374 9.21973 17.5303C9.51262 17.8232 9.98738 17.8232 10.2803 17.5303L12 15.8105L13.7197 17.5303C14.0126 17.8232 14.4874 17.8232 14.7803 17.5303C15.0732 17.2374 15.0732 16.7626 14.7803 16.4697L13.0605 14.75L14.7803 13.0303C15.0732 12.7374 15.0732 12.2626 14.7803 11.9697Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M21.25 3C21.6642 3 22 3.33579 22 3.75V6.25C22 6.66421 21.6642 7 21.25 7H2.75C2.33579 7 2 6.66421 2 6.25V3.75C2 3.33579 2.33579 3 2.75 3H21.25Z",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 15.4824C21 16.2951 21.0004 16.9506 20.957 17.4814C20.9124 18.0281 20.8171 18.5079 20.5908 18.9521C20.2313 19.6578 19.6578 20.2313 18.9521 20.5908C18.5079 20.8171 18.0281 20.9124 17.4814 20.957C16.9506 21.0004 16.2951 21 15.4824 21H8.51758C7.70491 21 7.04939 21.0004 6.51855 20.957C5.97194 20.9124 5.49205 20.8171 5.04785 20.5908C4.34224 20.2313 3.7687 19.6578 3.40918 18.9521C3.18286 18.5079 3.08763 18.0281 3.04297 17.4814C2.9996 16.9506 2.99999 16.2951 3 15.4824V8.5H21V15.4824ZM14.7803 11.9697C14.4874 11.6768 14.0126 11.6768 13.7197 11.9697L12 13.6895L10.2803 11.9697C9.98738 11.6768 9.51262 11.6768 9.21973 11.9697C8.92683 12.2626 8.92683 12.7374 9.21973 13.0303L10.9395 14.75L9.21973 16.4697C8.92683 16.7626 8.92683 17.2374 9.21973 17.5303C9.51262 17.8232 9.98738 17.8232 10.2803 17.5303L12 15.8105L13.7197 17.5303C14.0126 17.8232 14.4874 17.8232 14.7803 17.5303C15.0732 17.2374 15.0732 16.7626 14.7803 16.4697L13.0605 14.75L14.7803 13.0303C15.0732 12.7374 15.0732 12.2626 14.7803 11.9697Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.25 3C21.6642 3 22 3.33579 22 3.75V6.25C22 6.66421 21.6642 7 21.25 7H2.75C2.33579 7 2 6.66421 2 6.25V3.75C2 3.33579 2.33579 3 2.75 3H21.25Z\"\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,0+BACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iJACF,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 15.4824C21 16.2951 21.0004 16.9506 20.957 17.4814C20.9124 18.0281 20.8171 18.5079 20.5908 18.9521C20.2313 19.6578 19.6578 20.2313 18.9521 20.5908C18.5079 20.8171 18.0281 20.9124 17.4814 20.957C16.9506 21.0004 16.2951 21 15.4824 21H8.51758C7.70491 21 7.04939 21.0004 6.51855 20.957C5.97194 20.9124 5.49205 20.8171 5.04785 20.5908C4.34224 20.2313 3.7687 19.6578 3.40918 18.9521C3.18286 18.5079 3.08763 18.0281 3.04297 17.4814C2.9996 16.9506 2.99999 16.2951 3 15.4824V8.5H21V15.4824ZM14.7803 11.9697C14.4874 11.6768 14.0126 11.6768 13.7197 11.9697L12 13.6895L10.2803 11.9697C9.98738 11.6768 9.51262 11.6768 9.21973 11.9697C8.92683 12.2626 8.92683 12.7374 9.21973 13.0303L10.9395 14.75L9.21973 16.4697C8.92683 16.7626 8.92683 17.2374 9.21973 17.5303C9.51262 17.8232 9.98738 17.8232 10.2803 17.5303L12 15.8105L13.7197 17.5303C14.0126 17.8232 14.4874 17.8232 14.7803 17.5303C15.0732 17.2374 15.0732 16.7626 14.7803 16.4697L13.0605 14.75L14.7803 13.0303C15.0732 12.7374 15.0732 12.2626 14.7803 11.9697Z",fill:"currentColor"}),C.createElement(n,{d:"M21.25 3C21.6642 3 22 3.33579 22 3.75V6.25C22 6.66421 21.6642 7 21.25 7H2.75C2.33579 7 2 6.66421 2 6.25V3.75C2 3.33579 2.33579 3 2.75 3H21.25Z",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 15.4824C21 16.2951 21.0004 16.9506 20.957 17.4814C20.9124 18.0281 20.8171 18.5079 20.5908 18.9521C20.2313 19.6578 19.6578 20.2313 18.9521 20.5908C18.5079 20.8171 18.0281 20.9124 17.4814 20.957C16.9506 21.0004 16.2951 21 15.4824 21H8.51758C7.70491 21 7.04939 21.0004 6.51855 20.957C5.97194 20.9124 5.49205 20.8171 5.04785 20.5908C4.34224 20.2313 3.7687 19.6578 3.40918 18.9521C3.18286 18.5079 3.08763 18.0281 3.04297 17.4814C2.9996 16.9506 2.99999 16.2951 3 15.4824V8.5H21V15.4824ZM14.7803 11.9697C14.4874 11.6768 14.0126 11.6768 13.7197 11.9697L12 13.6895L10.2803 11.9697C9.98738 11.6768 9.51262 11.6768 9.21973 11.9697C8.92683 12.2626 8.92683 12.7374 9.21973 13.0303L10.9395 14.75L9.21973 16.4697C8.92683 16.7626 8.92683 17.2374 9.21973 17.5303C9.51262 17.8232 9.98738 17.8232 10.2803 17.5303L12 15.8105L13.7197 17.5303C14.0126 17.8232 14.4874 17.8232 14.7803 17.5303C15.0732 17.2374 15.0732 16.7626 14.7803 16.4697L13.0605 14.75L14.7803 13.0303C15.0732 12.7374 15.0732 12.2626 14.7803 11.9697Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.25 3C21.6642 3 22 3.33579 22 3.75V6.25C22 6.66421 21.6642 7 21.25 7H2.75C2.33579 7 2 6.66421 2 6.25V3.75C2 3.33579 2.33579 3 2.75 3H21.25Z\"\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,0+BACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iJACF,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:"M11.9993 2.5C17.2458 2.5003 21.4993 6.75348 21.4993 12C21.4993 17.2465 17.2458 21.4997 11.9993 21.5C7.13034 21.5 3.11721 17.8378 2.56375 13.1172C2.51554 12.7058 2.81056 12.3324 3.22196 12.2842C3.63311 12.2363 4.0058 12.5312 4.05399 12.9424C4.51985 16.9162 7.90008 20 11.9993 20C16.4173 19.9997 19.9993 16.4181 19.9993 12C19.9993 7.58191 16.4173 4.0003 11.9993 4C9.03948 4 6.45373 5.60777 5.06961 8H7.4993C7.91352 8 8.2493 8.33579 8.2493 8.75C8.2493 9.16421 7.91352 9.5 7.4993 9.5H3.4993C3.08522 9.49985 2.7493 9.16412 2.7493 8.75V4.75C2.7493 4.33588 3.08522 4.00015 3.4993 4C3.91351 4 4.2493 4.33579 4.2493 4.75V6.50586C5.97014 4.08298 8.7992 2.5 11.9993 2.5Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M9.9993 9.94043C9.99935 9.3337 10.6829 8.97823 11.18 9.32617L14.1214 11.3857C14.5479 11.6843 14.5479 12.3157 14.1214 12.6143L11.18 14.6738C10.6829 15.0218 9.99935 14.6663 9.9993 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=\"M11.9993 2.5C17.2458 2.5003 21.4993 6.75348 21.4993 12C21.4993 17.2465 17.2458 21.4997 11.9993 21.5C7.13034 21.5 3.11721 17.8378 2.56375 13.1172C2.51554 12.7058 2.81056 12.3324 3.22196 12.2842C3.63311 12.2363 4.0058 12.5312 4.05399 12.9424C4.51985 16.9162 7.90008 20 11.9993 20C16.4173 19.9997 19.9993 16.4181 19.9993 12C19.9993 7.58191 16.4173 4.0003 11.9993 4C9.03948 4 6.45373 5.60777 5.06961 8H7.4993C7.91352 8 8.2493 8.33579 8.2493 8.75C8.2493 9.16421 7.91352 9.5 7.4993 9.5H3.4993C3.08522 9.49985 2.7493 9.16412 2.7493 8.75V4.75C2.7493 4.33588 3.08522 4.00015 3.4993 4C3.91351 4 4.2493 4.33579 4.2493 4.75V6.50586C5.97014 4.08298 8.7992 2.5 11.9993 2.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.9993 9.94043C9.99935 9.3337 10.6829 8.97823 11.18 9.32617L14.1214 11.3857C14.5479 11.6843 14.5479 12.3157 14.1214 12.6143L11.18 14.6738C10.6829 15.0218 9.99935 14.6663 9.9993 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,spBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qMACF,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:"M11.9993 2.5C17.2458 2.5003 21.4993 6.75348 21.4993 12C21.4993 17.2465 17.2458 21.4997 11.9993 21.5C7.13034 21.5 3.11721 17.8378 2.56375 13.1172C2.51554 12.7058 2.81056 12.3324 3.22196 12.2842C3.63311 12.2363 4.0058 12.5312 4.05399 12.9424C4.51985 16.9162 7.90008 20 11.9993 20C16.4173 19.9997 19.9993 16.4181 19.9993 12C19.9993 7.58191 16.4173 4.0003 11.9993 4C9.03948 4 6.45373 5.60777 5.06961 8H7.4993C7.91352 8 8.2493 8.33579 8.2493 8.75C8.2493 9.16421 7.91352 9.5 7.4993 9.5H3.4993C3.08522 9.49985 2.7493 9.16412 2.7493 8.75V4.75C2.7493 4.33588 3.08522 4.00015 3.4993 4C3.91351 4 4.2493 4.33579 4.2493 4.75V6.50586C5.97014 4.08298 8.7992 2.5 11.9993 2.5Z",fill:"currentColor"}),C.createElement(e,{d:"M9.9993 9.94043C9.99935 9.3337 10.6829 8.97823 11.18 9.32617L14.1214 11.3857C14.5479 11.6843 14.5479 12.3157 14.1214 12.6143L11.18 14.6738C10.6829 15.0218 9.99935 14.6663 9.9993 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=\"M11.9993 2.5C17.2458 2.5003 21.4993 6.75348 21.4993 12C21.4993 17.2465 17.2458 21.4997 11.9993 21.5C7.13034 21.5 3.11721 17.8378 2.56375 13.1172C2.51554 12.7058 2.81056 12.3324 3.22196 12.2842C3.63311 12.2363 4.0058 12.5312 4.05399 12.9424C4.51985 16.9162 7.90008 20 11.9993 20C16.4173 19.9997 19.9993 16.4181 19.9993 12C19.9993 7.58191 16.4173 4.0003 11.9993 4C9.03948 4 6.45373 5.60777 5.06961 8H7.4993C7.91352 8 8.2493 8.33579 8.2493 8.75C8.2493 9.16421 7.91352 9.5 7.4993 9.5H3.4993C3.08522 9.49985 2.7493 9.16412 2.7493 8.75V4.75C2.7493 4.33588 3.08522 4.00015 3.4993 4C3.91351 4 4.2493 4.33579 4.2493 4.75V6.50586C5.97014 4.08298 8.7992 2.5 11.9993 2.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.9993 9.94043C9.99935 9.3337 10.6829 8.97823 11.18 9.32617L14.1214 11.3857C14.5479 11.6843 14.5479 12.3157 14.1214 12.6143L11.18 14.6738C10.6829 15.0218 9.99935 14.6663 9.9993 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,spBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qMACF,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-3-stroke-1.5",
|
|
1009
1009
|
"componentName": "IconArchive1"
|
|
1010
1010
|
},
|
|
1011
|
+
{
|
|
1012
|
+
"category": "Interface General",
|
|
1013
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 15.4824C21 16.2951 21.0004 16.9506 20.957 17.4814C20.9124 18.0281 20.8171 18.5079 20.5908 18.9521C20.2313 19.6578 19.6578 20.2313 18.9521 20.5908C18.5079 20.8171 18.0281 20.9124 17.4814 20.957C16.9506 21.0004 16.2951 21 15.4824 21H8.51758C7.70491 21 7.04939 21.0004 6.51855 20.957C5.97194 20.9124 5.49205 20.8171 5.04785 20.5908C4.34224 20.2313 3.7687 19.6578 3.40918 18.9521C3.18286 18.5079 3.08763 18.0281 3.04297 17.4814C2.9996 16.9506 2.99999 16.2951 3 15.4824V8.5H21V15.4824ZM14.7803 11.9697C14.4874 11.6768 14.0126 11.6768 13.7197 11.9697L12 13.6895L10.2803 11.9697C9.98738 11.6768 9.51262 11.6768 9.21973 11.9697C8.92683 12.2626 8.92683 12.7374 9.21973 13.0303L10.9395 14.75L9.21973 16.4697C8.92683 16.7626 8.92683 17.2374 9.21973 17.5303C9.51262 17.8232 9.98738 17.8232 10.2803 17.5303L12 15.8105L13.7197 17.5303C14.0126 17.8232 14.4874 17.8232 14.7803 17.5303C15.0732 17.2374 15.0732 16.7626 14.7803 16.4697L13.0605 14.75L14.7803 13.0303C15.0732 12.7374 15.0732 12.2626 14.7803 11.9697Z\" fill=\"currentColor\"/><path d=\"M21.25 3C21.6642 3 22 3.33579 22 3.75V6.25C22 6.66421 21.6642 7 21.25 7H2.75C2.33579 7 2 6.66421 2 6.25V3.75C2 3.33579 2.33579 3 2.75 3H21.25Z\" fill=\"currentColor\"/>",
|
|
1014
|
+
"iconName": "archive-junk",
|
|
1015
|
+
"variant": {
|
|
1016
|
+
"join": "round",
|
|
1017
|
+
"filled": "on",
|
|
1018
|
+
"radius": "3",
|
|
1019
|
+
"stroke": "1.5"
|
|
1020
|
+
},
|
|
1021
|
+
"createdAt": "2026-03-02T09:01:01.031321+00:00",
|
|
1022
|
+
"packageName": "round-filled-radius-3-stroke-1.5",
|
|
1023
|
+
"componentName": "IconArchiveJunk"
|
|
1024
|
+
},
|
|
1011
1025
|
{
|
|
1012
1026
|
"category": "Augmented Reality",
|
|
1013
1027
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.3677 3.78608C12.1394 3.65765 11.8606 3.65765 11.6323 3.78608L9.84814 4.78967C9.48713 4.99274 9.02984 4.8647 8.82677 4.50368C8.62369 4.14266 8.75173 3.68538 9.11275 3.4823L10.8969 2.47871C11.5818 2.09344 12.4182 2.09344 13.1031 2.47871L14.8872 3.4823C15.2483 3.68538 15.3763 4.14266 15.1732 4.50368C14.9702 4.8647 14.5129 4.99274 14.1519 4.78967L12.3677 3.78608ZM7.08342 5.48431C7.2865 5.84533 7.15846 6.30262 6.79744 6.50569L4.88231 7.58295C4.64615 7.71579 4.5 7.96568 4.5 8.23663L4.5 10.25C4.5 10.6642 4.16421 11 3.75 11C3.33579 11 3 10.6642 3 10.25L3 8.23663C3 7.42377 3.43844 6.6741 4.14691 6.27559L6.06205 5.19833C6.42307 4.99525 6.88035 5.12329 7.08342 5.48431ZM16.9166 5.48431C17.1196 5.12329 17.5769 4.99525 17.938 5.19833L19.8531 6.27559C20.5616 6.6741 21 7.42377 21 8.23663V10.25C21 10.6642 20.6642 11 20.25 11C19.8358 11 19.5 10.6642 19.5 10.25V8.23663C19.5 7.96568 19.3539 7.71579 19.1177 7.58295L17.2026 6.50569C16.8415 6.30262 16.7135 5.84533 16.9166 5.48431ZM20.25 13C20.6642 13 21 13.3358 21 13.75V15.7633C21 16.5762 20.5616 17.3259 19.8531 17.7244L17.938 18.8016C17.5769 19.0047 17.1197 18.8767 16.9166 18.5157C16.7135 18.1546 16.8416 17.6974 17.2026 17.4943L19.1177 16.417C19.3539 16.2842 19.5 16.0343 19.5 15.7633V13.75C19.5 13.3358 19.8358 13 20.25 13ZM3.75 13C4.16421 13 4.5 13.3358 4.5 13.75L4.5 15.7633C4.5 16.0343 4.64615 16.2842 4.8823 16.417L6.79743 17.4943C7.15845 17.6974 7.28649 18.1546 7.08342 18.5157C6.88034 18.8767 6.42306 19.0047 6.06204 18.8016L4.14691 17.7244C3.43844 17.3259 3 16.5762 3 15.7633L3 13.75C3 13.3358 3.33579 13 3.75 13ZM8.82676 19.4963C9.02983 19.1353 9.48712 19.0072 9.84813 19.2103L11.6323 20.2139C11.8606 20.3423 12.1394 20.3423 12.3677 20.2139L14.1519 19.2103C14.5129 19.0072 14.9702 19.1353 15.1732 19.4963C15.3763 19.8573 15.2483 20.3146 14.8873 20.5177L13.1031 21.5213C12.4182 21.9065 11.5818 21.9065 10.8969 21.5213L9.11274 20.5177C8.75172 20.3146 8.62368 19.8573 8.82676 19.4963Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.40187 10.5C9.60898 10.1413 10.0677 10.0184 10.4264 10.2255L12 11.134L13.5735 10.2255C13.9322 10.0184 14.3909 10.1413 14.598 10.5C14.8051 10.8587 14.6822 11.3174 14.3235 11.5245L12.75 12.433V14.25C12.75 14.6642 12.4142 15 12 15C11.5857 15 11.25 14.6642 11.25 14.25V12.433L9.67639 11.5245C9.31767 11.3174 9.19477 10.8587 9.40187 10.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2.46874C12.4142 2.46874 12.75 2.80452 12.75 3.21874V6.24999C12.75 6.6642 12.4142 6.99999 12 6.99999C11.5858 6.99999 11.25 6.6642 11.25 6.24999V3.21874C11.25 2.80452 11.5858 2.46874 12 2.46874ZM3.48451 7.2061C3.69162 6.84738 4.15031 6.72448 4.50903 6.93158L7.18312 8.47547C7.54184 8.68257 7.66475 9.14127 7.45764 9.49999C7.25053 9.85871 6.79184 9.98161 6.43312 9.77451L3.75903 8.23062C3.40031 8.02351 3.27741 7.56482 3.48451 7.2061ZM20.5154 7.2061C20.7225 7.56482 20.5996 8.02351 20.2409 8.23062L17.5668 9.77451C17.2081 9.98161 16.7494 9.85871 16.5423 9.49999C16.3352 9.14127 16.4581 8.68257 16.8168 8.47547L19.4909 6.93158C19.8496 6.72448 20.3083 6.84738 20.5154 7.2061ZM7.49823 14.4765C7.70534 14.8353 7.58243 15.294 7.22372 15.5011L4.50903 17.0684C4.15031 17.2755 3.69162 17.1526 3.48451 16.7939C3.27741 16.4352 3.40031 15.9765 3.75903 15.7694L6.47372 14.202C6.83243 13.9949 7.29113 14.1178 7.49823 14.4765ZM16.5017 14.4765C16.7088 14.1178 17.1675 13.9949 17.5262 14.202L20.2409 15.7694C20.5996 15.9765 20.7225 16.4352 20.5154 16.7939C20.3083 17.1526 19.8496 17.2755 19.4909 17.0684L16.7762 15.5011C16.4175 15.294 16.2946 14.8353 16.5017 14.4765ZM12 16.9531C12.4142 16.9531 12.75 17.2889 12.75 17.7031V20.7812C12.75 21.1954 12.4142 21.5312 12 21.5312C11.5858 21.5312 11.25 21.1954 11.25 20.7812V17.7031C11.25 17.2889 11.5858 16.9531 12 16.9531Z\" 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.53033 8.46967C9.23744 8.17678 8.76256 8.17678 8.46967 8.46967C8.17678 8.76256 8.17678 9.23744 8.46967 9.53033L10.9393 12L8.46967 14.4697C8.17678 14.7626 8.17678 15.2374 8.46967 15.5303C8.76256 15.8232 9.23744 15.8232 9.53033 15.5303L12 13.0607L14.4697 15.5303C14.7626 15.8232 15.2374 15.8232 15.5303 15.5303C15.8232 15.2374 15.8232 14.7626 15.5303 14.4697L13.0607 12L15.5303 9.53033C15.8232 9.23744 15.8232 8.76256 15.5303 8.46967C15.2374 8.17678 14.7626 8.17678 14.4697 8.46967L12 10.9393L9.53033 8.46967Z\" 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.39788 3.95608 8.57245 5.25 8.90549V15.0945C3.95608 15.4275 3 16.6021 3 18C3 19.6569 4.34315 21 6 21C7.65685 21 9 19.6569 9 18C9 16.6021 8.04392 15.4275 6.75 15.0945V8.90549C8.04392 8.57245 9 7.39788 9 6C9 4.34315 7.65685 3 6 3Z\" fill=\"currentColor\"/><path d=\"M13.5607 5.25L14.5303 4.28033C14.8232 3.98744 14.8232 3.51256 14.5303 3.21967C14.2374 2.92678 13.7626 2.92678 13.4697 3.21967L11.2197 5.46967C10.9268 5.76256 10.9268 6.23744 11.2197 6.53033L13.4697 8.78033C13.7626 9.07322 14.2374 9.07322 14.5303 8.78033C14.8232 8.48744 14.8232 8.01256 14.5303 7.71967L13.5607 6.75H15C16.2426 6.75 17.25 7.75736 17.25 9V15.0945C15.9561 15.4275 15 16.6021 15 18C15 19.6569 16.3431 21 18 21C19.6569 21 21 19.6569 21 18C21 16.6021 20.0439 15.4275 18.75 15.0945V9C18.75 6.92893 17.0711 5.25 15 5.25H13.5607Z\" 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-3-stroke-1.5",
|
|
19251
19265
|
"componentName": "IconRepeat"
|
|
19252
19266
|
},
|
|
19267
|
+
{
|
|
19268
|
+
"category": "Sound & Music",
|
|
19269
|
+
"svg": "<path d=\"M11.9993 2.5C17.2458 2.5003 21.4993 6.75348 21.4993 12C21.4993 17.2465 17.2458 21.4997 11.9993 21.5C7.13034 21.5 3.11721 17.8378 2.56375 13.1172C2.51554 12.7058 2.81056 12.3324 3.22196 12.2842C3.63311 12.2363 4.0058 12.5312 4.05399 12.9424C4.51985 16.9162 7.90008 20 11.9993 20C16.4173 19.9997 19.9993 16.4181 19.9993 12C19.9993 7.58191 16.4173 4.0003 11.9993 4C9.03948 4 6.45373 5.60777 5.06961 8H7.4993C7.91352 8 8.2493 8.33579 8.2493 8.75C8.2493 9.16421 7.91352 9.5 7.4993 9.5H3.4993C3.08522 9.49985 2.7493 9.16412 2.7493 8.75V4.75C2.7493 4.33588 3.08522 4.00015 3.4993 4C3.91351 4 4.2493 4.33579 4.2493 4.75V6.50586C5.97014 4.08298 8.7992 2.5 11.9993 2.5Z\" fill=\"currentColor\"/><path d=\"M9.9993 9.94043C9.99935 9.3337 10.6829 8.97823 11.18 9.32617L14.1214 11.3857C14.5479 11.6843 14.5479 12.3157 14.1214 12.6143L11.18 14.6738C10.6829 15.0218 9.99935 14.6663 9.9993 14.0596V9.94043Z\" fill=\"currentColor\"/>",
|
|
19270
|
+
"iconName": "replay, play-again",
|
|
19271
|
+
"variant": {
|
|
19272
|
+
"join": "round",
|
|
19273
|
+
"filled": "on",
|
|
19274
|
+
"radius": "3",
|
|
19275
|
+
"stroke": "1.5"
|
|
19276
|
+
},
|
|
19277
|
+
"createdAt": "2026-03-02T08:00:25.411485+00:00",
|
|
19278
|
+
"packageName": "round-filled-radius-3-stroke-1.5",
|
|
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-3-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.151",
|
|
4
4
|
"style": "round-filled-radius-3-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-stroke-1.5/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 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";
|