@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.170 → 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.
Files changed (47) hide show
  1. package/IconBaking/index.d.ts +4 -0
  2. package/IconBaking/index.js +2 -0
  3. package/IconBaking/index.js.map +1 -0
  4. package/IconBaking/index.mjs +2 -0
  5. package/IconBaking/index.mjs.map +1 -0
  6. package/IconBezierCurves1/index.d.ts +4 -0
  7. package/IconBezierCurves1/index.js +2 -0
  8. package/IconBezierCurves1/index.js.map +1 -0
  9. package/IconBezierCurves1/index.mjs +2 -0
  10. package/IconBezierCurves1/index.mjs.map +1 -0
  11. package/IconMagicMouse/index.d.ts +4 -0
  12. package/IconMagicMouse/index.js +2 -0
  13. package/IconMagicMouse/index.js.map +1 -0
  14. package/IconMagicMouse/index.mjs +2 -0
  15. package/IconMagicMouse/index.mjs.map +1 -0
  16. package/IconPin2/index.d.ts +4 -0
  17. package/IconPin2/index.js +2 -0
  18. package/IconPin2/index.js.map +1 -0
  19. package/IconPin2/index.mjs +2 -0
  20. package/IconPin2/index.mjs.map +1 -0
  21. package/IconSparkles2Bold/index.d.ts +4 -0
  22. package/IconSparkles2Bold/index.js +2 -0
  23. package/IconSparkles2Bold/index.js.map +1 -0
  24. package/IconSparkles2Bold/index.mjs +2 -0
  25. package/IconSparkles2Bold/index.mjs.map +1 -0
  26. package/IconSparkles3Bold/index.d.ts +4 -0
  27. package/IconSparkles3Bold/index.js +2 -0
  28. package/IconSparkles3Bold/index.js.map +1 -0
  29. package/IconSparkles3Bold/index.mjs +2 -0
  30. package/IconSparkles3Bold/index.mjs.map +1 -0
  31. package/IconUnpin2/index.d.ts +4 -0
  32. package/IconUnpin2/index.js +2 -0
  33. package/IconUnpin2/index.js.map +1 -0
  34. package/IconUnpin2/index.mjs +2 -0
  35. package/IconUnpin2/index.mjs.map +1 -0
  36. package/README.md +7 -0
  37. package/filtered-icons.json +98 -0
  38. package/icons/index.d.ts +7 -0
  39. package/icons-index.json +21 -7
  40. package/index.d.ts +7 -0
  41. package/index.js +1 -1
  42. package/index.js.map +1 -1
  43. package/index.mjs +1 -1
  44. package/index.mjs.map +1 -1
  45. package/license-check.js +1 -1
  46. package/package.json +1 -1
  47. package/tsx-icons.json +49 -0
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconBaking: FC<CentralIconBaseProps>;
4
+ export default IconBaking;
@@ -0,0 +1,2 @@
1
+ "use strict";var B=Object.create;var C=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var i=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of g(o))!x.call(r,n)&&n!==t&&C(r,n,{get:()=>o[n],enumerable:!(s=I(o,n))||s.enumerable});return r};var a=(r,o,t)=>(t=r!=null?B(i(r)):{},l(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>l(C({},"__esModule",{value:!0}),r);var v={};P(v,{IconBaking:()=>f,default:()=>k});module.exports=d(v);var e=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),u=({children:r,size:o=24,...t})=>m.default.createElement(c.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=>e.default.createElement(u,{...r},e.default.createElement(p.Path,{d:"M13 8C8.45934 11.0988 15.5407 12.9012 11 16",stroke:"currentColor"}),e.default.createElement(p.Path,{d:"M8.5 8C3.95934 11.0988 11.0407 12.9012 6.5 16",stroke:"currentColor"}),e.default.createElement(p.Path,{d:"M17.5 8C12.9593 11.0988 20.0407 12.9012 15.5 16",stroke:"currentColor"}),e.default.createElement(p.Path,{d:"M21.5 4.5H2.5V19.5H21.5V4.5Z",stroke:"currentColor"})),k=f;0&&(module.exports={IconBaking});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBaking/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 IconBaking: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13 8C8.45934 11.0988 15.5407 12.9012 11 16\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M8.5 8C3.95934 11.0988 11.0407 12.9012 6.5 16\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M17.5 8C12.9593 11.0988 20.0407 12.9012 15.5 16\"\n stroke=\"currentColor\"\n />\n <Path d=\"M21.5 4.5H2.5V19.5H21.5V4.5Z\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconBaking;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8CACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gDACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kDACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,+BAA+B,OAAO,eAAe,CAC/D,EAIGE,EAAQJ","names":["IconBaking_exports","__export","IconBaking","IconBaking_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBaking","props","React","CentralIconBase","IconBaking_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import C from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:r=24,...p})=>C.createElement(s,{...p,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 t}from"react-native-svg";var l=e=>o.createElement(n,{...e},o.createElement(t,{d:"M13 8C8.45934 11.0988 15.5407 12.9012 11 16",stroke:"currentColor"}),o.createElement(t,{d:"M8.5 8C3.95934 11.0988 11.0407 12.9012 6.5 16",stroke:"currentColor"}),o.createElement(t,{d:"M17.5 8C12.9593 11.0988 20.0407 12.9012 15.5 16",stroke:"currentColor"}),o.createElement(t,{d:"M21.5 4.5H2.5V19.5H21.5V4.5Z",stroke:"currentColor"})),x=l;export{l as IconBaking,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBaking/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 IconBaking: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13 8C8.45934 11.0988 15.5407 12.9012 11 16\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M8.5 8C3.95934 11.0988 11.0407 12.9012 6.5 16\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M17.5 8C12.9593 11.0988 20.0407 12.9012 15.5 16\"\n stroke=\"currentColor\"\n />\n <Path d=\"M21.5 4.5H2.5V19.5H21.5V4.5Z\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconBaking;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8CACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gDACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kDACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,+BAA+B,OAAO,eAAe,CAC/D,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBaking","props","React","CentralIconBase","IconBaking_default"]}
@@ -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 a=Object.create;var p=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of B(o))!d.call(r,l)&&l!==e&&p(r,l,{get:()=>o[l],enumerable:!(C=x(o,l))||C.enumerable});return r};var c=(r,o,e)=>(e=r!=null?a(I(r)):{},s(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>s(p({},"__esModule",{value:!0}),r);var y={};P(y,{IconBezierCurves1:()=>i,default:()=>v});module.exports=g(y);var t=c(require("react"));var u=c(require("react")),m=require("react-native-svg"),f=({children:r,size:o=24,...e})=>u.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),i=r=>t.default.createElement(f,{...r},t.default.createElement(n.Path,{d:"M21 4.5C10 4.5 14 19.5 3 19.5",stroke:"currentColor"}),t.default.createElement(n.Circle,{cx:"4.5",cy:"4.5",r:"1.5",fill:"currentColor"}),t.default.createElement(n.Circle,{cx:"19.5",cy:"19.5",r:"1.5",fill:"currentColor"}),t.default.createElement(n.Path,{d:"M16 19.5H19.5",stroke:"currentColor"}),t.default.createElement(n.Path,{d:"M5 4.5H8",stroke:"currentColor"}),t.default.createElement(n.Path,{d:"M10 4.5H14",stroke:"currentColor"}),t.default.createElement(n.Path,{d:"M10 19.5H14",stroke:"currentColor"})),v=i;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 4.5C10 4.5 14 19.5 3 19.5\" stroke=\"currentColor\" />\n <Circle cx=\"4.5\" cy=\"4.5\" r=\"1.5\" fill=\"currentColor\" />\n <Circle cx=\"19.5\" cy=\"19.5\" r=\"1.5\" fill=\"currentColor\" />\n <Path d=\"M16 19.5H19.5\" stroke=\"currentColor\" />\n <Path d=\"M5 4.5H8\" stroke=\"currentColor\" />\n <Path d=\"M10 4.5H14\" stroke=\"currentColor\" />\n <Path d=\"M10 19.5H14\" stroke=\"currentColor\" />\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,gCAAgC,OAAO,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,MAAM,GAAG,MAAM,EAAE,MAAM,KAAK,eAAe,EACtD,EAAAA,QAAA,cAAC,UAAO,GAAG,OAAO,GAAG,OAAO,EAAE,MAAM,KAAK,eAAe,EACxD,EAAAA,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,EAC9C,EAAAA,QAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,EACzC,EAAAA,QAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,EAC3C,EAAAA,QAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,CAC9C,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 C from"react";import{Svg as s}from"react-native-svg";var n=({children:t,size:o=24,...p})=>C.createElement(s,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},t);import{Circle as l,Path as e}from"react-native-svg";var c=t=>r.createElement(n,{...t},r.createElement(e,{d:"M21 4.5C10 4.5 14 19.5 3 19.5",stroke:"currentColor"}),r.createElement(l,{cx:"4.5",cy:"4.5",r:"1.5",fill:"currentColor"}),r.createElement(l,{cx:"19.5",cy:"19.5",r:"1.5",fill:"currentColor"}),r.createElement(e,{d:"M16 19.5H19.5",stroke:"currentColor"}),r.createElement(e,{d:"M5 4.5H8",stroke:"currentColor"}),r.createElement(e,{d:"M10 4.5H14",stroke:"currentColor"}),r.createElement(e,{d:"M10 19.5H14",stroke:"currentColor"})),P=c;export{c as IconBezierCurves1,P 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 4.5C10 4.5 14 19.5 3 19.5\" stroke=\"currentColor\" />\n <Circle cx=\"4.5\" cy=\"4.5\" r=\"1.5\" fill=\"currentColor\" />\n <Circle cx=\"19.5\" cy=\"19.5\" r=\"1.5\" fill=\"currentColor\" />\n <Path d=\"M16 19.5H19.5\" stroke=\"currentColor\" />\n <Path d=\"M5 4.5H8\" stroke=\"currentColor\" />\n <Path d=\"M10 4.5H14\" stroke=\"currentColor\" />\n <Path d=\"M10 19.5H14\" stroke=\"currentColor\" />\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,gCAAgC,OAAO,eAAe,EAC9DG,EAAA,cAACJ,EAAA,CAAO,GAAG,MAAM,GAAG,MAAM,EAAE,MAAM,KAAK,eAAe,EACtDI,EAAA,cAACJ,EAAA,CAAO,GAAG,OAAO,GAAG,OAAO,EAAE,MAAM,KAAK,eAAe,EACxDI,EAAA,cAACH,EAAA,CAAK,EAAE,gBAAgB,OAAO,eAAe,EAC9CG,EAAA,cAACH,EAAA,CAAK,EAAE,WAAW,OAAO,eAAe,EACzCG,EAAA,cAACH,EAAA,CAAK,EAAE,aAAa,OAAO,eAAe,EAC3CG,EAAA,cAACH,EAAA,CAAK,EAAE,cAAc,OAAO,eAAe,CAC9C,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","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 i=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})},l=(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 s=(C,r,o)=>(o=C!=null?i(g(C)):{},l(r||!C||!C.__esModule?e(o,"default",{value:C,enumerable:!0}):o,C)),v=C=>l(e({},"__esModule",{value:!0}),C);var d={};P(d,{IconMagicMouse:()=>u,default:()=>M});module.exports=v(d);var n=s(require("react"));var m=s(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"),u=C=>n.default.createElement(f,{...C},n.default.createElement(p.Path,{d:"M11.8934 21.9998L12 22L12.1066 21.9998C16.9848 21.9776 17.8018 20.4301 17.8998 16.6137C17.9881 13.1759 18.1048 9.7368 17.8188 6.30332C17.6929 4.79088 17.3888 3.35907 15.7363 2.55058C14.6321 2.01034 13.2227 2 12 2C10.7773 2 9.36786 2.01034 8.26367 2.55058C6.61123 3.35907 6.30714 4.79088 6.18117 6.30332C5.89518 9.7368 6.01188 13.1759 6.10019 16.6137C6.19822 20.4301 7.09091 21.9779 11.8934 21.9998Z",stroke:"currentColor"}),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"})),M=u;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.8934 21.9998L12 22L12.1066 21.9998C16.9848 21.9776 17.8018 20.4301 17.8998 16.6137C17.9881 13.1759 18.1048 9.7368 17.8188 6.30332C17.6929 4.79088 17.3888 3.35907 15.7363 2.55058C14.6321 2.01034 13.2227 2 12 2C10.7773 2 9.36786 2.01034 8.26367 2.55058C6.61123 3.35907 6.30714 4.79088 6.18117 6.30332C5.89518 9.7368 6.01188 13.1759 6.10019 16.6137C6.19822 20.4301 7.09091 21.9779 11.8934 21.9998Z\"\n stroke=\"currentColor\"\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,iZACF,OAAO,eACT,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 l=r=>o.createElement(t,{...r},o.createElement(e,{d:"M11.8934 21.9998L12 22L12.1066 21.9998C16.9848 21.9776 17.8018 20.4301 17.8998 16.6137C17.9881 13.1759 18.1048 9.7368 17.8188 6.30332C17.6929 4.79088 17.3888 3.35907 15.7363 2.55058C14.6321 2.01034 13.2227 2 12 2C10.7773 2 9.36786 2.01034 8.26367 2.55058C6.61123 3.35907 6.30714 4.79088 6.18117 6.30332C5.89518 9.7368 6.01188 13.1759 6.10019 16.6137C6.19822 20.4301 7.09091 21.9779 11.8934 21.9998Z",stroke:"currentColor"}),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=l;export{l 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.8934 21.9998L12 22L12.1066 21.9998C16.9848 21.9776 17.8018 20.4301 17.8998 16.6137C17.9881 13.1759 18.1048 9.7368 17.8188 6.30332C17.6929 4.79088 17.3888 3.35907 15.7363 2.55058C14.6321 2.01034 13.2227 2 12 2C10.7773 2 9.36786 2.01034 8.26367 2.55058C6.61123 3.35907 6.30714 4.79088 6.18117 6.30332C5.89518 9.7368 6.01188 13.1759 6.10019 16.6137C6.19822 20.4301 7.09091 21.9779 11.8934 21.9998Z\"\n stroke=\"currentColor\"\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,iZACF,OAAO,eACT,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,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPin2: FC<CentralIconBaseProps>;
4
+ export default IconPin2;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=B(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(P(r)):{},l(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>l(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconPin2:()=>i,default:()=>d});module.exports=v(h);var p=m(require("react"));var s=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>s.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(C.Path,{d:"M15.5 8.86621C17.8786 10.1238 19.5 12.6222 19.5 15.5H4.5C4.5 12.6222 6.12136 10.1238 8.5 8.86621V2.5H15.5V8.86621Z",stroke:"currentColor"}),p.default.createElement(C.Path,{d:"M11.5 20.5V15.5001L12.5 15.5V20.5L12 22.0001L11.5 20.5Z",fill:"currentColor"})),d=i;0&&(module.exports={IconPin2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPin2/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 IconPin2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.5 8.86621C17.8786 10.1238 19.5 12.6222 19.5 15.5H4.5C4.5 12.6222 6.12136 10.1238 8.5 8.86621V2.5H15.5V8.86621Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M11.5 20.5V15.5001L12.5 15.5V20.5L12 22.0001L11.5 20.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPin2;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,cAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qHACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0DACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPin2_exports","__export","IconPin2","IconPin2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPin2","props","React","CentralIconBase","IconPin2_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import C from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...p})=>C.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var l=o=>t.createElement(e,{...o},t.createElement(n,{d:"M15.5 8.86621C17.8786 10.1238 19.5 12.6222 19.5 15.5H4.5C4.5 12.6222 6.12136 10.1238 8.5 8.86621V2.5H15.5V8.86621Z",stroke:"currentColor"}),t.createElement(n,{d:"M11.5 20.5V15.5001L12.5 15.5V20.5L12 22.0001L11.5 20.5Z",fill:"currentColor"})),x=l;export{l as IconPin2,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPin2/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 IconPin2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.5 8.86621C17.8786 10.1238 19.5 12.6222 19.5 15.5H4.5C4.5 12.6222 6.12136 10.1238 8.5 8.86621V2.5H15.5V8.86621Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M11.5 20.5V15.5001L12.5 15.5V20.5L12 22.0001L11.5 20.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPin2;\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,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qHACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0DACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPin2","props","React","CentralIconBase","IconPin2_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 n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=u(o,e))||a.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(x(r)):{},s(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),i=r=>s(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconSparkles2Bold:()=>f,default:()=>d});module.exports=i(v);var p=l(require("react"));var m=l(require("react")),C=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(C.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:"M14.65 7.5H13.35L11.725 11.725L7.5 13.35V14.65L11.725 16.275L13.35 20.5H14.65L16.275 16.275L20.5 14.65V13.35L16.275 11.725L14.65 7.5Z",stroke:"currentColor"}),p.default.createElement(L.Path,{d:"M7.35 3.5H6.65L5.775 5.775L3.5 6.65V7.35L5.775 8.225L6.65 10.5H7.35L8.225 8.225L10.5 7.35V6.65L8.225 5.775L7.35 3.5Z",stroke:"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.65 7.5H13.35L11.725 11.725L7.5 13.35V14.65L11.725 16.275L13.35 20.5H14.65L16.275 16.275L20.5 14.65V13.35L16.275 11.725L14.65 7.5Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M7.35 3.5H6.65L5.775 5.775L3.5 6.65V7.35L5.775 8.225L6.65 10.5H7.35L8.225 8.225L10.5 7.35V6.65L8.225 5.775L7.35 3.5Z\"\n stroke=\"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,wIACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uHACF,OAAO,eACT,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 L from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...p})=>L.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var s=o=>t.createElement(e,{...o},t.createElement(n,{d:"M14.65 7.5H13.35L11.725 11.725L7.5 13.35V14.65L11.725 16.275L13.35 20.5H14.65L16.275 16.275L20.5 14.65V13.35L16.275 11.725L14.65 7.5Z",stroke:"currentColor"}),t.createElement(n,{d:"M7.35 3.5H6.65L5.775 5.775L3.5 6.65V7.35L5.775 8.225L6.65 10.5H7.35L8.225 8.225L10.5 7.35V6.65L8.225 5.775L7.35 3.5Z",stroke:"currentColor"})),P=s;export{s as IconSparkles2Bold,P 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.65 7.5H13.35L11.725 11.725L7.5 13.35V14.65L11.725 16.275L13.35 20.5H14.65L16.275 16.275L20.5 14.65V13.35L16.275 11.725L14.65 7.5Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M7.35 3.5H6.65L5.775 5.775L3.5 6.65V7.35L5.775 8.225L6.65 10.5H7.35L8.225 8.225L10.5 7.35V6.65L8.225 5.775L7.35 3.5Z\"\n stroke=\"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,wIACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uHACF,OAAO,eACT,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 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"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconUnpin2: FC<CentralIconBaseProps>;
4
+ export default IconUnpin2;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!P.call(r,n)&&n!==t&&p(r,n,{get:()=>o[n],enumerable:!(l=B(o,n))||l.enumerable});return r};var a=(r,o,t)=>(t=r!=null?i(x(r)):{},s(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>s(p({},"__esModule",{value:!0}),r);var L={};g(L,{IconUnpin2:()=>u,default:()=>v});module.exports=d(L);var e=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),u=r=>e.default.createElement(f,{...r},e.default.createElement(C.Path,{d:"M8.5 5V2.5H15.5V8.86621C17.8786 10.1238 19.5 12.6222 19.5 15.5H18M9 8.6L8.5 8.86621C6.12136 10.1238 4.5 12.6222 4.5 15.5H16",stroke:"currentColor"}),e.default.createElement(C.Path,{d:"M11.5 20.5V15.5001L12.5 15.5V20.5L12 22.0001L11.5 20.5Z",fill:"currentColor"}),e.default.createElement(C.Path,{d:"M3 2L20 20",stroke:"currentColor"})),v=u;0&&(module.exports={IconUnpin2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconUnpin2/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 IconUnpin2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.5 5V2.5H15.5V8.86621C17.8786 10.1238 19.5 12.6222 19.5 15.5H18M9 8.6L8.5 8.86621C6.12136 10.1238 4.5 12.6222 4.5 15.5H16\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M11.5 20.5V15.5001L12.5 15.5V20.5L12 22.0001L11.5 20.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M3 2L20 20\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconUnpin2;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8HACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0DACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,CAC7C,EAIGE,EAAQJ","names":["IconUnpin2_exports","__export","IconUnpin2","IconUnpin2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconUnpin2","props","React","CentralIconBase","IconUnpin2_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import C from"react";import{Svg as l}from"react-native-svg";var e=({children:t,size:r=24,...p})=>C.createElement(l,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var s=t=>o.createElement(e,{...t},o.createElement(n,{d:"M8.5 5V2.5H15.5V8.86621C17.8786 10.1238 19.5 12.6222 19.5 15.5H18M9 8.6L8.5 8.86621C6.12136 10.1238 4.5 12.6222 4.5 15.5H16",stroke:"currentColor"}),o.createElement(n,{d:"M11.5 20.5V15.5001L12.5 15.5V20.5L12 22.0001L11.5 20.5Z",fill:"currentColor"}),o.createElement(n,{d:"M3 2L20 20",stroke:"currentColor"})),P=s;export{s as IconUnpin2,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconUnpin2/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 IconUnpin2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.5 5V2.5H15.5V8.86621C17.8786 10.1238 19.5 12.6222 19.5 15.5H18M9 8.6L8.5 8.86621C6.12136 10.1238 4.5 12.6222 4.5 15.5H16\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M11.5 20.5V15.5001L12.5 15.5V20.5L12 22.0001L11.5 20.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M3 2L20 20\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconUnpin2;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8HACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0DACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,aAAa,OAAO,eAAe,CAC7C,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconUnpin2","props","React","CentralIconBase","IconUnpin2_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
@@ -876,6 +880,7 @@ Below is a complete list of available icons:
876
880
  - IconAppleNewton
877
881
  - IconApples
878
882
  - IconAvocado
883
+ - IconBaking
879
884
  - IconBanana
880
885
  - IconBananas
881
886
  - IconBeer
@@ -1134,6 +1139,7 @@ Below is a complete list of available icons:
1134
1139
  - IconPaperclip2
1135
1140
  - IconPaperclip3
1136
1141
  - IconPin
1142
+ - IconPin2
1137
1143
  - IconPlanning
1138
1144
  - IconPlusLarge
1139
1145
  - IconPlusSmall
@@ -1193,6 +1199,7 @@ Below is a complete list of available icons:
1193
1199
  - IconTrial
1194
1200
  - IconUnarchiv
1195
1201
  - IconUnpin
1202
+ - IconUnpin2
1196
1203
  - IconUntrash
1197
1204
  - IconWindow
1198
1205
  - IconWindow2
@@ -2688,6 +2688,20 @@
2688
2688
  "packageName": "square-outlined-radius-0-stroke-1",
2689
2689
  "componentName": "IconBag3"
2690
2690
  },
2691
+ {
2692
+ "category": "Food",
2693
+ "svg": "<path d=\"M13 8C8.45934 11.0988 15.5407 12.9012 11 16\" stroke=\"currentColor\"/><path d=\"M8.5 8C3.95934 11.0988 11.0407 12.9012 6.5 16\" stroke=\"currentColor\"/><path d=\"M17.5 8C12.9593 11.0988 20.0407 12.9012 15.5 16\" stroke=\"currentColor\"/><path d=\"M21.5 4.5H2.5V19.5H21.5V4.5Z\" stroke=\"currentColor\"/>",
2694
+ "iconName": "baking, cooking",
2695
+ "variant": {
2696
+ "join": "square",
2697
+ "filled": "off",
2698
+ "radius": "0",
2699
+ "stroke": "1"
2700
+ },
2701
+ "createdAt": "2026-03-19T14:01:06.573173+00:00",
2702
+ "packageName": "square-outlined-radius-0-stroke-1",
2703
+ "componentName": "IconBaking"
2704
+ },
2691
2705
  {
2692
2706
  "category": "Things",
2693
2707
  "svg": "<path d=\"M12 20C15.1875 20 20.5 16.1912 20.5 9.69286C20.5 4.58422 16.6944 1.5 12 1.5C7.30558 1.5 3.5 4.58422 3.5 9.69286C3.5 16.1912 8.8125 20 12 20Z\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M6.5 10.0357C6.5 6.58394 8.96243 4.5 12 4.5\" stroke=\"currentColor\"/><path d=\"M13.5 20L14.6562 22.5H9.5L10.5 20\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
@@ -3290,6 +3304,20 @@
3290
3304
  "packageName": "square-outlined-radius-0-stroke-1",
3291
3305
  "componentName": "IconBezierCurves"
3292
3306
  },
3307
+ {
3308
+ "category": "Edit",
3309
+ "svg": "<path d=\"M21 4.5C10 4.5 14 19.5 3 19.5\" stroke=\"currentColor\"/><circle cx=\"4.5\" cy=\"4.5\" r=\"1.5\" fill=\"currentColor\"/><circle cx=\"19.5\" cy=\"19.5\" r=\"1.5\" fill=\"currentColor\"/><path d=\"M16 19.5H19.5\" stroke=\"currentColor\"/><path d=\"M5 4.5H8\" stroke=\"currentColor\"/><path d=\"M10 4.5H14\" stroke=\"currentColor\"/><path d=\"M10 19.5H14\" stroke=\"currentColor\"/>",
3310
+ "iconName": "bezier-curves, path",
3311
+ "variant": {
3312
+ "join": "square",
3313
+ "filled": "off",
3314
+ "radius": "0",
3315
+ "stroke": "1"
3316
+ },
3317
+ "createdAt": "2026-03-20T10:01:21.055348+00:00",
3318
+ "packageName": "square-outlined-radius-0-stroke-1",
3319
+ "componentName": "IconBezierCurves1"
3320
+ },
3293
3321
  {
3294
3322
  "category": "Edit",
3295
3323
  "svg": "<path d=\"M3.5 3.5H8.5V8.5H3.5V3.5Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M15.5 3.5H20.5V8.5H18H15.5V6V3.5Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M3.5 15.5H8.5V18V20.5H3.5V15.5Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M13.5 20.4999V18.1666L17.75 13.9166C18.3943 13.2723 19.439 13.2723 20.0833 13.9166C20.7277 14.5609 20.7277 15.6056 20.0833 16.2499L15.8333 20.4999H13.5Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M15.5 6H8.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M6 8.5V15.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M18 8.5V10.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M8.5 18H10.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
@@ -15120,6 +15148,20 @@
15120
15148
  "packageName": "square-outlined-radius-0-stroke-1",
15121
15149
  "componentName": "IconMagicLamp"
15122
15150
  },
15151
+ {
15152
+ "category": "Devices & Signals",
15153
+ "svg": "<path d=\"M11.8934 21.9998L12 22L12.1066 21.9998C16.9848 21.9776 17.8018 20.4301 17.8998 16.6137C17.9881 13.1759 18.1048 9.7368 17.8188 6.30332C17.6929 4.79088 17.3888 3.35907 15.7363 2.55058C14.6321 2.01034 13.2227 2 12 2C10.7773 2 9.36786 2.01034 8.26367 2.55058C6.61123 3.35907 6.30714 4.79088 6.18117 6.30332C5.89518 9.7368 6.01188 13.1759 6.10019 16.6137C6.19822 20.4301 7.09091 21.9779 11.8934 21.9998Z\" stroke=\"currentColor\"/><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": "1"
15160
+ },
15161
+ "createdAt": "2026-03-20T10:01:21.055348+00:00",
15162
+ "packageName": "square-outlined-radius-0-stroke-1",
15163
+ "componentName": "IconMagicMouse"
15164
+ },
15123
15165
  {
15124
15166
  "category": "AI & Magic",
15125
15167
  "svg": "<path d=\"M18.95 5.05024L17.1115 9.50722L20.2373 13.1779L15.4303 12.8067L12.9052 16.9138L11.7729 12.2274L7.08643 11.095L11.1936 8.56992L10.8223 3.76294L14.493 6.88877L18.95 5.05024Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M3.5 20.5L11.4405 12.5596\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
@@ -18508,6 +18550,20 @@
18508
18550
  "packageName": "square-outlined-radius-0-stroke-1",
18509
18551
  "componentName": "IconPin"
18510
18552
  },
18553
+ {
18554
+ "category": "Interface General",
18555
+ "svg": "<path d=\"M15.5 8.86621C17.8786 10.1238 19.5 12.6222 19.5 15.5H4.5C4.5 12.6222 6.12136 10.1238 8.5 8.86621V2.5H15.5V8.86621Z\" stroke=\"currentColor\"/><path d=\"M11.5 20.5V15.5001L12.5 15.5V20.5L12 22.0001L11.5 20.5Z\" fill=\"currentColor\"/>",
18556
+ "iconName": "pin-2",
18557
+ "variant": {
18558
+ "join": "square",
18559
+ "filled": "off",
18560
+ "radius": "0",
18561
+ "stroke": "1"
18562
+ },
18563
+ "createdAt": "2026-03-19T14:01:06.573173+00:00",
18564
+ "packageName": "square-outlined-radius-0-stroke-1",
18565
+ "componentName": "IconPin2"
18566
+ },
18511
18567
  {
18512
18568
  "category": "Hands",
18513
18569
  "svg": "<path d=\"M2.025 7.48438C1.325 9.31663 1.325 10.9646 2.025 12.7969M16.1946 5.66813L11.6246 8.42737L9.51388 4.60406C8.93101 3.54829 7.6401 3.18655 6.63054 3.7961C5.62098 4.40566 5.27508 5.75567 5.85795 6.81145L9.02408 12.5464L7.77044 12.3467C6.61799 12.1632 5.54146 12.9914 5.36593 14.1966L5.175 15.5076L10.8935 19.2797C13.27 20.8473 16.2814 20.9089 18.7148 19.4397C22.3345 17.2542 23.5746 12.4139 21.4848 8.6285L20.5196 6.88007C19.6453 5.29641 17.7089 4.7538 16.1946 5.66813Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
@@ -22008,6 +22064,34 @@
22008
22064
  "packageName": "square-outlined-radius-0-stroke-1",
22009
22065
  "componentName": "IconSparkleHightlight"
22010
22066
  },
22067
+ {
22068
+ "category": "AI & Magic",
22069
+ "svg": "<path d=\"M14.65 7.5H13.35L11.725 11.725L7.5 13.35V14.65L11.725 16.275L13.35 20.5H14.65L16.275 16.275L20.5 14.65V13.35L16.275 11.725L14.65 7.5Z\" stroke=\"currentColor\"/><path d=\"M7.35 3.5H6.65L5.775 5.775L3.5 6.65V7.35L5.775 8.225L6.65 10.5H7.35L8.225 8.225L10.5 7.35V6.65L8.225 5.775L7.35 3.5Z\" stroke=\"currentColor\"/>",
22070
+ "iconName": "sparkles-2-bold, ai, magic",
22071
+ "variant": {
22072
+ "join": "square",
22073
+ "filled": "off",
22074
+ "radius": "0",
22075
+ "stroke": "1"
22076
+ },
22077
+ "createdAt": "2026-03-20T10:01:21.055348+00:00",
22078
+ "packageName": "square-outlined-radius-0-stroke-1",
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": "1"
22090
+ },
22091
+ "createdAt": "2026-03-20T10:01:21.055348+00:00",
22092
+ "packageName": "square-outlined-radius-0-stroke-1",
22093
+ "componentName": "IconSparkles3Bold"
22094
+ },
22011
22095
  {
22012
22096
  "category": "AI & Magic",
22013
22097
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 13C13.75 13 11 15.75 11 22C11 15.75 8.25 13 2 13C8.25 13 11 10.25 11 4C11 10.25 13.75 13 20 13Z\" stroke=\"currentColor\"/><path d=\"M20.605 3.40252C20.1071 2.89545 19.8069 2.16587 19.6944 1.18752V1H19.3056V1.18732C19.1893 2.18155 18.8889 2.89687 18.3929 3.39287C17.8969 3.88886 17.1816 4.18929 16.1873 4.30556H16V4.69445H16.1875C17.1659 4.80686 17.8955 5.10711 18.4025 5.60501C18.9088 6.10215 19.2161 6.81884 19.3056 7.81012V8H19.6944V7.8099C19.7803 6.83433 20.0872 6.10349 20.5954 5.59537C21.1035 5.08725 21.8343 4.78027 22.8099 4.69445H23V4.30556H22.8101C21.8188 4.21611 21.1021 3.90882 20.605 3.40252Z\" fill=\"currentColor\"/>",
@@ -24892,6 +24976,20 @@
24892
24976
  "packageName": "square-outlined-radius-0-stroke-1",
24893
24977
  "componentName": "IconUnpin"
24894
24978
  },
24979
+ {
24980
+ "category": "Interface General",
24981
+ "svg": "<path d=\"M8.5 5V2.5H15.5V8.86621C17.8786 10.1238 19.5 12.6222 19.5 15.5H18M9 8.6L8.5 8.86621C6.12136 10.1238 4.5 12.6222 4.5 15.5H16\" stroke=\"currentColor\"/><path d=\"M11.5 20.5V15.5001L12.5 15.5V20.5L12 22.0001L11.5 20.5Z\" fill=\"currentColor\"/><path d=\"M3 2L20 20\" stroke=\"currentColor\"/>",
24982
+ "iconName": "unpin-2",
24983
+ "variant": {
24984
+ "join": "square",
24985
+ "filled": "off",
24986
+ "radius": "0",
24987
+ "stroke": "1"
24988
+ },
24989
+ "createdAt": "2026-03-19T14:01:06.573173+00:00",
24990
+ "packageName": "square-outlined-radius-0-stroke-1",
24991
+ "componentName": "IconUnpin2"
24992
+ },
24895
24993
  {
24896
24994
  "category": "Interface General",
24897
24995
  "svg": "<path d=\"M5.49997 21.5L5.00101 21.5322L5.03119 22H5.49997V21.5ZM18.5 21.5V22H18.9688L18.9989 21.5322L18.5 21.5ZM19.9989 6.03219L20.0311 5.53323L19.0332 5.46885L19.001 5.96781L19.9989 6.03219ZM5.49997 21.5V22H18.5V21.5V21H5.49997V21.5ZM18.5 21.5L18.9989 21.5322L19.9989 6.03219L19.5 6L19.001 5.96781L18.001 21.4678L18.5 21.5ZM4.53223 6.5L4.03326 6.53219L5.00101 21.5322L5.49997 21.5L5.99893 21.4678L5.03119 6.46781L4.53223 6.5Z\" fill=\"currentColor\"/><path d=\"M3.479 2.95508L21.2055 6.08075\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M8.95768 3.8364C9.51849 2.2542 11.1554 1.26183 12.8635 1.563C14.5715 1.86418 15.7703 3.35657 15.7562 5.03516\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M12 17V10.5\" stroke=\"currentColor\"/><path d=\"M9 13L12 10L15 13\" stroke=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -191,6 +191,7 @@ export type CentralIconName =
191
191
  | "IconBag2"
192
192
  | "IconBag2Sparkle"
193
193
  | "IconBag3"
194
+ | "IconBaking"
194
195
  | "IconBalloon"
195
196
  | "IconBanana"
196
197
  | "IconBananas"
@@ -234,6 +235,7 @@ export type CentralIconName =
234
235
  | "IconBezierCircle"
235
236
  | "IconBezierCurve"
236
237
  | "IconBezierCurves"
238
+ | "IconBezierCurves1"
237
239
  | "IconBezierEdit"
238
240
  | "IconBezierPointer"
239
241
  | "IconBezierRemove"
@@ -1079,6 +1081,7 @@ export type CentralIconName =
1079
1081
  | "IconMagicEdit"
1080
1082
  | "IconMagicHands"
1081
1083
  | "IconMagicLamp"
1084
+ | "IconMagicMouse"
1082
1085
  | "IconMagicWand"
1083
1086
  | "IconMagicWand2"
1084
1087
  | "IconMagicWand3"
@@ -1321,6 +1324,7 @@ export type CentralIconName =
1321
1324
  | "IconPillowZz"
1322
1325
  | "IconPilone"
1323
1326
  | "IconPin"
1327
+ | "IconPin2"
1324
1328
  | "IconPinch"
1325
1329
  | "IconPinCircle"
1326
1330
  | "IconPinFlag"
@@ -1571,6 +1575,8 @@ export type CentralIconName =
1571
1575
  | "IconSparkle3"
1572
1576
  | "IconSparkleCentral"
1573
1577
  | "IconSparkleHightlight"
1578
+ | "IconSparkles2Bold"
1579
+ | "IconSparkles3Bold"
1574
1580
  | "IconSparklesSoft"
1575
1581
  | "IconSparklesThree"
1576
1582
  | "IconSparklesTwo"
@@ -1777,6 +1783,7 @@ export type CentralIconName =
1777
1783
  | "IconUnicorn"
1778
1784
  | "IconUnlocked"
1779
1785
  | "IconUnpin"
1786
+ | "IconUnpin2"
1780
1787
  | "IconUntrash"
1781
1788
  | "IconUsb"
1782
1789
  | "IconUsbC"