@central-icons-react-native/round-outlined-radius-0-stroke-1 1.1.36 → 1.1.37

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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconSparkleCentral: FC<CentralIconBaseProps>;
4
+ export default IconSparkleCentral;
@@ -0,0 +1,2 @@
1
+ "use strict";var I=Object.create;var n=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(p=L(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?I(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),i=r=>a(n({},"__esModule",{value:!0}),r);var S={};g(S,{IconSparkleCentral:()=>B,default:()=>v});module.exports=i(S);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),B=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M12 2.5C12.3956 2.5 12.7506 2.74407 12.8926 3.11328L14.6348 7.64258C14.9395 8.43468 15.5653 9.06051 16.3574 9.36523L20.8867 11.1074C21.2559 11.2494 21.5 11.6044 21.5 12C21.5 12.3956 21.2559 12.7506 20.8867 12.8926L16.3574 14.6348C15.5653 14.9395 14.9395 15.5653 14.6348 16.3574L12.8926 20.8867C12.7506 21.2559 12.3956 21.5 12 21.5C11.6044 21.5 11.2494 21.2559 11.1074 20.8867L9.36523 16.3574C9.06051 15.5653 8.43468 14.9395 7.64258 14.6348L3.11328 12.8926C2.74407 12.7506 2.5 12.3956 2.5 12C2.5 11.6044 2.74407 11.2494 3.11328 11.1074L7.64258 9.36523C8.43467 9.06051 9.06051 8.43468 9.36523 7.64258L11.1074 3.11328C11.2494 2.74407 11.6044 2.5 12 2.5Z",stroke:"currentColor"})),v=B;0&&(module.exports={IconSparkleCentral});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconSparkleCentral/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 IconSparkleCentral: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 2.5C12.3956 2.5 12.7506 2.74407 12.8926 3.11328L14.6348 7.64258C14.9395 8.43468 15.5653 9.06051 16.3574 9.36523L20.8867 11.1074C21.2559 11.2494 21.5 11.6044 21.5 12C21.5 12.3956 21.2559 12.7506 20.8867 12.8926L16.3574 14.6348C15.5653 14.9395 14.9395 15.5653 14.6348 16.3574L12.8926 20.8867C12.7506 21.2559 12.3956 21.5 12 21.5C11.6044 21.5 11.2494 21.2559 11.1074 20.8867L9.36523 16.3574C9.06051 15.5653 8.43468 14.9395 7.64258 14.6348L3.11328 12.8926C2.74407 12.7506 2.5 12.3956 2.5 12C2.5 11.6044 2.74407 11.2494 3.11328 11.1074L7.64258 9.36523C8.43467 9.06051 9.06051 8.43468 9.36523 7.64258L11.1074 3.11328C11.2494 2.74407 11.6044 2.5 12 2.5Z\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSparkleCentral;\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,wBAAAE,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,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6oBACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["IconSparkleCentral_exports","__export","IconSparkleCentral","IconSparkleCentral_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSparkleCentral","props","React","CentralIconBase","IconSparkleCentral_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...n})=>C.createElement(p,{...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 a}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M12 2.5C12.3956 2.5 12.7506 2.74407 12.8926 3.11328L14.6348 7.64258C14.9395 8.43468 15.5653 9.06051 16.3574 9.36523L20.8867 11.1074C21.2559 11.2494 21.5 11.6044 21.5 12C21.5 12.3956 21.2559 12.7506 20.8867 12.8926L16.3574 14.6348C15.5653 14.9395 14.9395 15.5653 14.6348 16.3574L12.8926 20.8867C12.7506 21.2559 12.3956 21.5 12 21.5C11.6044 21.5 11.2494 21.2559 11.1074 20.8867L9.36523 16.3574C9.06051 15.5653 8.43468 14.9395 7.64258 14.6348L3.11328 12.8926C2.74407 12.7506 2.5 12.3956 2.5 12C2.5 11.6044 2.74407 11.2494 3.11328 11.1074L7.64258 9.36523C8.43467 9.06051 9.06051 8.43468 9.36523 7.64258L11.1074 3.11328C11.2494 2.74407 11.6044 2.5 12 2.5Z",stroke:"currentColor"})),P=l;export{l as IconSparkleCentral,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconSparkleCentral/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 IconSparkleCentral: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 2.5C12.3956 2.5 12.7506 2.74407 12.8926 3.11328L14.6348 7.64258C14.9395 8.43468 15.5653 9.06051 16.3574 9.36523L20.8867 11.1074C21.2559 11.2494 21.5 11.6044 21.5 12C21.5 12.3956 21.2559 12.7506 20.8867 12.8926L16.3574 14.6348C15.5653 14.9395 14.9395 15.5653 14.6348 16.3574L12.8926 20.8867C12.7506 21.2559 12.3956 21.5 12 21.5C11.6044 21.5 11.2494 21.2559 11.1074 20.8867L9.36523 16.3574C9.06051 15.5653 8.43468 14.9395 7.64258 14.6348L3.11328 12.8926C2.74407 12.7506 2.5 12.3956 2.5 12C2.5 11.6044 2.74407 11.2494 3.11328 11.1074L7.64258 9.36523C8.43467 9.06051 9.06051 8.43468 9.36523 7.64258L11.1074 3.11328C11.2494 2.74407 11.6044 2.5 12 2.5Z\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSparkleCentral;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6oBACF,OAAO,eACT,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSparkleCentral","props","React","CentralIconBase","IconSparkleCentral_default"]}
package/README.md CHANGED
@@ -178,6 +178,7 @@ Below is a complete list of available icons:
178
178
  - IconSparkle
