@central-icons-react-native/square-filled-radius-0-stroke-2 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.
- package/IconSparkleCentral/index.d.ts +4 -0
- package/IconSparkleCentral/index.js +2 -0
- package/IconSparkleCentral/index.js.map +1 -0
- package/IconSparkleCentral/index.mjs +2 -0
- package/IconSparkleCentral/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/tsx-icons.json +7 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var I=Object.create;var n=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of i(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=L(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?I(u(r)):{},l(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>l(n({},"__esModule",{value:!0}),r);var S={};P(S,{IconSparkleCentral:()=>B,default:()=>v});module.exports=g(S);var p=m(require("react"));var C=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>C.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=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M13 2H11L8.5 8.5L2 11V13L8.5 15.5L11 22H13L15.5 15.5L22 13V11L15.5 8.5L13 2Z",fill:"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=\"M13 2H11L8.5 8.5L2 11V13L8.5 15.5L11 22H13L15.5 15.5L22 13V11L15.5 8.5L13 2Z\"\n fill=\"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,+EACF,KAAK,eACP,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 p from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(a,{...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 l}from"react-native-svg";var m=o=>e.createElement(t,{...o},e.createElement(l,{d:"M13 2H11L8.5 8.5L2 11V13L8.5 15.5L11 22H13L15.5 15.5L22 13V11L15.5 8.5L13 2Z",fill:"currentColor"})),x=m;export{m as IconSparkleCentral,x 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=\"M13 2H11L8.5 8.5L2 11V13L8.5 15.5L11 22H13L15.5 15.5L22 13V11L15.5 8.5L13 2Z\"\n fill=\"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,+EACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSparkleCentral","props","React","CentralIconBase","IconSparkleCentral_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -18354,6 +18354,20 @@
|
|
|
18354
18354
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
18355
18355
|
"componentName": "IconSparkle3"
|
|
18356
18356
|
},
|
|
18357
|
+
{
|
|
18358
|
+
"category": "AI & Magic",
|
|
18359
|
+
"svg": "<path d=\"M13 2H11L8.5 8.5L2 11V13L8.5 15.5L11 22H13L15.5 15.5L22 13V11L15.5 8.5L13 2Z\" fill=\"currentColor\"/>",
|
|
18360
|
+
"iconName": "sparkle-central, star, magic, ai",
|
|
18361
|
+
"variant": {
|
|
18362
|
+
"join": "square",
|
|
18363
|
+
"filled": "on",
|
|
18364
|
+
"radius": "0",
|
|
18365
|
+
"stroke": "2"
|
|
18366
|
+
},
|
|
18367
|
+
"createdAt": "2025-11-19T14:01:45.01288+00:00",
|
|
18368
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
18369
|
+
"componentName": "IconSparkleCentral"
|
|
18370
|
+
},
|
|
18357
18371
|
{
|
|
18358
18372
|
"category": "AI & Magic",
|
|
18359
18373
|
"svg": "<path d=\"M20.6867 3.32301C20.2623 2.89072 19.992 2.25667 19.8885 1.37008V1H19.1115V1.36968C19.0044 2.27111 18.7342 2.89103 18.3126 3.31259C17.891 3.73415 17.2711 4.00442 16.3697 4.11154H16V4.88846H16.3701C17.2567 4.99203 17.8907 5.26226 18.323 5.68673C18.7537 6.10963 19.0293 6.73014 19.1115 7.62517V8H19.8885V7.62473C19.9674 6.74444 20.2428 6.10989 20.6763 5.67634C21.1099 5.24278 21.7444 4.96737 22.6247 4.88846H23V4.11154H22.6252C21.7301 4.02931 21.1096 3.7537 20.6867 3.32301Z\" fill=\"currentColor\"/><path d=\"M2 14C5.00293 14 6.93688 14.6636 8.13664 15.8634C9.33641 17.0631 10 18.9971 10 22H12C12 18.9971 12.6636 17.0631 13.8634 15.8634C15.0631 14.6636 16.9971 14 20 14V12C16.9971 12 15.0631 11.3364 13.8634 10.1366C12.6636 8.93688 12 7.00293 12 4H10C10 7.00293 9.33641 8.93688 8.13664 10.1366C6.93688 11.3364 5.00293 12 2 12V14Z\" 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/square-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.37",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-2/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":
|
|
14
|
+
"totalIcons": 1581,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
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";
|