@central-icons-react-native/round-filled-radius-0-stroke-2 1.1.171 → 1.1.173

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconBezierCurves1: FC<CentralIconBaseProps>;
4
+ export default IconBezierCurves1;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var l=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var x=(r,C)=>{for(var o in C)l(r,o,{get:C[o],enumerable:!0})},f=(r,C,o,p)=>{if(C&&typeof C=="object"||typeof C=="function")for(let t of H(C))!d.call(r,t)&&t!==o&&l(r,t,{get:()=>C[t],enumerable:!(p=B(C,t))||p.enumerable});return r};var m=(r,C,o)=>(o=r!=null?c(I(r)):{},f(C||!r||!r.__esModule?l(o,"default",{value:r,enumerable:!0}):o,r)),P=r=>f(l({},"__esModule",{value:!0}),r);var v={};x(v,{IconBezierCurves1:()=>a,default:()=>g});module.exports=P(v);var e=m(require("react"));var s=m(require("react")),i=require("react-native-svg"),u=({children:r,size:C=24,...o})=>s.default.createElement(i.Svg,{...o,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),a=r=>e.default.createElement(u,{...r},e.default.createElement(n.Path,{d:"M19 17C20.1046 17 21 17.8954 21 19C21 20.1046 20.1046 21 19 21C18.2601 21 17.6155 20.5973 17.2695 20H16.5C15.9477 20 15.5 19.5523 15.5 19C15.5 18.4477 15.9477 18 16.5 18H17.2695C17.6155 17.4027 18.2601 17 19 17Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M20 4C20.5523 4 21 4.44772 21 5C21 5.55228 20.5523 6 20 6C17.8423 6 16.4977 6.7522 15.4893 7.86035C14.4237 9.03128 13.7073 10.6215 12.9141 12.4062C12.1517 14.1215 11.3125 16.0313 9.98926 17.4854C8.60885 19.0022 6.73119 20 4 20C3.44772 20 3 19.5523 3 19C3 18.4477 3.44772 18 4 18C6.15767 18 7.50227 17.2478 8.51074 16.1396C9.57633 14.9687 10.2927 13.3785 11.0859 11.5938C11.8483 9.87848 12.6875 7.96872 14.0107 6.51465C15.3912 4.99783 17.2688 4 20 4Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M13 18C13.5523 18 14 18.4477 14 19C14 19.5523 13.5523 20 13 20H12C11.4477 20 11 19.5523 11 19C11 18.4477 11.4477 18 12 18H13Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M5 3C5.73993 3 6.38454 3.40267 6.73047 4H7.5C8.05228 4 8.5 4.44772 8.5 5C8.5 5.55228 8.05228 6 7.5 6H6.73047C6.38454 6.59733 5.73993 7 5 7C3.89543 7 3 6.10457 3 5C3 3.89543 3.89543 3 5 3Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M12 4C12.5523 4 13 4.44772 13 5C13 5.55228 12.5523 6 12 6H11C10.4477 6 10 5.55228 10 5C10 4.44772 10.4477 4 11 4H12Z",fill:"currentColor"})),g=a;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 { Path } from \"react-native-svg\";\n\nexport const IconBezierCurves1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19 17C20.1046 17 21 17.8954 21 19C21 20.1046 20.1046 21 19 21C18.2601 21 17.6155 20.5973 17.2695 20H16.5C15.9477 20 15.5 19.5523 15.5 19C15.5 18.4477 15.9477 18 16.5 18H17.2695C17.6155 17.4027 18.2601 17 19 17Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20 4C20.5523 4 21 4.44772 21 5C21 5.55228 20.5523 6 20 6C17.8423 6 16.4977 6.7522 15.4893 7.86035C14.4237 9.03128 13.7073 10.6215 12.9141 12.4062C12.1517 14.1215 11.3125 16.0313 9.98926 17.4854C8.60885 19.0022 6.73119 20 4 20C3.44772 20 3 19.5523 3 19C3 18.4477 3.44772 18 4 18C6.15767 18 7.50227 17.2478 8.51074 16.1396C9.57633 14.9687 10.2927 13.3785 11.0859 11.5938C11.8483 9.87848 12.6875 7.96872 14.0107 6.51465C15.3912 4.99783 17.2688 4 20 4Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13 18C13.5523 18 14 18.4477 14 19C14 19.5523 13.5523 20 13 20H12C11.4477 20 11 19.5523 11 19C11 18.4477 11.4477 18 12 18H13Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5 3C5.73993 3 6.38454 3.40267 6.73047 4H7.5C8.05228 4 8.5 4.44772 8.5 5C8.5 5.55228 8.05228 6 7.5 6H6.73047C6.38454 6.59733 5.73993 7 5 7C3.89543 7 3 6.10457 3 5C3 3.89543 3.89543 3 5 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 4C12.5523 4 13 4.44772 13 5C13 5.55228 12.5523 6 12 6H11C10.4477 6 10 5.55228 10 5C10 4.44772 10.4477 4 11 4H12Z\"\n fill=\"currentColor\"\n />\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,EAAqB,4BAERC,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,sNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,ocACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8LACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uHACF,KAAK,eACP,CACF,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 C from"react";import l from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:r=24,...t})=>l.createElement(p,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as o}from"react-native-svg";var f=e=>C.createElement(n,{...e},C.createElement(o,{d:"M19 17C20.1046 17 21 17.8954 21 19C21 20.1046 20.1046 21 19 21C18.2601 21 17.6155 20.5973 17.2695 20H16.5C15.9477 20 15.5 19.5523 15.5 19C15.5 18.4477 15.9477 18 16.5 18H17.2695C17.6155 17.4027 18.2601 17 19 17Z",fill:"currentColor"}),C.createElement(o,{d:"M20 4C20.5523 4 21 4.44772 21 5C21 5.55228 20.5523 6 20 6C17.8423 6 16.4977 6.7522 15.4893 7.86035C14.4237 9.03128 13.7073 10.6215 12.9141 12.4062C12.1517 14.1215 11.3125 16.0313 9.98926 17.4854C8.60885 19.0022 6.73119 20 4 20C3.44772 20 3 19.5523 3 19C3 18.4477 3.44772 18 4 18C6.15767 18 7.50227 17.2478 8.51074 16.1396C9.57633 14.9687 10.2927 13.3785 11.0859 11.5938C11.8483 9.87848 12.6875 7.96872 14.0107 6.51465C15.3912 4.99783 17.2688 4 20 4Z",fill:"currentColor"}),C.createElement(o,{d:"M13 18C13.5523 18 14 18.4477 14 19C14 19.5523 13.5523 20 13 20H12C11.4477 20 11 19.5523 11 19C11 18.4477 11.4477 18 12 18H13Z",fill:"currentColor"}),C.createElement(o,{d:"M5 3C5.73993 3 6.38454 3.40267 6.73047 4H7.5C8.05228 4 8.5 4.44772 8.5 5C8.5 5.55228 8.05228 6 7.5 6H6.73047C6.38454 6.59733 5.73993 7 5 7C3.89543 7 3 6.10457 3 5C3 3.89543 3.89543 3 5 3Z",fill:"currentColor"}),C.createElement(o,{d:"M12 4C12.5523 4 13 4.44772 13 5C13 5.55228 12.5523 6 12 6H11C10.4477 6 10 5.55228 10 5C10 4.44772 10.4477 4 11 4H12Z",fill:"currentColor"})),d=f;export{f as IconBezierCurves1,d 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 { Path } from \"react-native-svg\";\n\nexport const IconBezierCurves1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19 17C20.1046 17 21 17.8954 21 19C21 20.1046 20.1046 21 19 21C18.2601 21 17.6155 20.5973 17.2695 20H16.5C15.9477 20 15.5 19.5523 15.5 19C15.5 18.4477 15.9477 18 16.5 18H17.2695C17.6155 17.4027 18.2601 17 19 17Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20 4C20.5523 4 21 4.44772 21 5C21 5.55228 20.5523 6 20 6C17.8423 6 16.4977 6.7522 15.4893 7.86035C14.4237 9.03128 13.7073 10.6215 12.9141 12.4062C12.1517 14.1215 11.3125 16.0313 9.98926 17.4854C8.60885 19.0022 6.73119 20 4 20C3.44772 20 3 19.5523 3 19C3 18.4477 3.44772 18 4 18C6.15767 18 7.50227 17.2478 8.51074 16.1396C9.57633 14.9687 10.2927 13.3785 11.0859 11.5938C11.8483 9.87848 12.6875 7.96872 14.0107 6.51465C15.3912 4.99783 17.2688 4 20 4Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13 18C13.5523 18 14 18.4477 14 19C14 19.5523 13.5523 20 13 20H12C11.4477 20 11 19.5523 11 19C11 18.4477 11.4477 18 12 18H13Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5 3C5.73993 3 6.38454 3.40267 6.73047 4H7.5C8.05228 4 8.5 4.44772 8.5 5C8.5 5.55228 8.05228 6 7.5 6H6.73047C6.38454 6.59733 5.73993 7 5 7C3.89543 7 3 6.10457 3 5C3 3.89543 3.89543 3 5 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 4C12.5523 4 13 4.44772 13 5C13 5.55228 12.5523 6 12 6H11C10.4477 6 10 5.55228 10 5C10 4.44772 10.4477 4 11 4H12Z\"\n fill=\"currentColor\"\n />\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,QAAAG,MAAY,mBAEd,IAAMC,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,sNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,ocACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8LACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uHACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBezierCurves1","props","React","CentralIconBase","IconBezierCurves1_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconMagicMouse: FC<CentralIconBaseProps>;
4
+ export default IconMagicMouse;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var v=(C,o)=>{for(var r in o)t(C,r,{get:o[r],enumerable:!0})},l=(C,o,r,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!g.call(C,e)&&e!==r&&t(C,e,{get:()=>o[e],enumerable:!(p=B(o,e))||p.enumerable});return C};var a=(C,o,r)=>(r=C!=null?u(d(C)):{},l(o||!C||!C.__esModule?t(r,"default",{value:C,enumerable:!0}):r,C)),x=C=>l(t({},"__esModule",{value:!0}),C);var M={};v(M,{IconMagicMouse:()=>i,default:()=>P});module.exports=x(M);var n=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:C,size:o=24,...r})=>m.default.createElement(s.Svg,{...r,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},C);var f=require("react-native-svg"),i=C=>n.default.createElement(c,{...C},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0009 1.5C13.2397 1.5 14.6683 1.51115 15.787 2.07812C17.4609 2.92666 17.7688 4.42945 17.8964 6.0166C18.1861 9.61987 18.0679 13.2291 17.9784 16.8369C17.8772 20.9179 17.0008 22.4895 12.1093 22.4893H11.8935C7.00118 22.4662 6.12458 20.9179 6.02337 16.8369C5.9339 13.2291 5.81569 9.61986 6.1054 6.0166C6.23304 4.42934 6.54163 2.92662 8.21575 2.07812C9.33439 1.51119 10.7622 1.5 12.0009 1.5ZM12.6689 15.3457C12.4058 15.3457 12.1901 15.5068 12.0517 15.5068C11.9065 15.5068 11.7137 15.3555 11.4824 15.3555C11.0468 15.3555 10.6044 15.716 10.6044 16.3965C10.6121 16.8099 10.739 17.2126 10.9697 17.5557C11.1442 17.8004 11.2961 17.9997 11.5136 18C11.7313 18 11.8271 17.8575 12.0947 17.8574C12.3691 17.8574 12.4307 17.9951 12.6689 17.9951C12.9069 17.995 13.0632 17.7799 13.2128 17.5645C13.3175 17.4119 13.3993 17.2441 13.454 17.0674C13.3151 17.0083 13.1957 16.91 13.1122 16.7842C13.0289 16.6585 12.9848 16.5111 12.9843 16.3604C12.9859 16.2262 13.0216 16.0942 13.0878 15.9775C13.1541 15.861 13.2489 15.7634 13.3632 15.6934C13.2849 15.5831 13.1804 15.4931 13.0595 15.4326C12.9385 15.3721 12.8041 15.3422 12.6689 15.3457ZM12.7236 14.5C12.5243 14.5195 12.3394 14.6146 12.2079 14.7656C12.091 14.8965 12.0232 15.0639 12.0156 15.2393C12.0156 15.2605 12.018 15.2819 12.0224 15.3027C12.038 15.3057 12.0543 15.3076 12.0702 15.3076C12.1619 15.3003 12.2516 15.2743 12.3329 15.2314C12.4143 15.1885 12.486 15.1291 12.5439 15.0576C12.6598 14.9212 12.726 14.7493 12.7304 14.5703C12.7306 14.5467 12.7283 14.5231 12.7236 14.5Z",fill:"currentColor"})),P=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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.0009 1.5C13.2397 1.5 14.6683 1.51115 15.787 2.07812C17.4609 2.92666 17.7688 4.42945 17.8964 6.0166C18.1861 9.61987 18.0679 13.2291 17.9784 16.8369C17.8772 20.9179 17.0008 22.4895 12.1093 22.4893H11.8935C7.00118 22.4662 6.12458 20.9179 6.02337 16.8369C5.9339 13.2291 5.81569 9.61986 6.1054 6.0166C6.23304 4.42934 6.54163 2.92662 8.21575 2.07812C9.33439 1.51119 10.7622 1.5 12.0009 1.5ZM12.6689 15.3457C12.4058 15.3457 12.1901 15.5068 12.0517 15.5068C11.9065 15.5068 11.7137 15.3555 11.4824 15.3555C11.0468 15.3555 10.6044 15.716 10.6044 16.3965C10.6121 16.8099 10.739 17.2126 10.9697 17.5557C11.1442 17.8004 11.2961 17.9997 11.5136 18C11.7313 18 11.8271 17.8575 12.0947 17.8574C12.3691 17.8574 12.4307 17.9951 12.6689 17.9951C12.9069 17.995 13.0632 17.7799 13.2128 17.5645C13.3175 17.4119 13.3993 17.2441 13.454 17.0674C13.3151 17.0083 13.1957 16.91 13.1122 16.7842C13.0289 16.6585 12.9848 16.5111 12.9843 16.3604C12.9859 16.2262 13.0216 16.0942 13.0878 15.9775C13.1541 15.861 13.2489 15.7634 13.3632 15.6934C13.2849 15.5831 13.1804 15.4931 13.0595 15.4326C12.9385 15.3721 12.8041 15.3422 12.6689 15.3457ZM12.7236 14.5C12.5243 14.5195 12.3394 14.6146 12.2079 14.7656C12.091 14.8965 12.0232 15.0639 12.0156 15.2393C12.0156 15.2605 12.018 15.2819 12.0224 15.3027C12.038 15.3057 12.0543 15.3076 12.0702 15.3076C12.1619 15.3003 12.2516 15.2743 12.3329 15.2314C12.4143 15.1885 12.486 15.1291 12.5439 15.0576C12.6598 14.9212 12.726 14.7493 12.7304 14.5703C12.7306 14.5467 12.7283 14.5231 12.7236 14.5Z\"\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,SAAS,UACT,SAAS,UACT,EAAE,69CACF,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 e from"react";import n from"react";import{Svg as p}from"react-native-svg";var r=({children:o,size:C=24,...t})=>n.createElement(p,{...t,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},o);import{Path as l}from"react-native-svg";var a=o=>e.createElement(r,{...o},e.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0009 1.5C13.2397 1.5 14.6683 1.51115 15.787 2.07812C17.4609 2.92666 17.7688 4.42945 17.8964 6.0166C18.1861 9.61987 18.0679 13.2291 17.9784 16.8369C17.8772 20.9179 17.0008 22.4895 12.1093 22.4893H11.8935C7.00118 22.4662 6.12458 20.9179 6.02337 16.8369C5.9339 13.2291 5.81569 9.61986 6.1054 6.0166C6.23304 4.42934 6.54163 2.92662 8.21575 2.07812C9.33439 1.51119 10.7622 1.5 12.0009 1.5ZM12.6689 15.3457C12.4058 15.3457 12.1901 15.5068 12.0517 15.5068C11.9065 15.5068 11.7137 15.3555 11.4824 15.3555C11.0468 15.3555 10.6044 15.716 10.6044 16.3965C10.6121 16.8099 10.739 17.2126 10.9697 17.5557C11.1442 17.8004 11.2961 17.9997 11.5136 18C11.7313 18 11.8271 17.8575 12.0947 17.8574C12.3691 17.8574 12.4307 17.9951 12.6689 17.9951C12.9069 17.995 13.0632 17.7799 13.2128 17.5645C13.3175 17.4119 13.3993 17.2441 13.454 17.0674C13.3151 17.0083 13.1957 16.91 13.1122 16.7842C13.0289 16.6585 12.9848 16.5111 12.9843 16.3604C12.9859 16.2262 13.0216 16.0942 13.0878 15.9775C13.1541 15.861 13.2489 15.7634 13.3632 15.6934C13.2849 15.5831 13.1804 15.4931 13.0595 15.4326C12.9385 15.3721 12.8041 15.3422 12.6689 15.3457ZM12.7236 14.5C12.5243 14.5195 12.3394 14.6146 12.2079 14.7656C12.091 14.8965 12.0232 15.0639 12.0156 15.2393C12.0156 15.2605 12.018 15.2819 12.0224 15.3027C12.038 15.3057 12.0543 15.3076 12.0702 15.3076C12.1619 15.3003 12.2516 15.2743 12.3329 15.2314C12.4143 15.1885 12.486 15.1291 12.5439 15.0576C12.6598 14.9212 12.726 14.7493 12.7304 14.5703C12.7306 14.5467 12.7283 14.5231 12.7236 14.5Z",fill:"currentColor"})),g=a;export{a as IconMagicMouse,g 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.0009 1.5C13.2397 1.5 14.6683 1.51115 15.787 2.07812C17.4609 2.92666 17.7688 4.42945 17.8964 6.0166C18.1861 9.61987 18.0679 13.2291 17.9784 16.8369C17.8772 20.9179 17.0008 22.4895 12.1093 22.4893H11.8935C7.00118 22.4662 6.12458 20.9179 6.02337 16.8369C5.9339 13.2291 5.81569 9.61986 6.1054 6.0166C6.23304 4.42934 6.54163 2.92662 8.21575 2.07812C9.33439 1.51119 10.7622 1.5 12.0009 1.5ZM12.6689 15.3457C12.4058 15.3457 12.1901 15.5068 12.0517 15.5068C11.9065 15.5068 11.7137 15.3555 11.4824 15.3555C11.0468 15.3555 10.6044 15.716 10.6044 16.3965C10.6121 16.8099 10.739 17.2126 10.9697 17.5557C11.1442 17.8004 11.2961 17.9997 11.5136 18C11.7313 18 11.8271 17.8575 12.0947 17.8574C12.3691 17.8574 12.4307 17.9951 12.6689 17.9951C12.9069 17.995 13.0632 17.7799 13.2128 17.5645C13.3175 17.4119 13.3993 17.2441 13.454 17.0674C13.3151 17.0083 13.1957 16.91 13.1122 16.7842C13.0289 16.6585 12.9848 16.5111 12.9843 16.3604C12.9859 16.2262 13.0216 16.0942 13.0878 15.9775C13.1541 15.861 13.2489 15.7634 13.3632 15.6934C13.2849 15.5831 13.1804 15.4931 13.0595 15.4326C12.9385 15.3721 12.8041 15.3422 12.6689 15.3457ZM12.7236 14.5C12.5243 14.5195 12.3394 14.6146 12.2079 14.7656C12.091 14.8965 12.0232 15.0639 12.0156 15.2393C12.0156 15.2605 12.018 15.2819 12.0224 15.3027C12.038 15.3057 12.0543 15.3076 12.0702 15.3076C12.1619 15.3003 12.2516 15.2743 12.3329 15.2314C12.4143 15.1885 12.486 15.1291 12.5439 15.0576C12.6598 14.9212 12.726 14.7493 12.7304 14.5703C12.7306 14.5467 12.7283 14.5231 12.7236 14.5Z\"\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,SAAS,UACT,SAAS,UACT,EAAE,69CACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMagicMouse","props","React","CentralIconBase","IconMagicMouse_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconSparkles2Bold: FC<CentralIconBaseProps>;
4
+ export default IconSparkles2Bold;
@@ -0,0 +1,2 @@
1
+ "use strict";var B=Object.create;var e=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},L=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of u(o))!x.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(l=i(o,t))||l.enumerable});return r};var a=(r,o,C)=>(C=r!=null?B(I(r)):{},L(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>L(e({},"__esModule",{value:!0}),r);var v={};P(v,{IconSparkles2Bold:()=>c,default:()=>d});module.exports=g(v);var n=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),f=({children:r,size:o=24,...C})=>m.default.createElement(s.Svg,{...C,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"),c=r=>n.default.createElement(f,{...r},n.default.createElement(p.Path,{d:"M14.0134 7C14.4272 7 14.7982 7.25482 14.9467 7.64101L16.2906 11.135C16.3922 11.3991 16.6009 11.6078 16.865 11.7094L20.359 13.0533C20.7452 13.2018 21 13.5728 21 13.9866V14.0134C21 14.4272 20.7452 14.7982 20.359 14.9467L16.865 16.2906C16.6009 16.3922 16.3922 16.6009 16.2906 16.865L14.9467 20.359C14.7982 20.7452 14.4272 21 14.0134 21H13.9866C13.5728 21 13.2018 20.7452 13.0533 20.359L11.7094 16.865C11.6078 16.6009 11.3991 16.3922 11.135 16.2906L7.64101 14.9467C7.25482 14.7982 7 14.4272 7 14.0134V13.9866C7 13.5728 7.25482 13.2018 7.64101 13.0533L11.135 11.7094C11.3991 11.6078 11.6078 11.3991 11.7094 11.135L13.0533 7.64101C13.2018 7.25482 13.5728 7 13.9866 7H14.0134Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M7 3C7.24122 3 7.45754 3.14856 7.54414 3.3737L8.24085 5.18485C8.34242 5.44891 8.55109 5.65758 8.81515 5.75915L10.6263 6.45586C10.8514 6.54246 11 6.75878 11 7C11 7.24122 10.8514 7.45754 10.6263 7.54414L8.81515 8.24085C8.55109 8.34242 8.34242 8.55109 8.24085 8.81515L7.54414 10.6263C7.45754 10.8514 7.24122 11 7 11C6.75878 11 6.54246 10.8514 6.45586 10.6263L5.75915 8.81515C5.65758 8.55109 5.44891 8.34242 5.18485 8.24085L3.3737 7.54414C3.14855 7.45754 3 7.24122 3 7C3 6.75878 3.14856 6.54246 3.3737 6.45586L5.18485 5.75915C5.44891 5.65758 5.65758 5.44891 5.75915 5.18485L6.45586 3.3737C6.54246 3.14855 6.75878 3 7 3Z",fill:"currentColor"})),d=c;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.0134 7C14.4272 7 14.7982 7.25482 14.9467 7.64101L16.2906 11.135C16.3922 11.3991 16.6009 11.6078 16.865 11.7094L20.359 13.0533C20.7452 13.2018 21 13.5728 21 13.9866V14.0134C21 14.4272 20.7452 14.7982 20.359 14.9467L16.865 16.2906C16.6009 16.3922 16.3922 16.6009 16.2906 16.865L14.9467 20.359C14.7982 20.7452 14.4272 21 14.0134 21H13.9866C13.5728 21 13.2018 20.7452 13.0533 20.359L11.7094 16.865C11.6078 16.6009 11.3991 16.3922 11.135 16.2906L7.64101 14.9467C7.25482 14.7982 7 14.4272 7 14.0134V13.9866C7 13.5728 7.25482 13.2018 7.64101 13.0533L11.135 11.7094C11.3991 11.6078 11.6078 11.3991 11.7094 11.135L13.0533 7.64101C13.2018 7.25482 13.5728 7 13.9866 7H14.0134Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7 3C7.24122 3 7.45754 3.14856 7.54414 3.3737L8.24085 5.18485C8.34242 5.44891 8.55109 5.65758 8.81515 5.75915L10.6263 6.45586C10.8514 6.54246 11 6.75878 11 7C11 7.24122 10.8514 7.45754 10.6263 7.54414L8.81515 8.24085C8.55109 8.34242 8.34242 8.55109 8.24085 8.81515L7.54414 10.6263C7.45754 10.8514 7.24122 11 7 11C6.75878 11 6.54246 10.8514 6.45586 10.6263L5.75915 8.81515C5.65758 8.55109 5.44891 8.34242 5.18485 8.24085L3.3737 7.54414C3.14855 7.45754 3 7.24122 3 7C3 6.75878 3.14856 6.54246 3.3737 6.45586L5.18485 5.75915C5.44891 5.65758 5.65758 5.44891 5.75915 5.18485L6.45586 3.3737C6.54246 3.14855 6.75878 3 7 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,gqBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0mBACF,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 C from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(l,{...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 e}from"react-native-svg";var L=o=>C.createElement(t,{...o},C.createElement(e,{d:"M14.0134 7C14.4272 7 14.7982 7.25482 14.9467 7.64101L16.2906 11.135C16.3922 11.3991 16.6009 11.6078 16.865 11.7094L20.359 13.0533C20.7452 13.2018 21 13.5728 21 13.9866V14.0134C21 14.4272 20.7452 14.7982 20.359 14.9467L16.865 16.2906C16.6009 16.3922 16.3922 16.6009 16.2906 16.865L14.9467 20.359C14.7982 20.7452 14.4272 21 14.0134 21H13.9866C13.5728 21 13.2018 20.7452 13.0533 20.359L11.7094 16.865C11.6078 16.6009 11.3991 16.3922 11.135 16.2906L7.64101 14.9467C7.25482 14.7982 7 14.4272 7 14.0134V13.9866C7 13.5728 7.25482 13.2018 7.64101 13.0533L11.135 11.7094C11.3991 11.6078 11.6078 11.3991 11.7094 11.135L13.0533 7.64101C13.2018 7.25482 13.5728 7 13.9866 7H14.0134Z",fill:"currentColor"}),C.createElement(e,{d:"M7 3C7.24122 3 7.45754 3.14856 7.54414 3.3737L8.24085 5.18485C8.34242 5.44891 8.55109 5.65758 8.81515 5.75915L10.6263 6.45586C10.8514 6.54246 11 6.75878 11 7C11 7.24122 10.8514 7.45754 10.6263 7.54414L8.81515 8.24085C8.55109 8.34242 8.34242 8.55109 8.24085 8.81515L7.54414 10.6263C7.45754 10.8514 7.24122 11 7 11C6.75878 11 6.54246 10.8514 6.45586 10.6263L5.75915 8.81515C5.65758 8.55109 5.44891 8.34242 5.18485 8.24085L3.3737 7.54414C3.14855 7.45754 3 7.24122 3 7C3 6.75878 3.14856 6.54246 3.3737 6.45586L5.18485 5.75915C5.44891 5.65758 5.65758 5.44891 5.75915 5.18485L6.45586 3.3737C6.54246 3.14855 6.75878 3 7 3Z",fill:"currentColor"})),x=L;export{L 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.0134 7C14.4272 7 14.7982 7.25482 14.9467 7.64101L16.2906 11.135C16.3922 11.3991 16.6009 11.6078 16.865 11.7094L20.359 13.0533C20.7452 13.2018 21 13.5728 21 13.9866V14.0134C21 14.4272 20.7452 14.7982 20.359 14.9467L16.865 16.2906C16.6009 16.3922 16.3922 16.6009 16.2906 16.865L14.9467 20.359C14.7982 20.7452 14.4272 21 14.0134 21H13.9866C13.5728 21 13.2018 20.7452 13.0533 20.359L11.7094 16.865C11.6078 16.6009 11.3991 16.3922 11.135 16.2906L7.64101 14.9467C7.25482 14.7982 7 14.4272 7 14.0134V13.9866C7 13.5728 7.25482 13.2018 7.64101 13.0533L11.135 11.7094C11.3991 11.6078 11.6078 11.3991 11.7094 11.135L13.0533 7.64101C13.2018 7.25482 13.5728 7 13.9866 7H14.0134Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7 3C7.24122 3 7.45754 3.14856 7.54414 3.3737L8.24085 5.18485C8.34242 5.44891 8.55109 5.65758 8.81515 5.75915L10.6263 6.45586C10.8514 6.54246 11 6.75878 11 7C11 7.24122 10.8514 7.45754 10.6263 7.54414L8.81515 8.24085C8.55109 8.34242 8.34242 8.55109 8.24085 8.81515L7.54414 10.6263C7.45754 10.8514 7.24122 11 7 11C6.75878 11 6.54246 10.8514 6.45586 10.6263L5.75915 8.81515C5.65758 8.55109 5.44891 8.34242 5.18485 8.24085L3.3737 7.54414C3.14855 7.45754 3 7.24122 3 7C3 6.75878 3.14856 6.54246 3.3737 6.45586L5.18485 5.75915C5.44891 5.65758 5.65758 5.44891 5.75915 5.18485L6.45586 3.3737C6.54246 3.14855 6.75878 3 7 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,gqBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0mBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSparkles2Bold","props","React","CentralIconBase","IconSparkles2Bold_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconSparkles3Bold: FC<CentralIconBaseProps>;
4
+ export default IconSparkles3Bold;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(C,r)=>{for(var o in r)n(C,o,{get:r[o],enumerable:!0})},l=(C,r,o,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of B(r))!x.call(C,t)&&t!==o&&n(C,t,{get:()=>r[t],enumerable:!(p=u(r,t))||p.enumerable});return C};var a=(C,r,o)=>(o=C!=null?i(I(C)):{},l(r||!C||!C.__esModule?n(o,"default",{value:C,enumerable:!0}):o,C)),d=C=>l(n({},"__esModule",{value:!0}),C);var v={};P(v,{IconSparkles3Bold:()=>c,default:()=>g});module.exports=d(v);var e=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),f=({children:C,size:r=24,...o})=>m.default.createElement(s.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 L=require("react-native-svg"),c=C=>e.default.createElement(f,{...C},e.default.createElement(L.Path,{d:"M8 14C8.18074 14 8.34235 14.1116 8.40723 14.2803L8.89062 15.5352C8.9922 15.7992 9.20078 16.0078 9.46484 16.1094L10.7197 16.5928C10.8884 16.6577 11 16.8193 11 17C11 17.1807 10.8884 17.3423 10.7197 17.4072L9.46484 17.8906C9.20078 17.9922 8.9922 18.2008 8.89062 18.4648L8.40723 19.7197C8.34235 19.8884 8.18074 20 8 20C7.81926 20 7.65765 19.8884 7.59277 19.7197L7.10938 18.4648C7.0078 18.2008 6.79922 17.9922 6.53516 17.8906L5.28027 17.4072C5.11158 17.3423 5 17.1807 5 17C5 16.8193 5.11158 16.6577 5.28027 16.5928L6.53516 16.1094C6.79922 16.0078 7.0078 15.7992 7.10938 15.5352L7.59277 14.2803C7.65765 14.1116 7.81926 14 8 14Z",fill:"currentColor"}),e.default.createElement(L.Path,{d:"M16 6C16.3613 6 16.6856 6.22239 16.8154 6.55957L17.9404 9.48535C18.042 9.74933 18.2507 9.95799 18.5146 10.0596L21.4404 11.1846C21.7776 11.3144 22 11.6387 22 12C22 12.3613 21.7776 12.6856 21.4404 12.8154L18.5146 13.9404C18.2507 14.042 18.042 14.2507 17.9404 14.5146L16.8154 17.4404C16.6856 17.7776 16.3613 18 16 18C15.6387 18 15.3144 17.7776 15.1846 17.4404L14.0596 14.5146C13.958 14.2507 13.7493 14.042 13.4854 13.9404L10.5596 12.8154C10.2224 12.6856 10 12.3613 10 12C10 11.6387 10.2224 11.3144 10.5596 11.1846L13.4854 10.0596C13.7493 9.95799 13.958 9.74933 14.0596 9.48535L15.1846 6.55957C15.3144 6.22239 15.6387 6 16 6Z",fill:"currentColor"}),e.default.createElement(L.Path,{d:"M6 4C6.24094 4 6.4574 4.1482 6.54395 4.37305L7.24023 6.18555C7.34181 6.44944 7.55056 6.65819 7.81445 6.75977L9.62695 7.45605C9.8518 7.5426 10 7.75906 10 8C10 8.24094 9.8518 8.4574 9.62695 8.54395L7.81445 9.24023C7.55056 9.34181 7.34181 9.55056 7.24023 9.81445L6.54395 11.627C6.4574 11.8518 6.24094 12 6 12C5.75906 12 5.5426 11.8518 5.45605 11.627L4.75977 9.81445C4.65819 9.55056 4.44944 9.34181 4.18555 9.24023L2.37305 8.54395C2.1482 8.4574 2 8.24094 2 8C2 7.75906 2.1482 7.5426 2.37305 7.45605L4.18555 6.75977C4.44944 6.65819 4.65819 6.44944 4.75977 6.18555L5.45605 4.37305C5.5426 4.1482 5.75906 4 6 4Z",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=\"M8 14C8.18074 14 8.34235 14.1116 8.40723 14.2803L8.89062 15.5352C8.9922 15.7992 9.20078 16.0078 9.46484 16.1094L10.7197 16.5928C10.8884 16.6577 11 16.8193 11 17C11 17.1807 10.8884 17.3423 10.7197 17.4072L9.46484 17.8906C9.20078 17.9922 8.9922 18.2008 8.89062 18.4648L8.40723 19.7197C8.34235 19.8884 8.18074 20 8 20C7.81926 20 7.65765 19.8884 7.59277 19.7197L7.10938 18.4648C7.0078 18.2008 6.79922 17.9922 6.53516 17.8906L5.28027 17.4072C5.11158 17.3423 5 17.1807 5 17C5 16.8193 5.11158 16.6577 5.28027 16.5928L6.53516 16.1094C6.79922 16.0078 7.0078 15.7992 7.10938 15.5352L7.59277 14.2803C7.65765 14.1116 7.81926 14 8 14Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16 6C16.3613 6 16.6856 6.22239 16.8154 6.55957L17.9404 9.48535C18.042 9.74933 18.2507 9.95799 18.5146 10.0596L21.4404 11.1846C21.7776 11.3144 22 11.6387 22 12C22 12.3613 21.7776 12.6856 21.4404 12.8154L18.5146 13.9404C18.2507 14.042 18.042 14.2507 17.9404 14.5146L16.8154 17.4404C16.6856 17.7776 16.3613 18 16 18C15.6387 18 15.3144 17.7776 15.1846 17.4404L14.0596 14.5146C13.958 14.2507 13.7493 14.042 13.4854 13.9404L10.5596 12.8154C10.2224 12.6856 10 12.3613 10 12C10 11.6387 10.2224 11.3144 10.5596 11.1846L13.4854 10.0596C13.7493 9.95799 13.958 9.74933 14.0596 9.48535L15.1846 6.55957C15.3144 6.22239 15.6387 6 16 6Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6 4C6.24094 4 6.4574 4.1482 6.54395 4.37305L7.24023 6.18555C7.34181 6.44944 7.55056 6.65819 7.81445 6.75977L9.62695 7.45605C9.8518 7.5426 10 7.75906 10 8C10 8.24094 9.8518 8.4574 9.62695 8.54395L7.81445 9.24023C7.55056 9.34181 7.34181 9.55056 7.24023 9.81445L6.54395 11.627C6.4574 11.8518 6.24094 12 6 12C5.75906 12 5.5426 11.8518 5.45605 11.627L4.75977 9.81445C4.65819 9.55056 4.44944 9.34181 4.18555 9.24023L2.37305 8.54395C2.1482 8.4574 2 8.24094 2 8C2 7.75906 2.1482 7.5426 2.37305 7.45605L4.18555 6.75977C4.44944 6.65819 4.65819 6.44944 4.75977 6.18555L5.45605 4.37305C5.5426 4.1482 5.75906 4 6 4Z\"\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,gnBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gnBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8lBACF,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 r from"react";import L from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:C=24,...n})=>L.createElement(p,{...n,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},o);import{Path as t}from"react-native-svg";var l=o=>r.createElement(e,{...o},r.createElement(t,{d:"M8 14C8.18074 14 8.34235 14.1116 8.40723 14.2803L8.89062 15.5352C8.9922 15.7992 9.20078 16.0078 9.46484 16.1094L10.7197 16.5928C10.8884 16.6577 11 16.8193 11 17C11 17.1807 10.8884 17.3423 10.7197 17.4072L9.46484 17.8906C9.20078 17.9922 8.9922 18.2008 8.89062 18.4648L8.40723 19.7197C8.34235 19.8884 8.18074 20 8 20C7.81926 20 7.65765 19.8884 7.59277 19.7197L7.10938 18.4648C7.0078 18.2008 6.79922 17.9922 6.53516 17.8906L5.28027 17.4072C5.11158 17.3423 5 17.1807 5 17C5 16.8193 5.11158 16.6577 5.28027 16.5928L6.53516 16.1094C6.79922 16.0078 7.0078 15.7992 7.10938 15.5352L7.59277 14.2803C7.65765 14.1116 7.81926 14 8 14Z",fill:"currentColor"}),r.createElement(t,{d:"M16 6C16.3613 6 16.6856 6.22239 16.8154 6.55957L17.9404 9.48535C18.042 9.74933 18.2507 9.95799 18.5146 10.0596L21.4404 11.1846C21.7776 11.3144 22 11.6387 22 12C22 12.3613 21.7776 12.6856 21.4404 12.8154L18.5146 13.9404C18.2507 14.042 18.042 14.2507 17.9404 14.5146L16.8154 17.4404C16.6856 17.7776 16.3613 18 16 18C15.6387 18 15.3144 17.7776 15.1846 17.4404L14.0596 14.5146C13.958 14.2507 13.7493 14.042 13.4854 13.9404L10.5596 12.8154C10.2224 12.6856 10 12.3613 10 12C10 11.6387 10.2224 11.3144 10.5596 11.1846L13.4854 10.0596C13.7493 9.95799 13.958 9.74933 14.0596 9.48535L15.1846 6.55957C15.3144 6.22239 15.6387 6 16 6Z",fill:"currentColor"}),r.createElement(t,{d:"M6 4C6.24094 4 6.4574 4.1482 6.54395 4.37305L7.24023 6.18555C7.34181 6.44944 7.55056 6.65819 7.81445 6.75977L9.62695 7.45605C9.8518 7.5426 10 7.75906 10 8C10 8.24094 9.8518 8.4574 9.62695 8.54395L7.81445 9.24023C7.55056 9.34181 7.34181 9.55056 7.24023 9.81445L6.54395 11.627C6.4574 11.8518 6.24094 12 6 12C5.75906 12 5.5426 11.8518 5.45605 11.627L4.75977 9.81445C4.65819 9.55056 4.44944 9.34181 4.18555 9.24023L2.37305 8.54395C2.1482 8.4574 2 8.24094 2 8C2 7.75906 2.1482 7.5426 2.37305 7.45605L4.18555 6.75977C4.44944 6.65819 4.65819 6.44944 4.75977 6.18555L5.45605 4.37305C5.5426 4.1482 5.75906 4 6 4Z",fill:"currentColor"})),x=l;export{l 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=\"M8 14C8.18074 14 8.34235 14.1116 8.40723 14.2803L8.89062 15.5352C8.9922 15.7992 9.20078 16.0078 9.46484 16.1094L10.7197 16.5928C10.8884 16.6577 11 16.8193 11 17C11 17.1807 10.8884 17.3423 10.7197 17.4072L9.46484 17.8906C9.20078 17.9922 8.9922 18.2008 8.89062 18.4648L8.40723 19.7197C8.34235 19.8884 8.18074 20 8 20C7.81926 20 7.65765 19.8884 7.59277 19.7197L7.10938 18.4648C7.0078 18.2008 6.79922 17.9922 6.53516 17.8906L5.28027 17.4072C5.11158 17.3423 5 17.1807 5 17C5 16.8193 5.11158 16.6577 5.28027 16.5928L6.53516 16.1094C6.79922 16.0078 7.0078 15.7992 7.10938 15.5352L7.59277 14.2803C7.65765 14.1116 7.81926 14 8 14Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16 6C16.3613 6 16.6856 6.22239 16.8154 6.55957L17.9404 9.48535C18.042 9.74933 18.2507 9.95799 18.5146 10.0596L21.4404 11.1846C21.7776 11.3144 22 11.6387 22 12C22 12.3613 21.7776 12.6856 21.4404 12.8154L18.5146 13.9404C18.2507 14.042 18.042 14.2507 17.9404 14.5146L16.8154 17.4404C16.6856 17.7776 16.3613 18 16 18C15.6387 18 15.3144 17.7776 15.1846 17.4404L14.0596 14.5146C13.958 14.2507 13.7493 14.042 13.4854 13.9404L10.5596 12.8154C10.2224 12.6856 10 12.3613 10 12C10 11.6387 10.2224 11.3144 10.5596 11.1846L13.4854 10.0596C13.7493 9.95799 13.958 9.74933 14.0596 9.48535L15.1846 6.55957C15.3144 6.22239 15.6387 6 16 6Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6 4C6.24094 4 6.4574 4.1482 6.54395 4.37305L7.24023 6.18555C7.34181 6.44944 7.55056 6.65819 7.81445 6.75977L9.62695 7.45605C9.8518 7.5426 10 7.75906 10 8C10 8.24094 9.8518 8.4574 9.62695 8.54395L7.81445 9.24023C7.55056 9.34181 7.34181 9.55056 7.24023 9.81445L6.54395 11.627C6.4574 11.8518 6.24094 12 6 12C5.75906 12 5.5426 11.8518 5.45605 11.627L4.75977 9.81445C4.65819 9.55056 4.44944 9.34181 4.18555 9.24023L2.37305 8.54395C2.1482 8.4574 2 8.24094 2 8C2 7.75906 2.1482 7.5426 2.37305 7.45605L4.18555 6.75977C4.44944 6.65819 4.65819 6.44944 4.75977 6.18555L5.45605 4.37305C5.5426 4.1482 5.75906 4 6 4Z\"\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,gnBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gnBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8lBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSparkles3Bold","props","React","CentralIconBase","IconSparkles3Bold_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconStudioDisplay1: FC<CentralIconBaseProps>;
4
+ export default IconStudioDisplay1;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!g.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=x(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(I(r)):{},C(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>C(n({},"__esModule",{value:!0}),r);var d={};h(d,{IconStudioDisplay1:()=>f,default:()=>y});module.exports=P(d);var p=m(require("react"));var s=m(require("react")),i=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(i.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 l=require("react-native-svg"),f=r=>p.default.createElement(c,{...r},p.default.createElement(l.Path,{d:"M9 17H15V20C15 20.5523 14.5523 21 14 21H10C9.44772 21 9 20.5523 9 20V17Z",fill:"currentColor"}),p.default.createElement(l.Rect,{x:"2",y:"3",width:"20",height:"13",rx:"1",fill:"currentColor"})),y=f;0&&(module.exports={IconStudioDisplay1});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconStudioDisplay1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path, Rect } from \"react-native-svg\";\n\nexport const IconStudioDisplay1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9 17H15V20C15 20.5523 14.5523 21 14 21H10C9.44772 21 9 20.5523 9 20V17Z\"\n fill=\"currentColor\"\n />\n <Rect x=\"2\" y=\"3\" width=\"20\" height=\"13\" rx=\"1\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconStudioDisplay1;\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,EAA2B,4BAEdC,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2EACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,IAAI,EAAE,IAAI,MAAM,KAAK,OAAO,KAAK,GAAG,IAAI,KAAK,eAAe,CACtE,EAIGE,EAAQJ","names":["IconStudioDisplay1_exports","__export","IconStudioDisplay1","IconStudioDisplay1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconStudioDisplay1","props","React","CentralIconBase","IconStudioDisplay1_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,...n})=>p.createElement(l,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a,Rect as C}from"react-native-svg";var m=o=>t.createElement(e,{...o},t.createElement(a,{d:"M9 17H15V20C15 20.5523 14.5523 21 14 21H10C9.44772 21 9 20.5523 9 20V17Z",fill:"currentColor"}),t.createElement(C,{x:"2",y:"3",width:"20",height:"13",rx:"1",fill:"currentColor"})),h=m;export{m as IconStudioDisplay1,h as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconStudioDisplay1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path, Rect } from \"react-native-svg\";\n\nexport const IconStudioDisplay1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9 17H15V20C15 20.5523 14.5523 21 14 21H10C9.44772 21 9 20.5523 9 20V17Z\"\n fill=\"currentColor\"\n />\n <Rect x=\"2\" y=\"3\" width=\"20\" height=\"13\" rx=\"1\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconStudioDisplay1;\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,EAAM,QAAAC,MAAY,mBAEpB,IAAMC,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,EAAE,2EACF,KAAK,eACP,EACAI,EAAA,cAACH,EAAA,CAAK,EAAE,IAAI,EAAE,IAAI,MAAM,KAAK,OAAO,KAAK,GAAG,IAAI,KAAK,eAAe,CACtE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","Rect","IconStudioDisplay1","props","React","CentralIconBase","IconStudioDisplay1_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
@@ -632,6 +635,7 @@ Below is a complete list of available icons:
632
635
  - IconSpeaker
633
636
  - IconStorage
634
637
  - IconStudioDisplay
638
+ - IconStudioDisplay1
635
639
  - IconTablet
636
640
  - IconTape
637
641
  - IconTape2
@@ -653,6 +657,7 @@ Below is a complete list of available icons:
653
657
  - IconBezierAdd
654
658
  - IconBezierCircle
655
659
  - IconBezierCurve
660
+ - IconBezierCurves1
656
661
  - IconBezierEdit
657
662
  - IconBezierPointer
658
663
  - IconBezierRemove
@@ -3304,6 +3304,20 @@
3304
3304
  "packageName": "round-filled-radius-0-stroke-2",
3305
3305
  "componentName": "IconBezierCurves"
3306
3306
  },
3307
+ {
3308
+ "category": "Edit",
3309
+ "svg": "<path d=\"M19 17C20.1046 17 21 17.8954 21 19C21 20.1046 20.1046 21 19 21C18.2601 21 17.6155 20.5973 17.2695 20H16.5C15.9477 20 15.5 19.5523 15.5 19C15.5 18.4477 15.9477 18 16.5 18H17.2695C17.6155 17.4027 18.2601 17 19 17Z\" fill=\"currentColor\"/><path d=\"M20 4C20.5523 4 21 4.44772 21 5C21 5.55228 20.5523 6 20 6C17.8423 6 16.4977 6.7522 15.4893 7.86035C14.4237 9.03128 13.7073 10.6215 12.9141 12.4062C12.1517 14.1215 11.3125 16.0313 9.98926 17.4854C8.60885 19.0022 6.73119 20 4 20C3.44772 20 3 19.5523 3 19C3 18.4477 3.44772 18 4 18C6.15767 18 7.50227 17.2478 8.51074 16.1396C9.57633 14.9687 10.2927 13.3785 11.0859 11.5938C11.8483 9.87848 12.6875 7.96872 14.0107 6.51465C15.3912 4.99783 17.2688 4 20 4Z\" fill=\"currentColor\"/><path d=\"M13 18C13.5523 18 14 18.4477 14 19C14 19.5523 13.5523 20 13 20H12C11.4477 20 11 19.5523 11 19C11 18.4477 11.4477 18 12 18H13Z\" fill=\"currentColor\"/><path d=\"M5 3C5.73993 3 6.38454 3.40267 6.73047 4H7.5C8.05228 4 8.5 4.44772 8.5 5C8.5 5.55228 8.05228 6 7.5 6H6.73047C6.38454 6.59733 5.73993 7 5 7C3.89543 7 3 6.10457 3 5C3 3.89543 3.89543 3 5 3Z\" fill=\"currentColor\"/><path d=\"M12 4C12.5523 4 13 4.44772 13 5C13 5.55228 12.5523 6 12 6H11C10.4477 6 10 5.55228 10 5C10 4.44772 10.4477 4 11 4H12Z\" fill=\"currentColor\"/>",
3310
+ "iconName": "bezier-curves, path",
3311
+ "variant": {
3312
+ "join": "round",
3313
+ "filled": "on",
3314
+ "radius": "0",
3315
+ "stroke": "2"
3316
+ },
3317
+ "createdAt": "2026-03-20T10:01:21.055348+00:00",
3318
+ "packageName": "round-filled-radius-0-stroke-2",
3319
+ "componentName": "IconBezierCurves1"
3320
+ },
3307
3321
  {
3308
3322
  "category": "Edit",
3309
3323
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.7929 13.4596C17.8278 12.4247 19.5056 12.4247 20.5404 13.4596C21.5753 14.4944 21.5753 16.1722 20.5404 17.2071L17.0404 20.7071C16.8529 20.8946 16.5986 21 16.3333 21H14C13.4477 21 13 20.5523 13 20V17.6667C13 17.4014 13.1054 17.1471 13.2929 16.9596L16.7929 13.4596Z\" fill=\"currentColor\"/><path d=\"M4 3C3.44772 3 3 3.44772 3 4V8C3 8.55228 3.44772 9 4 9H5V15H4C3.44772 15 3 15.4477 3 16V20C3 20.5523 3.44772 21 4 21H8C8.55228 21 9 20.5523 9 20V19H10C10.5523 19 11 18.5523 11 18C11 17.4477 10.5523 17 10 17H9V16C9 15.4477 8.55228 15 8 15H7V9H8C8.55228 9 9 8.55228 9 8V7H15V8C15 8.55228 15.4477 9 16 9H17V10C17 10.5523 17.4477 11 18 11C18.5523 11 19 10.5523 19 10V9H20C20.5523 9 21 8.55228 21 8V4C21 3.44772 20.5523 3 20 3H16C15.4477 3 15 3.44772 15 4V5H9V4C9 3.44772 8.55228 3 8 3H4Z\" fill=\"currentColor\"/>",
@@ -15134,6 +15148,20 @@
15134
15148
  "packageName": "round-filled-radius-0-stroke-2",
15135
15149
  "componentName": "IconMagicLamp"
15136
15150
  },
15151
+ {
15152
+ "category": "Devices & Signals",
15153
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0009 1.5C13.2397 1.5 14.6683 1.51115 15.787 2.07812C17.4609 2.92666 17.7688 4.42945 17.8964 6.0166C18.1861 9.61987 18.0679 13.2291 17.9784 16.8369C17.8772 20.9179 17.0008 22.4895 12.1093 22.4893H11.8935C7.00118 22.4662 6.12458 20.9179 6.02337 16.8369C5.9339 13.2291 5.81569 9.61986 6.1054 6.0166C6.23304 4.42934 6.54163 2.92662 8.21575 2.07812C9.33439 1.51119 10.7622 1.5 12.0009 1.5ZM12.6689 15.3457C12.4058 15.3457 12.1901 15.5068 12.0517 15.5068C11.9065 15.5068 11.7137 15.3555 11.4824 15.3555C11.0468 15.3555 10.6044 15.716 10.6044 16.3965C10.6121 16.8099 10.739 17.2126 10.9697 17.5557C11.1442 17.8004 11.2961 17.9997 11.5136 18C11.7313 18 11.8271 17.8575 12.0947 17.8574C12.3691 17.8574 12.4307 17.9951 12.6689 17.9951C12.9069 17.995 13.0632 17.7799 13.2128 17.5645C13.3175 17.4119 13.3993 17.2441 13.454 17.0674C13.3151 17.0083 13.1957 16.91 13.1122 16.7842C13.0289 16.6585 12.9848 16.5111 12.9843 16.3604C12.9859 16.2262 13.0216 16.0942 13.0878 15.9775C13.1541 15.861 13.2489 15.7634 13.3632 15.6934C13.2849 15.5831 13.1804 15.4931 13.0595 15.4326C12.9385 15.3721 12.8041 15.3422 12.6689 15.3457ZM12.7236 14.5C12.5243 14.5195 12.3394 14.6146 12.2079 14.7656C12.091 14.8965 12.0232 15.0639 12.0156 15.2393C12.0156 15.2605 12.018 15.2819 12.0224 15.3027C12.038 15.3057 12.0543 15.3076 12.0702 15.3076C12.1619 15.3003 12.2516 15.2743 12.3329 15.2314C12.4143 15.1885 12.486 15.1291 12.5439 15.0576C12.6598 14.9212 12.726 14.7493 12.7304 14.5703C12.7306 14.5467 12.7283 14.5231 12.7236 14.5Z\" fill=\"currentColor\"/>",
15154
+ "iconName": "magic-mouse",
15155
+ "variant": {
15156
+ "join": "round",
15157
+ "filled": "on",
15158
+ "radius": "0",
15159
+ "stroke": "2"
15160
+ },
15161
+ "createdAt": "2026-03-20T10:01:21.055348+00:00",
15162
+ "packageName": "round-filled-radius-0-stroke-2",
15163
+ "componentName": "IconMagicMouse"
15164
+ },
15137
15165
  {
15138
15166
  "category": "AI & Magic",
15139
15167
  "svg": "<path d=\"M11.4704 3.00136C11.1629 2.73947 10.728 2.68832 10.3681 2.8717C10.0082 3.05508 9.79393 3.43698 9.82504 3.83971L10.1493 8.03771L6.56244 10.2429C6.21834 10.4545 6.03531 10.8523 6.09849 11.2512C6.16168 11.6502 6.45869 11.972 6.85132 12.0668L9.80503 12.7805L3.29289 19.2926C2.90237 19.6832 2.90237 20.3163 3.29289 20.7069C3.68342 21.0974 4.31658 21.0974 4.70711 20.7069L11.2192 14.1947L11.9329 17.1484C12.0278 17.5411 12.3496 17.8381 12.7485 17.9013C13.1475 17.9644 13.5453 17.7814 13.7568 17.4373L15.962 13.8505L20.16 14.1747C20.5628 14.2058 20.9447 13.9916 21.1281 13.6317C21.3114 13.2718 21.2603 12.8369 20.9984 12.5293L18.2686 9.32368L19.8742 5.43134C20.0282 5.05793 19.9425 4.62852 19.6569 4.3429C19.3712 4.05728 18.9418 3.97154 18.5684 4.12557L14.6761 5.73118L11.4704 3.00136Z\" fill=\"currentColor\"/>",
@@ -22036,6 +22064,34 @@
22036
22064
  "packageName": "round-filled-radius-0-stroke-2",
22037
22065
  "componentName": "IconSparkleHightlight"
22038
22066
  },
22067
+ {
22068
+ "category": "AI & Magic",
22069
+ "svg": "<path d=\"M14.0134 7C14.4272 7 14.7982 7.25482 14.9467 7.64101L16.2906 11.135C16.3922 11.3991 16.6009 11.6078 16.865 11.7094L20.359 13.0533C20.7452 13.2018 21 13.5728 21 13.9866V14.0134C21 14.4272 20.7452 14.7982 20.359 14.9467L16.865 16.2906C16.6009 16.3922 16.3922 16.6009 16.2906 16.865L14.9467 20.359C14.7982 20.7452 14.4272 21 14.0134 21H13.9866C13.5728 21 13.2018 20.7452 13.0533 20.359L11.7094 16.865C11.6078 16.6009 11.3991 16.3922 11.135 16.2906L7.64101 14.9467C7.25482 14.7982 7 14.4272 7 14.0134V13.9866C7 13.5728 7.25482 13.2018 7.64101 13.0533L11.135 11.7094C11.3991 11.6078 11.6078 11.3991 11.7094 11.135L13.0533 7.64101C13.2018 7.25482 13.5728 7 13.9866 7H14.0134Z\" fill=\"currentColor\"/><path d=\"M7 3C7.24122 3 7.45754 3.14856 7.54414 3.3737L8.24085 5.18485C8.34242 5.44891 8.55109 5.65758 8.81515 5.75915L10.6263 6.45586C10.8514 6.54246 11 6.75878 11 7C11 7.24122 10.8514 7.45754 10.6263 7.54414L8.81515 8.24085C8.55109 8.34242 8.34242 8.55109 8.24085 8.81515L7.54414 10.6263C7.45754 10.8514 7.24122 11 7 11C6.75878 11 6.54246 10.8514 6.45586 10.6263L5.75915 8.81515C5.65758 8.55109 5.44891 8.34242 5.18485 8.24085L3.3737 7.54414C3.14855 7.45754 3 7.24122 3 7C3 6.75878 3.14856 6.54246 3.3737 6.45586L5.18485 5.75915C5.44891 5.65758 5.65758 5.44891 5.75915 5.18485L6.45586 3.3737C6.54246 3.14855 6.75878 3 7 3Z\" fill=\"currentColor\"/>",
22070
+ "iconName": "sparkles-2-bold, ai, magic",
22071
+ "variant": {
22072
+ "join": "round",
22073
+ "filled": "on",
22074
+ "radius": "0",
22075
+ "stroke": "2"
22076
+ },
22077
+ "createdAt": "2026-03-20T10:01:21.055348+00:00",
22078
+ "packageName": "round-filled-radius-0-stroke-2",
22079
+ "componentName": "IconSparkles2Bold"
22080
+ },
22081
+ {
22082
+ "category": "AI & Magic",
22083
+ "svg": "<path d=\"M8 14C8.18074 14 8.34235 14.1116 8.40723 14.2803L8.89062 15.5352C8.9922 15.7992 9.20078 16.0078 9.46484 16.1094L10.7197 16.5928C10.8884 16.6577 11 16.8193 11 17C11 17.1807 10.8884 17.3423 10.7197 17.4072L9.46484 17.8906C9.20078 17.9922 8.9922 18.2008 8.89062 18.4648L8.40723 19.7197C8.34235 19.8884 8.18074 20 8 20C7.81926 20 7.65765 19.8884 7.59277 19.7197L7.10938 18.4648C7.0078 18.2008 6.79922 17.9922 6.53516 17.8906L5.28027 17.4072C5.11158 17.3423 5 17.1807 5 17C5 16.8193 5.11158 16.6577 5.28027 16.5928L6.53516 16.1094C6.79922 16.0078 7.0078 15.7992 7.10938 15.5352L7.59277 14.2803C7.65765 14.1116 7.81926 14 8 14Z\" fill=\"currentColor\"/><path d=\"M16 6C16.3613 6 16.6856 6.22239 16.8154 6.55957L17.9404 9.48535C18.042 9.74933 18.2507 9.95799 18.5146 10.0596L21.4404 11.1846C21.7776 11.3144 22 11.6387 22 12C22 12.3613 21.7776 12.6856 21.4404 12.8154L18.5146 13.9404C18.2507 14.042 18.042 14.2507 17.9404 14.5146L16.8154 17.4404C16.6856 17.7776 16.3613 18 16 18C15.6387 18 15.3144 17.7776 15.1846 17.4404L14.0596 14.5146C13.958 14.2507 13.7493 14.042 13.4854 13.9404L10.5596 12.8154C10.2224 12.6856 10 12.3613 10 12C10 11.6387 10.2224 11.3144 10.5596 11.1846L13.4854 10.0596C13.7493 9.95799 13.958 9.74933 14.0596 9.48535L15.1846 6.55957C15.3144 6.22239 15.6387 6 16 6Z\" fill=\"currentColor\"/><path d=\"M6 4C6.24094 4 6.4574 4.1482 6.54395 4.37305L7.24023 6.18555C7.34181 6.44944 7.55056 6.65819 7.81445 6.75977L9.62695 7.45605C9.8518 7.5426 10 7.75906 10 8C10 8.24094 9.8518 8.4574 9.62695 8.54395L7.81445 9.24023C7.55056 9.34181 7.34181 9.55056 7.24023 9.81445L6.54395 11.627C6.4574 11.8518 6.24094 12 6 12C5.75906 12 5.5426 11.8518 5.45605 11.627L4.75977 9.81445C4.65819 9.55056 4.44944 9.34181 4.18555 9.24023L2.37305 8.54395C2.1482 8.4574 2 8.24094 2 8C2 7.75906 2.1482 7.5426 2.37305 7.45605L4.18555 6.75977C4.44944 6.65819 4.65819 6.44944 4.75977 6.18555L5.45605 4.37305C5.5426 4.1482 5.75906 4 6 4Z\" fill=\"currentColor\"/>",
22084
+ "iconName": "sparkles-3-bold, ai, magic",
22085
+ "variant": {
22086
+ "join": "round",
22087
+ "filled": "on",
22088
+ "radius": "0",
22089
+ "stroke": "2"
22090
+ },
22091
+ "createdAt": "2026-03-20T10:01:21.055348+00:00",
22092
+ "packageName": "round-filled-radius-0-stroke-2",
22093
+ "componentName": "IconSparkles3Bold"
22094
+ },
22039
22095
  {
22040
22096
  "category": "AI & Magic",
22041
22097
  "svg": "<path d=\"M18.8864 2.34512C18.8642 2.14869 18.6981 2.0002 18.5004 2C18.3027 1.9998 18.1363 2.14794 18.1137 2.34433C18.0082 3.25861 17.7367 3.88584 17.3113 4.31127C16.8858 4.7367 16.2586 5.00822 15.3443 5.11367C15.1479 5.13632 14.9998 5.30271 15 5.5004C15.0002 5.69809 15.1487 5.86417 15.3451 5.88642C16.2439 5.98823 16.8855 6.25969 17.3217 6.68804C17.7556 7.11407 18.0322 7.74041 18.1126 8.64552C18.1305 8.84634 18.2988 9.00023 18.5004 9C18.702 8.99977 18.8701 8.84551 18.8874 8.64465C18.9645 7.75483 19.2409 7.11438 19.6776 6.67764C20.1144 6.24091 20.7548 5.96446 21.6446 5.88744C21.8455 5.87005 21.9998 5.70205 22 5.50044C22.0002 5.29883 21.8463 5.13048 21.6455 5.11264C20.7404 5.03224 20.1141 4.75557 19.688 4.3217C19.2597 3.88545 18.9882 3.24394 18.8864 2.34512Z\" fill=\"currentColor\"/><path d=\"M11.9936 4.88745C11.9364 4.38234 11.5094 4.00052 11.001 4C10.4927 3.99948 10.0648 4.38042 10.0066 4.88542C9.73542 7.23644 9.03724 8.84929 7.94327 9.94327C6.8493 11.0372 5.23644 11.7354 2.88542 12.0066C2.38042 12.0648 1.99948 12.4927 2 13.001C2.00052 13.5094 2.38234 13.9364 2.88745 13.9936C5.19871 14.2554 6.8483 14.9535 7.97008 16.055C9.08576 17.1505 9.79718 18.761 10.0039 21.0885C10.0498 21.6049 10.4827 22.0006 11.0011 22C11.5196 21.9994 11.9516 21.6027 11.9963 21.0862C12.1943 18.7981 12.9052 17.1513 14.0282 16.0282C15.1513 14.9052 16.7981 14.1943 19.0862 13.9963C19.6027 13.9516 19.9994 13.5196 20 13.0011C20.0006 12.4827 19.6049 12.0498 19.0885 12.0039C16.761 11.7972 15.1505 11.0858 14.055 9.97008C12.9535 8.8483 12.2554 7.19871 11.9936 4.88745Z\" fill=\"currentColor\"/>",
@@ -23212,6 +23268,20 @@
23212
23268
  "packageName": "round-filled-radius-0-stroke-2",
23213
23269
  "componentName": "IconStudioDisplay"
23214
23270
  },
23271
+ {
23272
+ "category": "Devices & Signals",
23273
+ "svg": "<path d=\"M9 17H15V20C15 20.5523 14.5523 21 14 21H10C9.44772 21 9 20.5523 9 20V17Z\" fill=\"currentColor\"/><rect x=\"2\" y=\"3\" width=\"20\" height=\"13\" rx=\"1\" fill=\"currentColor\"/>",
23274
+ "iconName": "studio-display, xdr, imac",
23275
+ "variant": {
23276
+ "join": "round",
23277
+ "filled": "on",
23278
+ "radius": "0",
23279
+ "stroke": "2"
23280
+ },
23281
+ "createdAt": "2026-03-20T12:00:42.750372+00:00",
23282
+ "packageName": "round-filled-radius-0-stroke-2",
23283
+ "componentName": "IconStudioDisplay1"
23284
+ },
23215
23285
  {
23216
23286
  "category": "Typography",
23217
23287
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.35984 5.2318C2.78412 4.87824 3.41468 4.93556 3.76825 5.35984L8.00003 10.438L12.2318 5.35984C12.5854 4.93556 13.2159 4.87824 13.6402 5.2318C14.0645 5.58537 14.1218 6.21593 13.7682 6.64021L9.30173 12L13.7682 17.3598C14.1218 17.7841 14.0645 18.4147 13.6402 18.7682C13.2159 19.1218 12.5854 19.0645 12.2318 18.6402L8.00003 13.5621L3.76825 18.6402C3.41468 19.0645 2.78412 19.1218 2.35984 18.7682C1.93556 18.4147 1.87824 17.7841 2.2318 17.3598L6.69832 12L2.2318 6.64021C1.87824 6.21593 1.93556 5.58537 2.35984 5.2318ZM19.0052 14C18.5109 14 18.206 14.2669 18.0726 14.6653C17.8973 15.189 17.3306 15.4714 16.8069 15.296C16.2832 15.1207 16.0008 14.554 16.1761 14.0303C16.5543 12.9005 17.5657 12 19.0052 12C20.598 12 22 13.1531 22 14.9309C22 15.7663 21.5536 16.4323 21.1174 16.9157C20.6887 17.3907 20.137 17.8311 19.6632 18.2092L19.6239 18.2406C19.2778 18.517 18.9708 18.7638 18.7131 19H21C21.5523 19 22 19.4477 22 20C22 20.5523 21.5523 21 21 21H17C16.4477 21 16 20.5523 16 20C16 19.1631 16.4436 18.4948 16.8809 18.0076C17.3134 17.526 17.8704 17.0813 18.3474 16.7005L18.3761 16.6776C18.8937 16.2644 19.3232 15.9186 19.6326 15.5758C19.9464 15.228 20 15.0291 20 14.9309C20 14.3817 19.6216 14 19.0052 14Z\" fill=\"currentColor\"/>",
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"
@@ -1657,6 +1661,7 @@ export type CentralIconName =
1657
1661
  | "IconStreaming"
1658
1662
  | "IconStrikeThrough"
1659
1663
  | "IconStudioDisplay"
1664
+ | "IconStudioDisplay1"
1660
1665
  | "IconSubscript"
1661
1666
  | "IconSubscriptionStar"
1662
1667
  | "IconSubscriptionTick1"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-0-stroke-2",
3
- "version": "1.1.171",
3
+ "version": "1.1.173",
4
4
  "style": "round-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-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": 1900,
14
+ "totalIcons": 1905,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 72,
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": 76,
459
+ "count": 78,
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",
@@ -520,6 +523,7 @@
520
523
  "IconSpeaker",
521
524
  "IconStorage",
522
525
  "IconStudioDisplay",
526
+ "IconStudioDisplay1",
523
527
  "IconTablet",
524
528
  "IconTape",
525
529
  "IconTape2",
@@ -535,7 +539,7 @@
535
539
  ]
536
540
  },
537
541
  "Edit": {
538
- "count": 88,
542
+ "count": 89,
539
543
  "icons": [
540
544
  "Icon3d",
541
545
  "IconAddKeyframe",
@@ -543,6 +547,7 @@
543
547
  "IconBezierAdd",
544
548
  "IconBezierCircle",
545
549
  "IconBezierCurve",
550
+ "IconBezierCurves1",
546
551
  "IconBezierEdit",
547
552
  "IconBezierPointer",
548
553
  "IconBezierRemove",
@@ -2338,6 +2343,7 @@
2338
2343
  "IconBezierCircle": "bezier-circle, vector, nodes",
2339
2344
  "IconBezierCurve": "bezier-curve, bezier, vector, svg",
2340
2345
  "IconBezierCurves": "bezier-curves, animation, motion, spring",
2346
+ "IconBezierCurves1": "bezier-curves, path",
2341
2347
  "IconBezierEdit": "bezier--edit",
2342
2348
  "IconBezierPointer": "bezier-pointer",
2343
2349
  "IconBezierRemove": "bezier-remove, vector, nodes",
@@ -3183,6 +3189,7 @@
3183
3189
  "IconMagicEdit": "magic-edit, magic-writing",
3184
3190
  "IconMagicHands": "magic-hands, rainbow-hands",
3185
3191
  "IconMagicLamp": "magic-lamp, wish, agents, genie",
3192
+ "IconMagicMouse": "magic-mouse",
3186
3193
  "IconMagicWand": "magic-wand, magic stick, star",
3187
3194
  "IconMagicWand2": "magic-wand-2, magic stick, star",
3188
3195
  "IconMagicWand3": "magic-wand-3, magic stick, star",
@@ -3676,6 +3683,8 @@
3676
3683
  "IconSparkle3": "sparkle-3, ai, star, magic",
3677
3684
  "IconSparkleCentral": "sparkle-central, star, magic, ai",
3678
3685
  "IconSparkleHightlight": "sparkle-hightlight, special, ai, magic",
3686
+ "IconSparkles2Bold": "sparkles-2-bold, ai, magic",
3687
+ "IconSparkles3Bold": "sparkles-3-bold, ai, magic",
3679
3688
  "IconSparklesSoft": "sparkles-soft",
3680
3689
  "IconSparklesThree": "sparkles-three, ai 3 stars, sparkles, ✨",
3681
3690
  "IconSparklesTwo": "sparkles-two, ai 2 stars, sparkles, ✨",
@@ -3760,6 +3769,7 @@
3760
3769
  "IconStreaming": "streaming, live, stream",
3761
3770
  "IconStrikeThrough": "strike-through",
3762
3771
  "IconStudioDisplay": "studio-display, thunderbolt",
3772
+ "IconStudioDisplay1": "studio-display, xdr, imac",
3763
3773
  "IconSubscript": "subscript",
3764
3774
  "IconSubscriptionStar": "subscription-star, verify",
3765
3775
  "IconSubscriptionTick1": "subscription-tick-1, verify",
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";
@@ -1656,6 +1660,7 @@ export { IconStrawberry, default as IconStrawberryDefault, } from "./IconStrawbe
1656
1660
  export { IconStreaming, default as IconStreamingDefault, } from "./IconStreaming";
1657
1661
  export { IconStrikeThrough, default as IconStrikeThroughDefault, } from "./IconStrikeThrough";
1658
1662
  export { IconStudioDisplay, default as IconStudioDisplayDefault, } from "./IconStudioDisplay";
1663
+ export { IconStudioDisplay1, default as IconStudioDisplay1Default, } from "./IconStudioDisplay1";
1659
1664
  export { IconSubscript, default as IconSubscriptDefault, } from "./IconSubscript";
1660
1665
  export { IconSubscriptionStar, default as IconSubscriptionStarDefault, } from "./IconSubscriptionStar";
1661
1666
  export { IconSubscriptionTick1, default as IconSubscriptionTick1Default, } from "./IconSubscriptionTick1";