@central-icons-react-native/round-outlined-radius-3-stroke-1.5 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.
- package/IconBaking/index.d.ts +4 -0
- package/IconBaking/index.js +2 -0
- package/IconBaking/index.js.map +1 -0
- package/IconBaking/index.mjs +2 -0
- package/IconBaking/index.mjs.map +1 -0
- package/IconBezierCurves1/index.d.ts +4 -0
- package/IconBezierCurves1/index.js +2 -0
- package/IconBezierCurves1/index.js.map +1 -0
- package/IconBezierCurves1/index.mjs +2 -0
- package/IconBezierCurves1/index.mjs.map +1 -0
- package/IconMagicMouse/index.d.ts +4 -0
- package/IconMagicMouse/index.js +2 -0
- package/IconMagicMouse/index.js.map +1 -0
- package/IconMagicMouse/index.mjs +2 -0
- package/IconMagicMouse/index.mjs.map +1 -0
- package/IconPin2/index.d.ts +4 -0
- package/IconPin2/index.js +2 -0
- package/IconPin2/index.js.map +1 -0
- package/IconPin2/index.mjs +2 -0
- package/IconPin2/index.mjs.map +1 -0
- package/IconSparkles2Bold/index.d.ts +4 -0
- package/IconSparkles2Bold/index.js +2 -0
- package/IconSparkles2Bold/index.js.map +1 -0
- package/IconSparkles2Bold/index.mjs +2 -0
- package/IconSparkles2Bold/index.mjs.map +1 -0
- package/IconSparkles3Bold/index.d.ts +4 -0
- package/IconSparkles3Bold/index.js +2 -0
- package/IconSparkles3Bold/index.js.map +1 -0
- package/IconSparkles3Bold/index.mjs +2 -0
- package/IconSparkles3Bold/index.mjs.map +1 -0
- package/IconUnpin2/index.d.ts +4 -0
- package/IconUnpin2/index.js +2 -0
- package/IconUnpin2/index.js.map +1 -0
- package/IconUnpin2/index.mjs +2 -0
- package/IconUnpin2/index.mjs.map +1 -0
- package/README.md +7 -0
- package/filtered-icons.json +98 -0
- package/icons/index.d.ts +7 -0
- package/icons-index.json +21 -7
- package/index.d.ts +7 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +49 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var l=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!h.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(i=m(o,t))||i.enumerable});return r};var d=(r,o,e)=>(e=r!=null?l(B(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>C(p({},"__esModule",{value:!0}),r);var x={};I(x,{IconBaking:()=>c,default:()=>g});module.exports=L(x);var n=d(require("react"));var u=d(require("react")),a=require("react-native-svg"),k=({children:r,size:o=24,...e})=>u.default.createElement(a.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),c=r=>n.default.createElement(k,{...r},n.default.createElement(s.Path,{d:"M18.25 4.75H5.75C4.09315 4.75 2.75 6.09315 2.75 7.75V16.25C2.75 17.9069 4.09315 19.25 5.75 19.25H18.25C19.9069 19.25 21.25 17.9069 21.25 16.25V7.75C21.25 6.09315 19.9069 4.75 18.25 4.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M7.88901 8.75C4.56366 11.2678 10.2377 12.7322 6.91235 15.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M12.4867 8.75C9.16132 11.2678 14.8354 12.7322 11.51 15.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M17.0882 8.75C13.7629 11.2678 19.4369 12.7322 16.1116 15.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),g=c;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=\"M18.25 4.75H5.75C4.09315 4.75 2.75 6.09315 2.75 7.75V16.25C2.75 17.9069 4.09315 19.25 5.75 19.25H18.25C19.9069 19.25 21.25 17.9069 21.25 16.25V7.75C21.25 6.09315 19.9069 4.75 18.25 4.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.88901 8.75C4.56366 11.2678 10.2377 12.7322 6.91235 15.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12.4867 8.75C9.16132 11.2678 14.8354 12.7322 11.51 15.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.0882 8.75C13.7629 11.2678 19.4369 12.7322 16.1116 15.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,6LACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8DACF,OAAO,eACP,YAAY,MACZ,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 p from"react";import{Svg as i}from"react-native-svg";var t=({children:n,size:r=24,...s})=>p.createElement(i,{...s,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 C=n=>o.createElement(t,{...n},o.createElement(e,{d:"M18.25 4.75H5.75C4.09315 4.75 2.75 6.09315 2.75 7.75V16.25C2.75 17.9069 4.09315 19.25 5.75 19.25H18.25C19.9069 19.25 21.25 17.9069 21.25 16.25V7.75C21.25 6.09315 19.9069 4.75 18.25 4.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M7.88901 8.75C4.56366 11.2678 10.2377 12.7322 6.91235 15.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M12.4867 8.75C9.16132 11.2678 14.8354 12.7322 11.51 15.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M17.0882 8.75C13.7629 11.2678 19.4369 12.7322 16.1116 15.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),h=C;export{C as IconBaking,h 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=\"M18.25 4.75H5.75C4.09315 4.75 2.75 6.09315 2.75 7.75V16.25C2.75 17.9069 4.09315 19.25 5.75 19.25H18.25C19.9069 19.25 21.25 17.9069 21.25 16.25V7.75C21.25 6.09315 19.9069 4.75 18.25 4.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.88901 8.75C4.56366 11.2678 10.2377 12.7322 6.91235 15.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12.4867 8.75C9.16132 11.2678 14.8354 12.7322 11.51 15.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.0882 8.75C13.7629 11.2678 19.4369 12.7322 16.1116 15.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,6LACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8DACF,OAAO,eACP,YAAY,MACZ,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,2 @@
|
|
|
1
|
+
"use strict";var a=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of f(o))!x.call(r,s)&&s!==e&&p(r,s,{get:()=>o[s],enumerable:!(l=m(o,s))||l.enumerable});return r};var c=(r,o,e)=>(e=r!=null?a(h(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>C(p({},"__esModule",{value:!0}),r);var g={};B(g,{IconBezierCurves1:()=>k,default:()=>P});module.exports=I(g);var t=c(require("react"));var i=c(require("react")),u=require("react-native-svg"),d=({children:r,size:o=24,...e})=>i.default.createElement(u.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),k=r=>t.default.createElement(d,{...r},t.default.createElement(n.Path,{d:"M20.25 4.75C10.1667 4.75 13.8333 19.25 3.75 19.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),t.default.createElement(n.Circle,{cx:"4.75",cy:"4.75",r:"1.75",fill:"currentColor"}),t.default.createElement(n.Circle,{cx:"19.25",cy:"19.25",r:"1.75",fill:"currentColor"}),t.default.createElement(n.Path,{d:"M15.75 19.25H19",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),t.default.createElement(n.Path,{d:"M5 4.75H8.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),t.default.createElement(n.Path,{d:"M11.75 4.75H13.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),t.default.createElement(n.Path,{d:"M10.75 19.25H12.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"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.25 4.75C10.1667 4.75 13.8333 19.25 3.75 19.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Circle cx=\"4.75\" cy=\"4.75\" r=\"1.75\" fill=\"currentColor\" />\n <Circle cx=\"19.25\" cy=\"19.25\" r=\"1.75\" fill=\"currentColor\" />\n <Path\n d=\"M15.75 19.25H19\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M5 4.75H8.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M11.75 4.75H13.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M10.75 19.25H12.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"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,oDACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,OAAO,GAAG,OAAO,EAAE,OAAO,KAAK,eAAe,EACzD,EAAAA,QAAA,cAAC,UAAO,GAAG,QAAQ,GAAG,QAAQ,EAAE,OAAO,KAAK,eAAe,EAC3D,EAAAA,QAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,eACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,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 l from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:o=24,...p})=>l.createElement(C,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},t);import{Circle as s,Path as e}from"react-native-svg";var c=t=>r.createElement(n,{...t},r.createElement(e,{d:"M20.25 4.75C10.1667 4.75 13.8333 19.25 3.75 19.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),r.createElement(s,{cx:"4.75",cy:"4.75",r:"1.75",fill:"currentColor"}),r.createElement(s,{cx:"19.25",cy:"19.25",r:"1.75",fill:"currentColor"}),r.createElement(e,{d:"M15.75 19.25H19",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),r.createElement(e,{d:"M5 4.75H8.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),r.createElement(e,{d:"M11.75 4.75H13.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),r.createElement(e,{d:"M10.75 19.25H12.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),B=c;export{c as IconBezierCurves1,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBezierCurves1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconBezierCurves1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.25 4.75C10.1667 4.75 13.8333 19.25 3.75 19.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Circle cx=\"4.75\" cy=\"4.75\" r=\"1.75\" fill=\"currentColor\" />\n <Circle cx=\"19.25\" cy=\"19.25\" r=\"1.75\" fill=\"currentColor\" />\n <Path\n d=\"M15.75 19.25H19\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M5 4.75H8.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M11.75 4.75H13.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M10.75 19.25H12.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"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,oDACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,OAAO,GAAG,OAAO,EAAE,OAAO,KAAK,eAAe,EACzDI,EAAA,cAACJ,EAAA,CAAO,GAAG,QAAQ,GAAG,QAAQ,EAAE,OAAO,KAAK,eAAe,EAC3DI,EAAA,cAACH,EAAA,CACC,EAAE,kBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,eACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconBezierCurves1","props","React","CentralIconBase","IconBezierCurves1_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(C,r)=>{for(var o in r)e(C,o,{get:r[o],enumerable:!0})},s=(C,r,o,a)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!x.call(C,t)&&t!==o&&e(C,t,{get:()=>r[t],enumerable:!(a=B(r,t))||a.enumerable});return C};var l=(C,r,o)=>(o=C!=null?u(g(C)):{},s(r||!C||!C.__esModule?e(o,"default",{value:C,enumerable:!0}):o,C)),d=C=>s(e({},"__esModule",{value:!0}),C);var v={};P(v,{IconMagicMouse:()=>i,default:()=>h});module.exports=d(v);var n=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),f=({children:C,size:r=24,...o})=>m.default.createElement(c.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var p=require("react-native-svg"),i=C=>n.default.createElement(f,{...C},n.default.createElement(p.Path,{d:"M11.8978 21.7498L12 21.75L12.1022 21.7498C16.7771 21.7282 17.56 20.2194 17.654 16.4984C17.7386 13.1465 17.8505 9.79338 17.5764 6.44574C17.4557 4.97111 17.1642 3.57509 15.5806 2.78682C14.5225 2.26008 13.1718 2.25 12 2.25C10.8282 2.25 9.47753 2.26008 8.41935 2.78682C6.83576 3.57509 6.54435 4.97111 6.42362 6.44574C6.14955 9.79338 6.26138 13.1465 6.34601 16.4984C6.43996 20.2194 7.29545 21.7285 11.8978 21.7498Z",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement(p.Path,{d:"M13.3619 15.693C13.2475 15.7631 13.1527 15.861 13.0865 15.9776C13.0202 16.0943 12.9847 16.2258 12.9831 16.36C12.9835 16.5109 13.0283 16.6584 13.1117 16.7842C13.1952 16.91 13.3137 17.0086 13.4526 17.0677C13.3979 17.2444 13.3168 17.4119 13.2122 17.5645C13.0625 17.78 12.9059 17.9955 12.6678 17.9955C12.4296 17.9955 12.3683 17.8571 12.0939 17.8571C11.8262 17.8571 11.7309 18 11.5131 18C11.2954 18 11.1434 17.8004 10.9687 17.5554C10.738 17.2122 10.6112 16.8097 10.6035 16.3962C10.6035 15.7157 11.0459 15.355 11.4814 15.355C11.7128 15.355 11.9056 15.507 12.0508 15.507C12.1891 15.507 12.4046 15.346 12.6678 15.346C12.8031 15.3425 12.9371 15.3723 13.0582 15.4328C13.1792 15.4933 13.2835 15.5827 13.3619 15.693ZM12.543 15.0579C12.659 14.9214 12.7247 14.7493 12.729 14.5703C12.7292 14.5467 12.7269 14.5231 12.7222 14.5C12.523 14.5195 12.3387 14.6144 12.2073 14.7654C12.0902 14.8964 12.022 15.0639 12.0145 15.2395C12.0145 15.2608 12.0168 15.2821 12.0213 15.303C12.037 15.306 12.0529 15.3075 12.0689 15.3076C12.1607 15.3003 12.2501 15.2744 12.3316 15.2314C12.4131 15.1885 12.485 15.1295 12.543 15.0579Z",fill:"currentColor"})),h=i;0&&(module.exports={IconMagicMouse});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMagicMouse/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconMagicMouse: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.8978 21.7498L12 21.75L12.1022 21.7498C16.7771 21.7282 17.56 20.2194 17.654 16.4984C17.7386 13.1465 17.8505 9.79338 17.5764 6.44574C17.4557 4.97111 17.1642 3.57509 15.5806 2.78682C14.5225 2.26008 13.1718 2.25 12 2.25C10.8282 2.25 9.47753 2.26008 8.41935 2.78682C6.83576 3.57509 6.54435 4.97111 6.42362 6.44574C6.14955 9.79338 6.26138 13.1465 6.34601 16.4984C6.43996 20.2194 7.29545 21.7285 11.8978 21.7498Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,4ZACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,ukCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconMagicMouse_exports","__export","IconMagicMouse","IconMagicMouse_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMagicMouse","props","React","CentralIconBase","IconMagicMouse_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as a}from"react-native-svg";var t=({children:r,size:C=24,...n})=>p.createElement(a,{...n,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);import{Path as e}from"react-native-svg";var s=r=>o.createElement(t,{...r},o.createElement(e,{d:"M11.8978 21.7498L12 21.75L12.1022 21.7498C16.7771 21.7282 17.56 20.2194 17.654 16.4984C17.7386 13.1465 17.8505 9.79338 17.5764 6.44574C17.4557 4.97111 17.1642 3.57509 15.5806 2.78682C14.5225 2.26008 13.1718 2.25 12 2.25C10.8282 2.25 9.47753 2.26008 8.41935 2.78682C6.83576 3.57509 6.54435 4.97111 6.42362 6.44574C6.14955 9.79338 6.26138 13.1465 6.34601 16.4984C6.43996 20.2194 7.29545 21.7285 11.8978 21.7498Z",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(e,{d:"M13.3619 15.693C13.2475 15.7631 13.1527 15.861 13.0865 15.9776C13.0202 16.0943 12.9847 16.2258 12.9831 16.36C12.9835 16.5109 13.0283 16.6584 13.1117 16.7842C13.1952 16.91 13.3137 17.0086 13.4526 17.0677C13.3979 17.2444 13.3168 17.4119 13.2122 17.5645C13.0625 17.78 12.9059 17.9955 12.6678 17.9955C12.4296 17.9955 12.3683 17.8571 12.0939 17.8571C11.8262 17.8571 11.7309 18 11.5131 18C11.2954 18 11.1434 17.8004 10.9687 17.5554C10.738 17.2122 10.6112 16.8097 10.6035 16.3962C10.6035 15.7157 11.0459 15.355 11.4814 15.355C11.7128 15.355 11.9056 15.507 12.0508 15.507C12.1891 15.507 12.4046 15.346 12.6678 15.346C12.8031 15.3425 12.9371 15.3723 13.0582 15.4328C13.1792 15.4933 13.2835 15.5827 13.3619 15.693ZM12.543 15.0579C12.659 14.9214 12.7247 14.7493 12.729 14.5703C12.7292 14.5467 12.7269 14.5231 12.7222 14.5C12.523 14.5195 12.3387 14.6144 12.2073 14.7654C12.0902 14.8964 12.022 15.0639 12.0145 15.2395C12.0145 15.2608 12.0168 15.2821 12.0213 15.303C12.037 15.306 12.0529 15.3075 12.0689 15.3076C12.1607 15.3003 12.2501 15.2744 12.3316 15.2314C12.4131 15.1885 12.485 15.1295 12.543 15.0579Z",fill:"currentColor"})),x=s;export{s as IconMagicMouse,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMagicMouse/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconMagicMouse: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.8978 21.7498L12 21.75L12.1022 21.7498C16.7771 21.7282 17.56 20.2194 17.654 16.4984C17.7386 13.1465 17.8505 9.79338 17.5764 6.44574C17.4557 4.97111 17.1642 3.57509 15.5806 2.78682C14.5225 2.26008 13.1718 2.25 12 2.25C10.8282 2.25 9.47753 2.26008 8.41935 2.78682C6.83576 3.57509 6.54435 4.97111 6.42362 6.44574C6.14955 9.79338 6.26138 13.1465 6.34601 16.4984C6.43996 20.2194 7.29545 21.7285 11.8978 21.7498Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,4ZACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,ukCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMagicMouse","props","React","CentralIconBase","IconMagicMouse_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(s=B(o,e))||s.enumerable});return r};var l=(r,o,t)=>(t=r!=null?u(P(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var v={};d(v,{IconPin2:()=>f,default:()=>h});module.exports=g(v);var C=l(require("react"));var m=l(require("react")),i=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(i.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),f=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M11.25 20.3974V15H12.75V20.3974C12.75 20.4651 12.7362 20.5321 12.7096 20.5943L12.2298 21.7138C12.1432 21.9159 11.8568 21.9159 11.7702 21.7138L11.2904 20.5943C11.2638 20.5321 11.25 20.4651 11.25 20.3974Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M12.7497 2.75C14.4066 2.75 15.7497 4.09315 15.7497 5.75V8.75C15.7497 8.92516 15.8322 9.0926 15.9786 9.18885C17.6861 10.3119 18.8907 12.1366 19.1817 14.253C19.257 14.8001 18.802 15.25 18.2497 15.25H5.74973C5.19745 15.25 4.74247 14.8001 4.81775 14.253C5.10892 12.1368 6.3137 10.3119 8.02092 9.18888C8.16726 9.09261 8.24973 8.92516 8.24973 8.75V5.75C8.24973 4.09331 9.5931 2.75026 11.2497 2.75H12.7497Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"})),h=f;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=\"M11.25 20.3974V15H12.75V20.3974C12.75 20.4651 12.7362 20.5321 12.7096 20.5943L12.2298 21.7138C12.1432 21.9159 11.8568 21.9159 11.7702 21.7138L11.2904 20.5943C11.2638 20.5321 11.25 20.4651 11.25 20.3974Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.7497 2.75C14.4066 2.75 15.7497 4.09315 15.7497 5.75V8.75C15.7497 8.92516 15.8322 9.0926 15.9786 9.18885C17.6861 10.3119 18.8907 12.1366 19.1817 14.253C19.257 14.8001 18.802 15.25 18.2497 15.25H5.74973C5.19745 15.25 4.74247 14.8001 4.81775 14.253C5.10892 12.1368 6.3137 10.3119 8.02092 9.18888C8.16726 9.09261 8.24973 8.92516 8.24973 8.75V5.75C8.24973 4.09331 9.5931 2.75026 11.2497 2.75H12.7497Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\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,6MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kZACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconPin2_exports","__export","IconPin2","IconPin2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPin2","props","React","CentralIconBase","IconPin2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as s}from"react-native-svg";var e=({children:o,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"},o);import{Path as n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M11.25 20.3974V15H12.75V20.3974C12.75 20.4651 12.7362 20.5321 12.7096 20.5943L12.2298 21.7138C12.1432 21.9159 11.8568 21.9159 11.7702 21.7138L11.2904 20.5943C11.2638 20.5321 11.25 20.4651 11.25 20.3974Z",fill:"currentColor"}),t.createElement(n,{d:"M12.7497 2.75C14.4066 2.75 15.7497 4.09315 15.7497 5.75V8.75C15.7497 8.92516 15.8322 9.0926 15.9786 9.18885C17.6861 10.3119 18.8907 12.1366 19.1817 14.253C19.257 14.8001 18.802 15.25 18.2497 15.25H5.74973C5.19745 15.25 4.74247 14.8001 4.81775 14.253C5.10892 12.1368 6.3137 10.3119 8.02092 9.18888C8.16726 9.09261 8.24973 8.92516 8.24973 8.75V5.75C8.24973 4.09331 9.5931 2.75026 11.2497 2.75H12.7497Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"})),x=a;export{a 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=\"M11.25 20.3974V15H12.75V20.3974C12.75 20.4651 12.7362 20.5321 12.7096 20.5943L12.2298 21.7138C12.1432 21.9159 11.8568 21.9159 11.7702 21.7138L11.2904 20.5943C11.2638 20.5321 11.25 20.4651 11.25 20.3974Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.7497 2.75C14.4066 2.75 15.7497 4.09315 15.7497 5.75V8.75C15.7497 8.92516 15.8322 9.0926 15.9786 9.18885C17.6861 10.3119 18.8907 12.1366 19.1817 14.253C19.257 14.8001 18.802 15.25 18.2497 15.25H5.74973C5.19745 15.25 4.74247 14.8001 4.81775 14.253C5.10892 12.1368 6.3137 10.3119 8.02092 9.18888C8.16726 9.09261 8.24973 8.92516 8.24973 8.75V5.75C8.24973 4.09331 9.5931 2.75026 11.2497 2.75H12.7497Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\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,6MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kZACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPin2","props","React","CentralIconBase","IconPin2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var B=Object.create;var e=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},L=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of u(o))!x.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(l=i(o,t))||l.enumerable});return r};var a=(r,o,C)=>(C=r!=null?B(I(r)):{},L(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>L(e({},"__esModule",{value:!0}),r);var v={};P(v,{IconSparkles2Bold:()=>c,default:()=>d});module.exports=g(v);var n=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),f=({children:r,size:o=24,...C})=>m.default.createElement(s.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),c=r=>n.default.createElement(f,{...r},n.default.createElement(p.Path,{d:"M14.0134 7C14.4272 7 14.7982 7.25482 14.9467 7.64101L16.2906 11.135C16.3922 11.3991 16.6009 11.6078 16.865 11.7094L20.359 13.0533C20.7452 13.2018 21 13.5728 21 13.9866V14.0134C21 14.4272 20.7452 14.7982 20.359 14.9467L16.865 16.2906C16.6009 16.3922 16.3922 16.6009 16.2906 16.865L14.9467 20.359C14.7982 20.7452 14.4272 21 14.0134 21H13.9866C13.5728 21 13.2018 20.7452 13.0533 20.359L11.7094 16.865C11.6078 16.6009 11.3991 16.3922 11.135 16.2906L7.64101 14.9467C7.25482 14.7982 7 14.4272 7 14.0134V13.9866C7 13.5728 7.25482 13.2018 7.64101 13.0533L11.135 11.7094C11.3991 11.6078 11.6078 11.3991 11.7094 11.135L13.0533 7.64101C13.2018 7.25482 13.5728 7 13.9866 7H14.0134Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M7 3C7.24122 3 7.45754 3.14856 7.54414 3.3737L8.24085 5.18485C8.34242 5.44891 8.55109 5.65758 8.81515 5.75915L10.6263 6.45586C10.8514 6.54246 11 6.75878 11 7C11 7.24122 10.8514 7.45754 10.6263 7.54414L8.81515 8.24085C8.55109 8.34242 8.34242 8.55109 8.24085 8.81515L7.54414 10.6263C7.45754 10.8514 7.24122 11 7 11C6.75878 11 6.54246 10.8514 6.45586 10.6263L5.75915 8.81515C5.65758 8.55109 5.44891 8.34242 5.18485 8.24085L3.3737 7.54414C3.14855 7.45754 3 7.24122 3 7C3 6.75878 3.14856 6.54246 3.3737 6.45586L5.18485 5.75915C5.44891 5.65758 5.65758 5.44891 5.75915 5.18485L6.45586 3.3737C6.54246 3.14855 6.75878 3 7 3Z",fill:"currentColor"})),d=c;0&&(module.exports={IconSparkles2Bold});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSparkles2Bold/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconSparkles2Bold: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.0134 7C14.4272 7 14.7982 7.25482 14.9467 7.64101L16.2906 11.135C16.3922 11.3991 16.6009 11.6078 16.865 11.7094L20.359 13.0533C20.7452 13.2018 21 13.5728 21 13.9866V14.0134C21 14.4272 20.7452 14.7982 20.359 14.9467L16.865 16.2906C16.6009 16.3922 16.3922 16.6009 16.2906 16.865L14.9467 20.359C14.7982 20.7452 14.4272 21 14.0134 21H13.9866C13.5728 21 13.2018 20.7452 13.0533 20.359L11.7094 16.865C11.6078 16.6009 11.3991 16.3922 11.135 16.2906L7.64101 14.9467C7.25482 14.7982 7 14.4272 7 14.0134V13.9866C7 13.5728 7.25482 13.2018 7.64101 13.0533L11.135 11.7094C11.3991 11.6078 11.6078 11.3991 11.7094 11.135L13.0533 7.64101C13.2018 7.25482 13.5728 7 13.9866 7H14.0134Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7 3C7.24122 3 7.45754 3.14856 7.54414 3.3737L8.24085 5.18485C8.34242 5.44891 8.55109 5.65758 8.81515 5.75915L10.6263 6.45586C10.8514 6.54246 11 6.75878 11 7C11 7.24122 10.8514 7.45754 10.6263 7.54414L8.81515 8.24085C8.55109 8.34242 8.34242 8.55109 8.24085 8.81515L7.54414 10.6263C7.45754 10.8514 7.24122 11 7 11C6.75878 11 6.54246 10.8514 6.45586 10.6263L5.75915 8.81515C5.65758 8.55109 5.44891 8.34242 5.18485 8.24085L3.3737 7.54414C3.14855 7.45754 3 7.24122 3 7C3 6.75878 3.14856 6.54246 3.3737 6.45586L5.18485 5.75915C5.44891 5.65758 5.65758 5.44891 5.75915 5.18485L6.45586 3.3737C6.54246 3.14855 6.75878 3 7 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSparkles2Bold;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,uBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gqBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0mBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconSparkles2Bold_exports","__export","IconSparkles2Bold","IconSparkles2Bold_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSparkles2Bold","props","React","CentralIconBase","IconSparkles2Bold_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import C from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(l,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as e}from"react-native-svg";var L=o=>C.createElement(t,{...o},C.createElement(e,{d:"M14.0134 7C14.4272 7 14.7982 7.25482 14.9467 7.64101L16.2906 11.135C16.3922 11.3991 16.6009 11.6078 16.865 11.7094L20.359 13.0533C20.7452 13.2018 21 13.5728 21 13.9866V14.0134C21 14.4272 20.7452 14.7982 20.359 14.9467L16.865 16.2906C16.6009 16.3922 16.3922 16.6009 16.2906 16.865L14.9467 20.359C14.7982 20.7452 14.4272 21 14.0134 21H13.9866C13.5728 21 13.2018 20.7452 13.0533 20.359L11.7094 16.865C11.6078 16.6009 11.3991 16.3922 11.135 16.2906L7.64101 14.9467C7.25482 14.7982 7 14.4272 7 14.0134V13.9866C7 13.5728 7.25482 13.2018 7.64101 13.0533L11.135 11.7094C11.3991 11.6078 11.6078 11.3991 11.7094 11.135L13.0533 7.64101C13.2018 7.25482 13.5728 7 13.9866 7H14.0134Z",fill:"currentColor"}),C.createElement(e,{d:"M7 3C7.24122 3 7.45754 3.14856 7.54414 3.3737L8.24085 5.18485C8.34242 5.44891 8.55109 5.65758 8.81515 5.75915L10.6263 6.45586C10.8514 6.54246 11 6.75878 11 7C11 7.24122 10.8514 7.45754 10.6263 7.54414L8.81515 8.24085C8.55109 8.34242 8.34242 8.55109 8.24085 8.81515L7.54414 10.6263C7.45754 10.8514 7.24122 11 7 11C6.75878 11 6.54246 10.8514 6.45586 10.6263L5.75915 8.81515C5.65758 8.55109 5.44891 8.34242 5.18485 8.24085L3.3737 7.54414C3.14855 7.45754 3 7.24122 3 7C3 6.75878 3.14856 6.54246 3.3737 6.45586L5.18485 5.75915C5.44891 5.65758 5.65758 5.44891 5.75915 5.18485L6.45586 3.3737C6.54246 3.14855 6.75878 3 7 3Z",fill:"currentColor"})),x=L;export{L as IconSparkles2Bold,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSparkles2Bold/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconSparkles2Bold: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.0134 7C14.4272 7 14.7982 7.25482 14.9467 7.64101L16.2906 11.135C16.3922 11.3991 16.6009 11.6078 16.865 11.7094L20.359 13.0533C20.7452 13.2018 21 13.5728 21 13.9866V14.0134C21 14.4272 20.7452 14.7982 20.359 14.9467L16.865 16.2906C16.6009 16.3922 16.3922 16.6009 16.2906 16.865L14.9467 20.359C14.7982 20.7452 14.4272 21 14.0134 21H13.9866C13.5728 21 13.2018 20.7452 13.0533 20.359L11.7094 16.865C11.6078 16.6009 11.3991 16.3922 11.135 16.2906L7.64101 14.9467C7.25482 14.7982 7 14.4272 7 14.0134V13.9866C7 13.5728 7.25482 13.2018 7.64101 13.0533L11.135 11.7094C11.3991 11.6078 11.6078 11.3991 11.7094 11.135L13.0533 7.64101C13.2018 7.25482 13.5728 7 13.9866 7H14.0134Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7 3C7.24122 3 7.45754 3.14856 7.54414 3.3737L8.24085 5.18485C8.34242 5.44891 8.55109 5.65758 8.81515 5.75915L10.6263 6.45586C10.8514 6.54246 11 6.75878 11 7C11 7.24122 10.8514 7.45754 10.6263 7.54414L8.81515 8.24085C8.55109 8.34242 8.34242 8.55109 8.24085 8.81515L7.54414 10.6263C7.45754 10.8514 7.24122 11 7 11C6.75878 11 6.54246 10.8514 6.45586 10.6263L5.75915 8.81515C5.65758 8.55109 5.44891 8.34242 5.18485 8.24085L3.3737 7.54414C3.14855 7.45754 3 7.24122 3 7C3 6.75878 3.14856 6.54246 3.3737 6.45586L5.18485 5.75915C5.44891 5.65758 5.65758 5.44891 5.75915 5.18485L6.45586 3.3737C6.54246 3.14855 6.75878 3 7 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSparkles2Bold;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gqBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0mBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSparkles2Bold","props","React","CentralIconBase","IconSparkles2Bold_default"]}
|
|
@@ -0,0 +1,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,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,k=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!k.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(s=f(o,e))||s.enumerable});return r};var l=(r,o,t)=>(t=r!=null?d(I(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>a(p({},"__esModule",{value:!0}),r);var h={};x(h,{IconUnpin2:()=>u,default:()=>g});module.exports=P(h);var n=l(require("react"));var i=l(require("react")),m=require("react-native-svg"),c=({children:r,size:o=24,...t})=>i.default.createElement(m.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),u=r=>n.default.createElement(c,{...r},n.default.createElement(C.Path,{d:"M11.25 20.3974V15H12.75V20.3974C12.75 20.4651 12.7362 20.5321 12.7096 20.5943L12.2298 21.7138C12.1432 21.9159 11.8568 21.9159 11.7702 21.7138L11.2904 20.5943C11.2638 20.5321 11.25 20.4651 11.25 20.3974Z",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M9 8.5C9 8.5 8.16726 9.09261 8.02092 9.18888C6.3137 10.3119 5.10892 12.1368 4.81775 14.253C4.74247 14.8001 5.19745 15.25 5.74973 15.25H15.5M19.1817 14.253C18.8907 12.1366 17.6861 10.3119 15.9786 9.18885C15.8322 9.0926 15.7497 8.92516 15.7497 8.75V5.75C15.7497 4.09315 14.4066 2.75 12.7497 2.75H11.2497C10.5968 2.7501 9.99254 2.95879 9.5 3.31306",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(C.Path,{d:"M3.75 2.26953L19.25 19.2495",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),g=u;0&&(module.exports={IconUnpin2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconUnpin2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconUnpin2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.25 20.3974V15H12.75V20.3974C12.75 20.4651 12.7362 20.5321 12.7096 20.5943L12.2298 21.7138C12.1432 21.9159 11.8568 21.9159 11.7702 21.7138L11.2904 20.5943C11.2638 20.5321 11.25 20.4651 11.25 20.3974Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9 8.5C9 8.5 8.16726 9.09261 8.02092 9.18888C6.3137 10.3119 5.10892 12.1368 4.81775 14.253C4.74247 14.8001 5.19745 15.25 5.74973 15.25H15.5M19.1817 14.253C18.8907 12.1366 17.6861 10.3119 15.9786 9.18885C15.8322 9.0926 15.7497 8.92516 15.7497 8.75V5.75C15.7497 4.09315 14.4066 2.75 12.7497 2.75H11.2497C10.5968 2.7501 9.99254 2.95879 9.5 3.31306\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.75 2.26953L19.25 19.2495\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"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,6MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2VACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8BACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,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 C from"react";import{Svg as s}from"react-native-svg";var n=({children:t,size:r=24,...p})=>C.createElement(s,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M11.25 20.3974V15H12.75V20.3974C12.75 20.4651 12.7362 20.5321 12.7096 20.5943L12.2298 21.7138C12.1432 21.9159 11.8568 21.9159 11.7702 21.7138L11.2904 20.5943C11.2638 20.5321 11.25 20.4651 11.25 20.3974Z",fill:"currentColor"}),o.createElement(e,{d:"M9 8.5C9 8.5 8.16726 9.09261 8.02092 9.18888C6.3137 10.3119 5.10892 12.1368 4.81775 14.253C4.74247 14.8001 5.19745 15.25 5.74973 15.25H15.5M19.1817 14.253C18.8907 12.1366 17.6861 10.3119 15.9786 9.18885C15.8322 9.0926 15.7497 8.92516 15.7497 8.75V5.75C15.7497 4.09315 14.4066 2.75 12.7497 2.75H11.2497C10.5968 2.7501 9.99254 2.95879 9.5 3.31306",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M3.75 2.26953L19.25 19.2495",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),k=a;export{a as IconUnpin2,k 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.25 20.3974V15H12.75V20.3974C12.75 20.4651 12.7362 20.5321 12.7096 20.5943L12.2298 21.7138C12.1432 21.9159 11.8568 21.9159 11.7702 21.7138L11.2904 20.5943C11.2638 20.5321 11.25 20.4651 11.25 20.3974Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9 8.5C9 8.5 8.16726 9.09261 8.02092 9.18888C6.3137 10.3119 5.10892 12.1368 4.81775 14.253C4.74247 14.8001 5.19745 15.25 5.74973 15.25H15.5M19.1817 14.253C18.8907 12.1366 17.6861 10.3119 15.9786 9.18885C15.8322 9.0926 15.7497 8.92516 15.7497 8.75V5.75C15.7497 4.09315 14.4066 2.75 12.7497 2.75H11.2497C10.5968 2.7501 9.99254 2.95879 9.5 3.31306\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.75 2.26953L19.25 19.2495\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"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,6MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2VACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8BACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,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
|
package/filtered-icons.json
CHANGED
|
@@ -2688,6 +2688,20 @@
|
|
|
2688
2688
|
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
2689
2689
|
"componentName": "IconBag3"
|
|
2690
2690
|
},
|
|
2691
|
+
{
|
|
2692
|
+
"category": "Food",
|
|
2693
|
+
"svg": "<path d=\"M18.25 4.75H5.75C4.09315 4.75 2.75 6.09315 2.75 7.75V16.25C2.75 17.9069 4.09315 19.25 5.75 19.25H18.25C19.9069 19.25 21.25 17.9069 21.25 16.25V7.75C21.25 6.09315 19.9069 4.75 18.25 4.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.88901 8.75C4.56366 11.2678 10.2377 12.7322 6.91235 15.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12.4867 8.75C9.16132 11.2678 14.8354 12.7322 11.51 15.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.0882 8.75C13.7629 11.2678 19.4369 12.7322 16.1116 15.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
2694
|
+
"iconName": "baking, cooking",
|
|
2695
|
+
"variant": {
|
|
2696
|
+
"join": "round",
|
|
2697
|
+
"filled": "off",
|
|
2698
|
+
"radius": "3",
|
|
2699
|
+
"stroke": "1.5"
|
|
2700
|
+
},
|
|
2701
|
+
"createdAt": "2026-03-19T14:01:06.573173+00:00",
|
|
2702
|
+
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
2703
|
+
"componentName": "IconBaking"
|
|
2704
|
+
},
|
|
2691
2705
|
{
|
|
2692
2706
|
"category": "Things",
|
|
2693
2707
|
"svg": "<path d=\"M12 19.175C15.0938 19.175 20.25 15.5875 20.25 9.46679C20.25 4.655 16.5563 1.75 12 1.75C7.44365 1.75 3.75 4.655 3.75 9.46679C3.75 15.5875 8.90625 19.175 12 19.175Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.4537 19.1748L9.78451 20.8855C9.52799 21.5413 10.0116 22.2498 10.7158 22.2498H13.2855C13.9897 22.2498 14.4733 21.5413 14.2167 20.8854L13.5474 19.1748\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.2466 5.80312C11.491 5.76793 11.7426 5.75 11.9995 5.75L11.2466 5.80312ZM11.2466 5.80312C9.40436 6.06838 7.97346 7.31441 7.77344 9.25222\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -3290,6 +3304,20 @@
|
|
|
3290
3304
|
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
3291
3305
|
"componentName": "IconBezierCurves"
|
|
3292
3306
|
},
|
|
3307
|
+
{
|
|
3308
|
+
"category": "Edit",
|
|
3309
|
+
"svg": "<path d=\"M20.25 4.75C10.1667 4.75 13.8333 19.25 3.75 19.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><circle cx=\"4.75\" cy=\"4.75\" r=\"1.75\" fill=\"currentColor\"/><circle cx=\"19.25\" cy=\"19.25\" r=\"1.75\" fill=\"currentColor\"/><path d=\"M15.75 19.25H19\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M5 4.75H8.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M11.75 4.75H13.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M10.75 19.25H12.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
|
|
3310
|
+
"iconName": "bezier-curves, path",
|
|
3311
|
+
"variant": {
|
|
3312
|
+
"join": "round",
|
|
3313
|
+
"filled": "off",
|
|
3314
|
+
"radius": "3",
|
|
3315
|
+
"stroke": "1.5"
|
|
3316
|
+
},
|
|
3317
|
+
"createdAt": "2026-03-20T10:01:21.055348+00:00",
|
|
3318
|
+
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
3319
|
+
"componentName": "IconBezierCurves1"
|
|
3320
|
+
},
|
|
3293
3321
|
{
|
|
3294
3322
|
"category": "Edit",
|
|
3295
3323
|
"svg": "<path d=\"M3.75 5.25C3.75 4.42157 4.42157 3.75 5.25 3.75H6.75C7.57843 3.75 8.25 4.42157 8.25 5.25V6.75C8.25 7.57843 7.57843 8.25 6.75 8.25H5.25C4.42157 8.25 3.75 7.57843 3.75 6.75V5.25Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M15.75 5.25C15.75 4.42157 16.4216 3.75 17.25 3.75H18.75C19.5784 3.75 20.25 4.42157 20.25 5.25V6.75C20.25 7.57843 19.5784 8.25 18.75 8.25H18H17.25C16.4216 8.25 15.75 7.57843 15.75 6.75V6V5.25Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M3.75 17.25C3.75 16.4216 4.42157 15.75 5.25 15.75H6.5C7.32843 15.75 8 16.4216 8 17.25V18V18.75C8 19.5784 7.32843 20.25 6.5 20.25H5.25C4.42157 20.25 3.75 19.5784 3.75 18.75V17.25Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M13.75 20.2499V17.9166L17.5 14.1666C18.1443 13.5223 19.189 13.5223 19.8333 14.1666C20.4777 14.8109 20.4777 15.8556 19.8333 16.4999L16.0833 20.2499H13.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M15.75 6H8.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6 8.25V15.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18 8.25V10.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8 18H10.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -15120,6 +15148,20 @@
|
|
|
15120
15148
|
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
15121
15149
|
"componentName": "IconMagicLamp"
|
|
15122
15150
|
},
|
|
15151
|
+
{
|
|
15152
|
+
"category": "Devices & Signals",
|
|
15153
|
+
"svg": "<path d=\"M11.8978 21.7498L12 21.75L12.1022 21.7498C16.7771 21.7282 17.56 20.2194 17.654 16.4984C17.7386 13.1465 17.8505 9.79338 17.5764 6.44574C17.4557 4.97111 17.1642 3.57509 15.5806 2.78682C14.5225 2.26008 13.1718 2.25 12 2.25C10.8282 2.25 9.47753 2.26008 8.41935 2.78682C6.83576 3.57509 6.54435 4.97111 6.42362 6.44574C6.14955 9.79338 6.26138 13.1465 6.34601 16.4984C6.43996 20.2194 7.29545 21.7285 11.8978 21.7498Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><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": "3",
|
|
15159
|
+
"stroke": "1.5"
|
|
15160
|
+
},
|
|
15161
|
+
"createdAt": "2026-03-20T10:01:21.055348+00:00",
|
|
15162
|
+
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
15163
|
+
"componentName": "IconMagicMouse"
|
|
15164
|
+
},
|
|
15123
15165
|
{
|
|
15124
15166
|
"category": "AI & Magic",
|
|
15125
15167
|
"svg": "<path d=\"M3.75 20.2497L11.5 12.4998\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.2826 5.73768C17.8993 5.48329 18.5164 6.1003 18.262 6.71701L17.2858 9.08355C17.1785 9.34354 17.2257 9.64168 17.4081 9.8558L19.0678 11.8049C19.5003 12.3128 19.1042 13.0902 18.439 13.0389L15.8867 12.8417C15.6062 12.8201 15.3373 12.9571 15.19 13.1967L13.8492 15.3775C13.4998 15.9458 12.638 15.8093 12.4813 15.1608L11.88 12.6725C11.814 12.3991 11.6005 12.1856 11.3272 12.1196L8.8388 11.5184C8.19034 11.3617 8.05384 10.4998 8.62215 10.1504L10.8029 8.80966C11.0425 8.66236 11.1796 8.3934 11.1579 8.11299L10.9608 5.56062C10.9094 4.89547 11.6869 4.49933 12.1948 4.93185L14.1438 6.59158C14.358 6.77392 14.6561 6.82114 14.9161 6.71389L17.2826 5.73768Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -18508,6 +18550,20 @@
|
|
|
18508
18550
|
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
18509
18551
|
"componentName": "IconPin"
|
|
18510
18552
|
},
|
|
18553
|
+
{
|
|
18554
|
+
"category": "Interface General",
|
|
18555
|
+
"svg": "<path d=\"M11.25 20.3974V15H12.75V20.3974C12.75 20.4651 12.7362 20.5321 12.7096 20.5943L12.2298 21.7138C12.1432 21.9159 11.8568 21.9159 11.7702 21.7138L11.2904 20.5943C11.2638 20.5321 11.25 20.4651 11.25 20.3974Z\" fill=\"currentColor\"/><path d=\"M12.7497 2.75C14.4066 2.75 15.7497 4.09315 15.7497 5.75V8.75C15.7497 8.92516 15.8322 9.0926 15.9786 9.18885C17.6861 10.3119 18.8907 12.1366 19.1817 14.253C19.257 14.8001 18.802 15.25 18.2497 15.25H5.74973C5.19745 15.25 4.74247 14.8001 4.81775 14.253C5.10892 12.1368 6.3137 10.3119 8.02092 9.18888C8.16726 9.09261 8.24973 8.92516 8.24973 8.75V5.75C8.24973 4.09331 9.5931 2.75026 11.2497 2.75H12.7497Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/>",
|
|
18556
|
+
"iconName": "pin-2",
|
|
18557
|
+
"variant": {
|
|
18558
|
+
"join": "round",
|
|
18559
|
+
"filled": "off",
|
|
18560
|
+
"radius": "3",
|
|
18561
|
+
"stroke": "1.5"
|
|
18562
|
+
},
|
|
18563
|
+
"createdAt": "2026-03-19T14:01:06.573173+00:00",
|
|
18564
|
+
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
18565
|
+
"componentName": "IconPin2"
|
|
18566
|
+
},
|
|
18511
18567
|
{
|
|
18512
18568
|
"category": "Hands",
|
|
18513
18569
|
"svg": "<path d=\"M2.2625 7.61719C1.57917 9.39555 1.57917 10.9951 2.2625 12.7734M16.0947 5.85437L11.6336 8.53244L9.57308 4.82159C9.00409 3.79686 7.74391 3.44577 6.75838 4.03739C5.77286 4.62902 5.4352 5.93933 6.00419 6.96405L9.09494 12.5303L7.87114 12.3365C6.74613 12.1584 5.69523 12.9622 5.52389 14.132L5.3375 15.4045L10.9198 19.0656C13.2398 20.5871 16.1795 20.6469 18.5549 19.2209C22.0884 17.0997 23.2991 12.4017 21.259 8.72766L20.3167 7.03066C19.4632 5.49357 17.573 4.96693 16.0947 5.85437Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -22008,6 +22064,34 @@
|
|
|
22008
22064
|
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
22009
22065
|
"componentName": "IconSparkleHightlight"
|
|
22010
22066
|
},
|
|
22067
|
+
{
|
|
22068
|
+
"category": "AI & Magic",
|
|
22069
|
+
"svg": "<path d=\"M14.0134 7C14.4272 7 14.7982 7.25482 14.9467 7.64101L16.2906 11.135C16.3922 11.3991 16.6009 11.6078 16.865 11.7094L20.359 13.0533C20.7452 13.2018 21 13.5728 21 13.9866V14.0134C21 14.4272 20.7452 14.7982 20.359 14.9467L16.865 16.2906C16.6009 16.3922 16.3922 16.6009 16.2906 16.865L14.9467 20.359C14.7982 20.7452 14.4272 21 14.0134 21H13.9866C13.5728 21 13.2018 20.7452 13.0533 20.359L11.7094 16.865C11.6078 16.6009 11.3991 16.3922 11.135 16.2906L7.64101 14.9467C7.25482 14.7982 7 14.4272 7 14.0134V13.9866C7 13.5728 7.25482 13.2018 7.64101 13.0533L11.135 11.7094C11.3991 11.6078 11.6078 11.3991 11.7094 11.135L13.0533 7.64101C13.2018 7.25482 13.5728 7 13.9866 7H14.0134Z\" fill=\"currentColor\"/><path d=\"M7 3C7.24122 3 7.45754 3.14856 7.54414 3.3737L8.24085 5.18485C8.34242 5.44891 8.55109 5.65758 8.81515 5.75915L10.6263 6.45586C10.8514 6.54246 11 6.75878 11 7C11 7.24122 10.8514 7.45754 10.6263 7.54414L8.81515 8.24085C8.55109 8.34242 8.34242 8.55109 8.24085 8.81515L7.54414 10.6263C7.45754 10.8514 7.24122 11 7 11C6.75878 11 6.54246 10.8514 6.45586 10.6263L5.75915 8.81515C5.65758 8.55109 5.44891 8.34242 5.18485 8.24085L3.3737 7.54414C3.14855 7.45754 3 7.24122 3 7C3 6.75878 3.14856 6.54246 3.3737 6.45586L5.18485 5.75915C5.44891 5.65758 5.65758 5.44891 5.75915 5.18485L6.45586 3.3737C6.54246 3.14855 6.75878 3 7 3Z\" fill=\"currentColor\"/>",
|
|
22070
|
+
"iconName": "sparkles-2-bold, ai, magic",
|
|
22071
|
+
"variant": {
|
|
22072
|
+
"join": "round",
|
|
22073
|
+
"filled": "off",
|
|
22074
|
+
"radius": "3",
|
|
22075
|
+
"stroke": "1.5"
|
|
22076
|
+
},
|
|
22077
|
+
"createdAt": "2026-03-20T10:01:21.055348+00:00",
|
|
22078
|
+
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
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": "3",
|
|
22089
|
+
"stroke": "1.5"
|
|
22090
|
+
},
|
|
22091
|
+
"createdAt": "2026-03-20T10:01:21.055348+00:00",
|
|
22092
|
+
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
22093
|
+
"componentName": "IconSparkles3Bold"
|
|
22094
|
+
},
|
|
22011
22095
|
{
|
|
22012
22096
|
"category": "AI & Magic",
|
|
22013
22097
|
"svg": "<path d=\"M19.25 13C14.1955 13.4375 11.4375 16.1955 11 21.25C10.544 16.1169 7.80041 13.5721 2.75 13C7.88024 12.4083 10.4083 9.88024 11 4.75C11.5721 9.80041 14.1169 12.544 19.25 13Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.7898 1.25884C19.7731 1.11151 19.6486 1.00015 19.5003 1C19.352 0.999849 19.2272 1.11096 19.2103 1.25825C19.0998 2.21602 18.8134 2.8895 18.3515 3.35146C17.8895 3.81343 17.216 4.09979 16.2582 4.21025C16.111 4.22724 15.9998 4.35203 16 4.5003C16.0002 4.64857 16.1115 4.77313 16.2588 4.78981C17.2008 4.89651 17.8886 5.18275 18.3615 5.64713C18.8327 6.10977 19.125 6.7831 19.2095 7.73414C19.2229 7.88476 19.3491 8.00017 19.5003 8C19.6515 7.99983 19.7775 7.88413 19.7906 7.73349C19.8716 6.79809 20.1636 6.11059 20.6371 5.6371C21.1106 5.16361 21.7981 4.87155 22.7335 4.79058C22.8841 4.77754 22.9998 4.65154 23 4.50033C23.0002 4.34912 22.8848 4.22286 22.7341 4.20948C21.7831 4.125 21.1098 3.83266 20.6471 3.36151C20.1827 2.88857 19.8965 2.20078 19.7898 1.25884Z\" fill=\"currentColor\"/>",
|
|
@@ -24892,6 +24976,20 @@
|
|
|
24892
24976
|
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
24893
24977
|
"componentName": "IconUnpin"
|
|
24894
24978
|
},
|
|
24979
|
+
{
|
|
24980
|
+
"category": "Interface General",
|
|
24981
|
+
"svg": "<path d=\"M11.25 20.3974V15H12.75V20.3974C12.75 20.4651 12.7362 20.5321 12.7096 20.5943L12.2298 21.7138C12.1432 21.9159 11.8568 21.9159 11.7702 21.7138L11.2904 20.5943C11.2638 20.5321 11.25 20.4651 11.25 20.3974Z\" fill=\"currentColor\"/><path d=\"M9 8.5C9 8.5 8.16726 9.09261 8.02092 9.18888C6.3137 10.3119 5.10892 12.1368 4.81775 14.253C4.74247 14.8001 5.19745 15.25 5.74973 15.25H15.5M19.1817 14.253C18.8907 12.1366 17.6861 10.3119 15.9786 9.18885C15.8322 9.0926 15.7497 8.92516 15.7497 8.75V5.75C15.7497 4.09315 14.4066 2.75 12.7497 2.75H11.2497C10.5968 2.7501 9.99254 2.95879 9.5 3.31306\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.75 2.26953L19.25 19.2495\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
|
|
24982
|
+
"iconName": "unpin-2",
|
|
24983
|
+
"variant": {
|
|
24984
|
+
"join": "round",
|
|
24985
|
+
"filled": "off",
|
|
24986
|
+
"radius": "3",
|
|
24987
|
+
"stroke": "1.5"
|
|
24988
|
+
},
|
|
24989
|
+
"createdAt": "2026-03-19T14:01:06.573173+00:00",
|
|
24990
|
+
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
24991
|
+
"componentName": "IconUnpin2"
|
|
24992
|
+
},
|
|
24895
24993
|
{
|
|
24896
24994
|
"category": "Interface General",
|
|
24897
24995
|
"svg": "<path d=\"M4.75 6.5L5.58982 18.4601C5.70016 20.0316 7.00714 21.25 8.58245 21.25H15.4175C16.9929 21.25 18.2998 20.0316 18.4102 18.4601L19.25 6.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 16.25V10.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.25 12.5L12 9.75L14.75 12.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.909 3.95182C9.41358 2.27764 11.1023 1.20812 12.8669 1.51927C14.6316 1.83042 15.8527 3.41302 15.7542 5.15882\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.68555 3.2002L20.9197 6.23904\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
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"
|