@central-icons-react-native/round-outlined-radius-1-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 c=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},i=(r,o,n,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of m(o))!B.call(r,C)&&C!==n&&p(r,C,{get:()=>o[C],enumerable:!(s=k(o,C))||s.enumerable});return r};var u=(r,o,n)=>(n=r!=null?c(f(r)):{},i(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>i(p({},"__esModule",{value:!0}),r);var g={};I(g,{IconArrowRotateSparkle:()=>d,default:()=>P});module.exports=x(g);var e=u(require("react"));var l=u(require("react")),a=require("react-native-svg"),L=({children:r,size:o=24,...n})=>l.default.createElement(a.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),d=r=>e.default.createElement(L,{...r},e.default.createElement(t.Path,{d:"M19.5117 20.5V16.5H15.5117",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M4.5 3.5V7.5H8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M3.56576 10.9375C3.52236 11.2856 3.5 11.6402 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C14.8255 20.5 17.5732 19.1213 19.1571 17",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M11.9999 3.5C9.17438 3.5 6.42674 4.87867 4.84277 7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M19.2405 6.18518L18.5436 4.37334C18.4571 4.14842 18.241 4 18 4C17.759 4 17.5429 4.14842 17.4564 4.37334L16.7595 6.18518C16.658 6.44927 16.4493 6.65797 16.1852 6.75955L14.3733 7.45641C14.1484 7.54292 14 7.75901 14 8C14 8.24099 14.1484 8.45708 14.3733 8.54359L16.1852 9.24045C16.4493 9.34203 16.658 9.55073 16.7595 9.81482L17.4564 11.6267C17.5429 11.8516 17.759 12 18 12C18.241 12 18.4571 11.8516 18.5436 11.6267L19.2405 9.81482C19.342 9.55073 19.5507 9.34203 19.8148 9.24045L21.6267 8.54359C21.8516 8.45708 22 8.24099 22 8C22 7.75901 21.8516 7.54292 21.6267 7.45641L19.8148 6.75955C19.5507 6.65797 19.342 6.44927 19.2405 6.18518Z",fill:"currentColor"})),P=d;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=\"M19.5117 20.5V16.5H15.5117\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 3.5V7.5H8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.56576 10.9375C3.52236 11.2856 3.5 11.6402 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C14.8255 20.5 17.5732 19.1213 19.1571 17\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.9999 3.5C9.17438 3.5 6.42674 4.87867 4.84277 7\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.2405 6.18518L18.5436 4.37334C18.4571 4.14842 18.241 4 18 4C17.759 4 17.5429 4.14842 17.4564 4.37334L16.7595 6.18518C16.658 6.44927 16.4493 6.65797 16.1852 6.75955L14.3733 7.45641C14.1484 7.54292 14 7.75901 14 8C14 8.24099 14.1484 8.45708 14.3733 8.54359L16.1852 9.24045C16.4493 9.34203 16.658 9.55073 16.7595 9.81482L17.4564 11.6267C17.5429 11.8516 17.759 12 18 12C18.241 12 18.4571 11.8516 18.5436 11.6267L19.2405 9.81482C19.342 9.55073 19.5507 9.34203 19.8148 9.24045L21.6267 8.54359C21.8516 8.45708 22 8.24099 22 8C22 7.75901 21.8516 7.54292 21.6267 7.45641L19.8148 6.75955C19.5507 6.65797 19.342 6.44927 19.2405 6.18518Z\"\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,6BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+HACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,unBACF,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 o from"react";import p from"react";import{Svg as s}from"react-native-svg";var t=({children:e,size:r=24,...C})=>p.createElement(s,{...C,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 n}from"react-native-svg";var i=e=>o.createElement(t,{...e},o.createElement(n,{d:"M19.5117 20.5V16.5H15.5117",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M4.5 3.5V7.5H8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M3.56576 10.9375C3.52236 11.2856 3.5 11.6402 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C14.8255 20.5 17.5732 19.1213 19.1571 17",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M11.9999 3.5C9.17438 3.5 6.42674 4.87867 4.84277 7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M19.2405 6.18518L18.5436 4.37334C18.4571 4.14842 18.241 4 18 4C17.759 4 17.5429 4.14842 17.4564 4.37334L16.7595 6.18518C16.658 6.44927 16.4493 6.65797 16.1852 6.75955L14.3733 7.45641C14.1484 7.54292 14 7.75901 14 8C14 8.24099 14.1484 8.45708 14.3733 8.54359L16.1852 9.24045C16.4493 9.34203 16.658 9.55073 16.7595 9.81482L17.4564 11.6267C17.5429 11.8516 17.759 12 18 12C18.241 12 18.4571 11.8516 18.5436 11.6267L19.2405 9.81482C19.342 9.55073 19.5507 9.34203 19.8148 9.24045L21.6267 8.54359C21.8516 8.45708 22 8.24099 22 8C22 7.75901 21.8516 7.54292 21.6267 7.45641L19.8148 6.75955C19.5507 6.65797 19.342 6.44927 19.2405 6.18518Z",fill:"currentColor"})),B=i;export{i as IconArrowRotateSparkle,B 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=\"M19.5117 20.5V16.5H15.5117\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 3.5V7.5H8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.56576 10.9375C3.52236 11.2856 3.5 11.6402 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C14.8255 20.5 17.5732 19.1213 19.1571 17\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.9999 3.5C9.17438 3.5 6.42674 4.87867 4.84277 7\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.2405 6.18518L18.5436 4.37334C18.4571 4.14842 18.241 4 18 4C17.759 4 17.5429 4.14842 17.4564 4.37334L16.7595 6.18518C16.658 6.44927 16.4493 6.65797 16.1852 6.75955L14.3733 7.45641C14.1484 7.54292 14 7.75901 14 8C14 8.24099 14.1484 8.45708 14.3733 8.54359L16.1852 9.24045C16.4493 9.34203 16.658 9.55073 16.7595 9.81482L17.4564 11.6267C17.5429 11.8516 17.759 12 18 12C18.241 12 18.4571 11.8516 18.5436 11.6267L19.2405 9.81482C19.342 9.55073 19.5507 9.34203 19.8148 9.24045L21.6267 8.54359C21.8516 8.45708 22 8.24099 22 8C22 7.75901 21.8516 7.54292 21.6267 7.45641L19.8148 6.75955C19.5507 6.65797 19.342 6.44927 19.2405 6.18518Z\"\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,6BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+HACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,unBACF,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-outlined-radius-1-stroke-1",
|
|
1835
1835
|
"componentName": "IconArrowRotateRightLeft"
|
|
1836
1836
|
},
|
|
1837
|
+
{
|
|
1838
|
+
"category": "AI & Magic",
|
|
1839
|
+
"svg": "<path d=\"M19.5117 20.5V16.5H15.5117\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 3.5V7.5H8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.56576 10.9375C3.52236 11.2856 3.5 11.6402 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C14.8255 20.5 17.5732 19.1213 19.1571 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.9999 3.5C9.17438 3.5 6.42674 4.87867 4.84277 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.2405 6.18518L18.5436 4.37334C18.4571 4.14842 18.241 4 18 4C17.759 4 17.5429 4.14842 17.4564 4.37334L16.7595 6.18518C16.658 6.44927 16.4493 6.65797 16.1852 6.75955L14.3733 7.45641C14.1484 7.54292 14 7.75901 14 8C14 8.24099 14.1484 8.45708 14.3733 8.54359L16.1852 9.24045C16.4493 9.34203 16.658 9.55073 16.7595 9.81482L17.4564 11.6267C17.5429 11.8516 17.759 12 18 12C18.241 12 18.4571 11.8516 18.5436 11.6267L19.2405 9.81482C19.342 9.55073 19.5507 9.34203 19.8148 9.24045L21.6267 8.54359C21.8516 8.45708 22 8.24099 22 8C22 7.75901 21.8516 7.54292 21.6267 7.45641L19.8148 6.75955C19.5507 6.65797 19.342 6.44927 19.2405 6.18518Z\" fill=\"currentColor\"/>",
|
|
1840
|
+
"iconName": "arrow-rotate-sparkle, repeat, refresh, generate",
|
|
1841
|
+
"variant": {
|
|
1842
|
+
"join": "round",
|
|
1843
|
+
"filled": "off",
|
|
1844
|
+
"radius": "1",
|
|
1845
|
+
"stroke": "1"
|
|
1846
|
+
},
|
|
1847
|
+
"createdAt": "2026-04-23T15:02:22.921188+00:00",
|
|
1848
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
1849
|
+
"componentName": "IconArrowRotateSparkle"
|
|
1850
|
+
},
|
|
1837
1851
|
{
|
|
1838
1852
|
"category": "Interface General",
|
|
1839
1853
|
"svg": "<path d=\"M2.5 7.5V18.5C2.5 19.0523 2.94772 19.5 3.5 19.5H19.5M17 4L20.5 7.5M20.5 7.5L17 11M20.5 7.5H12.5C9.73858 7.5 7.5 9.73858 7.5 12.5V13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
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-outlined-radius-1-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.209",
|
|
4
4
|
"style": "round-outlined-radius-1-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-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";
|