@central-icons-react-native/round-outlined-radius-2-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 k=Object.create;var s=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var n in o)s(r,n,{get:o[n],enumerable:!0})},i=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!I.call(r,t)&&t!==n&&s(r,t,{get:()=>o[t],enumerable:!(C=m(o,t))||C.enumerable});return r};var u=(r,o,n)=>(n=r!=null?k(B(r)):{},i(o||!r||!r.__esModule?s(n,"default",{value:r,enumerable:!0}):n,r)),g=r=>i(s({},"__esModule",{value:!0}),r);var P={};L(P,{IconBaking:()=>l,default:()=>x});module.exports=g(P);var e=u(require("react"));var a=u(require("react")),c=require("react-native-svg"),d=({children:r,size:o=24,...n})=>a.default.createElement(c.Svg,{...n,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"),l=r=>e.default.createElement(d,{...r},e.default.createElement(p.Path,{d:"M12.8484 8C8.98888 11.0988 15.008 12.9012 11.1484 16",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(p.Path,{d:"M8.34844 8C4.48888 11.0988 10.508 12.9012 6.64844 16",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(p.Path,{d:"M17.3484 8C13.4889 11.0988 19.508 12.9012 15.6484 16",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(p.Path,{d:"M19.5 4.5H4.5C3.39543 4.5 2.5 5.39543 2.5 6.5V17.5C2.5 18.6046 3.39543 19.5 4.5 19.5H19.5C20.6046 19.5 21.5 18.6046 21.5 17.5V6.5C21.5 5.39543 20.6046 4.5 19.5 4.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=l;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=\"M12.8484 8C8.98888 11.0988 15.008 12.9012 11.1484 16\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.34844 8C4.48888 11.0988 10.508 12.9012 6.64844 16\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.3484 8C13.4889 11.0988 19.508 12.9012 15.6484 16\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.5 4.5H4.5C3.39543 4.5 2.5 5.39543 2.5 6.5V17.5C2.5 18.6046 3.39543 19.5 4.5 19.5H19.5C20.6046 19.5 21.5 18.6046 21.5 17.5V6.5C21.5 5.39543 20.6046 4.5 19.5 4.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\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,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,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 s from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var i=e=>o.createElement(t,{...e},o.createElement(n,{d:"M12.8484 8C8.98888 11.0988 15.008 12.9012 11.1484 16",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M8.34844 8C4.48888 11.0988 10.508 12.9012 6.64844 16",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M17.3484 8C13.4889 11.0988 19.508 12.9012 15.6484 16",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M19.5 4.5H4.5C3.39543 4.5 2.5 5.39543 2.5 6.5V17.5C2.5 18.6046 3.39543 19.5 4.5 19.5H19.5C20.6046 19.5 21.5 18.6046 21.5 17.5V6.5C21.5 5.39543 20.6046 4.5 19.5 4.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=i;export{i as IconBaking,I 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=\"M12.8484 8C8.98888 11.0988 15.008 12.9012 11.1484 16\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.34844 8C4.48888 11.0988 10.508 12.9012 6.64844 16\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.3484 8C13.4889 11.0988 19.508 12.9012 15.6484 16\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.5 4.5H4.5C3.39543 4.5 2.5 5.39543 2.5 6.5V17.5C2.5 18.6046 3.39543 19.5 4.5 19.5H19.5C20.6046 19.5 21.5 18.6046 21.5 17.5V6.5C21.5 5.39543 20.6046 4.5 19.5 4.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\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,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,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 m=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},u=(r,o,n,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of f(o))!x.call(r,s)&&s!==n&&p(r,s,{get:()=>o[s],enumerable:!(i=m(o,s))||i.enumerable});return r};var l=(r,o,n)=>(n=r!=null?a(L(r)):{},u(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),I=r=>u(p({},"__esModule",{value:!0}),r);var g={};B(g,{IconBezierCurves1:()=>k,default:()=>P});module.exports=I(g);var e=l(require("react"));var C=l(require("react")),c=require("react-native-svg"),d=({children:r,size:o=24,...n})=>C.default.createElement(c.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),k=r=>e.default.createElement(d,{...r},e.default.createElement(t.Path,{d:"M20.5 4.5C10.1111 4.5 13.8889 19.5 3.5 19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Circle,{cx:"4.5",cy:"4.5",r:"1.5",fill:"currentColor"}),e.default.createElement(t.Circle,{cx:"19.5",cy:"19.5",r:"1.5",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M16.5 19.5H19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M5 4.5H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M10.5 4.5H13.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M10.5 19.5H13.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=k;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\n d=\"M20.5 4.5C10.1111 4.5 13.8889 19.5 3.5 19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\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\n d=\"M16.5 19.5H19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5 4.5H7.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.5 4.5H13.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.5 19.5H13.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,EAA6B,4BAEhBC,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8CACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,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,QACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,aACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 r from"react";import i from"react";import{Svg as u}from"react-native-svg";var t=({children:e,size:o=24,...p})=>i.createElement(u,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as s,Path as n}from"react-native-svg";var l=e=>r.createElement(t,{...e},r.createElement(n,{d:"M20.5 4.5C10.1111 4.5 13.8889 19.5 3.5 19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(s,{cx:"4.5",cy:"4.5",r:"1.5",fill:"currentColor"}),r.createElement(s,{cx:"19.5",cy:"19.5",r:"1.5",fill:"currentColor"}),r.createElement(n,{d:"M16.5 19.5H19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M5 4.5H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M10.5 4.5H13.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M10.5 19.5H13.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=l;export{l as IconBezierCurves1,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBezierCurves1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconBezierCurves1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.5 4.5C10.1111 4.5 13.8889 19.5 3.5 19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\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\n d=\"M16.5 19.5H19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5 4.5H7.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.5 4.5H13.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.5 19.5H13.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8CACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,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,CACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,aACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,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 e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var n in o)e(r,n,{get:o[n],enumerable:!0})},l=(r,o,n,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!x.call(r,t)&&t!==n&&e(r,t,{get:()=>o[t],enumerable:!(a=B(o,t))||a.enumerable});return r};var s=(r,o,n)=>(n=r!=null?u(P(r)):{},l(o||!r||!r.__esModule?e(n,"default",{value:r,enumerable:!0}):n,r)),d=r=>l(e({},"__esModule",{value:!0}),r);var h={};g(h,{IconPin2:()=>i,default:()=>v});module.exports=d(h);var C=s(require("react"));var m=s(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...n})=>m.default.createElement(c.Svg,{...n,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"),i=r=>C.default.createElement(f,{...r},C.default.createElement(p.Path,{d:"M13.5001 2.5C14.6046 2.50008 15.5001 3.39548 15.5001 4.5V8.86621C17.599 9.97594 19.1089 12.0516 19.4347 14.502C19.5074 15.0494 19.0523 15.4999 18.5001 15.5H5.5001C4.94782 15.5 4.49277 15.0494 4.56553 14.502C4.89135 12.0515 6.40108 9.97591 8.5001 8.86621V4.5C8.5001 3.39543 9.39553 2.5 10.5001 2.5H13.5001Z",stroke:"currentColor",strokeLinejoin:"round"}),C.default.createElement(p.Path,{d:"M11.5 20.68V15.75C11.5 15.612 11.6119 15.5 11.75 15.5L12.25 15.5C12.3881 15.5 12.5 15.6119 12.5 15.75V20.68C12.5 20.7264 12.4935 20.7726 12.4808 20.8173L12.1923 21.827C12.137 22.0204 11.863 22.0204 11.8077 21.827L11.5192 20.8173C11.5065 20.7726 11.5 20.7264 11.5 20.68Z",fill:"currentColor"})),v=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=\"M13.5001 2.5C14.6046 2.50008 15.5001 3.39548 15.5001 4.5V8.86621C17.599 9.97594 19.1089 12.0516 19.4347 14.502C19.5074 15.0494 19.0523 15.4999 18.5001 15.5H5.5001C4.94782 15.5 4.49277 15.0494 4.56553 14.502C4.89135 12.0515 6.40108 9.97591 8.5001 8.86621V4.5C8.5001 3.39543 9.39553 2.5 10.5001 2.5H13.5001Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.5 20.68V15.75C11.5 15.612 11.6119 15.5 11.75 15.5L12.25 15.5C12.3881 15.5 12.5 15.6119 12.5 15.75V20.68C12.5 20.7264 12.4935 20.7726 12.4808 20.8173L12.1923 21.827C12.137 22.0204 11.863 22.0204 11.8077 21.827L11.5192 20.8173C11.5065 20.7726 11.5 20.7264 11.5 20.68Z\"\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,oTACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gRACF,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 n from"react";import p from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...C})=>p.createElement(a,{...C,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=>n.createElement(t,{...o},n.createElement(e,{d:"M13.5001 2.5C14.6046 2.50008 15.5001 3.39548 15.5001 4.5V8.86621C17.599 9.97594 19.1089 12.0516 19.4347 14.502C19.5074 15.0494 19.0523 15.4999 18.5001 15.5H5.5001C4.94782 15.5 4.49277 15.0494 4.56553 14.502C4.89135 12.0515 6.40108 9.97591 8.5001 8.86621V4.5C8.5001 3.39543 9.39553 2.5 10.5001 2.5H13.5001Z",stroke:"currentColor",strokeLinejoin:"round"}),n.createElement(e,{d:"M11.5 20.68V15.75C11.5 15.612 11.6119 15.5 11.75 15.5L12.25 15.5C12.3881 15.5 12.5 15.6119 12.5 15.75V20.68C12.5 20.7264 12.4935 20.7726 12.4808 20.8173L12.1923 21.827C12.137 22.0204 11.863 22.0204 11.8077 21.827L11.5192 20.8173C11.5065 20.7726 11.5 20.7264 11.5 20.68Z",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=\"M13.5001 2.5C14.6046 2.50008 15.5001 3.39548 15.5001 4.5V8.86621C17.599 9.97594 19.1089 12.0516 19.4347 14.502C19.5074 15.0494 19.0523 15.4999 18.5001 15.5H5.5001C4.94782 15.5 4.49277 15.0494 4.56553 14.502C4.89135 12.0515 6.40108 9.97591 8.5001 8.86621V4.5C8.5001 3.39543 9.39553 2.5 10.5001 2.5H13.5001Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.5 20.68V15.75C11.5 15.612 11.6119 15.5 11.75 15.5L12.25 15.5C12.3881 15.5 12.5 15.6119 12.5 15.75V20.68C12.5 20.7264 12.4935 20.7726 12.4808 20.8173L12.1923 21.827C12.137 22.0204 11.863 22.0204 11.8077 21.827L11.5192 20.8173C11.5065 20.7726 11.5 20.7264 11.5 20.68Z\"\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,oTACF,OAAO,eACP,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gRACF,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 e=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,L)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(L=u(o,t))||L.enumerable});return r};var s=(r,o,C)=>(C=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),i=r=>a(e({},"__esModule",{value:!0}),r);var v={};g(v,{IconSparkles2Bold:()=>f,default:()=>d});module.exports=i(v);var n=s(require("react"));var l=s(require("react")),m=require("react-native-svg"),c=({children:r,size:o=24,...C})=>l.default.createElement(m.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"),f=r=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M16.1155 11.3102L14.8833 8.10667C14.7428 7.74117 14.3916 7.5 14 7.5C13.6084 7.5 13.2572 7.74117 13.1167 8.10667L11.8845 11.3102C11.783 11.5743 11.5743 11.783 11.3102 11.8845L8.10667 13.1167C7.74117 13.2572 7.5 13.6084 7.5 14C7.5 14.3916 7.74117 14.7428 8.10667 14.8833L11.3102 16.1155C11.5743 16.217 11.783 16.4257 11.8845 16.6898L13.1167 19.8933C13.2572 20.2588 13.6084 20.5 14 20.5C14.3916 20.5 14.7428 20.2588 14.8833 19.8933L16.1155 16.6898C16.217 16.4257 16.4257 16.217 16.6898 16.1155L19.8933 14.8833C20.2588 14.7428 20.5 14.3916 20.5 14C20.5 13.6084 20.2588 13.2572 19.8933 13.1167L16.6898 11.8845C16.4257 11.783 16.217 11.5743 16.1155 11.3102Z",stroke:"currentColor"}),n.default.createElement(p.Path,{d:"M8.06545 5.36018L7.47564 3.82667C7.39995 3.62986 7.21086 3.5 7 3.5C6.78914 3.5 6.60005 3.62986 6.52436 3.82667L5.93455 5.36018C5.83297 5.62427 5.62427 5.83297 5.36018 5.93455L3.82667 6.52436C3.62986 6.60005 3.5 6.78914 3.5 7C3.5 7.21086 3.62986 7.39995 3.82667 7.47564L5.36018 8.06545C5.62427 8.16703 5.83297 8.37573 5.93455 8.63982L6.52436 10.1733C6.60005 10.3701 6.78914 10.5 7 10.5C7.21086 10.5 7.39995 10.3701 7.47564 10.1733L8.06545 8.63982C8.16703 8.37573 8.37573 8.16703 8.63982 8.06545L10.1733 7.47564C10.3701 7.39995 10.5 7.21086 10.5 7C10.5 6.78914 10.3701 6.60005 10.1733 6.52436L8.63982 5.93455C8.37573 5.83297 8.16703 5.62427 8.06545 5.36018Z",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=\"M16.1155 11.3102L14.8833 8.10667C14.7428 7.74117 14.3916 7.5 14 7.5C13.6084 7.5 13.2572 7.74117 13.1167 8.10667L11.8845 11.3102C11.783 11.5743 11.5743 11.783 11.3102 11.8845L8.10667 13.1167C7.74117 13.2572 7.5 13.6084 7.5 14C7.5 14.3916 7.74117 14.7428 8.10667 14.8833L11.3102 16.1155C11.5743 16.217 11.783 16.4257 11.8845 16.6898L13.1167 19.8933C13.2572 20.2588 13.6084 20.5 14 20.5C14.3916 20.5 14.7428 20.2588 14.8833 19.8933L16.1155 16.6898C16.217 16.4257 16.4257 16.217 16.6898 16.1155L19.8933 14.8833C20.2588 14.7428 20.5 14.3916 20.5 14C20.5 13.6084 20.2588 13.2572 19.8933 13.1167L16.6898 11.8845C16.4257 11.783 16.217 11.5743 16.1155 11.3102Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M8.06545 5.36018L7.47564 3.82667C7.39995 3.62986 7.21086 3.5 7 3.5C6.78914 3.5 6.60005 3.62986 6.52436 3.82667L5.93455 5.36018C5.83297 5.62427 5.62427 5.83297 5.36018 5.93455L3.82667 6.52436C3.62986 6.60005 3.5 6.78914 3.5 7C3.5 7.21086 3.62986 7.39995 3.82667 7.47564L5.36018 8.06545C5.62427 8.16703 5.83297 8.37573 5.93455 8.63982L6.52436 10.1733C6.60005 10.3701 6.78914 10.5 7 10.5C7.21086 10.5 7.39995 10.3701 7.47564 10.1733L8.06545 8.63982C8.16703 8.37573 8.37573 8.16703 8.63982 8.06545L10.1733 7.47564C10.3701 7.39995 10.5 7.21086 10.5 7C10.5 6.78914 10.3701 6.60005 10.1733 6.52436L8.63982 5.93455C8.37573 5.83297 8.16703 5.62427 8.06545 5.36018Z\"\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,8oBACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kpBACF,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 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 a=o=>C.createElement(t,{...o},C.createElement(e,{d:"M16.1155 11.3102L14.8833 8.10667C14.7428 7.74117 14.3916 7.5 14 7.5C13.6084 7.5 13.2572 7.74117 13.1167 8.10667L11.8845 11.3102C11.783 11.5743 11.5743 11.783 11.3102 11.8845L8.10667 13.1167C7.74117 13.2572 7.5 13.6084 7.5 14C7.5 14.3916 7.74117 14.7428 8.10667 14.8833L11.3102 16.1155C11.5743 16.217 11.783 16.4257 11.8845 16.6898L13.1167 19.8933C13.2572 20.2588 13.6084 20.5 14 20.5C14.3916 20.5 14.7428 20.2588 14.8833 19.8933L16.1155 16.6898C16.217 16.4257 16.4257 16.217 16.6898 16.1155L19.8933 14.8833C20.2588 14.7428 20.5 14.3916 20.5 14C20.5 13.6084 20.2588 13.2572 19.8933 13.1167L16.6898 11.8845C16.4257 11.783 16.217 11.5743 16.1155 11.3102Z",stroke:"currentColor"}),C.createElement(e,{d:"M8.06545 5.36018L7.47564 3.82667C7.39995 3.62986 7.21086 3.5 7 3.5C6.78914 3.5 6.60005 3.62986 6.52436 3.82667L5.93455 5.36018C5.83297 5.62427 5.62427 5.83297 5.36018 5.93455L3.82667 6.52436C3.62986 6.60005 3.5 6.78914 3.5 7C3.5 7.21086 3.62986 7.39995 3.82667 7.47564L5.36018 8.06545C5.62427 8.16703 5.83297 8.37573 5.93455 8.63982L6.52436 10.1733C6.60005 10.3701 6.78914 10.5 7 10.5C7.21086 10.5 7.39995 10.3701 7.47564 10.1733L8.06545 8.63982C8.16703 8.37573 8.37573 8.16703 8.63982 8.06545L10.1733 7.47564C10.3701 7.39995 10.5 7.21086 10.5 7C10.5 6.78914 10.3701 6.60005 10.1733 6.52436L8.63982 5.93455C8.37573 5.83297 8.16703 5.62427 8.06545 5.36018Z",stroke:"currentColor"})),P=a;export{a 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=\"M16.1155 11.3102L14.8833 8.10667C14.7428 7.74117 14.3916 7.5 14 7.5C13.6084 7.5 13.2572 7.74117 13.1167 8.10667L11.8845 11.3102C11.783 11.5743 11.5743 11.783 11.3102 11.8845L8.10667 13.1167C7.74117 13.2572 7.5 13.6084 7.5 14C7.5 14.3916 7.74117 14.7428 8.10667 14.8833L11.3102 16.1155C11.5743 16.217 11.783 16.4257 11.8845 16.6898L13.1167 19.8933C13.2572 20.2588 13.6084 20.5 14 20.5C14.3916 20.5 14.7428 20.2588 14.8833 19.8933L16.1155 16.6898C16.217 16.4257 16.4257 16.217 16.6898 16.1155L19.8933 14.8833C20.2588 14.7428 20.5 14.3916 20.5 14C20.5 13.6084 20.2588 13.2572 19.8933 13.1167L16.6898 11.8845C16.4257 11.783 16.217 11.5743 16.1155 11.3102Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M8.06545 5.36018L7.47564 3.82667C7.39995 3.62986 7.21086 3.5 7 3.5C6.78914 3.5 6.60005 3.62986 6.52436 3.82667L5.93455 5.36018C5.83297 5.62427 5.62427 5.83297 5.36018 5.93455L3.82667 6.52436C3.62986 6.60005 3.5 6.78914 3.5 7C3.5 7.21086 3.62986 7.39995 3.82667 7.47564L5.36018 8.06545C5.62427 8.16703 5.83297 8.37573 5.93455 8.63982L6.52436 10.1733C6.60005 10.3701 6.78914 10.5 7 10.5C7.21086 10.5 7.39995 10.3701 7.47564 10.1733L8.06545 8.63982C8.16703 8.37573 8.37573 8.16703 8.63982 8.06545L10.1733 7.47564C10.3701 7.39995 10.5 7.21086 10.5 7C10.5 6.78914 10.3701 6.60005 10.1733 6.52436L8.63982 5.93455C8.37573 5.83297 8.16703 5.62427 8.06545 5.36018Z\"\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,8oBACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kpBACF,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=(C,r)=>{for(var o in r)n(C,o,{get:r[o],enumerable:!0})},p=(C,r,o,l)=>{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:!(l=i(r,t))||l.enumerable});return C};var a=(C,r,o)=>(o=C!=null?u(I(C)):{},p(r||!C||!C.__esModule?n(o,"default",{value:C,enumerable:!0}):o,C)),d=C=>p(n({},"__esModule",{value:!0}),C);var v={};P(v,{IconSparkles3Bold:()=>c,default:()=>g});module.exports=d(v);var e=a(require("react"));var s=a(require("react")),m=require("react-native-svg"),f=({children:C,size:r=24,...o})=>s.default.createElement(m.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:"M16 6.5C16.1545 6.5 16.2931 6.5951 16.3486 6.73926L17.4736 9.66504C17.626 10.061 17.939 10.374 18.335 10.5264L21.2607 11.6514C21.4049 11.7069 21.5 11.8455 21.5 12C21.5 12.1545 21.4049 12.2931 21.2607 12.3486L18.335 13.4736C17.939 13.626 17.626 13.939 17.4736 14.335L16.3486 17.2607C16.2931 17.4049 16.1545 17.5 16 17.5C15.8455 17.5 15.7069 17.4049 15.6514 17.2607L14.5264 14.335C14.374 13.939 14.061 13.626 13.665 13.4736L10.7393 12.3486C10.5951 12.2931 10.5 12.1545 10.5 12C10.5 11.8455 10.5951 11.7069 10.7393 11.6514L13.665 10.5264C14.061 10.374 14.374 10.061 14.5264 9.66504L15.6514 6.73926C15.7069 6.5951 15.8455 6.5 16 6.5Z",fill:"currentColor",stroke:"currentColor"}),e.default.createElement(L.Path,{d:"M7.24045 6.18518L6.54359 4.37334C6.45708 4.14842 6.24099 4 6 4C5.75901 4 5.54292 4.14842 5.45641 4.37334L4.75955 6.18518C4.65797 6.44927 4.44927 6.65797 4.18518 6.75955L2.37334 7.45641C2.14842 7.54292 2 7.75901 2 8C2 8.24099 2.14842 8.45708 2.37334 8.54359L4.18518 9.24045C4.44927 9.34203 4.65797 9.55073 4.75955 9.81482L5.45641 11.6267C5.54292 11.8516 5.75901 12 6 12C6.24099 12 6.45708 11.8516 6.54359 11.6267L7.24045 9.81482C7.34203 9.55073 7.55073 9.34203 7.81482 9.24045L9.62666 8.54359C9.85158 8.45708 10 8.24099 10 8C10 7.75901 9.85158 7.54292 9.62666 7.45641L7.81482 6.75955C7.55073 6.65797 7.34203 6.44927 7.24045 6.18518Z",fill:"currentColor"}),e.default.createElement(L.Path,{d:"M8.89045 15.5352L8.40769 14.28C8.34281 14.1113 8.18074 14 8 14C7.81926 14 7.65719 14.1113 7.59231 14.28L7.10955 15.5352C7.00797 15.7993 6.79927 16.008 6.53518 16.1095L5.28 16.5923C5.11131 16.6572 5 16.8193 5 17C5 17.1807 5.11131 17.3428 5.28 17.4077L6.53518 17.8905C6.79927 17.992 7.00797 18.2007 7.10955 18.4648L7.59231 19.72C7.65719 19.8887 7.81926 20 8 20C8.18074 20 8.34281 19.8887 8.40769 19.72L8.89045 18.4648C8.99203 18.2007 9.20073 17.992 9.46482 17.8905L10.72 17.4077C10.8887 17.3428 11 17.1807 11 17C11 16.8193 10.8887 16.6572 10.72 16.5923L9.46482 16.1095C9.20073 16.008 8.99203 15.7993 8.89045 15.5352Z",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 6.5C16.1545 6.5 16.2931 6.5951 16.3486 6.73926L17.4736 9.66504C17.626 10.061 17.939 10.374 18.335 10.5264L21.2607 11.6514C21.4049 11.7069 21.5 11.8455 21.5 12C21.5 12.1545 21.4049 12.2931 21.2607 12.3486L18.335 13.4736C17.939 13.626 17.626 13.939 17.4736 14.335L16.3486 17.2607C16.2931 17.4049 16.1545 17.5 16 17.5C15.8455 17.5 15.7069 17.4049 15.6514 17.2607L14.5264 14.335C14.374 13.939 14.061 13.626 13.665 13.4736L10.7393 12.3486C10.5951 12.2931 10.5 12.1545 10.5 12C10.5 11.8455 10.5951 11.7069 10.7393 11.6514L13.665 10.5264C14.061 10.374 14.374 10.061 14.5264 9.66504L15.6514 6.73926C15.7069 6.5951 15.8455 6.5 16 6.5Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M7.24045 6.18518L6.54359 4.37334C6.45708 4.14842 6.24099 4 6 4C5.75901 4 5.54292 4.14842 5.45641 4.37334L4.75955 6.18518C4.65797 6.44927 4.44927 6.65797 4.18518 6.75955L2.37334 7.45641C2.14842 7.54292 2 7.75901 2 8C2 8.24099 2.14842 8.45708 2.37334 8.54359L4.18518 9.24045C4.44927 9.34203 4.65797 9.55073 4.75955 9.81482L5.45641 11.6267C5.54292 11.8516 5.75901 12 6 12C6.24099 12 6.45708 11.8516 6.54359 11.6267L7.24045 9.81482C7.34203 9.55073 7.55073 9.34203 7.81482 9.24045L9.62666 8.54359C9.85158 8.45708 10 8.24099 10 8C10 7.75901 9.85158 7.54292 9.62666 7.45641L7.81482 6.75955C7.55073 6.65797 7.34203 6.44927 7.24045 6.18518Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.89045 15.5352L8.40769 14.28C8.34281 14.1113 8.18074 14 8 14C7.81926 14 7.65719 14.1113 7.59231 14.28L7.10955 15.5352C7.00797 15.7993 6.79927 16.008 6.53518 16.1095L5.28 16.5923C5.11131 16.6572 5 16.8193 5 17C5 17.1807 5.11131 17.3428 5.28 17.4077L6.53518 17.8905C6.79927 17.992 7.00797 18.2007 7.10955 18.4648L7.59231 19.72C7.65719 19.8887 7.81926 20 8 20C8.18074 20 8.34281 19.8887 8.40769 19.72L8.89045 18.4648C8.99203 18.2007 9.20073 17.992 9.46482 17.8905L10.72 17.4077C10.8887 17.3428 11 17.1807 11 17C11 16.8193 10.8887 16.6572 10.72 16.5923L9.46482 16.1095C9.20073 16.008 8.99203 15.7993 8.89045 15.5352Z\"\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,wnBACF,KAAK,eACL,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0nBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,ymBACF,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 l}from"react-native-svg";var e=({children:o,size:C=24,...n})=>L.createElement(l,{...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 p=o=>r.createElement(e,{...o},r.createElement(t,{d:"M16 6.5C16.1545 6.5 16.2931 6.5951 16.3486 6.73926L17.4736 9.66504C17.626 10.061 17.939 10.374 18.335 10.5264L21.2607 11.6514C21.4049 11.7069 21.5 11.8455 21.5 12C21.5 12.1545 21.4049 12.2931 21.2607 12.3486L18.335 13.4736C17.939 13.626 17.626 13.939 17.4736 14.335L16.3486 17.2607C16.2931 17.4049 16.1545 17.5 16 17.5C15.8455 17.5 15.7069 17.4049 15.6514 17.2607L14.5264 14.335C14.374 13.939 14.061 13.626 13.665 13.4736L10.7393 12.3486C10.5951 12.2931 10.5 12.1545 10.5 12C10.5 11.8455 10.5951 11.7069 10.7393 11.6514L13.665 10.5264C14.061 10.374 14.374 10.061 14.5264 9.66504L15.6514 6.73926C15.7069 6.5951 15.8455 6.5 16 6.5Z",fill:"currentColor",stroke:"currentColor"}),r.createElement(t,{d:"M7.24045 6.18518L6.54359 4.37334C6.45708 4.14842 6.24099 4 6 4C5.75901 4 5.54292 4.14842 5.45641 4.37334L4.75955 6.18518C4.65797 6.44927 4.44927 6.65797 4.18518 6.75955L2.37334 7.45641C2.14842 7.54292 2 7.75901 2 8C2 8.24099 2.14842 8.45708 2.37334 8.54359L4.18518 9.24045C4.44927 9.34203 4.65797 9.55073 4.75955 9.81482L5.45641 11.6267C5.54292 11.8516 5.75901 12 6 12C6.24099 12 6.45708 11.8516 6.54359 11.6267L7.24045 9.81482C7.34203 9.55073 7.55073 9.34203 7.81482 9.24045L9.62666 8.54359C9.85158 8.45708 10 8.24099 10 8C10 7.75901 9.85158 7.54292 9.62666 7.45641L7.81482 6.75955C7.55073 6.65797 7.34203 6.44927 7.24045 6.18518Z",fill:"currentColor"}),r.createElement(t,{d:"M8.89045 15.5352L8.40769 14.28C8.34281 14.1113 8.18074 14 8 14C7.81926 14 7.65719 14.1113 7.59231 14.28L7.10955 15.5352C7.00797 15.7993 6.79927 16.008 6.53518 16.1095L5.28 16.5923C5.11131 16.6572 5 16.8193 5 17C5 17.1807 5.11131 17.3428 5.28 17.4077L6.53518 17.8905C6.79927 17.992 7.00797 18.2007 7.10955 18.4648L7.59231 19.72C7.65719 19.8887 7.81926 20 8 20C8.18074 20 8.34281 19.8887 8.40769 19.72L8.89045 18.4648C8.99203 18.2007 9.20073 17.992 9.46482 17.8905L10.72 17.4077C10.8887 17.3428 11 17.1807 11 17C11 16.8193 10.8887 16.6572 10.72 16.5923L9.46482 16.1095C9.20073 16.008 8.99203 15.7993 8.89045 15.5352Z",fill:"currentColor"})),x=p;export{p 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 6.5C16.1545 6.5 16.2931 6.5951 16.3486 6.73926L17.4736 9.66504C17.626 10.061 17.939 10.374 18.335 10.5264L21.2607 11.6514C21.4049 11.7069 21.5 11.8455 21.5 12C21.5 12.1545 21.4049 12.2931 21.2607 12.3486L18.335 13.4736C17.939 13.626 17.626 13.939 17.4736 14.335L16.3486 17.2607C16.2931 17.4049 16.1545 17.5 16 17.5C15.8455 17.5 15.7069 17.4049 15.6514 17.2607L14.5264 14.335C14.374 13.939 14.061 13.626 13.665 13.4736L10.7393 12.3486C10.5951 12.2931 10.5 12.1545 10.5 12C10.5 11.8455 10.5951 11.7069 10.7393 11.6514L13.665 10.5264C14.061 10.374 14.374 10.061 14.5264 9.66504L15.6514 6.73926C15.7069 6.5951 15.8455 6.5 16 6.5Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M7.24045 6.18518L6.54359 4.37334C6.45708 4.14842 6.24099 4 6 4C5.75901 4 5.54292 4.14842 5.45641 4.37334L4.75955 6.18518C4.65797 6.44927 4.44927 6.65797 4.18518 6.75955L2.37334 7.45641C2.14842 7.54292 2 7.75901 2 8C2 8.24099 2.14842 8.45708 2.37334 8.54359L4.18518 9.24045C4.44927 9.34203 4.65797 9.55073 4.75955 9.81482L5.45641 11.6267C5.54292 11.8516 5.75901 12 6 12C6.24099 12 6.45708 11.8516 6.54359 11.6267L7.24045 9.81482C7.34203 9.55073 7.55073 9.34203 7.81482 9.24045L9.62666 8.54359C9.85158 8.45708 10 8.24099 10 8C10 7.75901 9.85158 7.54292 9.62666 7.45641L7.81482 6.75955C7.55073 6.65797 7.34203 6.44927 7.24045 6.18518Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.89045 15.5352L8.40769 14.28C8.34281 14.1113 8.18074 14 8 14C7.81926 14 7.65719 14.1113 7.59231 14.28L7.10955 15.5352C7.00797 15.7993 6.79927 16.008 6.53518 16.1095L5.28 16.5923C5.11131 16.6572 5 16.8193 5 17C5 17.1807 5.11131 17.3428 5.28 17.4077L6.53518 17.8905C6.79927 17.992 7.00797 18.2007 7.10955 18.4648L7.59231 19.72C7.65719 19.8887 7.81926 20 8 20C8.18074 20 8.34281 19.8887 8.40769 19.72L8.89045 18.4648C8.99203 18.2007 9.20073 17.992 9.46482 17.8905L10.72 17.4077C10.8887 17.3428 11 17.1807 11 17C11 16.8193 10.8887 16.6572 10.72 16.5923L9.46482 16.1095C9.20073 16.008 8.99203 15.7993 8.89045 15.5352Z\"\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,wnBACF,KAAK,eACL,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0nBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,ymBACF,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 f=Object.create;var C=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var n in o)C(r,n,{get:o[n],enumerable:!0})},a=(r,o,n,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of L(o))!I.call(r,e)&&e!==n&&C(r,e,{get:()=>o[e],enumerable:!(s=d(o,e))||s.enumerable});return r};var l=(r,o,n)=>(n=r!=null?f(B(r)):{},a(o||!r||!r.__esModule?C(n,"default",{value:r,enumerable:!0}):n,r)),P=r=>a(C({},"__esModule",{value:!0}),r);var k={};x(k,{IconUnpin2:()=>c,default:()=>g});module.exports=P(k);var t=l(require("react"));var i=l(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...n})=>i.default.createElement(m.Svg,{...n,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=>t.default.createElement(u,{...r},t.default.createElement(p.Path,{d:"M11.5 20.68V15.75C11.5 15.612 11.6119 15.5 11.75 15.5L12.25 15.5C12.3881 15.5 12.5 15.6119 12.5 15.75V20.68C12.5 20.7264 12.4935 20.7726 12.4808 20.8173L12.1923 21.827C12.137 22.0204 11.863 22.0204 11.8077 21.827L11.5192 20.8173C11.5065 20.7726 11.5 20.7264 11.5 20.68Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M8.5 5V4.5C8.5 3.39543 9.39543 2.5 10.5 2.5H13.5C14.6046 2.5 15.5 3.39543 15.5 4.5V8.86621C17.5992 9.97602 19.1085 12.0522 19.4342 14.5027C19.507 15.0502 19.0523 15.5 18.5 15.5M9 8.6L8.5 8.86621C6.40085 9.97602 4.89147 12.0522 4.56575 14.5027C4.49298 15.0502 4.94771 15.5 5.5 15.5H15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M3.5 2.5L19.5 19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),g=c;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=\"M11.5 20.68V15.75C11.5 15.612 11.6119 15.5 11.75 15.5L12.25 15.5C12.3881 15.5 12.5 15.6119 12.5 15.75V20.68C12.5 20.7264 12.4935 20.7726 12.4808 20.8173L12.1923 21.827C12.137 22.0204 11.863 22.0204 11.8077 21.827L11.5192 20.8173C11.5065 20.7726 11.5 20.7264 11.5 20.68Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.5 5V4.5C8.5 3.39543 9.39543 2.5 10.5 2.5H13.5C14.6046 2.5 15.5 3.39543 15.5 4.5V8.86621C17.5992 9.97602 19.1085 12.0522 19.4342 14.5027C19.507 15.0502 19.0523 15.5 18.5 15.5M9 8.6L8.5 8.86621C6.40085 9.97602 4.89147 12.0522 4.56575 14.5027C4.49298 15.0502 4.94771 15.5 5.5 15.5H15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 2.5L19.5 19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\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,gRACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gSACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,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 p from"react";import{Svg as s}from"react-native-svg";var t=({children:n,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var a=n=>o.createElement(t,{...n},o.createElement(e,{d:"M11.5 20.68V15.75C11.5 15.612 11.6119 15.5 11.75 15.5L12.25 15.5C12.3881 15.5 12.5 15.6119 12.5 15.75V20.68C12.5 20.7264 12.4935 20.7726 12.4808 20.8173L12.1923 21.827C12.137 22.0204 11.863 22.0204 11.8077 21.827L11.5192 20.8173C11.5065 20.7726 11.5 20.7264 11.5 20.68Z",fill:"currentColor"}),o.createElement(e,{d:"M8.5 5V4.5C8.5 3.39543 9.39543 2.5 10.5 2.5H13.5C14.6046 2.5 15.5 3.39543 15.5 4.5V8.86621C17.5992 9.97602 19.1085 12.0522 19.4342 14.5027C19.507 15.0502 19.0523 15.5 18.5 15.5M9 8.6L8.5 8.86621C6.40085 9.97602 4.89147 12.0522 4.56575 14.5027C4.49298 15.0502 4.94771 15.5 5.5 15.5H15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M3.5 2.5L19.5 19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconUnpin2,I 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=\"M11.5 20.68V15.75C11.5 15.612 11.6119 15.5 11.75 15.5L12.25 15.5C12.3881 15.5 12.5 15.6119 12.5 15.75V20.68C12.5 20.7264 12.4935 20.7726 12.4808 20.8173L12.1923 21.827C12.137 22.0204 11.863 22.0204 11.8077 21.827L11.5192 20.8173C11.5065 20.7726 11.5 20.7264 11.5 20.68Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.5 5V4.5C8.5 3.39543 9.39543 2.5 10.5 2.5H13.5C14.6046 2.5 15.5 3.39543 15.5 4.5V8.86621C17.5992 9.97602 19.1085 12.0522 19.4342 14.5027C19.507 15.0502 19.0523 15.5 18.5 15.5M9 8.6L8.5 8.86621C6.40085 9.97602 4.89147 12.0522 4.56575 14.5027C4.49298 15.0502 4.94771 15.5 5.5 15.5H15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 2.5L19.5 19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\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,gRACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gSACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,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": "round-outlined-radius-2-stroke-1",
2689
2689
  "componentName": "IconBag3"
2690
2690
  },
2691
+ {
2692
+ "category": "Food",
2693
+ "svg": "<path d=\"M12.8484 8C8.98888 11.0988 15.008 12.9012 11.1484 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.34844 8C4.48888 11.0988 10.508 12.9012 6.64844 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.3484 8C13.4889 11.0988 19.508 12.9012 15.6484 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.5 4.5H4.5C3.39543 4.5 2.5 5.39543 2.5 6.5V17.5C2.5 18.6046 3.39543 19.5 4.5 19.5H19.5C20.6046 19.5 21.5 18.6046 21.5 17.5V6.5C21.5 5.39543 20.6046 4.5 19.5 4.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
2694
+ "iconName": "baking, cooking",
2695
+ "variant": {
2696
+ "join": "round",
2697
+ "filled": "off",
2698
+ "radius": "2",
2699
+ "stroke": "1"
2700
+ },
2701
+ "createdAt": "2026-03-19T14:01:06.573173+00:00",
2702
+ "packageName": "round-outlined-radius-2-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\" stroke-linejoin=\"round\"/><path d=\"M13.4994 20L14.2298 20.8469C14.7888 21.4949 14.3284 22.5 13.4726 22.5H10.58C9.7415 22.5 9.27532 21.5301 9.79913 20.8753L10.4994 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.50781 9.69326C6.65643 6.63321 8.79591 4.72819 11.4996 4.51953\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -3290,6 +3304,20 @@
3290
3304
  "packageName": "round-outlined-radius-2-stroke-1",
3291
3305
  "componentName": "IconBezierCurves"
3292
3306
  },
3307
+ {
3308
+ "category": "Edit",
3309
+ "svg": "<path d=\"M20.5 4.5C10.1111 4.5 13.8889 19.5 3.5 19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><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.5 19.5H19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5 4.5H7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.5 4.5H13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.5 19.5H13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
3310
+ "iconName": "bezier-curves, path",
3311
+ "variant": {
3312
+ "join": "round",
3313
+ "filled": "off",
3314
+ "radius": "2",
3315
+ "stroke": "1"
3316
+ },
3317
+ "createdAt": "2026-03-20T10:01:21.055348+00:00",
3318
+ "packageName": "round-outlined-radius-2-stroke-1",
3319
+ "componentName": "IconBezierCurves1"
3320
+ },
3293
3321
  {
3294
3322
  "category": "Edit",
3295
3323
  "svg": "<path d=\"M3.5 4.5C3.5 3.94772 3.94772 3.5 4.5 3.5H7.5C8.05228 3.5 8.5 3.94772 8.5 4.5V7.5C8.5 8.05228 8.05228 8.5 7.5 8.5H4.5C3.94772 8.5 3.5 8.05228 3.5 7.5V4.5Z\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M15.5 4.5C15.5 3.94772 15.9477 3.5 16.5 3.5H19.5C20.0523 3.5 20.5 3.94772 20.5 4.5V7.5C20.5 8.05228 20.0523 8.5 19.5 8.5H18H16.5C15.9477 8.5 15.5 8.05228 15.5 7.5V6V4.5Z\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M3.5 16.5C3.5 15.9477 3.94772 15.5 4.5 15.5H7.5C8.05228 15.5 8.5 15.9477 8.5 16.5V18V19.5C8.5 20.0523 8.05228 20.5 7.5 20.5H4.5C3.94772 20.5 3.5 20.0523 3.5 19.5V16.5Z\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><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\" stroke-linejoin=\"round\"/><path d=\"M15.5 6H8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6 8.5V15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18 8.5V10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.5 18H10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -15120,6 +15148,20 @@
15120
15148
  "packageName": "round-outlined-radius-2-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": "round",
15157
+ "filled": "off",
15158
+ "radius": "2",
15159
+ "stroke": "1"
15160
+ },
15161
+ "createdAt": "2026-03-20T10:01:21.055348+00:00",
15162
+ "packageName": "round-outlined-radius-2-stroke-1",
15163
+ "componentName": "IconMagicMouse"
15164
+ },
15123
15165
  {
15124
15166
  "category": "AI & Magic",
15125
15167
  "svg": "<path d=\"M3.5 20.4998L11.4999 12.5M14.2603 6.69064L11.7373 4.54221C11.3987 4.25386 10.8804 4.51796 10.9146 4.96139L11.1698 8.2653C11.1843 8.45224 11.0929 8.63154 10.9332 8.72974L8.11026 10.4653C7.73139 10.6982 7.82239 11.2728 8.2547 11.3772L11.4758 12.1555C11.658 12.1996 11.8003 12.3419 11.8443 12.5241L12.6226 15.7452C12.7271 16.1775 13.3016 16.2685 13.5346 15.8896L15.2701 13.0667C15.3683 12.907 15.5476 12.8156 15.7346 12.83L19.0385 13.0852C19.4819 13.1195 19.746 12.6012 19.4577 12.2625L17.3092 9.73961C17.1877 9.59686 17.1562 9.3981 17.2277 9.22477L18.4913 6.16142C18.6609 5.75028 18.2496 5.33894 17.8384 5.50854L14.7751 6.77218C14.6018 6.84368 14.403 6.8122 14.2603 6.69064Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -18508,6 +18550,20 @@
18508
18550
  "packageName": "round-outlined-radius-2-stroke-1",
18509
18551
  "componentName": "IconPin"
18510
18552
  },
