@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.171 → 1.1.172
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/IconBezierCurves1/index.d.ts +4 -0
- package/IconBezierCurves1/index.js +2 -0
- package/IconBezierCurves1/index.js.map +1 -0
- package/IconBezierCurves1/index.mjs +2 -0
- package/IconBezierCurves1/index.mjs.map +1 -0
- package/IconMagicMouse/index.d.ts +4 -0
- package/IconMagicMouse/index.js +2 -0
- package/IconMagicMouse/index.js.map +1 -0
- package/IconMagicMouse/index.mjs +2 -0
- package/IconMagicMouse/index.mjs.map +1 -0
- package/IconSparkles2Bold/index.d.ts +4 -0
- package/IconSparkles2Bold/index.js +2 -0
- package/IconSparkles2Bold/index.js.map +1 -0
- package/IconSparkles2Bold/index.mjs +2 -0
- package/IconSparkles2Bold/index.mjs.map +1 -0
- package/IconSparkles3Bold/index.d.ts +4 -0
- package/IconSparkles3Bold/index.js +2 -0
- package/IconSparkles3Bold/index.js.map +1 -0
- package/IconSparkles3Bold/index.mjs +2 -0
- package/IconSparkles3Bold/index.mjs.map +1 -0
- package/README.md +4 -0
- package/filtered-icons.json +56 -0
- package/icons/index.d.ts +4 -0
- package/icons-index.json +13 -5
- package/index.d.ts +4 -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 +28 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var l=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var a=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var t in o)l(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of a(o))!x.call(r,s)&&s!==t&&l(r,s,{get:()=>o[s],enumerable:!(p=k(o,s))||p.enumerable});return r};var c=(r,o,t)=>(t=r!=null?f(h(r)):{},C(o||!r||!r.__esModule?l(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>C(l({},"__esModule",{value:!0}),r);var g={};B(g,{IconBezierCurves1:()=>d,default:()=>P});module.exports=I(g);var e=c(require("react"));var i=c(require("react")),u=require("react-native-svg"),m=({children:r,size:o=24,...t})=>i.default.createElement(u.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 n=require("react-native-svg"),d=r=>e.default.createElement(m,{...r},e.default.createElement(n.Path,{d:"M21 5C10 5 14 19 3 19",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Circle,{cx:"5",cy:"5",r:"2",fill:"currentColor"}),e.default.createElement(n.Circle,{cx:"19",cy:"19",r:"2",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M15.5 19H19",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M5 5H8.5",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M10 5H13",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M11 19H14",stroke:"currentColor",strokeWidth:"2"})),P=d;0&&(module.exports={IconBezierCurves1});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBezierCurves1/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 IconBezierCurves1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M21 5C10 5 14 19 3 19\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Circle cx=\"5\" cy=\"5\" r=\"2\" fill=\"currentColor\" />\n <Circle cx=\"19\" cy=\"19\" r=\"2\" fill=\"currentColor\" />\n <Path d=\"M15.5 19H19\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M5 5H8.5\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M10 5H13\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M11 19H14\" stroke=\"currentColor\" strokeWidth=\"2\" />\n </CentralIconBase>\n );\n};\n\nexport default IconBezierCurves1;\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,uBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,wBAAwB,OAAO,eAAe,YAAY,IAAI,EACtE,EAAAA,QAAA,cAAC,UAAO,GAAG,IAAI,GAAG,IAAI,EAAE,IAAI,KAAK,eAAe,EAChD,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,KAAK,eAAe,EAClD,EAAAA,QAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,YAAY,IAAI,EAC5D,EAAAA,QAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,EACzD,EAAAA,QAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,EACzD,EAAAA,QAAA,cAAC,QAAK,EAAE,YAAY,OAAO,eAAe,YAAY,IAAI,CAC5D,EAIGE,EAAQJ","names":["IconBezierCurves1_exports","__export","IconBezierCurves1","IconBezierCurves1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBezierCurves1","props","React","CentralIconBase","IconBezierCurves1_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import p from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:o=24,...l})=>p.createElement(C,{...l,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as s,Path as t}from"react-native-svg";var c=e=>r.createElement(n,{...e},r.createElement(t,{d:"M21 5C10 5 14 19 3 19",stroke:"currentColor",strokeWidth:"2"}),r.createElement(s,{cx:"5",cy:"5",r:"2",fill:"currentColor"}),r.createElement(s,{cx:"19",cy:"19",r:"2",fill:"currentColor"}),r.createElement(t,{d:"M15.5 19H19",stroke:"currentColor",strokeWidth:"2"}),r.createElement(t,{d:"M5 5H8.5",stroke:"currentColor",strokeWidth:"2"}),r.createElement(t,{d:"M10 5H13",stroke:"currentColor",strokeWidth:"2"}),r.createElement(t,{d:"M11 19H14",stroke:"currentColor",strokeWidth:"2"})),B=c;export{c as IconBezierCurves1,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBezierCurves1/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 IconBezierCurves1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M21 5C10 5 14 19 3 19\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Circle cx=\"5\" cy=\"5\" r=\"2\" fill=\"currentColor\" />\n <Circle cx=\"19\" cy=\"19\" r=\"2\" fill=\"currentColor\" />\n <Path d=\"M15.5 19H19\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M5 5H8.5\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M10 5H13\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M11 19H14\" stroke=\"currentColor\" strokeWidth=\"2\" />\n </CentralIconBase>\n );\n};\n\nexport default IconBezierCurves1;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,wBAAwB,OAAO,eAAe,YAAY,IAAI,EACtEG,EAAA,cAACJ,EAAA,CAAO,GAAG,IAAI,GAAG,IAAI,EAAE,IAAI,KAAK,eAAe,EAChDI,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,KAAK,eAAe,EAClDI,EAAA,cAACH,EAAA,CAAK,EAAE,cAAc,OAAO,eAAe,YAAY,IAAI,EAC5DG,EAAA,cAACH,EAAA,CAAK,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,EACzDG,EAAA,cAACH,EAAA,CAAK,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,EACzDG,EAAA,cAACH,EAAA,CAAK,EAAE,YAAY,OAAO,eAAe,YAAY,IAAI,CAC5D,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconBezierCurves1","props","React","CentralIconBase","IconBezierCurves1_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(C,r)=>{for(var o in r)e(C,o,{get:r[o],enumerable:!0})},s=(C,r,o,a)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!x.call(C,t)&&t!==o&&e(C,t,{get:()=>r[t],enumerable:!(a=B(r,t))||a.enumerable});return C};var l=(C,r,o)=>(o=C!=null?u(g(C)):{},s(r||!C||!C.__esModule?e(o,"default",{value:C,enumerable:!0}):o,C)),d=C=>s(e({},"__esModule",{value:!0}),C);var v={};P(v,{IconMagicMouse:()=>i,default:()=>h});module.exports=d(v);var n=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),f=({children:C,size:r=24,...o})=>m.default.createElement(c.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=>n.default.createElement(f,{...C},n.default.createElement(p.Path,{d:"M11.9023 21.4998L12 21.5L12.0977 21.4998C16.5694 21.4787 17.3183 20.0086 17.4082 16.3831C17.4891 13.1171 17.5961 9.84996 17.3339 6.58816C17.2185 5.15134 16.9397 3.79112 15.425 3.02305C14.4128 2.50982 13.1208 2.5 12 2.5C10.8792 2.5 9.5872 2.50982 8.57503 3.02305C7.06029 3.79112 6.78155 5.15134 6.66607 6.58816C6.40391 9.84996 6.51089 13.1171 6.59184 16.3831C6.6817 20.0086 7.5 21.479 11.9023 21.4998Z",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(p.Path,{d:"M13.3619 15.693C13.2475 15.7631 13.1527 15.861 13.0865 15.9776C13.0202 16.0943 12.9847 16.2258 12.9831 16.36C12.9835 16.5109 13.0283 16.6584 13.1117 16.7842C13.1952 16.91 13.3137 17.0086 13.4526 17.0677C13.3979 17.2444 13.3168 17.4119 13.2122 17.5645C13.0625 17.78 12.9059 17.9955 12.6678 17.9955C12.4296 17.9955 12.3683 17.8571 12.0939 17.8571C11.8262 17.8571 11.7309 18 11.5131 18C11.2954 18 11.1434 17.8004 10.9687 17.5554C10.738 17.2122 10.6112 16.8097 10.6035 16.3962C10.6035 15.7157 11.0459 15.355 11.4814 15.355C11.7128 15.355 11.9056 15.507 12.0508 15.507C12.1891 15.507 12.4046 15.346 12.6678 15.346C12.8031 15.3425 12.9371 15.3723 13.0582 15.4328C13.1792 15.4933 13.2835 15.5827 13.3619 15.693ZM12.543 15.0579C12.659 14.9214 12.7247 14.7493 12.729 14.5703C12.7292 14.5467 12.7269 14.5231 12.7222 14.5C12.523 14.5195 12.3387 14.6144 12.2073 14.7654C12.0902 14.8964 12.022 15.0639 12.0145 15.2395C12.0145 15.2608 12.0168 15.2821 12.0213 15.303C12.037 15.306 12.0529 15.3075 12.0689 15.3076C12.1607 15.3003 12.2501 15.2744 12.3316 15.2314C12.4131 15.1885 12.485 15.1295 12.543 15.0579Z",fill:"currentColor"})),h=i;0&&(module.exports={IconMagicMouse});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMagicMouse/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 IconMagicMouse: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.9023 21.4998L12 21.5L12.0977 21.4998C16.5694 21.4787 17.3183 20.0086 17.4082 16.3831C17.4891 13.1171 17.5961 9.84996 17.3339 6.58816C17.2185 5.15134 16.9397 3.79112 15.425 3.02305C14.4128 2.50982 13.1208 2.5 12 2.5C10.8792 2.5 9.5872 2.50982 8.57503 3.02305C7.06029 3.79112 6.78155 5.15134 6.66607 6.58816C6.40391 9.84996 6.51089 13.1171 6.59184 16.3831C6.6817 20.0086 7.5 21.479 11.9023 21.4998Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M13.3619 15.693C13.2475 15.7631 13.1527 15.861 13.0865 15.9776C13.0202 16.0943 12.9847 16.2258 12.9831 16.36C12.9835 16.5109 13.0283 16.6584 13.1117 16.7842C13.1952 16.91 13.3137 17.0086 13.4526 17.0677C13.3979 17.2444 13.3168 17.4119 13.2122 17.5645C13.0625 17.78 12.9059 17.9955 12.6678 17.9955C12.4296 17.9955 12.3683 17.8571 12.0939 17.8571C11.8262 17.8571 11.7309 18 11.5131 18C11.2954 18 11.1434 17.8004 10.9687 17.5554C10.738 17.2122 10.6112 16.8097 10.6035 16.3962C10.6035 15.7157 11.0459 15.355 11.4814 15.355C11.7128 15.355 11.9056 15.507 12.0508 15.507C12.1891 15.507 12.4046 15.346 12.6678 15.346C12.8031 15.3425 12.9371 15.3723 13.0582 15.4328C13.1792 15.4933 13.2835 15.5827 13.3619 15.693ZM12.543 15.0579C12.659 14.9214 12.7247 14.7493 12.729 14.5703C12.7292 14.5467 12.7269 14.5231 12.7222 14.5C12.523 14.5195 12.3387 14.6144 12.2073 14.7654C12.0902 14.8964 12.022 15.0639 12.0145 15.2395C12.0145 15.2608 12.0168 15.2821 12.0213 15.303C12.037 15.306 12.0529 15.3075 12.0689 15.3076C12.1607 15.3003 12.2501 15.2744 12.3316 15.2314C12.4131 15.1885 12.485 15.1295 12.543 15.0579Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMagicMouse;\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,oBAAAE,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,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mZACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,ukCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconMagicMouse_exports","__export","IconMagicMouse","IconMagicMouse_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMagicMouse","props","React","CentralIconBase","IconMagicMouse_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as a}from"react-native-svg";var t=({children:r,size:C=24,...n})=>p.createElement(a,{...n,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);import{Path as e}from"react-native-svg";var s=r=>o.createElement(t,{...r},o.createElement(e,{d:"M11.9023 21.4998L12 21.5L12.0977 21.4998C16.5694 21.4787 17.3183 20.0086 17.4082 16.3831C17.4891 13.1171 17.5961 9.84996 17.3339 6.58816C17.2185 5.15134 16.9397 3.79112 15.425 3.02305C14.4128 2.50982 13.1208 2.5 12 2.5C10.8792 2.5 9.5872 2.50982 8.57503 3.02305C7.06029 3.79112 6.78155 5.15134 6.66607 6.58816C6.40391 9.84996 6.51089 13.1171 6.59184 16.3831C6.6817 20.0086 7.5 21.479 11.9023 21.4998Z",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M13.3619 15.693C13.2475 15.7631 13.1527 15.861 13.0865 15.9776C13.0202 16.0943 12.9847 16.2258 12.9831 16.36C12.9835 16.5109 13.0283 16.6584 13.1117 16.7842C13.1952 16.91 13.3137 17.0086 13.4526 17.0677C13.3979 17.2444 13.3168 17.4119 13.2122 17.5645C13.0625 17.78 12.9059 17.9955 12.6678 17.9955C12.4296 17.9955 12.3683 17.8571 12.0939 17.8571C11.8262 17.8571 11.7309 18 11.5131 18C11.2954 18 11.1434 17.8004 10.9687 17.5554C10.738 17.2122 10.6112 16.8097 10.6035 16.3962C10.6035 15.7157 11.0459 15.355 11.4814 15.355C11.7128 15.355 11.9056 15.507 12.0508 15.507C12.1891 15.507 12.4046 15.346 12.6678 15.346C12.8031 15.3425 12.9371 15.3723 13.0582 15.4328C13.1792 15.4933 13.2835 15.5827 13.3619 15.693ZM12.543 15.0579C12.659 14.9214 12.7247 14.7493 12.729 14.5703C12.7292 14.5467 12.7269 14.5231 12.7222 14.5C12.523 14.5195 12.3387 14.6144 12.2073 14.7654C12.0902 14.8964 12.022 15.0639 12.0145 15.2395C12.0145 15.2608 12.0168 15.2821 12.0213 15.303C12.037 15.306 12.0529 15.3075 12.0689 15.3076C12.1607 15.3003 12.2501 15.2744 12.3316 15.2314C12.4131 15.1885 12.485 15.1295 12.543 15.0579Z",fill:"currentColor"})),x=s;export{s as IconMagicMouse,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMagicMouse/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 IconMagicMouse: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.9023 21.4998L12 21.5L12.0977 21.4998C16.5694 21.4787 17.3183 20.0086 17.4082 16.3831C17.4891 13.1171 17.5961 9.84996 17.3339 6.58816C17.2185 5.15134 16.9397 3.79112 15.425 3.02305C14.4128 2.50982 13.1208 2.5 12 2.5C10.8792 2.5 9.5872 2.50982 8.57503 3.02305C7.06029 3.79112 6.78155 5.15134 6.66607 6.58816C6.40391 9.84996 6.51089 13.1171 6.59184 16.3831C6.6817 20.0086 7.5 21.479 11.9023 21.4998Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M13.3619 15.693C13.2475 15.7631 13.1527 15.861 13.0865 15.9776C13.0202 16.0943 12.9847 16.2258 12.9831 16.36C12.9835 16.5109 13.0283 16.6584 13.1117 16.7842C13.1952 16.91 13.3137 17.0086 13.4526 17.0677C13.3979 17.2444 13.3168 17.4119 13.2122 17.5645C13.0625 17.78 12.9059 17.9955 12.6678 17.9955C12.4296 17.9955 12.3683 17.8571 12.0939 17.8571C11.8262 17.8571 11.7309 18 11.5131 18C11.2954 18 11.1434 17.8004 10.9687 17.5554C10.738 17.2122 10.6112 16.8097 10.6035 16.3962C10.6035 15.7157 11.0459 15.355 11.4814 15.355C11.7128 15.355 11.9056 15.507 12.0508 15.507C12.1891 15.507 12.4046 15.346 12.6678 15.346C12.8031 15.3425 12.9371 15.3723 13.0582 15.4328C13.1792 15.4933 13.2835 15.5827 13.3619 15.693ZM12.543 15.0579C12.659 14.9214 12.7247 14.7493 12.729 14.5703C12.7292 14.5467 12.7269 14.5231 12.7222 14.5C12.523 14.5195 12.3387 14.6144 12.2073 14.7654C12.0902 14.8964 12.022 15.0639 12.0145 15.2395C12.0145 15.2608 12.0168 15.2821 12.0213 15.303C12.037 15.306 12.0529 15.3075 12.0689 15.3076C12.1607 15.3003 12.2501 15.2744 12.3316 15.2314C12.4131 15.1885 12.485 15.1295 12.543 15.0579Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMagicMouse;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mZACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,ukCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMagicMouse","props","React","CentralIconBase","IconMagicMouse_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{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:!(l=B(o,e))||l.enumerable});return r};var s=(r,o,t)=>(t=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var v={};P(v,{IconSparkles2Bold:()=>f,default:()=>d});module.exports=g(v);var L=s(require("react"));var C=s(require("react")),m=require("react-native-svg"),c=({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"),f=r=>L.default.createElement(c,{...r},L.default.createElement(p.Path,{d:"M14.3564 7.5L15.9834 11.7295L16.0635 11.9365L16.2705 12.0166L20.5 13.6426V14.3564L16.2705 15.9834L16.0635 16.0635L15.9834 16.2705L14.3564 20.5H13.6436L12.0166 16.2705L11.9365 16.0635L11.7295 15.9834L7.5 14.3564V13.6426L11.7295 12.0166L11.9365 11.9365L12.0166 11.7295L13.6436 7.5H14.3564Z",fill:"currentColor",stroke:"currentColor"}),L.default.createElement(p.Path,{d:"M7.4 3H6.6L5.6 5.6L3 6.6V7.4L5.6 8.4L6.6 11H7.4L8.4 8.4L11 7.4V6.6L8.4 5.6L7.4 3Z",fill:"currentColor"})),d=f;0&&(module.exports={IconSparkles2Bold});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSparkles2Bold/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 IconSparkles2Bold: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.3564 7.5L15.9834 11.7295L16.0635 11.9365L16.2705 12.0166L20.5 13.6426V14.3564L16.2705 15.9834L16.0635 16.0635L15.9834 16.2705L14.3564 20.5H13.6436L12.0166 16.2705L11.9365 16.0635L11.7295 15.9834L7.5 14.3564V13.6426L11.7295 12.0166L11.9365 11.9365L12.0166 11.7295L13.6436 7.5H14.3564Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M7.4 3H6.6L5.6 5.6L3 6.6V7.4L5.6 8.4L6.6 11H7.4L8.4 8.4L11 7.4V6.6L8.4 5.6L7.4 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSparkles2Bold;\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,uBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kSACF,KAAK,eACL,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconSparkles2Bold_exports","__export","IconSparkles2Bold","IconSparkles2Bold_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSparkles2Bold","props","React","CentralIconBase","IconSparkles2Bold_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...L})=>p.createElement(l,{...L,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 a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M14.3564 7.5L15.9834 11.7295L16.0635 11.9365L16.2705 12.0166L20.5 13.6426V14.3564L16.2705 15.9834L16.0635 16.0635L15.9834 16.2705L14.3564 20.5H13.6436L12.0166 16.2705L11.9365 16.0635L11.7295 15.9834L7.5 14.3564V13.6426L11.7295 12.0166L11.9365 11.9365L12.0166 11.7295L13.6436 7.5H14.3564Z",fill:"currentColor",stroke:"currentColor"}),t.createElement(n,{d:"M7.4 3H6.6L5.6 5.6L3 6.6V7.4L5.6 8.4L6.6 11H7.4L8.4 8.4L11 7.4V6.6L8.4 5.6L7.4 3Z",fill:"currentColor"})),x=a;export{a as IconSparkles2Bold,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSparkles2Bold/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 IconSparkles2Bold: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.3564 7.5L15.9834 11.7295L16.0635 11.9365L16.2705 12.0166L20.5 13.6426V14.3564L16.2705 15.9834L16.0635 16.0635L15.9834 16.2705L14.3564 20.5H13.6436L12.0166 16.2705L11.9365 16.0635L11.7295 15.9834L7.5 14.3564V13.6426L11.7295 12.0166L11.9365 11.9365L12.0166 11.7295L13.6436 7.5H14.3564Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M7.4 3H6.6L5.6 5.6L3 6.6V7.4L5.6 8.4L6.6 11H7.4L8.4 8.4L11 7.4V6.6L8.4 5.6L7.4 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSparkles2Bold;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kSACF,KAAK,eACL,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oFACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSparkles2Bold","props","React","CentralIconBase","IconSparkles2Bold_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var L in o)n(r,L,{get:o[L],enumerable:!0})},C=(r,o,L,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!x.call(r,t)&&t!==L&&n(r,t,{get:()=>o[t],enumerable:!(p=i(o,t))||p.enumerable});return r};var a=(r,o,L)=>(L=r!=null?u(I(r)):{},C(o||!r||!r.__esModule?n(L,"default",{value:r,enumerable:!0}):L,r)),d=r=>C(n({},"__esModule",{value:!0}),r);var H={};P(H,{IconSparkles3Bold:()=>c,default:()=>g});module.exports=d(H);var e=a(require("react"));var s=a(require("react")),m=require("react-native-svg"),f=({children:r,size:o=24,...L})=>s.default.createElement(m.Svg,{...L,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),c=r=>e.default.createElement(f,{...r},e.default.createElement(l.Path,{d:"M16.2568 6.5L17.6338 10.0791L17.7129 10.2871L17.9209 10.3662L21.5 11.7422V12.2568L17.9209 13.6338L17.7129 13.7129L17.6338 13.9209L16.2568 17.5H15.7432L14.3662 13.9209L14.2871 13.7129L14.0791 13.6338L10.5 12.2568V11.7422L14.0791 10.3662L14.2871 10.2871L14.3662 10.0791L15.7432 6.5H16.2568Z",fill:"currentColor",stroke:"currentColor"}),e.default.createElement(l.Path,{d:"M6.4 4H5.6L4.6 6.6L2 7.6V8.4L4.6 9.4L5.6 12H6.4L7.4 9.4L10 8.4V7.6L7.4 6.6L6.4 4Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M8.3 14H7.7L6.95 15.95L5 16.7V17.3L6.95 18.05L7.7 20H8.3L9.05 18.05L11 17.3V16.7L9.05 15.95L8.3 14Z",fill:"currentColor"})),g=c;0&&(module.exports={IconSparkles3Bold});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSparkles3Bold/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 IconSparkles3Bold: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16.2568 6.5L17.6338 10.0791L17.7129 10.2871L17.9209 10.3662L21.5 11.7422V12.2568L17.9209 13.6338L17.7129 13.7129L17.6338 13.9209L16.2568 17.5H15.7432L14.3662 13.9209L14.2871 13.7129L14.0791 13.6338L10.5 12.2568V11.7422L14.0791 10.3662L14.2871 10.2871L14.3662 10.0791L15.7432 6.5H16.2568Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M6.4 4H5.6L4.6 6.6L2 7.6V8.4L4.6 9.4L5.6 12H6.4L7.4 9.4L10 8.4V7.6L7.4 6.6L6.4 4Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.3 14H7.7L6.95 15.95L5 16.7V17.3L6.95 18.05L7.7 20H8.3L9.05 18.05L11 17.3V16.7L9.05 15.95L8.3 14Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSparkles3Bold;\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,uBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mSACF,KAAK,eACL,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sGACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconSparkles3Bold_exports","__export","IconSparkles3Bold","IconSparkles3Bold_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSparkles3Bold","props","React","CentralIconBase","IconSparkles3Bold_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var e=({children:L,size:r=24,...n})=>l.createElement(p,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},L);import{Path as t}from"react-native-svg";var C=L=>o.createElement(e,{...L},o.createElement(t,{d:"M16.2568 6.5L17.6338 10.0791L17.7129 10.2871L17.9209 10.3662L21.5 11.7422V12.2568L17.9209 13.6338L17.7129 13.7129L17.6338 13.9209L16.2568 17.5H15.7432L14.3662 13.9209L14.2871 13.7129L14.0791 13.6338L10.5 12.2568V11.7422L14.0791 10.3662L14.2871 10.2871L14.3662 10.0791L15.7432 6.5H16.2568Z",fill:"currentColor",stroke:"currentColor"}),o.createElement(t,{d:"M6.4 4H5.6L4.6 6.6L2 7.6V8.4L4.6 9.4L5.6 12H6.4L7.4 9.4L10 8.4V7.6L7.4 6.6L6.4 4Z",fill:"currentColor"}),o.createElement(t,{d:"M8.3 14H7.7L6.95 15.95L5 16.7V17.3L6.95 18.05L7.7 20H8.3L9.05 18.05L11 17.3V16.7L9.05 15.95L8.3 14Z",fill:"currentColor"})),x=C;export{C as IconSparkles3Bold,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSparkles3Bold/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 IconSparkles3Bold: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16.2568 6.5L17.6338 10.0791L17.7129 10.2871L17.9209 10.3662L21.5 11.7422V12.2568L17.9209 13.6338L17.7129 13.7129L17.6338 13.9209L16.2568 17.5H15.7432L14.3662 13.9209L14.2871 13.7129L14.0791 13.6338L10.5 12.2568V11.7422L14.0791 10.3662L14.2871 10.2871L14.3662 10.0791L15.7432 6.5H16.2568Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M6.4 4H5.6L4.6 6.6L2 7.6V8.4L4.6 9.4L5.6 12H6.4L7.4 9.4L10 8.4V7.6L7.4 6.6L6.4 4Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.3 14H7.7L6.95 15.95L5 16.7V17.3L6.95 18.05L7.7 20H8.3L9.05 18.05L11 17.3V16.7L9.05 15.95L8.3 14Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSparkles3Bold;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mSACF,KAAK,eACL,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sGACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSparkles3Bold","props","React","CentralIconBase","IconSparkles3Bold_default"]}
|
package/README.md
CHANGED
|
@@ -203,6 +203,8 @@ Below is a complete list of available icons:
|
|
|
203
203
|
- IconSparkle3
|
|
204
204
|
- IconSparkleCentral
|
|
205
205
|
- IconSparkleHightlight
|
|
206
|
+
- IconSparkles2Bold
|
|
207
|
+
- IconSparkles3Bold
|
|
206
208
|
- IconSparklesSoft
|
|
207
209
|
- IconSparklesThree
|
|
208
210
|
- IconSparklesTwo
|
|
@@ -604,6 +606,7 @@ Below is a complete list of available icons:
|
|
|
604
606
|
- IconMacbookAir
|
|
605
607
|
- IconMacintosh
|
|
606
608
|
- IconMacMini
|
|
609
|
+
- IconMagicMouse
|
|
607
610
|
- IconMouse
|
|
608
611
|
- IconMouseClassic
|
|
609
612
|
- IconMouseClassic2
|
|
@@ -653,6 +656,7 @@ Below is a complete list of available icons:
|
|
|
653
656
|
- IconBezierAdd
|
|
654
657
|
- IconBezierCircle
|
|
655
658
|
- IconBezierCurve
|
|
659
|
+
- IconBezierCurves1
|
|
656
660
|
- IconBezierEdit
|
|
657
661
|
- IconBezierPointer
|
|
658
662
|
- IconBezierRemove
|
package/filtered-icons.json
CHANGED
|
@@ -3304,6 +3304,20 @@
|
|
|
3304
3304
|
"packageName": "square-outlined-radius-0-stroke-2",
|
|
3305
3305
|
"componentName": "IconBezierCurves"
|
|
3306
3306
|
},
|
|
3307
|
+
{
|
|
3308
|
+
"category": "Edit",
|
|
3309
|
+
"svg": "<path d=\"M21 5C10 5 14 19 3 19\" stroke=\"currentColor\" stroke-width=\"2\"/><circle cx=\"5\" cy=\"5\" r=\"2\" fill=\"currentColor\"/><circle cx=\"19\" cy=\"19\" r=\"2\" fill=\"currentColor\"/><path d=\"M15.5 19H19\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M5 5H8.5\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M10 5H13\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M11 19H14\" stroke=\"currentColor\" stroke-width=\"2\"/>",
|
|
3310
|
+
"iconName": "bezier-curves, path",
|
|
3311
|
+
"variant": {
|
|
3312
|
+
"join": "square",
|
|
3313
|
+
"filled": "off",
|
|
3314
|
+
"radius": "0",
|
|
3315
|
+
"stroke": "2"
|
|
3316
|
+
},
|
|
3317
|
+
"createdAt": "2026-03-20T10:01:21.055348+00:00",
|
|
3318
|
+
"packageName": "square-outlined-radius-0-stroke-2",
|
|
3319
|
+
"componentName": "IconBezierCurves1"
|
|
3320
|
+
},
|
|
3307
3321
|
{
|
|
3308
3322
|
"category": "Edit",
|
|
3309
3323
|
"svg": "<path d=\"M4 4H8V8H4V4Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M16 4H20V8H18H16V6V4Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M4 16H8V18V20H4V16Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M14 19.9999V17.6666L17.5 14.1666C18.1443 13.5223 19.189 13.5223 19.8333 14.1666C20.4777 14.8109 20.4777 15.8556 19.8333 16.4999L16.3333 19.9999H14Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M16 6H8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M6 8V16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M18 8V10\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M8 18H10\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
|
|
@@ -15134,6 +15148,20 @@
|
|
|
15134
15148
|
"packageName": "square-outlined-radius-0-stroke-2",
|
|
15135
15149
|
"componentName": "IconMagicLamp"
|
|
15136
15150
|
},
|
|
15151
|
+
{
|
|
15152
|
+
"category": "Devices & Signals",
|
|
15153
|
+
"svg": "<path d=\"M11.9023 21.4998L12 21.5L12.0977 21.4998C16.5694 21.4787 17.3183 20.0086 17.4082 16.3831C17.4891 13.1171 17.5961 9.84996 17.3339 6.58816C17.2185 5.15134 16.9397 3.79112 15.425 3.02305C14.4128 2.50982 13.1208 2.5 12 2.5C10.8792 2.5 9.5872 2.50982 8.57503 3.02305C7.06029 3.79112 6.78155 5.15134 6.66607 6.58816C6.40391 9.84996 6.51089 13.1171 6.59184 16.3831C6.6817 20.0086 7.5 21.479 11.9023 21.4998Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M13.3619 15.693C13.2475 15.7631 13.1527 15.861 13.0865 15.9776C13.0202 16.0943 12.9847 16.2258 12.9831 16.36C12.9835 16.5109 13.0283 16.6584 13.1117 16.7842C13.1952 16.91 13.3137 17.0086 13.4526 17.0677C13.3979 17.2444 13.3168 17.4119 13.2122 17.5645C13.0625 17.78 12.9059 17.9955 12.6678 17.9955C12.4296 17.9955 12.3683 17.8571 12.0939 17.8571C11.8262 17.8571 11.7309 18 11.5131 18C11.2954 18 11.1434 17.8004 10.9687 17.5554C10.738 17.2122 10.6112 16.8097 10.6035 16.3962C10.6035 15.7157 11.0459 15.355 11.4814 15.355C11.7128 15.355 11.9056 15.507 12.0508 15.507C12.1891 15.507 12.4046 15.346 12.6678 15.346C12.8031 15.3425 12.9371 15.3723 13.0582 15.4328C13.1792 15.4933 13.2835 15.5827 13.3619 15.693ZM12.543 15.0579C12.659 14.9214 12.7247 14.7493 12.729 14.5703C12.7292 14.5467 12.7269 14.5231 12.7222 14.5C12.523 14.5195 12.3387 14.6144 12.2073 14.7654C12.0902 14.8964 12.022 15.0639 12.0145 15.2395C12.0145 15.2608 12.0168 15.2821 12.0213 15.303C12.037 15.306 12.0529 15.3075 12.0689 15.3076C12.1607 15.3003 12.2501 15.2744 12.3316 15.2314C12.4131 15.1885 12.485 15.1295 12.543 15.0579Z\" fill=\"currentColor\"/>",
|
|
15154
|
+
"iconName": "magic-mouse",
|
|
15155
|
+
"variant": {
|
|
15156
|
+
"join": "square",
|
|
15157
|
+
"filled": "off",
|
|
15158
|
+
"radius": "0",
|
|
15159
|
+
"stroke": "2"
|
|
15160
|
+
},
|
|
15161
|
+
"createdAt": "2026-03-20T10:01:21.055348+00:00",
|
|
15162
|
+
"packageName": "square-outlined-radius-0-stroke-2",
|
|
15163
|
+
"componentName": "IconMagicMouse"
|
|
15164
|
+
},
|
|
15137
15165
|
{
|
|
15138
15166
|
"category": "AI & Magic",
|
|
15139
15167
|
"svg": "<path d=\"M18.95 5.04999L17.1115 9.50697L20.2373 13.1777L15.4303 12.8064L12.9052 16.9136L11.7729 12.2271L7.08643 11.0948L11.1936 8.56967L10.8223 3.7627L14.493 6.88852L18.95 5.04999Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M4 19.9998L11 12.9998\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
|
|
@@ -22036,6 +22064,34 @@
|
|
|
22036
22064
|
"packageName": "square-outlined-radius-0-stroke-2",
|
|
22037
22065
|
"componentName": "IconSparkleHightlight"
|
|
22038
22066
|
},
|
|
22067
|
+
{
|
|
22068
|
+
"category": "AI & Magic",
|
|
22069
|
+
"svg": "<path d=\"M14.3564 7.5L15.9834 11.7295L16.0635 11.9365L16.2705 12.0166L20.5 13.6426V14.3564L16.2705 15.9834L16.0635 16.0635L15.9834 16.2705L14.3564 20.5H13.6436L12.0166 16.2705L11.9365 16.0635L11.7295 15.9834L7.5 14.3564V13.6426L11.7295 12.0166L11.9365 11.9365L12.0166 11.7295L13.6436 7.5H14.3564Z\" fill=\"currentColor\" stroke=\"currentColor\"/><path d=\"M7.4 3H6.6L5.6 5.6L3 6.6V7.4L5.6 8.4L6.6 11H7.4L8.4 8.4L11 7.4V6.6L8.4 5.6L7.4 3Z\" fill=\"currentColor\"/>",
|
|
22070
|
+
"iconName": "sparkles-2-bold, ai, magic",
|
|
22071
|
+
"variant": {
|
|
22072
|
+
"join": "square",
|
|
22073
|
+
"filled": "off",
|
|
22074
|
+
"radius": "0",
|
|
22075
|
+
"stroke": "2"
|
|
22076
|
+
},
|
|
22077
|
+
"createdAt": "2026-03-20T10:01:21.055348+00:00",
|
|
22078
|
+
"packageName": "square-outlined-radius-0-stroke-2",
|
|
22079
|
+
"componentName": "IconSparkles2Bold"
|
|
22080
|
+
},
|
|
22081
|
+
{
|
|
22082
|
+
"category": "AI & Magic",
|
|
22083
|
+
"svg": "<path d=\"M16.2568 6.5L17.6338 10.0791L17.7129 10.2871L17.9209 10.3662L21.5 11.7422V12.2568L17.9209 13.6338L17.7129 13.7129L17.6338 13.9209L16.2568 17.5H15.7432L14.3662 13.9209L14.2871 13.7129L14.0791 13.6338L10.5 12.2568V11.7422L14.0791 10.3662L14.2871 10.2871L14.3662 10.0791L15.7432 6.5H16.2568Z\" fill=\"currentColor\" stroke=\"currentColor\"/><path d=\"M6.4 4H5.6L4.6 6.6L2 7.6V8.4L4.6 9.4L5.6 12H6.4L7.4 9.4L10 8.4V7.6L7.4 6.6L6.4 4Z\" fill=\"currentColor\"/><path d=\"M8.3 14H7.7L6.95 15.95L5 16.7V17.3L6.95 18.05L7.7 20H8.3L9.05 18.05L11 17.3V16.7L9.05 15.95L8.3 14Z\" fill=\"currentColor\"/>",
|
|
22084
|
+
"iconName": "sparkles-3-bold, ai, magic",
|
|
22085
|
+
"variant": {
|
|
22086
|
+
"join": "square",
|
|
22087
|
+
"filled": "off",
|
|
22088
|
+
"radius": "0",
|
|
22089
|
+
"stroke": "2"
|
|
22090
|
+
},
|
|
22091
|
+
"createdAt": "2026-03-20T10:01:21.055348+00:00",
|
|
22092
|
+
"packageName": "square-outlined-radius-0-stroke-2",
|
|
22093
|
+
"componentName": "IconSparkles3Bold"
|
|
22094
|
+
},
|
|
22039
22095
|
{
|
|
22040
22096
|
"category": "AI & Magic",
|
|
22041
22097
|
"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 fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 13C8.25 13 11 10.25 11 4C11 10.25 13.75 13 20 13C13.75 13 11 15.75 11 22C11 15.75 8.25 13 2 13Z\" stroke=\"currentColor\" stroke-width=\"2\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -235,6 +235,7 @@ export type CentralIconName =
|
|
|
235
235
|
| "IconBezierCircle"
|
|
236
236
|
| "IconBezierCurve"
|
|
237
237
|
| "IconBezierCurves"
|
|
238
|
+
| "IconBezierCurves1"
|
|
238
239
|
| "IconBezierEdit"
|
|
239
240
|
| "IconBezierPointer"
|
|
240
241
|
| "IconBezierRemove"
|
|
@@ -1080,6 +1081,7 @@ export type CentralIconName =
|
|
|
1080
1081
|
| "IconMagicEdit"
|
|
1081
1082
|
| "IconMagicHands"
|
|
1082
1083
|
| "IconMagicLamp"
|
|
1084
|
+
| "IconMagicMouse"
|
|
1083
1085
|
| "IconMagicWand"
|
|
1084
1086
|
| "IconMagicWand2"
|
|
1085
1087
|
| "IconMagicWand3"
|
|
@@ -1573,6 +1575,8 @@ export type CentralIconName =
|
|
|
1573
1575
|
| "IconSparkle3"
|
|
1574
1576
|
| "IconSparkleCentral"
|
|
1575
1577
|
| "IconSparkleHightlight"
|
|
1578
|
+
| "IconSparkles2Bold"
|
|
1579
|
+
| "IconSparkles3Bold"
|
|
1576
1580
|
| "IconSparklesSoft"
|
|
1577
1581
|
| "IconSparklesThree"
|
|
1578
1582
|
| "IconSparklesTwo"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-outlined-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.172",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-outlined-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": 1904,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
17
|
+
"count": 74,
|
|
18
18
|
"icons": [
|
|
19
19
|
"IconAiTokens",
|
|
20
20
|
"IconAiTranslate",
|
|
@@ -73,6 +73,8 @@
|
|
|
73
73
|
"IconSparkle3",
|
|
74
74
|
"IconSparkleCentral",
|
|
75
75
|
"IconSparkleHightlight",
|
|
76
|
+
"IconSparkles2Bold",
|
|
77
|
+
"IconSparkles3Bold",
|
|
76
78
|
"IconSparklesSoft",
|
|
77
79
|
"IconSparklesThree",
|
|
78
80
|
"IconSparklesTwo",
|
|
@@ -454,7 +456,7 @@
|
|
|
454
456
|
]
|
|
455
457
|
},
|
|
456
458
|
"Devices & Signals": {
|
|
457
|
-
"count":
|
|
459
|
+
"count": 77,
|
|
458
460
|
"icons": [
|
|
459
461
|
"IconAgentNetwork",
|
|
460
462
|
"IconAirdrop",
|
|
@@ -492,6 +494,7 @@
|
|
|
492
494
|
"IconMacbookAir",
|
|
493
495
|
"IconMacintosh",
|
|
494
496
|
"IconMacMini",
|
|
497
|
+
"IconMagicMouse",
|
|
495
498
|
"IconMouse",
|
|
496
499
|
"IconMouseClassic",
|
|
497
500
|
"IconMouseClassic2",
|
|
@@ -535,7 +538,7 @@
|
|
|
535
538
|
]
|
|
536
539
|
},
|
|
537
540
|
"Edit": {
|
|
538
|
-
"count":
|
|
541
|
+
"count": 89,
|
|
539
542
|
"icons": [
|
|
540
543
|
"Icon3d",
|
|
541
544
|
"IconAddKeyframe",
|
|
@@ -543,6 +546,7 @@
|
|
|
543
546
|
"IconBezierAdd",
|
|
544
547
|
"IconBezierCircle",
|
|
545
548
|
"IconBezierCurve",
|
|
549
|
+
"IconBezierCurves1",
|
|
546
550
|
"IconBezierEdit",
|
|
547
551
|
"IconBezierPointer",
|
|
548
552
|
"IconBezierRemove",
|
|
@@ -2338,6 +2342,7 @@
|
|
|
2338
2342
|
"IconBezierCircle": "bezier-circle, vector, nodes",
|
|
2339
2343
|
"IconBezierCurve": "bezier-curve, bezier, vector, svg",
|
|
2340
2344
|
"IconBezierCurves": "bezier-curves, animation, motion, spring",
|
|
2345
|
+
"IconBezierCurves1": "bezier-curves, path",
|
|
2341
2346
|
"IconBezierEdit": "bezier--edit",
|
|
2342
2347
|
"IconBezierPointer": "bezier-pointer",
|
|
2343
2348
|
"IconBezierRemove": "bezier-remove, vector, nodes",
|
|
@@ -3183,6 +3188,7 @@
|
|
|
3183
3188
|
"IconMagicEdit": "magic-edit, magic-writing",
|
|
3184
3189
|
"IconMagicHands": "magic-hands, rainbow-hands",
|
|
3185
3190
|
"IconMagicLamp": "magic-lamp, wish, agents, genie",
|
|
3191
|
+
"IconMagicMouse": "magic-mouse",
|
|
3186
3192
|
"IconMagicWand": "magic-wand, magic stick, star",
|
|
3187
3193
|
"IconMagicWand2": "magic-wand-2, magic stick, star",
|
|
3188
3194
|
"IconMagicWand3": "magic-wand-3, magic stick, star",
|
|
@@ -3676,6 +3682,8 @@
|
|
|
3676
3682
|
"IconSparkle3": "sparkle-3, ai, star, magic",
|
|
3677
3683
|
"IconSparkleCentral": "sparkle-central, star, magic, ai",
|
|
3678
3684
|
"IconSparkleHightlight": "sparkle-hightlight, special, ai, magic",
|
|
3685
|
+
"IconSparkles2Bold": "sparkles-2-bold, ai, magic",
|
|
3686
|
+
"IconSparkles3Bold": "sparkles-3-bold, ai, magic",
|
|
3679
3687
|
"IconSparklesSoft": "sparkles-soft",
|
|
3680
3688
|
"IconSparklesThree": "sparkles-three, ai 3 stars, sparkles, ✨",
|
|
3681
3689
|
"IconSparklesTwo": "sparkles-two, ai 2 stars, sparkles, ✨",
|
package/index.d.ts
CHANGED
|
@@ -234,6 +234,7 @@ export { IconBezierAdd, default as IconBezierAddDefault, } from "./IconBezierAdd
|
|
|
234
234
|
export { IconBezierCircle, default as IconBezierCircleDefault, } from "./IconBezierCircle";
|
|
235
235
|
export { IconBezierCurve, default as IconBezierCurveDefault, } from "./IconBezierCurve";
|
|
236
236
|
export { IconBezierCurves, default as IconBezierCurvesDefault, } from "./IconBezierCurves";
|
|
237
|
+
export { IconBezierCurves1, default as IconBezierCurves1Default, } from "./IconBezierCurves1";
|
|
237
238
|
export { IconBezierEdit, default as IconBezierEditDefault, } from "./IconBezierEdit";
|
|
238
239
|
export { IconBezierPointer, default as IconBezierPointerDefault, } from "./IconBezierPointer";
|
|
239
240
|
export { IconBezierRemove, default as IconBezierRemoveDefault, } from "./IconBezierRemove";
|
|
@@ -1079,6 +1080,7 @@ export { IconMagicBook, default as IconMagicBookDefault, } from "./IconMagicBook
|
|
|
1079
1080
|
export { IconMagicEdit, default as IconMagicEditDefault, } from "./IconMagicEdit";
|
|
1080
1081
|
export { IconMagicHands, default as IconMagicHandsDefault, } from "./IconMagicHands";
|
|
1081
1082
|
export { IconMagicLamp, default as IconMagicLampDefault, } from "./IconMagicLamp";
|
|
1083
|
+
export { IconMagicMouse, default as IconMagicMouseDefault, } from "./IconMagicMouse";
|
|
1082
1084
|
export { IconMagicWand, default as IconMagicWandDefault, } from "./IconMagicWand";
|
|
1083
1085
|
export { IconMagicWand2, default as IconMagicWand2Default, } from "./IconMagicWand2";
|
|
1084
1086
|
export { IconMagicWand3, default as IconMagicWand3Default, } from "./IconMagicWand3";
|
|
@@ -1572,6 +1574,8 @@ export { IconSparkle2, default as IconSparkle2Default } from "./IconSparkle2";
|
|
|
1572
1574
|
export { IconSparkle3, default as IconSparkle3Default } from "./IconSparkle3";
|
|
1573
1575
|
export { IconSparkleCentral, default as IconSparkleCentralDefault, } from "./IconSparkleCentral";
|
|
1574
1576
|
export { IconSparkleHightlight, default as IconSparkleHightlightDefault, } from "./IconSparkleHightlight";
|
|
1577
|
+
export { IconSparkles2Bold, default as IconSparkles2BoldDefault, } from "./IconSparkles2Bold";
|
|
1578
|
+
export { IconSparkles3Bold, default as IconSparkles3BoldDefault, } from "./IconSparkles3Bold";
|
|
1575
1579
|
export { IconSparklesSoft, default as IconSparklesSoftDefault, } from "./IconSparklesSoft";
|
|
1576
1580
|
export { IconSparklesThree, default as IconSparklesThreeDefault, } from "./IconSparklesThree";
|
|
1577
1581
|
export { IconSparklesTwo, default as IconSparklesTwoDefault, } from "./IconSparklesTwo";
|