@central-icons-react-native/round-filled-radius-2-stroke-1 1.1.208 → 1.1.209
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/IconArrowRotateSparkle/index.d.ts +4 -0
- package/IconArrowRotateSparkle/index.js +2 -0
- package/IconArrowRotateSparkle/index.js.map +1 -0
- package/IconArrowRotateSparkle/index.mjs +2 -0
- package/IconArrowRotateSparkle/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -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/skills/central-icons-react-native/SKILL.md +2 -1
- package/tsx-icons.json +7 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(C,r)=>{for(var o in r)n(C,o,{get:r[o],enumerable:!0})},a=(C,r,o,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!x.call(C,t)&&t!==o&&n(C,t,{get:()=>r[t],enumerable:!(l=B(r,t))||l.enumerable});return C};var m=(C,r,o)=>(o=C!=null?u(L(C)):{},a(r||!C||!C.__esModule?n(o,"default",{value:C,enumerable:!0}):o,C)),g=C=>a(n({},"__esModule",{value:!0}),C);var v={};P(v,{IconArrowRotateSparkle:()=>i,default:()=>d});module.exports=g(v);var e=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({children:C,size:r=24,...o})=>f.default.createElement(s.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var p=require("react-native-svg"),i=C=>e.default.createElement(c,{...C},e.default.createElement(p.Path,{d:"M3.62793 10.4414C3.90169 10.4757 4.09551 10.7252 4.06152 10.999C4.02067 11.3266 4 11.6609 4 12C4.00001 16.4183 7.58173 20 12 20C14.5367 20 17.0049 18.8216 18.5205 17H15.5117C15.2356 17 15.0117 16.7761 15.0117 16.5C15.0117 16.2239 15.2356 16 15.5117 16H19.5117C19.7879 16 20.0117 16.2239 20.0117 16.5V20.5C20.0117 20.7761 19.7879 21 19.5117 21C19.2356 21 19.0117 20.7761 19.0117 20.5V17.9551C17.2896 19.828 14.6774 21 12 21C7.02944 21 3.00001 16.9706 3 12C3 11.6196 3.02341 11.2444 3.06934 10.876C3.10351 10.602 3.35391 10.4072 3.62793 10.4414Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M18 4C18.2409 4 18.4574 4.1482 18.5439 4.37305L19.2402 6.18555C19.3418 6.44944 19.5506 6.65819 19.8145 6.75977L21.627 7.45605C21.8518 7.5426 22 7.75906 22 8C22 8.24094 21.8518 8.4574 21.627 8.54395L19.8145 9.24023C19.5506 9.34181 19.3418 9.55056 19.2402 9.81445L18.5439 11.627C18.4574 11.8518 18.2409 12 18 12C17.7591 12 17.5426 11.8518 17.4561 11.627L16.7598 9.81445C16.6582 9.55056 16.4494 9.34181 16.1855 9.24023L14.373 8.54395C14.1482 8.4574 14 8.24094 14 8C14 7.75906 14.1482 7.5426 14.373 7.45605L16.1855 6.75977C16.4494 6.65819 16.6582 6.44944 16.7598 6.18555L17.4561 4.37305C17.5426 4.1482 17.7591 4 18 4Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M12 3C12.2761 3.00006 12.5 3.2239 12.5 3.5C12.5 3.7761 12.2761 3.99994 12 4C9.46329 4 6.99513 5.17844 5.47949 7H8.5C8.77614 7 9 7.22386 9 7.5C9 7.77614 8.77614 8 8.5 8H4.5C4.22386 8 4 7.77614 4 7.5V3.5C4 3.22386 4.22386 3 4.5 3C4.77614 3 5 3.22386 5 3.5V6.03223C6.72227 4.1667 9.32871 3 12 3Z",fill:"currentColor"})),d=i;0&&(module.exports={IconArrowRotateSparkle});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowRotateSparkle/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 IconArrowRotateSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.62793 10.4414C3.90169 10.4757 4.09551 10.7252 4.06152 10.999C4.02067 11.3266 4 11.6609 4 12C4.00001 16.4183 7.58173 20 12 20C14.5367 20 17.0049 18.8216 18.5205 17H15.5117C15.2356 17 15.0117 16.7761 15.0117 16.5C15.0117 16.2239 15.2356 16 15.5117 16H19.5117C19.7879 16 20.0117 16.2239 20.0117 16.5V20.5C20.0117 20.7761 19.7879 21 19.5117 21C19.2356 21 19.0117 20.7761 19.0117 20.5V17.9551C17.2896 19.828 14.6774 21 12 21C7.02944 21 3.00001 16.9706 3 12C3 11.6196 3.02341 11.2444 3.06934 10.876C3.10351 10.602 3.35391 10.4072 3.62793 10.4414Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18 4C18.2409 4 18.4574 4.1482 18.5439 4.37305L19.2402 6.18555C19.3418 6.44944 19.5506 6.65819 19.8145 6.75977L21.627 7.45605C21.8518 7.5426 22 7.75906 22 8C22 8.24094 21.8518 8.4574 21.627 8.54395L19.8145 9.24023C19.5506 9.34181 19.3418 9.55056 19.2402 9.81445L18.5439 11.627C18.4574 11.8518 18.2409 12 18 12C17.7591 12 17.5426 11.8518 17.4561 11.627L16.7598 9.81445C16.6582 9.55056 16.4494 9.34181 16.1855 9.24023L14.373 8.54395C14.1482 8.4574 14 8.24094 14 8C14 7.75906 14.1482 7.5426 14.373 7.45605L16.1855 6.75977C16.4494 6.65819 16.6582 6.44944 16.7598 6.18555L17.4561 4.37305C17.5426 4.1482 17.7591 4 18 4Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 3C12.2761 3.00006 12.5 3.2239 12.5 3.5C12.5 3.7761 12.2761 3.99994 12 4C9.46329 4 6.99513 5.17844 5.47949 7H8.5C8.77614 7 9 7.22386 9 7.5C9 7.77614 8.77614 8 8.5 8H4.5C4.22386 8 4 7.77614 4 7.5V3.5C4 3.22386 4.22386 3 4.5 3C4.77614 3 5 3.22386 5 3.5V6.03223C6.72227 4.1667 9.32871 3 12 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowRotateSparkle;\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,4BAAAE,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,EAAoDC,GAE7D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kiBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wmBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uSACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconArrowRotateSparkle_exports","__export","IconArrowRotateSparkle","IconArrowRotateSparkle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowRotateSparkle","props","React","CentralIconBase","IconArrowRotateSparkle_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:C=24,...n})=>p.createElement(l,{...n,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},o);import{Path as t}from"react-native-svg";var a=o=>r.createElement(e,{...o},r.createElement(t,{d:"M3.62793 10.4414C3.90169 10.4757 4.09551 10.7252 4.06152 10.999C4.02067 11.3266 4 11.6609 4 12C4.00001 16.4183 7.58173 20 12 20C14.5367 20 17.0049 18.8216 18.5205 17H15.5117C15.2356 17 15.0117 16.7761 15.0117 16.5C15.0117 16.2239 15.2356 16 15.5117 16H19.5117C19.7879 16 20.0117 16.2239 20.0117 16.5V20.5C20.0117 20.7761 19.7879 21 19.5117 21C19.2356 21 19.0117 20.7761 19.0117 20.5V17.9551C17.2896 19.828 14.6774 21 12 21C7.02944 21 3.00001 16.9706 3 12C3 11.6196 3.02341 11.2444 3.06934 10.876C3.10351 10.602 3.35391 10.4072 3.62793 10.4414Z",fill:"currentColor"}),r.createElement(t,{d:"M18 4C18.2409 4 18.4574 4.1482 18.5439 4.37305L19.2402 6.18555C19.3418 6.44944 19.5506 6.65819 19.8145 6.75977L21.627 7.45605C21.8518 7.5426 22 7.75906 22 8C22 8.24094 21.8518 8.4574 21.627 8.54395L19.8145 9.24023C19.5506 9.34181 19.3418 9.55056 19.2402 9.81445L18.5439 11.627C18.4574 11.8518 18.2409 12 18 12C17.7591 12 17.5426 11.8518 17.4561 11.627L16.7598 9.81445C16.6582 9.55056 16.4494 9.34181 16.1855 9.24023L14.373 8.54395C14.1482 8.4574 14 8.24094 14 8C14 7.75906 14.1482 7.5426 14.373 7.45605L16.1855 6.75977C16.4494 6.65819 16.6582 6.44944 16.7598 6.18555L17.4561 4.37305C17.5426 4.1482 17.7591 4 18 4Z",fill:"currentColor"}),r.createElement(t,{d:"M12 3C12.2761 3.00006 12.5 3.2239 12.5 3.5C12.5 3.7761 12.2761 3.99994 12 4C9.46329 4 6.99513 5.17844 5.47949 7H8.5C8.77614 7 9 7.22386 9 7.5C9 7.77614 8.77614 8 8.5 8H4.5C4.22386 8 4 7.77614 4 7.5V3.5C4 3.22386 4.22386 3 4.5 3C4.77614 3 5 3.22386 5 3.5V6.03223C6.72227 4.1667 9.32871 3 12 3Z",fill:"currentColor"})),x=a;export{a as IconArrowRotateSparkle,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowRotateSparkle/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 IconArrowRotateSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.62793 10.4414C3.90169 10.4757 4.09551 10.7252 4.06152 10.999C4.02067 11.3266 4 11.6609 4 12C4.00001 16.4183 7.58173 20 12 20C14.5367 20 17.0049 18.8216 18.5205 17H15.5117C15.2356 17 15.0117 16.7761 15.0117 16.5C15.0117 16.2239 15.2356 16 15.5117 16H19.5117C19.7879 16 20.0117 16.2239 20.0117 16.5V20.5C20.0117 20.7761 19.7879 21 19.5117 21C19.2356 21 19.0117 20.7761 19.0117 20.5V17.9551C17.2896 19.828 14.6774 21 12 21C7.02944 21 3.00001 16.9706 3 12C3 11.6196 3.02341 11.2444 3.06934 10.876C3.10351 10.602 3.35391 10.4072 3.62793 10.4414Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18 4C18.2409 4 18.4574 4.1482 18.5439 4.37305L19.2402 6.18555C19.3418 6.44944 19.5506 6.65819 19.8145 6.75977L21.627 7.45605C21.8518 7.5426 22 7.75906 22 8C22 8.24094 21.8518 8.4574 21.627 8.54395L19.8145 9.24023C19.5506 9.34181 19.3418 9.55056 19.2402 9.81445L18.5439 11.627C18.4574 11.8518 18.2409 12 18 12C17.7591 12 17.5426 11.8518 17.4561 11.627L16.7598 9.81445C16.6582 9.55056 16.4494 9.34181 16.1855 9.24023L14.373 8.54395C14.1482 8.4574 14 8.24094 14 8C14 7.75906 14.1482 7.5426 14.373 7.45605L16.1855 6.75977C16.4494 6.65819 16.6582 6.44944 16.7598 6.18555L17.4561 4.37305C17.5426 4.1482 17.7591 4 18 4Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 3C12.2761 3.00006 12.5 3.2239 12.5 3.5C12.5 3.7761 12.2761 3.99994 12 4C9.46329 4 6.99513 5.17844 5.47949 7H8.5C8.77614 7 9 7.22386 9 7.5C9 7.77614 8.77614 8 8.5 8H4.5C4.22386 8 4 7.77614 4 7.5V3.5C4 3.22386 4.22386 3 4.5 3C4.77614 3 5 3.22386 5 3.5V6.03223C6.72227 4.1667 9.32871 3 12 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowRotateSparkle;\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,EAAoDC,GAE7DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kiBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wmBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uSACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowRotateSparkle","props","React","CentralIconBase","IconArrowRotateSparkle_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -1834,6 +1834,20 @@
|
|
|
1834
1834
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
1835
1835
|
"componentName": "IconArrowRotateRightLeft"
|
|
1836
1836
|
},
|
|
1837
|
+
{
|
|
1838
|
+
"category": "AI & Magic",
|
|
1839
|
+
"svg": "<path d=\"M3.62793 10.4414C3.90169 10.4757 4.09551 10.7252 4.06152 10.999C4.02067 11.3266 4 11.6609 4 12C4.00001 16.4183 7.58173 20 12 20C14.5367 20 17.0049 18.8216 18.5205 17H15.5117C15.2356 17 15.0117 16.7761 15.0117 16.5C15.0117 16.2239 15.2356 16 15.5117 16H19.5117C19.7879 16 20.0117 16.2239 20.0117 16.5V20.5C20.0117 20.7761 19.7879 21 19.5117 21C19.2356 21 19.0117 20.7761 19.0117 20.5V17.9551C17.2896 19.828 14.6774 21 12 21C7.02944 21 3.00001 16.9706 3 12C3 11.6196 3.02341 11.2444 3.06934 10.876C3.10351 10.602 3.35391 10.4072 3.62793 10.4414Z\" fill=\"currentColor\"/><path d=\"M18 4C18.2409 4 18.4574 4.1482 18.5439 4.37305L19.2402 6.18555C19.3418 6.44944 19.5506 6.65819 19.8145 6.75977L21.627 7.45605C21.8518 7.5426 22 7.75906 22 8C22 8.24094 21.8518 8.4574 21.627 8.54395L19.8145 9.24023C19.5506 9.34181 19.3418 9.55056 19.2402 9.81445L18.5439 11.627C18.4574 11.8518 18.2409 12 18 12C17.7591 12 17.5426 11.8518 17.4561 11.627L16.7598 9.81445C16.6582 9.55056 16.4494 9.34181 16.1855 9.24023L14.373 8.54395C14.1482 8.4574 14 8.24094 14 8C14 7.75906 14.1482 7.5426 14.373 7.45605L16.1855 6.75977C16.4494 6.65819 16.6582 6.44944 16.7598 6.18555L17.4561 4.37305C17.5426 4.1482 17.7591 4 18 4Z\" fill=\"currentColor\"/><path d=\"M12 3C12.2761 3.00006 12.5 3.2239 12.5 3.5C12.5 3.7761 12.2761 3.99994 12 4C9.46329 4 6.99513 5.17844 5.47949 7H8.5C8.77614 7 9 7.22386 9 7.5C9 7.77614 8.77614 8 8.5 8H4.5C4.22386 8 4 7.77614 4 7.5V3.5C4 3.22386 4.22386 3 4.5 3C4.77614 3 5 3.22386 5 3.5V6.03223C6.72227 4.1667 9.32871 3 12 3Z\" fill=\"currentColor\"/>",
|
|
1840
|
+
"iconName": "arrow-rotate-sparkle, repeat, refresh, generate",
|
|
1841
|
+
"variant": {
|
|
1842
|
+
"join": "round",
|
|
1843
|
+
"filled": "on",
|
|
1844
|
+
"radius": "2",
|
|
1845
|
+
"stroke": "1"
|
|
1846
|
+
},
|
|
1847
|
+
"createdAt": "2026-04-23T15:02:22.921188+00:00",
|
|
1848
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
1849
|
+
"componentName": "IconArrowRotateSparkle"
|
|
1850
|
+
},
|
|
1837
1851
|
{
|
|
1838
1852
|
"category": "Interface General",
|
|
1839
1853
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6464 3.64645C16.8417 3.45118 17.1583 3.45118 17.3536 3.64645L20.8536 7.14645C21.0488 7.34171 21.0488 7.65829 20.8536 7.85355L17.3536 11.3536C17.1583 11.5488 16.8417 11.5488 16.6464 11.3536C16.4512 11.1583 16.4512 10.8417 16.6464 10.6464L19.2929 8H12.5C10.0147 8 8 10.0147 8 12.5V13.5C8 13.7761 7.77614 14 7.5 14C7.22386 14 7 13.7761 7 13.5V12.5C7 9.46243 9.46243 7 12.5 7H19.2929L16.6464 4.35355C16.4512 4.15829 16.4512 3.84171 16.6464 3.64645ZM2.5 7C2.77614 7 3 7.22386 3 7.5V17.5C3 18.3284 3.67157 19 4.5 19H19.5C19.7761 19 20 19.2239 20 19.5C20 19.7761 19.7761 20 19.5 20H4.5C3.11929 20 2 18.8807 2 17.5V7.5C2 7.22386 2.22386 7 2.5 7Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-2-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.209",
|
|
4
4
|
"style": "round-filled-radius-2-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-stroke-1/IconHome';",
|
|
@@ -11,15 +11,16 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1970,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
17
|
+
"count": 82,
|
|
18
18
|
"icons": [
|
|
19
19
|
"IconAiSlop",
|
|
20
20
|
"IconAiTokens",
|
|
21
21
|
"IconAiTranslate",
|
|
22
22
|
"IconAppleIntelligenceIcon",
|
|
23
|
+
"IconArrowRotateSparkle",
|
|
23
24
|
"IconAutoCrop",
|
|
24
25
|
"IconBag2Sparkle",
|
|
25
26
|
"IconBoxSparkle",
|
|
@@ -2302,6 +2303,7 @@
|
|
|
2302
2303
|
"IconArrowRotateCounterClockwise": "arrow-rotate-counter-clockwise, rotate-left",
|
|
2303
2304
|
"IconArrowRotateLeftRight": "arrow-rotate-left-right, repeat, refresh",
|
|
2304
2305
|
"IconArrowRotateRightLeft": "arrow-rotate-right-left, repeat, refresh, routines",
|
|
2306
|
+
"IconArrowRotateSparkle": "arrow-rotate-sparkle, repeat, refresh, generate",
|
|
2305
2307
|
"IconArrowRounded": "arrow-rounded, share, arrow, login",
|
|
2306
2308
|
"IconArrowsAllSides": "arrows-all-sides, move, focus",
|
|
2307
2309
|
"IconArrowsAllSides2": "arrows-all-sides-2, scan, move, focus",
|
package/index.d.ts
CHANGED
|
@@ -131,6 +131,7 @@ export { IconArrowRotateClockwise, default as IconArrowRotateClockwiseDefault, }
|
|
|
131
131
|
export { IconArrowRotateCounterClockwise, default as IconArrowRotateCounterClockwiseDefault, } from "./IconArrowRotateCounterClockwise";
|
|
132
132
|
export { IconArrowRotateLeftRight, default as IconArrowRotateLeftRightDefault, } from "./IconArrowRotateLeftRight";
|
|
133
133
|
export { IconArrowRotateRightLeft, default as IconArrowRotateRightLeftDefault, } from "./IconArrowRotateRightLeft";
|
|
134
|
+
export { IconArrowRotateSparkle, default as IconArrowRotateSparkleDefault, } from "./IconArrowRotateSparkle";
|
|
134
135
|
export { IconArrowRounded, default as IconArrowRoundedDefault, } from "./IconArrowRounded";
|
|
135
136
|
export { IconArrowShareLeft, default as IconArrowShareLeftDefault, } from "./IconArrowShareLeft";
|
|
136
137
|
export { IconArrowShareRight, default as IconArrowShareRightDefault, } from "./IconArrowShareRight";
|