18553
+ {
18554
+ "category": "Interface General",
18555
+ "svg": "<path d=\"M13.5001 2.5C14.6046 2.50008 15.5001 3.39548 15.5001 4.5V8.86621C17.599 9.97594 19.1089 12.0516 19.4347 14.502C19.5074 15.0494 19.0523 15.4999 18.5001 15.5H5.5001C4.94782 15.5 4.49277 15.0494 4.56553 14.502C4.89135 12.0515 6.40108 9.97591 8.5001 8.86621V4.5C8.5001 3.39543 9.39553 2.5 10.5001 2.5H13.5001Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><path d=\"M11.5 20.68V15.75C11.5 15.612 11.6119 15.5 11.75 15.5L12.25 15.5C12.3881 15.5 12.5 15.6119 12.5 15.75V20.68C12.5 20.7264 12.4935 20.7726 12.4808 20.8173L12.1923 21.827C12.137 22.0204 11.863 22.0204 11.8077 21.827L11.5192 20.8173C11.5065 20.7726 11.5 20.7264 11.5 20.68Z\" fill=\"currentColor\"/>",
18556
+ "iconName": "pin-2",
18557
+ "variant": {
18558
+ "join": "round",
18559
+ "filled": "off",
18560
+ "radius": "2",
18561
+ "stroke": "1"
18562
+ },
18563
+ "createdAt": "2026-03-19T14:01:06.573173+00:00",
18564
+ "packageName": "round-outlined-radius-2-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=\"round\" stroke-linejoin=\"round\"/>",
@@ -22008,6 +22064,34 @@
22008
22064
  "packageName": "round-outlined-radius-2-stroke-1",
22009
22065
  "componentName": "IconSparkleHightlight"
22010
22066
  },