179
179
  - IconSparkle2
180
180
  - IconSparkle3
181
+ - IconSparkleCentral
181
182
  - IconSparklesSoft
182
183
  - IconSparklesThree
183
184
  - IconSparklesTwo
@@ -18354,6 +18354,20 @@
18354
18354
  "packageName": "round-outlined-radius-0-stroke-1",
18355
18355
  "componentName": "IconSparkle3"
18356
18356
  },
18357
+ {
18358
+ "category": "AI & Magic",
18359
+ "svg": "<path d=\"M12 2.5C12.3956 2.5 12.7506 2.74407 12.8926 3.11328L14.6348 7.64258C14.9395 8.43468 15.5653 9.06051 16.3574 9.36523L20.8867 11.1074C21.2559 11.2494 21.5 11.6044 21.5 12C21.5 12.3956 21.2559 12.7506 20.8867 12.8926L16.3574 14.6348C15.5653 14.9395 14.9395 15.5653 14.6348 16.3574L12.8926 20.8867C12.7506 21.2559 12.3956 21.5 12 21.5C11.6044 21.5 11.2494 21.2559 11.1074 20.8867L9.36523 16.3574C9.06051 15.5653 8.43468 14.9395 7.64258 14.6348L3.11328 12.8926C2.74407 12.7506 2.5 12.3956 2.5 12C2.5 11.6044 2.74407 11.2494 3.11328 11.1074L7.64258 9.36523C8.43467 9.06051 9.06051 8.43468 9.36523 7.64258L11.1074 3.11328C11.2494 2.74407 11.6044 2.5 12 2.5Z\" stroke=\"currentColor\"/>",
18360
+ "iconName": "sparkle-central, star, magic, ai",
18361
+ "variant": {
18362
+ "join": "round",
18363
+ "filled": "off",
18364
+ "radius": "0",
18365
+ "stroke": "1"
18366
+ },
18367
+ "createdAt": "2025-11-19T14:01:45.01288+00:00",
18368
+ "packageName": "round-outlined-radius-0-stroke-1",
18369
+ "componentName": "IconSparkleCentral"
18370
+ },
18357
18371
  {
18358
18372
  "category": "AI & Magic",
18359
18373
  "svg": "<path d=\"M19.5 13C14.2924 13.4508 11.4508 16.2924 11 21.5C10.5302 16.2114 7.70346 13.5894 2.5 13C7.7857 12.3904 10.3904 9.7857 11 4.5C11.5894 9.70346 14.2114 12.5302 19.5 13Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.6932 1.17256C19.6821 1.07434 19.599 1.0001 19.5002 1C19.4014 0.999899 19.3182 1.07397 19.3068 1.17217C19.1914 2.17342 18.8902 2.89316 18.3917 3.39165C17.8932 3.89015 17.1734 4.19135 16.1722 4.30684C16.074 4.31816 15.9999 4.40135 16 4.5002C16.0001 4.59904 16.0743 4.68208 16.1726 4.69321C17.1576 4.80479 17.8917 5.10581 18.4013 5.60621C18.9098 6.10546 19.2178 6.82579 19.3063 7.82276C19.3152 7.92317 19.3994 8.00011 19.5002 8C19.601 7.99989 19.685 7.92275 19.6937 7.82232C19.7786 6.84134 20.0863 6.10681 20.5966 5.59656C21.1068 5.08632 21.8413 4.77864 22.8223 4.69372C22.9228 4.68503 22.9999 4.60102 23 4.50022C23.0001 4.39941 22.9232 4.31524 22.8228 4.30632C21.8258 4.21776 21.1055 3.90975 20.6062 3.40132C20.1058 2.8917 19.8048 2.15762 19.6932 1.17256Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -1310,6 +1310,7 @@ export type CentralIconName =
1310
1310
  | "IconSparkle"
1311
1311
  | "IconSparkle2"
1312
1312
  | "IconSparkle3"
1313
+ | "IconSparkleCentral"
1313
1314
  | "IconSparklesSoft"
1314
1315
  | "IconSparklesThree"
1315
1316
  | "IconSparklesTwo"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-0-stroke-1",
3
- "version": "1.1.36",
3
+ "version": "1.1.37",
4
4
  "style": "round-outlined-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-0-stroke-1/IconHome';",
@@ -11,10 +11,10 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1580,
14
+ "totalIcons": 1581,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 44,
17
+ "count": 45,
18
18
  "icons": [
19
19
  "IconAppleIntelligenceIcon",
20
20
  "IconBoxSparkle",
@@ -48,6 +48,7 @@
48
48
  "IconSparkle",
49
49
  "IconSparkle2",
50
50
  "IconSparkle3",
51
+ "IconSparkleCentral",
51
52
  "IconSparklesSoft",
52
53
  "IconSparklesThree",
53
54
  "IconSparklesTwo",
@@ -3084,6 +3085,7 @@
3084
3085
  "IconSparkle": "sparkle, star, ai",
3085
3086
  "IconSparkle2": "sparkle-2, star, magic, ai",
3086
3087
  "IconSparkle3": "sparkle-3, ai, star, magic",
3088
+ "IconSparkleCentral": "sparkle-central, star, magic, ai",
3087
3089
  "IconSparklesSoft": "sparkles-soft",
3088
3090
  "IconSparklesThree": "sparkles-three, ai 3 stars, sparkles, ✨",
3089
3091
  "IconSparklesTwo": "sparkles-two, ai 2 stars, sparkles, ✨",
package/index.d.ts CHANGED
@@ -1309,6 +1309,7 @@ export { IconSpacer, default as IconSpacerDefault } from "./IconSpacer";
1309
1309
  export { IconSparkle, default as IconSparkleDefault } from "./IconSparkle";
1310
1310
  export { IconSparkle2, default as IconSparkle2Default } from "./IconSparkle2";
1311
1311
  export { IconSparkle3, default as IconSparkle3Default } from "./IconSparkle3";
1312
+ export { IconSparkleCentral, default as IconSparkleCentralDefault, } from "./IconSparkleCentral";
1312
1313
  export { IconSparklesSoft, default as IconSparklesSoftDefault, } from "./IconSparklesSoft";
1313
1314
  export { IconSparklesThree, default as IconSparklesThreeDefault, } from "./IconSparklesThree";
1314
1315
  export { IconSparklesTwo, default as IconSparklesTwoDefault, } from "./IconSparklesTwo";