@central-icons-react-native/square-outlined-radius-0-stroke-1.5 1.1.36 → 1.1.38
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/IconArrowCornerUpLeft/index.js +1 -1
- package/IconArrowCornerUpLeft/index.js.map +1 -1
- package/IconArrowCornerUpLeft/index.mjs +1 -1
- package/IconArrowCornerUpLeft/index.mjs.map +1 -1
- package/IconArrowDownRight/index.js +1 -1
- package/IconArrowDownRight/index.js.map +1 -1
- package/IconArrowDownRight/index.mjs +1 -1
- package/IconArrowDownRight/index.mjs.map +1 -1
- package/IconAura/index.d.ts +4 -0
- package/IconAura/index.js +2 -0
- package/IconAura/index.js.map +1 -0
- package/IconAura/index.mjs +2 -0
- package/IconAura/index.mjs.map +1 -0
- 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 +2 -0
- package/filtered-icons.json +30 -2
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- 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
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=B(o,t))||a.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(x(r)):{},C(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>C(n({},"__esModule",{value:!0}),r);var k={};d(k,{IconArrowCornerUpLeft:()=>i,default:()=>h});module.exports=g(k);var p=m(require("react"));var c=m(require("react")),l=require("react-native-svg"),f=({children:r,size:o=24,...e})=>c.default.createElement(l.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(s.Path,{d:"M20.25 19V8.5H4.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),p.default.createElement(s.Path,{d:"M7.75 12.5L3.75 8.5L7.75 4.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"})),h=i;0&&(module.exports={IconArrowCornerUpLeft});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconArrowCornerUpLeft/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 IconArrowCornerUpLeft: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.25 19V8.5H4.
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowCornerUpLeft/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 IconArrowCornerUpLeft: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.25 19V8.5H4.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M7.75 12.5L3.75 8.5L7.75 4.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowCornerUpLeft;\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,2BAAAE,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,EAAmDC,GAE5D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+BACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["IconArrowCornerUpLeft_exports","__export","IconArrowCornerUpLeft","IconArrowCornerUpLeft_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowCornerUpLeft","props","React","CentralIconBase","IconArrowCornerUpLeft_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import e from"react";import s from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...p})=>s.createElement(a,{...p,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 C=o=>e.createElement(t,{...o},e.createElement(n,{d:"M20.25 19V8.5H4.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),e.createElement(n,{d:"M7.75 12.5L3.75 8.5L7.75 4.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"})),P=C;export{C as IconArrowCornerUpLeft,P as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconArrowCornerUpLeft/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 IconArrowCornerUpLeft: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.25 19V8.5H4.
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowCornerUpLeft/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 IconArrowCornerUpLeft: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.25 19V8.5H4.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M7.75 12.5L3.75 8.5L7.75 4.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowCornerUpLeft;\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,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+BACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowCornerUpLeft","props","React","CentralIconBase","IconArrowCornerUpLeft_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var f=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},m=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!h.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=B(o,e))||a.enumerable});return r};var C=(r,o,t)=>(t=r!=null?f(g(r)):{},m(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>m(n({},"__esModule",{value:!0}),r);var k={};x(k,{IconArrowDownRight:()=>u,default:()=>d});module.exports=P(k);var p=C(require("react"));var c=C(require("react")),l=require("react-native-svg"),i=({children:r,size:o=24,...t})=>c.default.createElement(l.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 s=require("react-native-svg"),u=r=>p.default.createElement(i,{...r},p.default.createElement(s.Path,{d:"M18.25 8.75V18.25H8.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),p.default.createElement(s.Path,{d:"M6 6L17.6002 17.6002",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"})),d=u;0&&(module.exports={IconArrowDownRight});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconArrowDownRight/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 IconArrowDownRight: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.25 8.75V18.25H8.
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowDownRight/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 IconArrowDownRight: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.25 8.75V18.25H8.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M6 6L17.6002 17.6002\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowDownRight;\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,yBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["IconArrowDownRight_exports","__export","IconArrowDownRight","IconArrowDownRight_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowDownRight","props","React","CentralIconBase","IconArrowDownRight_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import t from"react";import s from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...p})=>s.createElement(a,{...p,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 m=o=>t.createElement(e,{...o},t.createElement(n,{d:"M18.25 8.75V18.25H8.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),t.createElement(n,{d:"M6 6L17.6002 17.6002",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"})),h=m;export{m as IconArrowDownRight,h as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconArrowDownRight/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 IconArrowDownRight: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.25 8.75V18.25H8.
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowDownRight/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 IconArrowDownRight: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.25 8.75V18.25H8.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M6 6L17.6002 17.6002\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowDownRight;\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,yBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowDownRight","props","React","CentralIconBase","IconArrowDownRight_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var s=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,M=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!M.call(r,e)&&e!==t&&s(r,e,{get:()=>o[e],enumerable:!(C=x(o,e))||C.enumerable});return r};var l=(r,o,t)=>(t=r!=null?f(I(r)):{},a(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>a(s({},"__esModule",{value:!0}),r);var g={};d(g,{IconAura:()=>u,default:()=>P});module.exports=h(g);var n=l(require("react"));var c=l(require("react")),m=require("react-native-svg"),i=({children:r,size:o=24,...t})=>c.default.createElement(m.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 p=require("react-native-svg"),u=r=>n.default.createElement(i,{...r},n.default.createElement(p.Circle,{cx:"12",cy:"10.5",r:"2.75",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement(p.Path,{d:"M6.75 21V21.25H17.25V21C17.25 18.1005 14.8995 15.75 12 15.75C9.10051 15.75 6.75 18.1005 6.75 21Z",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement(p.Path,{d:"M12.0002 1V4M5.89369 3.22228L7.82205 5.52041M2.64453 8.85042L5.59895 9.37137M3.77289 15.2502L6.37096 13.7502M18.1066 3.22228L16.1783 5.52041M21.3558 8.85042L18.4014 9.37137M20.2274 15.2502L17.6294 13.7502",stroke:"currentColor",strokeWidth:"1.5"})),P=u;0&&(module.exports={IconAura});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconAura/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconAura: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"10.5\"\n r=\"2.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M6.75 21V21.25H17.25V21C17.25 18.1005 14.8995 15.75 12 15.75C9.10051 15.75 6.75 18.1005 6.75 21Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M12.0002 1V4M5.89369 3.22228L7.82205 5.52041M2.64453 8.85042L5.59895 9.37137M3.77289 15.2502L6.37096 13.7502M18.1066 3.22228L16.1783 5.52041M21.3558 8.85042L18.4014 9.37137M20.2274 15.2502L17.6294 13.7502\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAura;\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,cAAAE,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,EAA6B,4BAEhBC,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UACC,GAAG,KACH,GAAG,OACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mGACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+MACF,OAAO,eACP,YAAY,MACd,CACF,EAIGE,EAAQJ","names":["IconAura_exports","__export","IconAura","IconAura_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconAura","props","React","CentralIconBase","IconAura_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var e=({children:t,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Circle as a,Path as n}from"react-native-svg";var l=t=>o.createElement(e,{...t},o.createElement(a,{cx:"12",cy:"10.5",r:"2.75",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(n,{d:"M6.75 21V21.25H17.25V21C17.25 18.1005 14.8995 15.75 12 15.75C9.10051 15.75 6.75 18.1005 6.75 21Z",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(n,{d:"M12.0002 1V4M5.89369 3.22228L7.82205 5.52041M2.64453 8.85042L5.59895 9.37137M3.77289 15.2502L6.37096 13.7502M18.1066 3.22228L16.1783 5.52041M21.3558 8.85042L18.4014 9.37137M20.2274 15.2502L17.6294 13.7502",stroke:"currentColor",strokeWidth:"1.5"})),d=l;export{l as IconAura,d as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconAura/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconAura: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"10.5\"\n r=\"2.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M6.75 21V21.25H17.25V21C17.25 18.1005 14.8995 15.75 12 15.75C9.10051 15.75 6.75 18.1005 6.75 21Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M12.0002 1V4M5.89369 3.22228L7.82205 5.52041M2.64453 8.85042L5.59895 9.37137M3.77289 15.2502L6.37096 13.7502M18.1066 3.22228L16.1783 5.52041M21.3558 8.85042L18.4014 9.37137M20.2274 15.2502L17.6294 13.7502\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAura;\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,OACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,mGACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+MACF,OAAO,eACP,YAAY,MACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconAura","props","React","CentralIconBase","IconAura_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var B=Object.create;var n=Object.defineProperty;var I=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=I(o,e))||a.enumerable});return r};var s=(r,o,t)=>(t=r!=null?B(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 v={};P(v,{IconSparkleCentral:()=>f,default:()=>h});module.exports=g(v);var p=s(require("react"));var l=s(require("react")),m=require("react-native-svg"),C=({children:r,size:o=24,...t})=>l.default.createElement(m.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 c=require("react-native-svg"),f=r=>p.default.createElement(C,{...r},p.default.createElement(c.Path,{d:"M12.4844 2.75L14.7998 8.76953L14.9199 9.08008L15.2305 9.2002L21.25 11.5146V12.4844L15.2305 14.7998L14.9199 14.9199L14.7998 15.2305L12.4844 21.25H11.5156L9.2002 15.2305L9.08008 14.9199L8.76953 14.7998L2.75 12.4844V11.5146L8.76953 9.2002L9.08008 9.08008L9.2002 8.76953L11.5156 2.75H12.4844Z",stroke:"currentColor",strokeWidth:"1.5"})),h=f;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.4844 2.75L14.7998 8.76953L14.9199 9.08008L15.2305 9.2002L21.25 11.5146V12.4844L15.2305 14.7998L14.9199 14.9199L14.7998 15.2305L12.4844 21.25H11.5156L9.2002 15.2305L9.08008 14.9199L8.76953 14.7998L2.75 12.4844V11.5146L8.76953 9.2002L9.08008 9.08008L9.2002 8.76953L11.5156 2.75H12.4844Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,mSACF,OAAO,eACP,YAAY,MACd,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 s=o=>e.createElement(t,{...o},e.createElement(L,{d:"M12.4844 2.75L14.7998 8.76953L14.9199 9.08008L15.2305 9.2002L21.25 11.5146V12.4844L15.2305 14.7998L14.9199 14.9199L14.7998 15.2305L12.4844 21.25H11.5156L9.2002 15.2305L9.08008 14.9199L8.76953 14.7998L2.75 12.4844V11.5146L8.76953 9.2002L9.08008 9.08008L9.2002 8.76953L11.5156 2.75H12.4844Z",stroke:"currentColor",strokeWidth:"1.5"})),x=s;export{s 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=\"M12.4844 2.75L14.7998 8.76953L14.9199 9.08008L15.2305 9.2002L21.25 11.5146V12.4844L15.2305 14.7998L14.9199 14.9199L14.7998 15.2305L12.4844 21.25H11.5156L9.2002 15.2305L9.08008 14.9199L8.76953 14.7998L2.75 12.4844V11.5146L8.76953 9.2002L9.08008 9.08008L9.2002 8.76953L11.5156 2.75H12.4844Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,mSACF,OAAO,eACP,YAAY,MACd,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
|
|
@@ -1116,6 +1117,7 @@ Below is a complete list of available icons:
|
|
|
1116
1117
|
|
|
1117
1118
|
### People
|
|
1118
1119
|
|
|
1120
|
+
- IconAura
|
|
1119
1121
|
- IconBathMan1
|
|
1120
1122
|
- IconBathWoman1
|
|
1121
1123
|
- IconContacts
|
package/filtered-icons.json
CHANGED
|
@@ -1080,7 +1080,7 @@
|
|
|
1080
1080
|
},
|
|
1081
1081
|
{
|
|
1082
1082
|
"category": "Arrows",
|
|
1083
|
-
"svg": "<path d=\"M20.25 19V8.5H4.
|
|
1083
|
+
"svg": "<path d=\"M20.25 19V8.5H4.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M7.75 12.5L3.75 8.5L7.75 4.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/>",
|
|
1084
1084
|
"iconName": "arrow-corner-up-left",
|
|
1085
1085
|
"variant": {
|
|
1086
1086
|
"join": "square",
|
|
@@ -1150,7 +1150,7 @@
|
|
|
1150
1150
|
},
|
|
1151
1151
|
{
|
|
1152
1152
|
"category": "Arrows",
|
|
1153
|
-
"svg": "<path d=\"M18.25 8.75V18.25H8.
|
|
1153
|
+
"svg": "<path d=\"M18.25 8.75V18.25H8.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M6 6L17.6002 17.6002\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/>",
|
|
1154
1154
|
"iconName": "arrow-down-right",
|
|
1155
1155
|
"variant": {
|
|
1156
1156
|
"join": "square",
|
|
@@ -2114,6 +2114,20 @@
|
|
|
2114
2114
|
"packageName": "square-outlined-radius-0-stroke-1.5",
|
|
2115
2115
|
"componentName": "IconAudio"
|
|
2116
2116
|
},
|
|
2117
|
+
{
|
|
2118
|
+
"category": "People",
|
|
2119
|
+
"svg": "<circle cx=\"12\" cy=\"10.5\" r=\"2.75\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M6.75 21V21.25H17.25V21C17.25 18.1005 14.8995 15.75 12 15.75C9.10051 15.75 6.75 18.1005 6.75 21Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M12.0002 1V4M5.89369 3.22228L7.82205 5.52041M2.64453 8.85042L5.59895 9.37137M3.77289 15.2502L6.37096 13.7502M18.1066 3.22228L16.1783 5.52041M21.3558 8.85042L18.4014 9.37137M20.2274 15.2502L17.6294 13.7502\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
|
|
2120
|
+
"iconName": "aura, enlighten",
|
|
2121
|
+
"variant": {
|
|
2122
|
+
"join": "square",
|
|
2123
|
+
"filled": "off",
|
|
2124
|
+
"radius": "0",
|
|
2125
|
+
"stroke": "1.5"
|
|
2126
|
+
},
|
|
2127
|
+
"createdAt": "2025-11-20T11:01:52.774352+00:00",
|
|
2128
|
+
"packageName": "square-outlined-radius-0-stroke-1.5",
|
|
2129
|
+
"componentName": "IconAura"
|
|
2130
|
+
},
|
|
2117
2131
|
{
|
|
2118
2132
|
"category": "Typography",
|
|
2119
2133
|
"svg": "<path d=\"M2.75 19.25L10.0447 2.75L15.06 14.0938H5.3553\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M13.75 18.75L16.25 21.25L21.25 13.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/>",
|
|
@@ -18354,6 +18368,20 @@
|
|
|
18354
18368
|
"packageName": "square-outlined-radius-0-stroke-1.5",
|
|
18355
18369
|
"componentName": "IconSparkle3"
|
|
18356
18370
|
},
|
|
18371
|
+
{
|
|
18372
|
+
"category": "AI & Magic",
|
|
18373
|
+
"svg": "<path d=\"M12.4844 2.75L14.7998 8.76953L14.9199 9.08008L15.2305 9.2002L21.25 11.5146V12.4844L15.2305 14.7998L14.9199 14.9199L14.7998 15.2305L12.4844 21.25H11.5156L9.2002 15.2305L9.08008 14.9199L8.76953 14.7998L2.75 12.4844V11.5146L8.76953 9.2002L9.08008 9.08008L9.2002 8.76953L11.5156 2.75H12.4844Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
|
|
18374
|
+
"iconName": "sparkle-central, star, magic, ai",
|
|
18375
|
+
"variant": {
|
|
18376
|
+
"join": "square",
|
|
18377
|
+
"filled": "off",
|
|
18378
|
+
"radius": "0",
|
|
18379
|
+
"stroke": "1.5"
|
|
18380
|
+
},
|
|
18381
|
+
"createdAt": "2025-11-19T14:01:45.01288+00:00",
|
|
18382
|
+
"packageName": "square-outlined-radius-0-stroke-1.5",
|
|
18383
|
+
"componentName": "IconSparkleCentral"
|
|
18384
|
+
},
|
|
18357
18385
|
{
|
|
18358
18386
|
"category": "AI & Magic",
|
|
18359
18387
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 13C13.75 13 11 15.75 11 22C11 15.75 8.25 13 2 13C8.25 13 11 10.25 11 4C11 10.25 13.75 13 20 13Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M20.646 3.36267C20.0461 2.75178 19.7917 1.83922 19.7917 1H19.2083C19.2083 1.83575 18.9563 2.74893 18.3526 3.35264C17.7489 3.95635 16.8358 4.20833 16 4.20833V4.79167C16.8392 4.79167 17.7518 5.04611 18.3627 5.64596C18.9822 6.25433 19.2083 7.15499 19.2083 8H19.7917C19.7917 7.15156 20.0203 6.25159 20.6359 5.63594C21.2516 5.02029 22.1516 4.79167 23 4.79167V4.20833C22.155 4.20833 21.2543 3.98225 20.646 3.36267Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -150,6 +150,7 @@ export type CentralIconName =
|
|
|
150
150
|
| "IconAt"
|
|
151
151
|
| "IconAtom"
|
|
152
152
|
| "IconAudio"
|
|
153
|
+
| "IconAura"
|
|
153
154
|
| "IconAutoCorrect"
|
|
154
155
|
| "IconAutoFlash"
|
|
155
156
|
| "IconAutoSize"
|
|
@@ -1310,6 +1311,7 @@ export type CentralIconName =
|
|
|
1310
1311
|
| "IconSparkle"
|
|
1311
1312
|
| "IconSparkle2"
|
|
1312
1313
|
| "IconSparkle3"
|
|
1314
|
+
| "IconSparkleCentral"
|
|
1313
1315
|
| "IconSparklesSoft"
|
|
1314
1316
|
| "IconSparklesThree"
|
|
1315
1317
|
| "IconSparklesTwo"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-outlined-radius-0-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.38",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-1.5/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": 1582,
|
|
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",
|
|
@@ -1028,8 +1029,9 @@
|
|
|
1028
1029
|
]
|
|
1029
1030
|
},
|
|
1030
1031
|
"People": {
|
|
1031
|
-
"count":
|
|
1032
|
+
"count": 31,
|
|
1032
1033
|
"icons": [
|
|
1034
|
+
"IconAura",
|
|
1033
1035
|
"IconBathMan1",
|
|
1034
1036
|
"IconBathWoman1",
|
|
1035
1037
|
"IconContacts",
|
|
@@ -1924,6 +1926,7 @@
|
|
|
1924
1926
|
"IconAt": "at, handle, @",
|
|
1925
1927
|
"IconAtom": "atom",
|
|
1926
1928
|
"IconAudio": "audio, music, playlist, musical-note",
|
|
1929
|
+
"IconAura": "aura, enlighten",
|
|
1927
1930
|
"IconAutoCorrect": "auto-correct, autocheck, text-correction",
|
|
1928
1931
|
"IconAutoFlash": "auto-flash",
|
|
1929
1932
|
"IconAutoSize": "auto-size, automatic-size, page",
|
|
@@ -3084,6 +3087,7 @@
|
|
|
3084
3087
|
"IconSparkle": "sparkle, star, ai",
|
|
3085
3088
|
"IconSparkle2": "sparkle-2, star, magic, ai",
|
|
3086
3089
|
"IconSparkle3": "sparkle-3, ai, star, magic",
|
|
3090
|
+
"IconSparkleCentral": "sparkle-central, star, magic, ai",
|
|
3087
3091
|
"IconSparklesSoft": "sparkles-soft",
|
|
3088
3092
|
"IconSparklesThree": "sparkles-three, ai 3 stars, sparkles, ✨",
|
|
3089
3093
|
"IconSparklesTwo": "sparkles-two, ai 2 stars, sparkles, ✨",
|
package/index.d.ts
CHANGED
|
@@ -149,6 +149,7 @@ export { IconAsterisk, default as IconAsteriskDefault } from "./IconAsterisk";
|
|
|
149
149
|
export { IconAt, default as IconAtDefault } from "./IconAt";
|
|
150
150
|
export { IconAtom, default as IconAtomDefault } from "./IconAtom";
|
|
151
151
|
export { IconAudio, default as IconAudioDefault } from "./IconAudio";
|
|
152
|
+
export { IconAura, default as IconAuraDefault } from "./IconAura";
|
|
152
153
|
export { IconAutoCorrect, default as IconAutoCorrectDefault, } from "./IconAutoCorrect";
|
|
153
154
|
export { IconAutoFlash, default as IconAutoFlashDefault, } from "./IconAutoFlash";
|
|
154
155
|
export { IconAutoSize, default as IconAutoSizeDefault } from "./IconAutoSize";
|
|
@@ -1309,6 +1310,7 @@ export { IconSpacer, default as IconSpacerDefault } from "./IconSpacer";
|
|
|
1309
1310
|
export { IconSparkle, default as IconSparkleDefault } from "./IconSparkle";
|
|
1310
1311
|
export { IconSparkle2, default as IconSparkle2Default } from "./IconSparkle2";
|
|
1311
1312
|
export { IconSparkle3, default as IconSparkle3Default } from "./IconSparkle3";
|
|
1313
|
+
export { IconSparkleCentral, default as IconSparkleCentralDefault, } from "./IconSparkleCentral";
|
|
1312
1314
|
export { IconSparklesSoft, default as IconSparklesSoftDefault, } from "./IconSparklesSoft";
|
|
1313
1315
|
export { IconSparklesThree, default as IconSparklesThreeDefault, } from "./IconSparklesThree";
|
|
1314
1316
|
export { IconSparklesTwo, default as IconSparklesTwoDefault, } from "./IconSparklesTwo";
|