22067
+ {
22068
+ "category": "AI & Magic",
22069
+ "svg": "<path d=\"M16.1155 11.3102L14.8833 8.10667C14.7428 7.74117 14.3916 7.5 14 7.5C13.6084 7.5 13.2572 7.74117 13.1167 8.10667L11.8845 11.3102C11.783 11.5743 11.5743 11.783 11.3102 11.8845L8.10667 13.1167C7.74117 13.2572 7.5 13.6084 7.5 14C7.5 14.3916 7.74117 14.7428 8.10667 14.8833L11.3102 16.1155C11.5743 16.217 11.783 16.4257 11.8845 16.6898L13.1167 19.8933C13.2572 20.2588 13.6084 20.5 14 20.5C14.3916 20.5 14.7428 20.2588 14.8833 19.8933L16.1155 16.6898C16.217 16.4257 16.4257 16.217 16.6898 16.1155L19.8933 14.8833C20.2588 14.7428 20.5 14.3916 20.5 14C20.5 13.6084 20.2588 13.2572 19.8933 13.1167L16.6898 11.8845C16.4257 11.783 16.217 11.5743 16.1155 11.3102Z\" stroke=\"currentColor\"/><path d=\"M8.06545 5.36018L7.47564 3.82667C7.39995 3.62986 7.21086 3.5 7 3.5C6.78914 3.5 6.60005 3.62986 6.52436 3.82667L5.93455 5.36018C5.83297 5.62427 5.62427 5.83297 5.36018 5.93455L3.82667 6.52436C3.62986 6.60005 3.5 6.78914 3.5 7C3.5 7.21086 3.62986 7.39995 3.82667 7.47564L5.36018 8.06545C5.62427 8.16703 5.83297 8.37573 5.93455 8.63982L6.52436 10.1733C6.60005 10.3701 6.78914 10.5 7 10.5C7.21086 10.5 7.39995 10.3701 7.47564 10.1733L8.06545 8.63982C8.16703 8.37573 8.37573 8.16703 8.63982 8.06545L10.1733 7.47564C10.3701 7.39995 10.5 7.21086 10.5 7C10.5 6.78914 10.3701 6.60005 10.1733 6.52436L8.63982 5.93455C8.37573 5.83297 8.16703 5.62427 8.06545 5.36018Z\" stroke=\"currentColor\"/>",
22070
+ "iconName": "sparkles-2-bold, ai, magic",
22071
+ "variant": {
22072
+ "join": "round",
22073
+ "filled": "off",
22074
+ "radius": "2",
22075
+ "stroke": "1"
22076
+ },
22077
+ "createdAt": "2026-03-20T10:01:21.055348+00:00",
22078
+ "packageName": "round-outlined-radius-2-stroke-1",
22079
+ "componentName": "IconSparkles2Bold"
22080
+ },
22081
+ {
22082
+ "category": "AI & Magic",
22083
+ "svg": "<path d=\"M16 6.5C16.1545 6.5 16.2931 6.5951 16.3486 6.73926L17.4736 9.66504C17.626 10.061 17.939 10.374 18.335 10.5264L21.2607 11.6514C21.4049 11.7069 21.5 11.8455 21.5 12C21.5 12.1545 21.4049 12.2931 21.2607 12.3486L18.335 13.4736C17.939 13.626 17.626 13.939 17.4736 14.335L16.3486 17.2607C16.2931 17.4049 16.1545 17.5 16 17.5C15.8455 17.5 15.7069 17.4049 15.6514 17.2607L14.5264 14.335C14.374 13.939 14.061 13.626 13.665 13.4736L10.7393 12.3486C10.5951 12.2931 10.5 12.1545 10.5 12C10.5 11.8455 10.5951 11.7069 10.7393 11.6514L13.665 10.5264C14.061 10.374 14.374 10.061 14.5264 9.66504L15.6514 6.73926C15.7069 6.5951 15.8455 6.5 16 6.5Z\" fill=\"currentColor\" stroke=\"currentColor\"/><path d=\"M7.24045 6.18518L6.54359 4.37334C6.45708 4.14842 6.24099 4 6 4C5.75901 4 5.54292 4.14842 5.45641 4.37334L4.75955 6.18518C4.65797 6.44927 4.44927 6.65797 4.18518 6.75955L2.37334 7.45641C2.14842 7.54292 2 7.75901 2 8C2 8.24099 2.14842 8.45708 2.37334 8.54359L4.18518 9.24045C4.44927 9.34203 4.65797 9.55073 4.75955 9.81482L5.45641 11.6267C5.54292 11.8516 5.75901 12 6 12C6.24099 12 6.45708 11.8516 6.54359 11.6267L7.24045 9.81482C7.34203 9.55073 7.55073 9.34203 7.81482 9.24045L9.62666 8.54359C9.85158 8.45708 10 8.24099 10 8C10 7.75901 9.85158 7.54292 9.62666 7.45641L7.81482 6.75955C7.55073 6.65797 7.34203 6.44927 7.24045 6.18518Z\" fill=\"currentColor\"/><path d=\"M8.89045 15.5352L8.40769 14.28C8.34281 14.1113 8.18074 14 8 14C7.81926 14 7.65719 14.1113 7.59231 14.28L7.10955 15.5352C7.00797 15.7993 6.79927 16.008 6.53518 16.1095L5.28 16.5923C5.11131 16.6572 5 16.8193 5 17C5 17.1807 5.11131 17.3428 5.28 17.4077L6.53518 17.8905C6.79927 17.992 7.00797 18.2007 7.10955 18.4648L7.59231 19.72C7.65719 19.8887 7.81926 20 8 20C8.18074 20 8.34281 19.8887 8.40769 19.72L8.89045 18.4648C8.99203 18.2007 9.20073 17.992 9.46482 17.8905L10.72 17.4077C10.8887 17.3428 11 17.1807 11 17C11 16.8193 10.8887 16.6572 10.72 16.5923L9.46482 16.1095C9.20073 16.008 8.99203 15.7993 8.89045 15.5352Z\" fill=\"currentColor\"/>",
22084
+ "iconName": "sparkles-3-bold, ai, magic",
22085
+ "variant": {
22086
+ "join": "round",
22087
+ "filled": "off",
22088
+ "radius": "2",
22089
+ "stroke": "1"
22090
+ },
22091
+ "createdAt": "2026-03-20T10:01:21.055348+00:00",
22092
+ "packageName": "round-outlined-radius-2-stroke-1",
22093
+ "componentName": "IconSparkles3Bold"
22094
+ },
22011
22095
  {
22012
22096
  "category": "AI & Magic",
22013
22097
  "svg": "<path d=\"M19.5 13C14.2924 13.4508 11.4508 16.2924 11 21.5C10.5302 16.2114 7.70346 13.5894 2.5 13C7.7857 12.3904 10.3904 9.7857 11 4.5C11.5894 9.70346 14.2114 12.5302 19.5 13Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.6932 1.17256C19.6821 1.07434 19.599 1.0001 19.5002 1C19.4014 0.999899 19.3182 1.07397 19.3068 1.17217C19.1914 2.17342 18.8902 2.89316 18.3917 3.39165C17.8932 3.89015 17.1734 4.19135 16.1722 4.30684C16.074 4.31816 15.9999 4.40135 16 4.5002C16.0001 4.59904 16.0743 4.68208 16.1726 4.69321C17.1576 4.80479 17.8917 5.10581 18.4013 5.60621C18.9098 6.10546 19.2178 6.82579 19.3063 7.82276C19.3152 7.92317 19.3994 8.00011 19.5002 8C19.601 7.99989 19.685 7.92275 19.6937 7.82232C19.7786 6.84134 20.0863 6.10681 20.5966 5.59656C21.1068 5.08632 21.8413 4.77864 22.8223 4.69372C22.9228 4.68503 22.9999 4.60102 23 4.50022C23.0001 4.39941 22.9232 4.31524 22.8228 4.30632C21.8258 4.21776 21.1055 3.90975 20.6062 3.40132C20.1058 2.8917 19.8048 2.15762 19.6932 1.17256Z\" fill=\"currentColor\"/>",
@@ -24892,6 +24976,20 @@
24892
24976
  "packageName": "round-outlined-radius-2-stroke-1",
24893
24977
  "componentName": "IconUnpin"
24894
24978
  },
24979
+ {
24980
+ "category": "Interface General",
24981
+ "svg": "<path d=\"M11.5 20.68V15.75C11.5 15.612 11.6119 15.5 11.75 15.5L12.25 15.5C12.3881 15.5 12.5 15.6119 12.5 15.75V20.68C12.5 20.7264 12.4935 20.7726 12.4808 20.8173L12.1923 21.827C12.137 22.0204 11.863 22.0204 11.8077 21.827L11.5192 20.8173C11.5065 20.7726 11.5 20.7264 11.5 20.68Z\" fill=\"currentColor\"/><path d=\"M8.5 5V4.5C8.5 3.39543 9.39543 2.5 10.5 2.5H13.5C14.6046 2.5 15.5 3.39543 15.5 4.5V8.86621C17.5992 9.97602 19.1085 12.0522 19.4342 14.5027C19.507 15.0502 19.0523 15.5 18.5 15.5M9 8.6L8.5 8.86621C6.40085 9.97602 4.89147 12.0522 4.56575 14.5027C4.49298 15.0502 4.94771 15.5 5.5 15.5H15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.5 2.5L19.5 19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
24982
+ "iconName": "unpin-2",
24983
+ "variant": {
24984
+ "join": "round",
24985
+ "filled": "off",
24986
+ "radius": "2",
24987
+ "stroke": "1"
24988
+ },
24989
+ "createdAt": "2026-03-19T14:01:06.573173+00:00",
24990
+ "packageName": "round-outlined-radius-2-stroke-1",
24991
+ "componentName": "IconUnpin2"
24992
+ },
24895
24993
  {
24896
24994
  "category": "Interface General",
24897
24995
  "svg": "<g clip-path=\"url(#clip0_12806_27508)\"><path d=\"M12 16.5V10.25\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.25 12.75L12 10L14.75 12.75\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.47913 2.9541L21.2057 6.07977\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M8.95781 3.83567C9.51861 2.25347 11.1555 1.26109 12.8636 1.56227C14.5716 1.86344 15.7705 3.35584 15.7563 5.03443\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M19.5 6L18.6207 19.6288C18.5528 20.6812 17.6794 21.5 16.6248 21.5H7.37509C6.32052 21.5 5.44714 20.6812 5.37924 19.6288L4.53223 6.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/></g><defs><clipPath id=\"clip0_12806_27508\"><rect width=\"24\" height=\"24\" fill=\"white\"/></clipPath></defs>",
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"