@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.193 → 1.1.195
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/IconAngularjs/index.d.ts +4 -0
- package/IconAngularjs/index.js +2 -0
- package/IconAngularjs/index.js.map +1 -0
- package/IconAngularjs/index.mjs +2 -0
- package/IconAngularjs/index.mjs.map +1 -0
- package/IconCheckmark1Medium/index.d.ts +4 -0
- package/IconCheckmark1Medium/index.js +2 -0
- package/IconCheckmark1Medium/index.js.map +1 -0
- package/IconCheckmark1Medium/index.mjs +2 -0
- package/IconCheckmark1Medium/index.mjs.map +1 -0
- package/IconCheckmark2Medium/index.d.ts +4 -0
- package/IconCheckmark2Medium/index.js +2 -0
- package/IconCheckmark2Medium/index.js.map +1 -0
- package/IconCheckmark2Medium/index.mjs +2 -0
- package/IconCheckmark2Medium/index.mjs.map +1 -0
- package/IconGraduateCap2/index.d.ts +4 -0
- package/IconGraduateCap2/index.js +2 -0
- package/IconGraduateCap2/index.js.map +1 -0
- package/IconGraduateCap2/index.mjs +2 -0
- package/IconGraduateCap2/index.mjs.map +1 -0
- package/IconReact/index.d.ts +4 -0
- package/IconReact/index.js +2 -0
- package/IconReact/index.js.map +1 -0
- package/IconReact/index.mjs +2 -0
- package/IconReact/index.mjs.map +1 -0
- package/IconSendLater/index.d.ts +4 -0
- package/IconSendLater/index.js +2 -0
- package/IconSendLater/index.js.map +1 -0
- package/IconSendLater/index.mjs +2 -0
- package/IconSendLater/index.mjs.map +1 -0
- package/IconSolidjs/index.d.ts +4 -0
- package/IconSolidjs/index.js +2 -0
- package/IconSolidjs/index.js.map +1 -0
- package/IconSolidjs/index.mjs +2 -0
- package/IconSolidjs/index.mjs.map +1 -0
- package/IconSvelte/index.d.ts +4 -0
- package/IconSvelte/index.js +2 -0
- package/IconSvelte/index.js.map +1 -0
- package/IconSvelte/index.mjs +2 -0
- package/IconSvelte/index.mjs.map +1 -0
- package/IconVue/index.d.ts +4 -0
- package/IconVue/index.js +2 -0
- package/IconVue/index.js.map +1 -0
- package/IconVue/index.mjs +2 -0
- package/IconVue/index.mjs.map +1 -0
- package/README.md +9 -0
- package/filtered-icons.json +126 -0
- package/icons/index.d.ts +9 -0
- package/icons-index.json +24 -6
- package/index.d.ts +9 -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 +63 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var p=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},a=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of B(o))!g.call(r,l)&&l!==n&&p(r,l,{get:()=>o[l],enumerable:!(C=c(o,l))||C.enumerable});return r};var f=(r,o,n)=>(n=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),P=r=>a(p({},"__esModule",{value:!0}),r);var H={};x(H,{IconAngularjs:()=>i,default:()=>d});module.exports=P(H);var t=f(require("react"));var m=f(require("react")),s=require("react-native-svg"),L=({children:r,size:o=24,...n})=>m.default.createElement(s.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),i=r=>t.default.createElement(L,{...r},t.default.createElement(e.Path,{d:"M21.5 5.5L20 17.5L12 22V14.291H14.6045L15.9004 17.2598H18L12 4.23926V2L21.5 5.5Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M13.875 12.5205H12V8.42676L13.875 12.5205Z",fill:"currentColor"}),t.default.createElement(e.G,{opacity:"0.8"},t.default.createElement(e.Path,{d:"M12 4.23926L6 17.2598H8.09961L9.40039 14.291H12V22L4 17.5L2.5 5.5L12 2V4.23926Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M12 12.5205H10.1299L12 8.42676V12.5205Z",fill:"currentColor"}))),d=i;0&&(module.exports={IconAngularjs});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconAngularjs/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { G, Path } from \"react-native-svg\";\n\nexport const IconAngularjs: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.5 5.5L20 17.5L12 22V14.291H14.6045L15.9004 17.2598H18L12 4.23926V2L21.5 5.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.875 12.5205H12V8.42676L13.875 12.5205Z\"\n fill=\"currentColor\"\n />\n <G opacity=\"0.8\">\n <Path\n d=\"M12 4.23926L6 17.2598H8.09961L9.40039 14.291H12V22L4 17.5L2.5 5.5L12 2V4.23926Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M12 12.5205H10.1299L12 8.42676V12.5205Z\" fill=\"currentColor\" />\n </G>\n </CentralIconBase>\n );\n};\n\nexport default IconAngularjs;\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,mBAAAE,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,EAAwB,4BAEXC,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6CACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,KAAE,QAAQ,OACT,EAAAA,QAAA,cAAC,QACC,EAAE,kFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,0CAA0C,KAAK,eAAe,CACxE,CACF,EAIGE,EAAQJ","names":["IconAngularjs_exports","__export","IconAngularjs","IconAngularjs_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconAngularjs","props","React","CentralIconBase","IconAngularjs_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:t,size:r=24,...l})=>p.createElement(C,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{G as a,Path as n}from"react-native-svg";var f=t=>o.createElement(e,{...t},o.createElement(n,{d:"M21.5 5.5L20 17.5L12 22V14.291H14.6045L15.9004 17.2598H18L12 4.23926V2L21.5 5.5Z",fill:"currentColor"}),o.createElement(n,{d:"M13.875 12.5205H12V8.42676L13.875 12.5205Z",fill:"currentColor"}),o.createElement(a,{opacity:"0.8"},o.createElement(n,{d:"M12 4.23926L6 17.2598H8.09961L9.40039 14.291H12V22L4 17.5L2.5 5.5L12 2V4.23926Z",fill:"currentColor"}),o.createElement(n,{d:"M12 12.5205H10.1299L12 8.42676V12.5205Z",fill:"currentColor"}))),x=f;export{f as IconAngularjs,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconAngularjs/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { G, Path } from \"react-native-svg\";\n\nexport const IconAngularjs: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.5 5.5L20 17.5L12 22V14.291H14.6045L15.9004 17.2598H18L12 4.23926V2L21.5 5.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.875 12.5205H12V8.42676L13.875 12.5205Z\"\n fill=\"currentColor\"\n />\n <G opacity=\"0.8\">\n <Path\n d=\"M12 4.23926L6 17.2598H8.09961L9.40039 14.291H12V22L4 17.5L2.5 5.5L12 2V4.23926Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M12 12.5205H10.1299L12 8.42676V12.5205Z\" fill=\"currentColor\" />\n </G>\n </CentralIconBase>\n );\n};\n\nexport default IconAngularjs;\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,KAAAG,EAAG,QAAAC,MAAY,mBAEjB,IAAMC,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6CACF,KAAK,eACP,EACAG,EAAA,cAACJ,EAAA,CAAE,QAAQ,OACTI,EAAA,cAACH,EAAA,CACC,EAAE,kFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,0CAA0C,KAAK,eAAe,CACxE,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","G","Path","IconAngularjs","props","React","CentralIconBase","IconAngularjs_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 x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},m=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=B(o,t))||a.enumerable});return r};var l=(r,o,e)=>(e=r!=null?u(x(r)):{},m(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>m(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconCheckmark1Medium:()=>i,default:()=>h});module.exports=L(v);var p=l(require("react"));var C=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>C.default.createElement(s.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 f=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M19.7461 6.7207L10.2041 19.8926L4.23242 14.1904L5.95898 12.3828L9.85938 16.1064L17.7207 5.25488L19.7461 6.7207Z",fill:"currentColor"})),h=i;0&&(module.exports={IconCheckmark1Medium});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCheckmark1Medium/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 IconCheckmark1Medium: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.7461 6.7207L10.2041 19.8926L4.23242 14.1904L5.95898 12.3828L9.85938 16.1064L17.7207 5.25488L19.7461 6.7207Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCheckmark1Medium;\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,0BAAAE,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,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kHACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCheckmark1Medium_exports","__export","IconCheckmark1Medium","IconCheckmark1Medium_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCheckmark1Medium","props","React","CentralIconBase","IconCheckmark1Medium_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(a,{...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 m}from"react-native-svg";var l=o=>t.createElement(e,{...o},t.createElement(m,{d:"M19.7461 6.7207L10.2041 19.8926L4.23242 14.1904L5.95898 12.3828L9.85938 16.1064L17.7207 5.25488L19.7461 6.7207Z",fill:"currentColor"})),P=l;export{l as IconCheckmark1Medium,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCheckmark1Medium/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 IconCheckmark1Medium: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.7461 6.7207L10.2041 19.8926L4.23242 14.1904L5.95898 12.3828L9.85938 16.1064L17.7207 5.25488L19.7461 6.7207Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCheckmark1Medium;\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,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kHACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCheckmark1Medium","props","React","CentralIconBase","IconCheckmark1Medium_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 x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},m=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=B(o,t))||a.enumerable});return r};var l=(r,o,e)=>(e=r!=null?u(x(r)):{},m(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>m(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconCheckmark2Medium:()=>i,default:()=>h});module.exports=L(v);var p=l(require("react"));var C=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>C.default.createElement(s.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 f=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M20.7646 6.89844L9.26074 19.8115L3.23242 13.8906L4.98438 12.1074L9.13965 16.1885L18.8984 5.23535L20.7646 6.89844Z",fill:"currentColor"})),h=i;0&&(module.exports={IconCheckmark2Medium});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCheckmark2Medium/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 IconCheckmark2Medium: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.7646 6.89844L9.26074 19.8115L3.23242 13.8906L4.98438 12.1074L9.13965 16.1885L18.8984 5.23535L20.7646 6.89844Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCheckmark2Medium;\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,0BAAAE,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,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,oHACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCheckmark2Medium_exports","__export","IconCheckmark2Medium","IconCheckmark2Medium_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCheckmark2Medium","props","React","CentralIconBase","IconCheckmark2Medium_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(a,{...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 m}from"react-native-svg";var l=o=>t.createElement(e,{...o},t.createElement(m,{d:"M20.7646 6.89844L9.26074 19.8115L3.23242 13.8906L4.98438 12.1074L9.13965 16.1885L18.8984 5.23535L20.7646 6.89844Z",fill:"currentColor"})),P=l;export{l as IconCheckmark2Medium,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCheckmark2Medium/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 IconCheckmark2Medium: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.7646 6.89844L9.26074 19.8115L3.23242 13.8906L4.98438 12.1074L9.13965 16.1885L18.8984 5.23535L20.7646 6.89844Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCheckmark2Medium;\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,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,oHACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCheckmark2Medium","props","React","CentralIconBase","IconCheckmark2Medium_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var C in o)n(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!x.call(r,t)&&t!==C&&n(r,t,{get:()=>o[t],enumerable:!(l=i(o,t))||l.enumerable});return r};var L=(r,o,C)=>(C=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?n(C,"default",{value:r,enumerable:!0}):C,r)),V=r=>a(n({},"__esModule",{value:!0}),r);var g={};P(g,{IconGraduateCap2:()=>c,default:()=>d});module.exports=V(g);var e=L(require("react"));var m=L(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...C})=>m.default.createElement(f.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=>e.default.createElement(s,{...r},e.default.createElement(p.Path,{d:"M11.9989 7.59981C13.3793 7.59994 14.4988 8.22712 14.4989 9.0002C14.4988 9.10999 14.4732 9.21604 14.4305 9.31856L17.4266 10.9826C19.0136 11.8645 19.9988 13.5381 19.9989 15.3537V17.5002H20.4989V22.0002H17.4989V17.5002H17.9989V15.3537C17.9988 14.2645 17.4079 13.2608 16.4559 12.7316L12.2459 10.3928C12.1648 10.3972 12.0821 10.4006 11.9989 10.4006C10.6184 10.4006 9.49919 9.77324 9.49886 9.0002C9.49896 8.22704 10.6182 7.59981 11.9989 7.59981Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M11.1297 15.802C11.6817 16.0527 12.316 16.0529 12.868 15.802L16.5711 14.1174C16.8437 14.4642 16.9988 14.8979 16.9989 15.3537V16.5002H16.4989V19.4797C15.1719 20.1134 13.42 20.5001 11.4989 20.5002C7.35698 20.5002 3.99927 18.7091 3.99886 16.5002V12.5607L11.1297 15.802Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M11.6541 3.06563C11.8779 2.99183 12.1198 2.99177 12.3436 3.06563L12.4539 3.1086L23.2127 7.99922C24.0713 8.3904 24.0715 9.61019 23.2127 10.0012L19.6815 11.6057C19.2018 11.0062 18.6053 10.4939 17.9119 10.1086L15.4803 8.75801C15.3779 7.97934 14.7957 7.44078 14.2547 7.13789C13.6271 6.78666 12.8273 6.60083 11.9989 6.60078C11.1703 6.60078 10.3707 6.78664 9.743 7.13789C9.1846 7.45043 8.58 8.01349 8.50667 8.83321L8.49886 9.0002C8.49906 9.91029 9.14672 10.5289 9.74203 10.8625C10.3697 11.214 11.1701 11.4006 11.9989 11.4006L12.0008 11.3996L15.661 13.4338L12.4539 14.8918C12.165 15.0231 11.8328 15.0229 11.5438 14.8918L0.784995 10.0012C-0.0741742 9.61022 -0.0741558 8.39017 0.784995 7.99922L11.5438 3.1086L11.6541 3.06563Z",fill:"currentColor"})),d=c;0&&(module.exports={IconGraduateCap2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconGraduateCap2/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 IconGraduateCap2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.9989 7.59981C13.3793 7.59994 14.4988 8.22712 14.4989 9.0002C14.4988 9.10999 14.4732 9.21604 14.4305 9.31856L17.4266 10.9826C19.0136 11.8645 19.9988 13.5381 19.9989 15.3537V17.5002H20.4989V22.0002H17.4989V17.5002H17.9989V15.3537C17.9988 14.2645 17.4079 13.2608 16.4559 12.7316L12.2459 10.3928C12.1648 10.3972 12.0821 10.4006 11.9989 10.4006C10.6184 10.4006 9.49919 9.77324 9.49886 9.0002C9.49896 8.22704 10.6182 7.59981 11.9989 7.59981Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.1297 15.802C11.6817 16.0527 12.316 16.0529 12.868 15.802L16.5711 14.1174C16.8437 14.4642 16.9988 14.8979 16.9989 15.3537V16.5002H16.4989V19.4797C15.1719 20.1134 13.42 20.5001 11.4989 20.5002C7.35698 20.5002 3.99927 18.7091 3.99886 16.5002V12.5607L11.1297 15.802Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.6541 3.06563C11.8779 2.99183 12.1198 2.99177 12.3436 3.06563L12.4539 3.1086L23.2127 7.99922C24.0713 8.3904 24.0715 9.61019 23.2127 10.0012L19.6815 11.6057C19.2018 11.0062 18.6053 10.4939 17.9119 10.1086L15.4803 8.75801C15.3779 7.97934 14.7957 7.44078 14.2547 7.13789C13.6271 6.78666 12.8273 6.60083 11.9989 6.60078C11.1703 6.60078 10.3707 6.78664 9.743 7.13789C9.1846 7.45043 8.58 8.01349 8.50667 8.83321L8.49886 9.0002C8.49906 9.91029 9.14672 10.5289 9.74203 10.8625C10.3697 11.214 11.1701 11.4006 11.9989 11.4006L12.0008 11.3996L15.661 13.4338L12.4539 14.8918C12.165 15.0231 11.8328 15.0229 11.5438 14.8918L0.784995 10.0012C-0.0741742 9.61022 -0.0741558 8.39017 0.784995 7.99922L11.5438 3.1086L11.6541 3.06563Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGraduateCap2;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,0bACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6QACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+sBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconGraduateCap2_exports","__export","IconGraduateCap2","IconGraduateCap2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGraduateCap2","props","React","CentralIconBase","IconGraduateCap2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:C,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"},C);import{Path as t}from"react-native-svg";var a=C=>o.createElement(e,{...C},o.createElement(t,{d:"M11.9989 7.59981C13.3793 7.59994 14.4988 8.22712 14.4989 9.0002C14.4988 9.10999 14.4732 9.21604 14.4305 9.31856L17.4266 10.9826C19.0136 11.8645 19.9988 13.5381 19.9989 15.3537V17.5002H20.4989V22.0002H17.4989V17.5002H17.9989V15.3537C17.9988 14.2645 17.4079 13.2608 16.4559 12.7316L12.2459 10.3928C12.1648 10.3972 12.0821 10.4006 11.9989 10.4006C10.6184 10.4006 9.49919 9.77324 9.49886 9.0002C9.49896 8.22704 10.6182 7.59981 11.9989 7.59981Z",fill:"currentColor"}),o.createElement(t,{d:"M11.1297 15.802C11.6817 16.0527 12.316 16.0529 12.868 15.802L16.5711 14.1174C16.8437 14.4642 16.9988 14.8979 16.9989 15.3537V16.5002H16.4989V19.4797C15.1719 20.1134 13.42 20.5001 11.4989 20.5002C7.35698 20.5002 3.99927 18.7091 3.99886 16.5002V12.5607L11.1297 15.802Z",fill:"currentColor"}),o.createElement(t,{d:"M11.6541 3.06563C11.8779 2.99183 12.1198 2.99177 12.3436 3.06563L12.4539 3.1086L23.2127 7.99922C24.0713 8.3904 24.0715 9.61019 23.2127 10.0012L19.6815 11.6057C19.2018 11.0062 18.6053 10.4939 17.9119 10.1086L15.4803 8.75801C15.3779 7.97934 14.7957 7.44078 14.2547 7.13789C13.6271 6.78666 12.8273 6.60083 11.9989 6.60078C11.1703 6.60078 10.3707 6.78664 9.743 7.13789C9.1846 7.45043 8.58 8.01349 8.50667 8.83321L8.49886 9.0002C8.49906 9.91029 9.14672 10.5289 9.74203 10.8625C10.3697 11.214 11.1701 11.4006 11.9989 11.4006L12.0008 11.3996L15.661 13.4338L12.4539 14.8918C12.165 15.0231 11.8328 15.0229 11.5438 14.8918L0.784995 10.0012C-0.0741742 9.61022 -0.0741558 8.39017 0.784995 7.99922L11.5438 3.1086L11.6541 3.06563Z",fill:"currentColor"})),x=a;export{a as IconGraduateCap2,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconGraduateCap2/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 IconGraduateCap2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.9989 7.59981C13.3793 7.59994 14.4988 8.22712 14.4989 9.0002C14.4988 9.10999 14.4732 9.21604 14.4305 9.31856L17.4266 10.9826C19.0136 11.8645 19.9988 13.5381 19.9989 15.3537V17.5002H20.4989V22.0002H17.4989V17.5002H17.9989V15.3537C17.9988 14.2645 17.4079 13.2608 16.4559 12.7316L12.2459 10.3928C12.1648 10.3972 12.0821 10.4006 11.9989 10.4006C10.6184 10.4006 9.49919 9.77324 9.49886 9.0002C9.49896 8.22704 10.6182 7.59981 11.9989 7.59981Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.1297 15.802C11.6817 16.0527 12.316 16.0529 12.868 15.802L16.5711 14.1174C16.8437 14.4642 16.9988 14.8979 16.9989 15.3537V16.5002H16.4989V19.4797C15.1719 20.1134 13.42 20.5001 11.4989 20.5002C7.35698 20.5002 3.99927 18.7091 3.99886 16.5002V12.5607L11.1297 15.802Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.6541 3.06563C11.8779 2.99183 12.1198 2.99177 12.3436 3.06563L12.4539 3.1086L23.2127 7.99922C24.0713 8.3904 24.0715 9.61019 23.2127 10.0012L19.6815 11.6057C19.2018 11.0062 18.6053 10.4939 17.9119 10.1086L15.4803 8.75801C15.3779 7.97934 14.7957 7.44078 14.2547 7.13789C13.6271 6.78666 12.8273 6.60083 11.9989 6.60078C11.1703 6.60078 10.3707 6.78664 9.743 7.13789C9.1846 7.45043 8.58 8.01349 8.50667 8.83321L8.49886 9.0002C8.49906 9.91029 9.14672 10.5289 9.74203 10.8625C10.3697 11.214 11.1701 11.4006 11.9989 11.4006L12.0008 11.3996L15.661 13.4338L12.4539 14.8918C12.165 15.0231 11.8328 15.0229 11.5438 14.8918L0.784995 10.0012C-0.0741742 9.61022 -0.0741558 8.39017 0.784995 7.99922L11.5438 3.1086L11.6541 3.06563Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGraduateCap2;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,0bACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6QACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+sBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGraduateCap2","props","React","CentralIconBase","IconGraduateCap2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var s=Object.create;var t=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var B=(C,r)=>{for(var o in r)t(C,o,{get:r[o],enumerable:!0})},a=(C,r,o,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of i(r))!d.call(C,e)&&e!==o&&t(C,e,{get:()=>r[e],enumerable:!(l=L(r,e))||l.enumerable});return C};var M=(C,r,o)=>(o=C!=null?s(u(C)):{},a(r||!C||!C.__esModule?t(o,"default",{value:C,enumerable:!0}):o,C)),I=C=>a(t({},"__esModule",{value:!0}),C);var x={};B(x,{IconReact:()=>f,default:()=>v});module.exports=I(x);var n=M(require("react"));var Z=M(require("react")),m=require("react-native-svg"),c=({children:C,size:r=24,...o})=>Z.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 p=require("react-native-svg"),f=C=>n.default.createElement(c,{...C},n.default.createElement(p.Path,{d:"M12.0369 9.97004C13.1478 9.97004 14.0483 10.8706 14.0483 11.9815C14.0483 13.0923 13.1478 13.9929 12.0369 13.9929C10.926 13.9929 10.0255 13.0923 10.0255 11.9815C10.0255 10.8706 10.926 9.97004 12.0369 9.97004Z",fill:"currentColor"}),n.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9993 4.25013C13.9513 2.68807 15.8818 2.11517 17.2485 2.90435C18.4701 3.6098 19.0167 5.24754 18.7871 7.51655C18.7671 7.71587 18.7389 7.91895 18.7078 8.1242C20.9997 9.02141 22.4527 10.3774 22.4975 11.9258L22.5 11.9997C22.5 13.5781 21.0376 14.9653 18.7093 15.8753C18.7404 16.0806 18.7686 16.2836 18.7886 16.4829C19.0182 18.7519 18.4715 20.3895 17.25 21.095C16.83 21.333 16.3541 21.4548 15.8714 21.4477C14.7128 21.4477 13.3609 20.8386 11.9993 19.7494C10.637 20.8387 9.28569 21.4477 8.12857 21.4477C7.64586 21.4549 7.16997 21.3331 6.75 21.095C5.52846 20.3895 4.98181 18.7519 5.21145 16.4829C5.23145 16.2836 5.25884 16.0806 5.2907 15.8753C2.96241 14.9638 1.50003 13.5789 1.5 11.9997C1.5 10.5888 2.64459 9.2949 4.72325 8.36047C4.90621 8.27823 5.09664 8.19977 5.2907 8.12568C5.25885 7.91969 5.23145 7.71587 5.21145 7.51655C4.9818 5.24754 5.52843 3.6098 6.75 2.90435C8.11676 2.11517 10.0474 2.68806 11.9993 4.25013ZM17.7515 16.2065C16.7834 16.4981 15.792 16.7062 14.7883 16.8283C14.1799 17.6376 13.5035 18.3935 12.7666 19.0877C14.3801 20.3348 15.8559 20.7475 16.7508 20.2288C17.5724 19.7543 17.9554 18.4925 17.8102 16.7535L17.7967 16.5836C17.7841 16.4591 17.7693 16.3339 17.7515 16.2065ZM6.25077 16.2065C6.23373 16.3339 6.21813 16.4591 6.20628 16.5836C6.02179 18.381 6.38995 19.6973 7.20985 20.2053L7.25154 20.2288C8.14716 20.746 9.62216 20.3348 11.2363 19.0877C10.4992 18.3935 9.82248 17.6376 9.21386 16.8283C8.21021 16.7061 7.2189 16.498 6.25077 16.2065ZM13.4112 16.9594C12.9497 16.9876 12.4763 17.0039 12 17.0039C11.5237 17.0039 11.0532 16.9876 10.5924 16.9594C11.0286 17.4838 11.4989 17.9789 12 18.4415C12.5022 17.9788 12.9736 17.4837 13.4112 16.9594ZM11.9993 7.99898C11.2489 7.99851 10.4988 8.03749 9.75247 8.11596C9.31585 8.72257 8.91028 9.35103 8.53751 9.99887C8.16287 10.6476 7.8224 11.3155 7.51746 11.9997C7.8224 12.684 8.16288 13.3518 8.53751 14.0005C8.91088 14.6509 9.3176 15.2817 9.7561 15.8901C10.5011 15.9667 11.2496 16.0047 11.9985 16.0041C12.7477 16.0047 13.4964 15.9667 14.2416 15.8901C14.6263 15.3578 14.9868 14.8083 15.3219 14.2435L15.461 14.0005C15.8353 13.3516 16.1758 12.6838 16.4811 11.9997C16.1758 11.3156 15.8354 10.6477 15.461 9.99887C15.0868 9.34999 14.6797 8.72054 14.2416 8.11299C13.4966 8.03652 12.7482 7.99853 11.9993 7.99898ZM7.00555 13.2625C6.77133 13.9028 6.57911 14.5578 6.43003 15.2232C6.99869 15.4 7.57697 15.5439 8.16202 15.6543L8.41312 15.7011C8.1605 15.3166 7.91236 14.9119 7.67234 14.5013C7.43234 14.0908 7.21148 13.6767 7.00555 13.2625ZM16.9936 13.2625C16.7847 13.6767 16.5633 14.0909 16.327 14.5013C16.088 14.9168 15.8411 15.3168 15.5862 15.7011C16.2567 15.5854 16.9189 15.4257 17.5685 15.2232C17.4375 14.64 17.2733 14.0649 17.0768 13.5006L16.9936 13.2625ZM5.48248 9.12447C5.36395 9.17387 5.24759 9.22336 5.13351 9.27276C3.46307 10.0264 2.50011 11.0201 2.50011 11.9997C2.50014 13.0335 3.59431 14.1064 5.48182 14.8808C5.71457 13.8953 6.0308 12.9315 6.42706 11.9997C6.03154 11.0698 5.7155 10.1079 5.48248 9.12447ZM18.5205 9.11854C18.2874 10.1039 17.9712 11.0678 17.5752 11.9997C17.9466 12.8729 18.248 13.7742 18.4765 14.6949L18.5197 14.8808C20.4072 14.1064 21.5013 13.0335 21.5014 11.9997C21.5014 10.966 20.4043 9.89291 18.5205 9.11854ZM15.581 8.29753C15.8052 8.63383 16.0233 8.98228 16.2351 9.34278L16.3262 9.49881C16.5654 9.90859 16.787 10.3228 16.993 10.737C17.2269 10.0965 17.4191 9.4416 17.5685 8.77633C16.9172 8.57327 16.2533 8.41325 15.581 8.29753ZM8.40933 8.30346C7.7404 8.42041 7.07976 8.58059 6.43151 8.78292C6.56184 9.3629 6.72494 9.93493 6.92003 10.4963L7.00192 10.7362C7.21081 10.3212 7.42929 9.91219 7.66855 9.49799C7.90783 9.08376 8.15598 8.68657 8.40933 8.30346ZM8.13829 3.55269C7.82793 3.54545 7.52109 3.62074 7.24923 3.77067C6.42829 4.24521 6.04318 5.50762 6.1903 7.24601L6.20398 7.41572C6.21583 7.54021 6.23142 7.66549 6.24846 7.7922C7.21698 7.50259 8.20832 7.29534 9.21172 7.17269C9.82065 6.36319 10.4977 5.60728 11.2355 4.9133C10.0777 4.01816 8.99094 3.55271 8.13829 3.55269ZM15.8617 3.55203C15.0091 3.55205 13.9223 4.01735 12.7645 4.91248C13.5018 5.60595 14.1784 6.3614 14.7868 7.17039C15.7905 7.29246 16.7819 7.50056 17.7501 7.7922C17.7678 7.66551 17.7826 7.53953 17.7952 7.41506C17.9804 5.58843 17.5996 4.25967 16.7514 3.76985C16.4967 3.62909 16.2111 3.55419 15.9207 3.55154L15.8617 3.55203ZM11.9956 5.55719C11.4944 6.01982 11.0242 6.51489 10.588 7.03924C11.0502 7.00959 11.5195 6.99475 11.9956 6.99475C12.4756 6.99475 12.946 7.01108 13.4067 7.03924C12.9694 6.51479 12.4979 6.01968 11.9956 5.55719Z",fill:"currentColor"})),v=f;0&&(module.exports={IconReact});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconReact/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 IconReact: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.0369 9.97004C13.1478 9.97004 14.0483 10.8706 14.0483 11.9815C14.0483 13.0923 13.1478 13.9929 12.0369 13.9929C10.926 13.9929 10.0255 13.0923 10.0255 11.9815C10.0255 10.8706 10.926 9.97004 12.0369 9.97004Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.9993 4.25013C13.9513 2.68807 15.8818 2.11517 17.2485 2.90435C18.4701 3.6098 19.0167 5.24754 18.7871 7.51655C18.7671 7.71587 18.7389 7.91895 18.7078 8.1242C20.9997 9.02141 22.4527 10.3774 22.4975 11.9258L22.5 11.9997C22.5 13.5781 21.0376 14.9653 18.7093 15.8753C18.7404 16.0806 18.7686 16.2836 18.7886 16.4829C19.0182 18.7519 18.4715 20.3895 17.25 21.095C16.83 21.333 16.3541 21.4548 15.8714 21.4477C14.7128 21.4477 13.3609 20.8386 11.9993 19.7494C10.637 20.8387 9.28569 21.4477 8.12857 21.4477C7.64586 21.4549 7.16997 21.3331 6.75 21.095C5.52846 20.3895 4.98181 18.7519 5.21145 16.4829C5.23145 16.2836 5.25884 16.0806 5.2907 15.8753C2.96241 14.9638 1.50003 13.5789 1.5 11.9997C1.5 10.5888 2.64459 9.2949 4.72325 8.36047C4.90621 8.27823 5.09664 8.19977 5.2907 8.12568C5.25885 7.91969 5.23145 7.71587 5.21145 7.51655C4.9818 5.24754 5.52843 3.6098 6.75 2.90435C8.11676 2.11517 10.0474 2.68806 11.9993 4.25013ZM17.7515 16.2065C16.7834 16.4981 15.792 16.7062 14.7883 16.8283C14.1799 17.6376 13.5035 18.3935 12.7666 19.0877C14.3801 20.3348 15.8559 20.7475 16.7508 20.2288C17.5724 19.7543 17.9554 18.4925 17.8102 16.7535L17.7967 16.5836C17.7841 16.4591 17.7693 16.3339 17.7515 16.2065ZM6.25077 16.2065C6.23373 16.3339 6.21813 16.4591 6.20628 16.5836C6.02179 18.381 6.38995 19.6973 7.20985 20.2053L7.25154 20.2288C8.14716 20.746 9.62216 20.3348 11.2363 19.0877C10.4992 18.3935 9.82248 17.6376 9.21386 16.8283C8.21021 16.7061 7.2189 16.498 6.25077 16.2065ZM13.4112 16.9594C12.9497 16.9876 12.4763 17.0039 12 17.0039C11.5237 17.0039 11.0532 16.9876 10.5924 16.9594C11.0286 17.4838 11.4989 17.9789 12 18.4415C12.5022 17.9788 12.9736 17.4837 13.4112 16.9594ZM11.9993 7.99898C11.2489 7.99851 10.4988 8.03749 9.75247 8.11596C9.31585 8.72257 8.91028 9.35103 8.53751 9.99887C8.16287 10.6476 7.8224 11.3155 7.51746 11.9997C7.8224 12.684 8.16288 13.3518 8.53751 14.0005C8.91088 14.6509 9.3176 15.2817 9.7561 15.8901C10.5011 15.9667 11.2496 16.0047 11.9985 16.0041C12.7477 16.0047 13.4964 15.9667 14.2416 15.8901C14.6263 15.3578 14.9868 14.8083 15.3219 14.2435L15.461 14.0005C15.8353 13.3516 16.1758 12.6838 16.4811 11.9997C16.1758 11.3156 15.8354 10.6477 15.461 9.99887C15.0868 9.34999 14.6797 8.72054 14.2416 8.11299C13.4966 8.03652 12.7482 7.99853 11.9993 7.99898ZM7.00555 13.2625C6.77133 13.9028 6.57911 14.5578 6.43003 15.2232C6.99869 15.4 7.57697 15.5439 8.16202 15.6543L8.41312 15.7011C8.1605 15.3166 7.91236 14.9119 7.67234 14.5013C7.43234 14.0908 7.21148 13.6767 7.00555 13.2625ZM16.9936 13.2625C16.7847 13.6767 16.5633 14.0909 16.327 14.5013C16.088 14.9168 15.8411 15.3168 15.5862 15.7011C16.2567 15.5854 16.9189 15.4257 17.5685 15.2232C17.4375 14.64 17.2733 14.0649 17.0768 13.5006L16.9936 13.2625ZM5.48248 9.12447C5.36395 9.17387 5.24759 9.22336 5.13351 9.27276C3.46307 10.0264 2.50011 11.0201 2.50011 11.9997C2.50014 13.0335 3.59431 14.1064 5.48182 14.8808C5.71457 13.8953 6.0308 12.9315 6.42706 11.9997C6.03154 11.0698 5.7155 10.1079 5.48248 9.12447ZM18.5205 9.11854C18.2874 10.1039 17.9712 11.0678 17.5752 11.9997C17.9466 12.8729 18.248 13.7742 18.4765 14.6949L18.5197 14.8808C20.4072 14.1064 21.5013 13.0335 21.5014 11.9997C21.5014 10.966 20.4043 9.89291 18.5205 9.11854ZM15.581 8.29753C15.8052 8.63383 16.0233 8.98228 16.2351 9.34278L16.3262 9.49881C16.5654 9.90859 16.787 10.3228 16.993 10.737C17.2269 10.0965 17.4191 9.4416 17.5685 8.77633C16.9172 8.57327 16.2533 8.41325 15.581 8.29753ZM8.40933 8.30346C7.7404 8.42041 7.07976 8.58059 6.43151 8.78292C6.56184 9.3629 6.72494 9.93493 6.92003 10.4963L7.00192 10.7362C7.21081 10.3212 7.42929 9.91219 7.66855 9.49799C7.90783 9.08376 8.15598 8.68657 8.40933 8.30346ZM8.13829 3.55269C7.82793 3.54545 7.52109 3.62074 7.24923 3.77067C6.42829 4.24521 6.04318 5.50762 6.1903 7.24601L6.20398 7.41572C6.21583 7.54021 6.23142 7.66549 6.24846 7.7922C7.21698 7.50259 8.20832 7.29534 9.21172 7.17269C9.82065 6.36319 10.4977 5.60728 11.2355 4.9133C10.0777 4.01816 8.99094 3.55271 8.13829 3.55269ZM15.8617 3.55203C15.0091 3.55205 13.9223 4.01735 12.7645 4.91248C13.5018 5.60595 14.1784 6.3614 14.7868 7.17039C15.7905 7.29246 16.7819 7.50056 17.7501 7.7922C17.7678 7.66551 17.7826 7.53953 17.7952 7.41506C17.9804 5.58843 17.5996 4.25967 16.7514 3.76985C16.4967 3.62909 16.2111 3.55419 15.9207 3.55154L15.8617 3.55203ZM11.9956 5.55719C11.4944 6.01982 11.0242 6.51489 10.588 7.03924C11.0502 7.00959 11.5195 6.99475 11.9956 6.99475C12.4756 6.99475 12.946 7.01108 13.4067 7.03924C12.9694 6.51479 12.4979 6.01968 11.9956 5.55719Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconReact;\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,eAAAE,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,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,62IACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconReact_exports","__export","IconReact","IconReact_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconReact","props","React","CentralIconBase","IconReact_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:C=24,...n})=>p.createElement(l,{...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 t}from"react-native-svg";var a=r=>o.createElement(e,{...r},o.createElement(t,{d:"M12.0369 9.97004C13.1478 9.97004 14.0483 10.8706 14.0483 11.9815C14.0483 13.0923 13.1478 13.9929 12.0369 13.9929C10.926 13.9929 10.0255 13.0923 10.0255 11.9815C10.0255 10.8706 10.926 9.97004 12.0369 9.97004Z",fill:"currentColor"}),o.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9993 4.25013C13.9513 2.68807 15.8818 2.11517 17.2485 2.90435C18.4701 3.6098 19.0167 5.24754 18.7871 7.51655C18.7671 7.71587 18.7389 7.91895 18.7078 8.1242C20.9997 9.02141 22.4527 10.3774 22.4975 11.9258L22.5 11.9997C22.5 13.5781 21.0376 14.9653 18.7093 15.8753C18.7404 16.0806 18.7686 16.2836 18.7886 16.4829C19.0182 18.7519 18.4715 20.3895 17.25 21.095C16.83 21.333 16.3541 21.4548 15.8714 21.4477C14.7128 21.4477 13.3609 20.8386 11.9993 19.7494C10.637 20.8387 9.28569 21.4477 8.12857 21.4477C7.64586 21.4549 7.16997 21.3331 6.75 21.095C5.52846 20.3895 4.98181 18.7519 5.21145 16.4829C5.23145 16.2836 5.25884 16.0806 5.2907 15.8753C2.96241 14.9638 1.50003 13.5789 1.5 11.9997C1.5 10.5888 2.64459 9.2949 4.72325 8.36047C4.90621 8.27823 5.09664 8.19977 5.2907 8.12568C5.25885 7.91969 5.23145 7.71587 5.21145 7.51655C4.9818 5.24754 5.52843 3.6098 6.75 2.90435C8.11676 2.11517 10.0474 2.68806 11.9993 4.25013ZM17.7515 16.2065C16.7834 16.4981 15.792 16.7062 14.7883 16.8283C14.1799 17.6376 13.5035 18.3935 12.7666 19.0877C14.3801 20.3348 15.8559 20.7475 16.7508 20.2288C17.5724 19.7543 17.9554 18.4925 17.8102 16.7535L17.7967 16.5836C17.7841 16.4591 17.7693 16.3339 17.7515 16.2065ZM6.25077 16.2065C6.23373 16.3339 6.21813 16.4591 6.20628 16.5836C6.02179 18.381 6.38995 19.6973 7.20985 20.2053L7.25154 20.2288C8.14716 20.746 9.62216 20.3348 11.2363 19.0877C10.4992 18.3935 9.82248 17.6376 9.21386 16.8283C8.21021 16.7061 7.2189 16.498 6.25077 16.2065ZM13.4112 16.9594C12.9497 16.9876 12.4763 17.0039 12 17.0039C11.5237 17.0039 11.0532 16.9876 10.5924 16.9594C11.0286 17.4838 11.4989 17.9789 12 18.4415C12.5022 17.9788 12.9736 17.4837 13.4112 16.9594ZM11.9993 7.99898C11.2489 7.99851 10.4988 8.03749 9.75247 8.11596C9.31585 8.72257 8.91028 9.35103 8.53751 9.99887C8.16287 10.6476 7.8224 11.3155 7.51746 11.9997C7.8224 12.684 8.16288 13.3518 8.53751 14.0005C8.91088 14.6509 9.3176 15.2817 9.7561 15.8901C10.5011 15.9667 11.2496 16.0047 11.9985 16.0041C12.7477 16.0047 13.4964 15.9667 14.2416 15.8901C14.6263 15.3578 14.9868 14.8083 15.3219 14.2435L15.461 14.0005C15.8353 13.3516 16.1758 12.6838 16.4811 11.9997C16.1758 11.3156 15.8354 10.6477 15.461 9.99887C15.0868 9.34999 14.6797 8.72054 14.2416 8.11299C13.4966 8.03652 12.7482 7.99853 11.9993 7.99898ZM7.00555 13.2625C6.77133 13.9028 6.57911 14.5578 6.43003 15.2232C6.99869 15.4 7.57697 15.5439 8.16202 15.6543L8.41312 15.7011C8.1605 15.3166 7.91236 14.9119 7.67234 14.5013C7.43234 14.0908 7.21148 13.6767 7.00555 13.2625ZM16.9936 13.2625C16.7847 13.6767 16.5633 14.0909 16.327 14.5013C16.088 14.9168 15.8411 15.3168 15.5862 15.7011C16.2567 15.5854 16.9189 15.4257 17.5685 15.2232C17.4375 14.64 17.2733 14.0649 17.0768 13.5006L16.9936 13.2625ZM5.48248 9.12447C5.36395 9.17387 5.24759 9.22336 5.13351 9.27276C3.46307 10.0264 2.50011 11.0201 2.50011 11.9997C2.50014 13.0335 3.59431 14.1064 5.48182 14.8808C5.71457 13.8953 6.0308 12.9315 6.42706 11.9997C6.03154 11.0698 5.7155 10.1079 5.48248 9.12447ZM18.5205 9.11854C18.2874 10.1039 17.9712 11.0678 17.5752 11.9997C17.9466 12.8729 18.248 13.7742 18.4765 14.6949L18.5197 14.8808C20.4072 14.1064 21.5013 13.0335 21.5014 11.9997C21.5014 10.966 20.4043 9.89291 18.5205 9.11854ZM15.581 8.29753C15.8052 8.63383 16.0233 8.98228 16.2351 9.34278L16.3262 9.49881C16.5654 9.90859 16.787 10.3228 16.993 10.737C17.2269 10.0965 17.4191 9.4416 17.5685 8.77633C16.9172 8.57327 16.2533 8.41325 15.581 8.29753ZM8.40933 8.30346C7.7404 8.42041 7.07976 8.58059 6.43151 8.78292C6.56184 9.3629 6.72494 9.93493 6.92003 10.4963L7.00192 10.7362C7.21081 10.3212 7.42929 9.91219 7.66855 9.49799C7.90783 9.08376 8.15598 8.68657 8.40933 8.30346ZM8.13829 3.55269C7.82793 3.54545 7.52109 3.62074 7.24923 3.77067C6.42829 4.24521 6.04318 5.50762 6.1903 7.24601L6.20398 7.41572C6.21583 7.54021 6.23142 7.66549 6.24846 7.7922C7.21698 7.50259 8.20832 7.29534 9.21172 7.17269C9.82065 6.36319 10.4977 5.60728 11.2355 4.9133C10.0777 4.01816 8.99094 3.55271 8.13829 3.55269ZM15.8617 3.55203C15.0091 3.55205 13.9223 4.01735 12.7645 4.91248C13.5018 5.60595 14.1784 6.3614 14.7868 7.17039C15.7905 7.29246 16.7819 7.50056 17.7501 7.7922C17.7678 7.66551 17.7826 7.53953 17.7952 7.41506C17.9804 5.58843 17.5996 4.25967 16.7514 3.76985C16.4967 3.62909 16.2111 3.55419 15.9207 3.55154L15.8617 3.55203ZM11.9956 5.55719C11.4944 6.01982 11.0242 6.51489 10.588 7.03924C11.0502 7.00959 11.5195 6.99475 11.9956 6.99475C12.4756 6.99475 12.946 7.01108 13.4067 7.03924C12.9694 6.51479 12.4979 6.01968 11.9956 5.55719Z",fill:"currentColor"})),d=a;export{a as IconReact,d as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconReact/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 IconReact: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.0369 9.97004C13.1478 9.97004 14.0483 10.8706 14.0483 11.9815C14.0483 13.0923 13.1478 13.9929 12.0369 13.9929C10.926 13.9929 10.0255 13.0923 10.0255 11.9815C10.0255 10.8706 10.926 9.97004 12.0369 9.97004Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.9993 4.25013C13.9513 2.68807 15.8818 2.11517 17.2485 2.90435C18.4701 3.6098 19.0167 5.24754 18.7871 7.51655C18.7671 7.71587 18.7389 7.91895 18.7078 8.1242C20.9997 9.02141 22.4527 10.3774 22.4975 11.9258L22.5 11.9997C22.5 13.5781 21.0376 14.9653 18.7093 15.8753C18.7404 16.0806 18.7686 16.2836 18.7886 16.4829C19.0182 18.7519 18.4715 20.3895 17.25 21.095C16.83 21.333 16.3541 21.4548 15.8714 21.4477C14.7128 21.4477 13.3609 20.8386 11.9993 19.7494C10.637 20.8387 9.28569 21.4477 8.12857 21.4477C7.64586 21.4549 7.16997 21.3331 6.75 21.095C5.52846 20.3895 4.98181 18.7519 5.21145 16.4829C5.23145 16.2836 5.25884 16.0806 5.2907 15.8753C2.96241 14.9638 1.50003 13.5789 1.5 11.9997C1.5 10.5888 2.64459 9.2949 4.72325 8.36047C4.90621 8.27823 5.09664 8.19977 5.2907 8.12568C5.25885 7.91969 5.23145 7.71587 5.21145 7.51655C4.9818 5.24754 5.52843 3.6098 6.75 2.90435C8.11676 2.11517 10.0474 2.68806 11.9993 4.25013ZM17.7515 16.2065C16.7834 16.4981 15.792 16.7062 14.7883 16.8283C14.1799 17.6376 13.5035 18.3935 12.7666 19.0877C14.3801 20.3348 15.8559 20.7475 16.7508 20.2288C17.5724 19.7543 17.9554 18.4925 17.8102 16.7535L17.7967 16.5836C17.7841 16.4591 17.7693 16.3339 17.7515 16.2065ZM6.25077 16.2065C6.23373 16.3339 6.21813 16.4591 6.20628 16.5836C6.02179 18.381 6.38995 19.6973 7.20985 20.2053L7.25154 20.2288C8.14716 20.746 9.62216 20.3348 11.2363 19.0877C10.4992 18.3935 9.82248 17.6376 9.21386 16.8283C8.21021 16.7061 7.2189 16.498 6.25077 16.2065ZM13.4112 16.9594C12.9497 16.9876 12.4763 17.0039 12 17.0039C11.5237 17.0039 11.0532 16.9876 10.5924 16.9594C11.0286 17.4838 11.4989 17.9789 12 18.4415C12.5022 17.9788 12.9736 17.4837 13.4112 16.9594ZM11.9993 7.99898C11.2489 7.99851 10.4988 8.03749 9.75247 8.11596C9.31585 8.72257 8.91028 9.35103 8.53751 9.99887C8.16287 10.6476 7.8224 11.3155 7.51746 11.9997C7.8224 12.684 8.16288 13.3518 8.53751 14.0005C8.91088 14.6509 9.3176 15.2817 9.7561 15.8901C10.5011 15.9667 11.2496 16.0047 11.9985 16.0041C12.7477 16.0047 13.4964 15.9667 14.2416 15.8901C14.6263 15.3578 14.9868 14.8083 15.3219 14.2435L15.461 14.0005C15.8353 13.3516 16.1758 12.6838 16.4811 11.9997C16.1758 11.3156 15.8354 10.6477 15.461 9.99887C15.0868 9.34999 14.6797 8.72054 14.2416 8.11299C13.4966 8.03652 12.7482 7.99853 11.9993 7.99898ZM7.00555 13.2625C6.77133 13.9028 6.57911 14.5578 6.43003 15.2232C6.99869 15.4 7.57697 15.5439 8.16202 15.6543L8.41312 15.7011C8.1605 15.3166 7.91236 14.9119 7.67234 14.5013C7.43234 14.0908 7.21148 13.6767 7.00555 13.2625ZM16.9936 13.2625C16.7847 13.6767 16.5633 14.0909 16.327 14.5013C16.088 14.9168 15.8411 15.3168 15.5862 15.7011C16.2567 15.5854 16.9189 15.4257 17.5685 15.2232C17.4375 14.64 17.2733 14.0649 17.0768 13.5006L16.9936 13.2625ZM5.48248 9.12447C5.36395 9.17387 5.24759 9.22336 5.13351 9.27276C3.46307 10.0264 2.50011 11.0201 2.50011 11.9997C2.50014 13.0335 3.59431 14.1064 5.48182 14.8808C5.71457 13.8953 6.0308 12.9315 6.42706 11.9997C6.03154 11.0698 5.7155 10.1079 5.48248 9.12447ZM18.5205 9.11854C18.2874 10.1039 17.9712 11.0678 17.5752 11.9997C17.9466 12.8729 18.248 13.7742 18.4765 14.6949L18.5197 14.8808C20.4072 14.1064 21.5013 13.0335 21.5014 11.9997C21.5014 10.966 20.4043 9.89291 18.5205 9.11854ZM15.581 8.29753C15.8052 8.63383 16.0233 8.98228 16.2351 9.34278L16.3262 9.49881C16.5654 9.90859 16.787 10.3228 16.993 10.737C17.2269 10.0965 17.4191 9.4416 17.5685 8.77633C16.9172 8.57327 16.2533 8.41325 15.581 8.29753ZM8.40933 8.30346C7.7404 8.42041 7.07976 8.58059 6.43151 8.78292C6.56184 9.3629 6.72494 9.93493 6.92003 10.4963L7.00192 10.7362C7.21081 10.3212 7.42929 9.91219 7.66855 9.49799C7.90783 9.08376 8.15598 8.68657 8.40933 8.30346ZM8.13829 3.55269C7.82793 3.54545 7.52109 3.62074 7.24923 3.77067C6.42829 4.24521 6.04318 5.50762 6.1903 7.24601L6.20398 7.41572C6.21583 7.54021 6.23142 7.66549 6.24846 7.7922C7.21698 7.50259 8.20832 7.29534 9.21172 7.17269C9.82065 6.36319 10.4977 5.60728 11.2355 4.9133C10.0777 4.01816 8.99094 3.55271 8.13829 3.55269ZM15.8617 3.55203C15.0091 3.55205 13.9223 4.01735 12.7645 4.91248C13.5018 5.60595 14.1784 6.3614 14.7868 7.17039C15.7905 7.29246 16.7819 7.50056 17.7501 7.7922C17.7678 7.66551 17.7826 7.53953 17.7952 7.41506C17.9804 5.58843 17.5996 4.25967 16.7514 3.76985C16.4967 3.62909 16.2111 3.55419 15.9207 3.55154L15.8617 3.55203ZM11.9956 5.55719C11.4944 6.01982 11.0242 6.51489 10.588 7.03924C11.0502 7.00959 11.5195 6.99475 11.9956 6.99475C12.4756 6.99475 12.946 7.01108 13.4067 7.03924C12.9694 6.51479 12.4979 6.01968 11.9956 5.55719Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconReact;\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,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,62IACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconReact","props","React","CentralIconBase","IconReact_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var s=Object.create;var t=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var M=Object.getOwnPropertyNames;var Z=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var l in o)t(r,l,{get:o[l],enumerable:!0})},L=(r,o,l,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of M(o))!a.call(r,e)&&e!==l&&t(r,e,{get:()=>o[e],enumerable:!(p=c(o,e))||p.enumerable});return r};var f=(r,o,l)=>(l=r!=null?s(Z(r)):{},L(o||!r||!r.__esModule?t(l,"default",{value:r,enumerable:!0}):l,r)),I=r=>L(t({},"__esModule",{value:!0}),r);var x={};B(x,{IconSendLater:()=>m,default:()=>v});module.exports=I(x);var C=f(require("react"));var i=f(require("react")),u=require("react-native-svg"),d=({children:r,size:o=24,...l})=>i.default.createElement(u.Svg,{...l,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),m=r=>C.default.createElement(d,{...r},C.default.createElement(n.Path,{d:"M14.5889 21.6611C13.7622 21.8821 12.8938 22 12 22C11.1062 22 10.2378 21.8821 9.41113 21.6611L9.92773 19.7295C10.5875 19.9058 11.2821 20 12 20C12.7179 20 13.4125 19.9058 14.0723 19.7295L14.5889 21.6611Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M5.07031 16C5.7729 17.2142 6.78577 18.2271 8 18.9297L6.99805 20.6611C5.48113 19.7834 4.21662 18.5189 3.33887 17.002L5.07031 16Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M20.6611 17.002C19.7834 18.5189 18.5189 19.7834 17.002 20.6611L16 18.9297C17.2142 18.2271 18.2271 17.2142 18.9297 16L20.6611 17.002Z",fill:"currentColor"}),C.default.createElement(n.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 5.5C15.5899 5.5 18.5 8.41015 18.5 12C18.5 15.5899 15.5899 18.5 12 18.5C8.41015 18.5 5.5 15.5899 5.5 12C5.5 8.41015 8.41015 5.5 12 5.5ZM11 12.4141L13.793 15.207L15.207 13.793L13 11.5859V9H11V12.4141Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M4.27051 9.92773C4.09415 10.5875 4 11.2821 4 12C4 12.7179 4.09415 13.4125 4.27051 14.0723L2.33887 14.5889C2.11788 13.7622 2 12.8938 2 12C2 11.1062 2.11788 10.2378 2.33887 9.41113L4.27051 9.92773Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M21.6611 9.41113C21.8821 10.2378 22 11.1062 22 12C22 12.8938 21.8821 13.7622 21.6611 14.5889L19.7295 14.0723C19.9058 13.4125 20 12.7179 20 12C20 11.2821 19.9058 10.5875 19.7295 9.92773L21.6611 9.41113Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M8 5.07031C6.78577 5.7729 5.7729 6.78577 5.07031 8L3.33887 6.99805C4.21662 5.48113 5.48113 4.21662 6.99805 3.33887L8 5.07031Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M17.002 3.33887C18.5189 4.21662 19.7834 5.48113 20.6611 6.99805L18.9297 8C18.2271 6.78577 17.2142 5.7729 16 5.07031L17.002 3.33887Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M12 2C12.8938 2 13.7622 2.11788 14.5889 2.33887L14.0723 4.27051C13.4125 4.09415 12.7179 4 12 4C11.2821 4 10.5875 4.09415 9.92773 4.27051L9.41113 2.33887C10.2378 2.11788 11.1062 2 12 2Z",fill:"currentColor"})),v=m;0&&(module.exports={IconSendLater});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSendLater/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 IconSendLater: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.5889 21.6611C13.7622 21.8821 12.8938 22 12 22C11.1062 22 10.2378 21.8821 9.41113 21.6611L9.92773 19.7295C10.5875 19.9058 11.2821 20 12 20C12.7179 20 13.4125 19.9058 14.0723 19.7295L14.5889 21.6611Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.07031 16C5.7729 17.2142 6.78577 18.2271 8 18.9297L6.99805 20.6611C5.48113 19.7834 4.21662 18.5189 3.33887 17.002L5.07031 16Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.6611 17.002C19.7834 18.5189 18.5189 19.7834 17.002 20.6611L16 18.9297C17.2142 18.2271 18.2271 17.2142 18.9297 16L20.6611 17.002Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 5.5C15.5899 5.5 18.5 8.41015 18.5 12C18.5 15.5899 15.5899 18.5 12 18.5C8.41015 18.5 5.5 15.5899 5.5 12C5.5 8.41015 8.41015 5.5 12 5.5ZM11 12.4141L13.793 15.207L15.207 13.793L13 11.5859V9H11V12.4141Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.27051 9.92773C4.09415 10.5875 4 11.2821 4 12C4 12.7179 4.09415 13.4125 4.27051 14.0723L2.33887 14.5889C2.11788 13.7622 2 12.8938 2 12C2 11.1062 2.11788 10.2378 2.33887 9.41113L4.27051 9.92773Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.6611 9.41113C21.8821 10.2378 22 11.1062 22 12C22 12.8938 21.8821 13.7622 21.6611 14.5889L19.7295 14.0723C19.9058 13.4125 20 12.7179 20 12C20 11.2821 19.9058 10.5875 19.7295 9.92773L21.6611 9.41113Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8 5.07031C6.78577 5.7729 5.7729 6.78577 5.07031 8L3.33887 6.99805C4.21662 5.48113 5.48113 4.21662 6.99805 3.33887L8 5.07031Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.002 3.33887C18.5189 4.21662 19.7834 5.48113 20.6611 6.99805L18.9297 8C18.2271 6.78577 17.2142 5.7729 16 5.07031L17.002 3.33887Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C12.8938 2 13.7622 2.11788 14.5889 2.33887L14.0723 4.27051C13.4125 4.09415 12.7179 4 12 4C11.2821 4 10.5875 4.09415 9.92773 4.27051L9.41113 2.33887C10.2378 2.11788 11.1062 2 12 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSendLater;\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,mBAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,4MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,6MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2LACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconSendLater_exports","__export","IconSendLater","IconSendLater_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSendLater","props","React","CentralIconBase","IconSendLater_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import t from"react";import{Svg as p}from"react-native-svg";var n=({children:l,size:C=24,...e})=>t.createElement(p,{...e,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},l);import{Path as o}from"react-native-svg";var L=l=>r.createElement(n,{...l},r.createElement(o,{d:"M14.5889 21.6611C13.7622 21.8821 12.8938 22 12 22C11.1062 22 10.2378 21.8821 9.41113 21.6611L9.92773 19.7295C10.5875 19.9058 11.2821 20 12 20C12.7179 20 13.4125 19.9058 14.0723 19.7295L14.5889 21.6611Z",fill:"currentColor"}),r.createElement(o,{d:"M5.07031 16C5.7729 17.2142 6.78577 18.2271 8 18.9297L6.99805 20.6611C5.48113 19.7834 4.21662 18.5189 3.33887 17.002L5.07031 16Z",fill:"currentColor"}),r.createElement(o,{d:"M20.6611 17.002C19.7834 18.5189 18.5189 19.7834 17.002 20.6611L16 18.9297C17.2142 18.2271 18.2271 17.2142 18.9297 16L20.6611 17.002Z",fill:"currentColor"}),r.createElement(o,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 5.5C15.5899 5.5 18.5 8.41015 18.5 12C18.5 15.5899 15.5899 18.5 12 18.5C8.41015 18.5 5.5 15.5899 5.5 12C5.5 8.41015 8.41015 5.5 12 5.5ZM11 12.4141L13.793 15.207L15.207 13.793L13 11.5859V9H11V12.4141Z",fill:"currentColor"}),r.createElement(o,{d:"M4.27051 9.92773C4.09415 10.5875 4 11.2821 4 12C4 12.7179 4.09415 13.4125 4.27051 14.0723L2.33887 14.5889C2.11788 13.7622 2 12.8938 2 12C2 11.1062 2.11788 10.2378 2.33887 9.41113L4.27051 9.92773Z",fill:"currentColor"}),r.createElement(o,{d:"M21.6611 9.41113C21.8821 10.2378 22 11.1062 22 12C22 12.8938 21.8821 13.7622 21.6611 14.5889L19.7295 14.0723C19.9058 13.4125 20 12.7179 20 12C20 11.2821 19.9058 10.5875 19.7295 9.92773L21.6611 9.41113Z",fill:"currentColor"}),r.createElement(o,{d:"M8 5.07031C6.78577 5.7729 5.7729 6.78577 5.07031 8L3.33887 6.99805C4.21662 5.48113 5.48113 4.21662 6.99805 3.33887L8 5.07031Z",fill:"currentColor"}),r.createElement(o,{d:"M17.002 3.33887C18.5189 4.21662 19.7834 5.48113 20.6611 6.99805L18.9297 8C18.2271 6.78577 17.2142 5.7729 16 5.07031L17.002 3.33887Z",fill:"currentColor"}),r.createElement(o,{d:"M12 2C12.8938 2 13.7622 2.11788 14.5889 2.33887L14.0723 4.27051C13.4125 4.09415 12.7179 4 12 4C11.2821 4 10.5875 4.09415 9.92773 4.27051L9.41113 2.33887C10.2378 2.11788 11.1062 2 12 2Z",fill:"currentColor"})),a=L;export{L as IconSendLater,a as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSendLater/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 IconSendLater: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.5889 21.6611C13.7622 21.8821 12.8938 22 12 22C11.1062 22 10.2378 21.8821 9.41113 21.6611L9.92773 19.7295C10.5875 19.9058 11.2821 20 12 20C12.7179 20 13.4125 19.9058 14.0723 19.7295L14.5889 21.6611Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.07031 16C5.7729 17.2142 6.78577 18.2271 8 18.9297L6.99805 20.6611C5.48113 19.7834 4.21662 18.5189 3.33887 17.002L5.07031 16Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.6611 17.002C19.7834 18.5189 18.5189 19.7834 17.002 20.6611L16 18.9297C17.2142 18.2271 18.2271 17.2142 18.9297 16L20.6611 17.002Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 5.5C15.5899 5.5 18.5 8.41015 18.5 12C18.5 15.5899 15.5899 18.5 12 18.5C8.41015 18.5 5.5 15.5899 5.5 12C5.5 8.41015 8.41015 5.5 12 5.5ZM11 12.4141L13.793 15.207L15.207 13.793L13 11.5859V9H11V12.4141Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.27051 9.92773C4.09415 10.5875 4 11.2821 4 12C4 12.7179 4.09415 13.4125 4.27051 14.0723L2.33887 14.5889C2.11788 13.7622 2 12.8938 2 12C2 11.1062 2.11788 10.2378 2.33887 9.41113L4.27051 9.92773Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.6611 9.41113C21.8821 10.2378 22 11.1062 22 12C22 12.8938 21.8821 13.7622 21.6611 14.5889L19.7295 14.0723C19.9058 13.4125 20 12.7179 20 12C20 11.2821 19.9058 10.5875 19.7295 9.92773L21.6611 9.41113Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8 5.07031C6.78577 5.7729 5.7729 6.78577 5.07031 8L3.33887 6.99805C4.21662 5.48113 5.48113 4.21662 6.99805 3.33887L8 5.07031Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.002 3.33887C18.5189 4.21662 19.7834 5.48113 20.6611 6.99805L18.9297 8C18.2271 6.78577 17.2142 5.7729 16 5.07031L17.002 3.33887Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C12.8938 2 13.7622 2.11788 14.5889 2.33887L14.0723 4.27051C13.4125 4.09415 12.7179 4 12 4C11.2821 4 10.5875 4.09415 9.92773 4.27051L9.41113 2.33887C10.2378 2.11788 11.1062 2 12 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSendLater;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,4MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,6MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2LACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSendLater","props","React","CentralIconBase","IconSendLater_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var s=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)p(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!d.call(r,n)&&n!==C&&p(r,n,{get:()=>o[n],enumerable:!(l=u(o,n))||l.enumerable});return r};var i=(r,o,C)=>(C=r!=null?s(I(r)):{},a(o||!r||!r.__esModule?p(C,"default",{value:r,enumerable:!0}):C,r)),y=r=>a(p({},"__esModule",{value:!0}),r);var g={};x(g,{IconSolidjs:()=>m,default:()=>P});module.exports=y(g);var t=i(require("react"));var L=i(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...C})=>L.default.createElement(c.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 e=require("react-native-svg"),m=r=>t.default.createElement(f,{...r},t.default.createElement(e.Path,{opacity:"0.55",d:"M10.0979 2.18961C15.5967 0.940299 22.6787 6.2724 22.719 6.30277L20.3007 10.3332L20.2871 10.3301C20.071 10.1683 13.1133 5.00106 7.67645 6.23473L7.18965 6.37187C6.47081 6.6039 5.90284 6.97652 5.50523 7.43654H5.5L7.53617 3.97557C7.5966 3.85953 7.66503 3.74727 7.73926 3.63953C8.19974 3.00429 8.85926 2.54089 9.61316 2.32361L10.0979 2.18961Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M16.1132 17.0106C15.368 16.0705 14.3591 15.3744 13.2156 15.0115C12.0722 14.6487 10.8465 14.6356 9.6956 14.974L1.28125 17.6971C1.28125 17.6971 8.4024 23.0636 13.9028 21.8103L14.387 21.6764C16.6402 20.9614 17.4092 18.8564 16.1132 17.0106Z",fill:"currentColor"}),t.default.createElement(e.Path,{opacity:"0.85",d:"M12.3247 10.2682C13.4774 9.92554 14.7062 9.93664 15.8527 10.2996C16.9991 10.6626 18.0112 11.3607 18.7567 12.3043C19.5115 13.381 19.5651 14.5406 19.0268 15.4606L16.508 19.9423C16.9075 19.0591 16.8065 17.9983 16.1133 17.0111C15.3682 16.071 14.359 15.3744 13.2156 15.0115C12.0724 14.6488 10.8467 14.6356 9.69602 14.9739L1.28334 17.6968H1.28125L3.9246 12.9911L12.3247 10.2682Z",fill:"currentColor"}),t.default.createElement(e.Path,{opacity:"0.7",d:"M7.67633 6.2353C13.1808 4.98622 20.2445 10.2979 20.2922 10.3338L17.6195 11.2038C17.0868 10.8086 16.4895 10.5016 15.8503 10.2993C14.704 9.93643 13.4749 9.92527 12.3224 10.2679L6.57816 12.1292C6.16366 11.8205 5.78846 11.4577 5.46324 11.0488C4.17018 9.20306 4.93931 7.09774 7.18954 6.3714L7.67633 6.2353Z",fill:"currentColor"})),P=m;0&&(module.exports={IconSolidjs});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSolidjs/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 IconSolidjs: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n opacity=\"0.55\"\n d=\"M10.0979 2.18961C15.5967 0.940299 22.6787 6.2724 22.719 6.30277L20.3007 10.3332L20.2871 10.3301C20.071 10.1683 13.1133 5.00106 7.67645 6.23473L7.18965 6.37187C6.47081 6.6039 5.90284 6.97652 5.50523 7.43654H5.5L7.53617 3.97557C7.5966 3.85953 7.66503 3.74727 7.73926 3.63953C8.19974 3.00429 8.85926 2.54089 9.61316 2.32361L10.0979 2.18961Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.1132 17.0106C15.368 16.0705 14.3591 15.3744 13.2156 15.0115C12.0722 14.6487 10.8465 14.6356 9.6956 14.974L1.28125 17.6971C1.28125 17.6971 8.4024 23.0636 13.9028 21.8103L14.387 21.6764C16.6402 20.9614 17.4092 18.8564 16.1132 17.0106Z\"\n fill=\"currentColor\"\n />\n <Path\n opacity=\"0.85\"\n d=\"M12.3247 10.2682C13.4774 9.92554 14.7062 9.93664 15.8527 10.2996C16.9991 10.6626 18.0112 11.3607 18.7567 12.3043C19.5115 13.381 19.5651 14.5406 19.0268 15.4606L16.508 19.9423C16.9075 19.0591 16.8065 17.9983 16.1133 17.0111C15.3682 16.071 14.359 15.3744 13.2156 15.0115C12.0724 14.6488 10.8467 14.6356 9.69602 14.9739L1.28334 17.6968H1.28125L3.9246 12.9911L12.3247 10.2682Z\"\n fill=\"currentColor\"\n />\n <Path\n opacity=\"0.7\"\n d=\"M7.67633 6.2353C13.1808 4.98622 20.2445 10.2979 20.2922 10.3338L17.6195 11.2038C17.0868 10.8086 16.4895 10.5016 15.8503 10.2993C14.704 9.93643 13.4749 9.92527 12.3224 10.2679L6.57816 12.1292C6.16366 11.8205 5.78846 11.4577 5.46324 11.0488C4.17018 9.20306 4.93931 7.09774 7.18954 6.3714L7.67633 6.2353Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSolidjs;\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,iBAAAE,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,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,QAAQ,OACR,EAAE,oVACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+OACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,QAAQ,OACR,EAAE,uXACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,QAAQ,MACR,EAAE,gTACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconSolidjs_exports","__export","IconSolidjs","IconSolidjs_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSolidjs","props","React","CentralIconBase","IconSolidjs_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:t,size:r=24,...e})=>p.createElement(l,{...e,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 C}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(C,{opacity:"0.55",d:"M10.0979 2.18961C15.5967 0.940299 22.6787 6.2724 22.719 6.30277L20.3007 10.3332L20.2871 10.3301C20.071 10.1683 13.1133 5.00106 7.67645 6.23473L7.18965 6.37187C6.47081 6.6039 5.90284 6.97652 5.50523 7.43654H5.5L7.53617 3.97557C7.5966 3.85953 7.66503 3.74727 7.73926 3.63953C8.19974 3.00429 8.85926 2.54089 9.61316 2.32361L10.0979 2.18961Z",fill:"currentColor"}),o.createElement(C,{d:"M16.1132 17.0106C15.368 16.0705 14.3591 15.3744 13.2156 15.0115C12.0722 14.6487 10.8465 14.6356 9.6956 14.974L1.28125 17.6971C1.28125 17.6971 8.4024 23.0636 13.9028 21.8103L14.387 21.6764C16.6402 20.9614 17.4092 18.8564 16.1132 17.0106Z",fill:"currentColor"}),o.createElement(C,{opacity:"0.85",d:"M12.3247 10.2682C13.4774 9.92554 14.7062 9.93664 15.8527 10.2996C16.9991 10.6626 18.0112 11.3607 18.7567 12.3043C19.5115 13.381 19.5651 14.5406 19.0268 15.4606L16.508 19.9423C16.9075 19.0591 16.8065 17.9983 16.1133 17.0111C15.3682 16.071 14.359 15.3744 13.2156 15.0115C12.0724 14.6488 10.8467 14.6356 9.69602 14.9739L1.28334 17.6968H1.28125L3.9246 12.9911L12.3247 10.2682Z",fill:"currentColor"}),o.createElement(C,{opacity:"0.7",d:"M7.67633 6.2353C13.1808 4.98622 20.2445 10.2979 20.2922 10.3338L17.6195 11.2038C17.0868 10.8086 16.4895 10.5016 15.8503 10.2993C14.704 9.93643 13.4749 9.92527 12.3224 10.2679L6.57816 12.1292C6.16366 11.8205 5.78846 11.4577 5.46324 11.0488C4.17018 9.20306 4.93931 7.09774 7.18954 6.3714L7.67633 6.2353Z",fill:"currentColor"})),d=a;export{a as IconSolidjs,d as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSolidjs/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 IconSolidjs: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n opacity=\"0.55\"\n d=\"M10.0979 2.18961C15.5967 0.940299 22.6787 6.2724 22.719 6.30277L20.3007 10.3332L20.2871 10.3301C20.071 10.1683 13.1133 5.00106 7.67645 6.23473L7.18965 6.37187C6.47081 6.6039 5.90284 6.97652 5.50523 7.43654H5.5L7.53617 3.97557C7.5966 3.85953 7.66503 3.74727 7.73926 3.63953C8.19974 3.00429 8.85926 2.54089 9.61316 2.32361L10.0979 2.18961Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.1132 17.0106C15.368 16.0705 14.3591 15.3744 13.2156 15.0115C12.0722 14.6487 10.8465 14.6356 9.6956 14.974L1.28125 17.6971C1.28125 17.6971 8.4024 23.0636 13.9028 21.8103L14.387 21.6764C16.6402 20.9614 17.4092 18.8564 16.1132 17.0106Z\"\n fill=\"currentColor\"\n />\n <Path\n opacity=\"0.85\"\n d=\"M12.3247 10.2682C13.4774 9.92554 14.7062 9.93664 15.8527 10.2996C16.9991 10.6626 18.0112 11.3607 18.7567 12.3043C19.5115 13.381 19.5651 14.5406 19.0268 15.4606L16.508 19.9423C16.9075 19.0591 16.8065 17.9983 16.1133 17.0111C15.3682 16.071 14.359 15.3744 13.2156 15.0115C12.0724 14.6488 10.8467 14.6356 9.69602 14.9739L1.28334 17.6968H1.28125L3.9246 12.9911L12.3247 10.2682Z\"\n fill=\"currentColor\"\n />\n <Path\n opacity=\"0.7\"\n d=\"M7.67633 6.2353C13.1808 4.98622 20.2445 10.2979 20.2922 10.3338L17.6195 11.2038C17.0868 10.8086 16.4895 10.5016 15.8503 10.2993C14.704 9.93643 13.4749 9.92527 12.3224 10.2679L6.57816 12.1292C6.16366 11.8205 5.78846 11.4577 5.46324 11.0488C4.17018 9.20306 4.93931 7.09774 7.18954 6.3714L7.67633 6.2353Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSolidjs;\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,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,QAAQ,OACR,EAAE,oVACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+OACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,QAAQ,OACR,EAAE,uXACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,QAAQ,MACR,EAAE,gTACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSolidjs","props","React","CentralIconBase","IconSolidjs_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var t=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var d=(C,o)=>{for(var r in o)t(C,r,{get:o[r],enumerable:!0})},l=(C,o,r,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of v(o))!I.call(C,e)&&e!==r&&t(C,e,{get:()=>o[e],enumerable:!(p=u(o,e))||p.enumerable});return C};var a=(C,o,r)=>(r=C!=null?i(B(C)):{},l(o||!C||!C.__esModule?t(r,"default",{value:C,enumerable:!0}):r,C)),x=C=>l(t({},"__esModule",{value:!0}),C);var g={};d(g,{IconSvelte:()=>f,default:()=>P});module.exports=x(g);var n=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),L=({children:C,size:o=24,...r})=>m.default.createElement(s.Svg,{...r,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},C);var c=require("react-native-svg"),f=C=>n.default.createElement(L,{...C},n.default.createElement(c.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.0645 2.66332C13.7816 0.929019 17.5391 1.73828 19.447 4.46678C20.3604 5.75018 20.7188 7.33432 20.4413 8.88366C20.3141 9.61209 20.0252 10.3063 19.6205 10.9307C20.2217 12.0637 20.4189 13.37 20.1877 14.6302C19.9102 16.1449 19.0193 17.4745 17.7128 18.2955L12.938 21.3368C10.2209 23.0712 6.45097 22.2613 4.55473 19.5325C3.64145 18.2723 3.28293 16.6766 3.56041 15.1273C3.6876 14.3991 3.97664 13.7054 4.38122 13.0811C3.77997 11.948 3.58358 10.6411 3.81483 9.38082C4.09236 7.86626 4.98251 6.52486 6.28894 5.71552L11.0645 2.66332ZM17.4817 5.71552C16.5799 4.40908 14.9496 3.80766 13.4118 4.20068C13.0651 4.29314 12.7414 4.43217 12.4409 4.6286L7.66531 7.66995C6.87913 8.1671 6.33575 8.96463 6.17383 9.87797C6.01196 10.803 6.22026 11.7626 6.77526 12.5373C7.67713 13.8438 9.30733 14.4452 10.8451 14.0521C11.1919 13.9596 11.5155 13.8207 11.8161 13.6242L13.6429 12.4564C13.7354 12.3986 13.8283 12.3527 13.9324 12.3296C14.3947 12.2141 14.8918 12.3871 15.1577 12.78C15.3196 13.0113 15.3892 13.3008 15.3429 13.5783C15.2966 13.8558 15.1344 14.0987 14.8916 14.249L10.1161 17.2895C10.0236 17.3472 9.93144 17.394 9.82745 17.4171C9.36498 17.5327 8.86802 17.3589 8.60207 16.9658C8.45183 16.7578 8.38218 16.5037 8.40521 16.261V16.0875C8.41645 16.0874 8.24338 16.0291 8.24338 16.0291C7.57276 15.8209 6.93641 15.5094 6.36986 15.0931L6.12712 14.908L6.03453 15.1849C5.98829 15.3352 5.95409 15.4859 5.91941 15.6362C5.75754 16.5612 5.96584 17.5208 6.52084 18.2955C7.42272 19.602 9.05293 20.2034 10.5907 19.8103C10.9375 19.7178 11.2611 19.5789 11.5617 19.3824L16.3372 16.3419C17.1235 15.8447 17.6668 15.0465 17.8287 14.133C17.9905 13.2081 17.7823 12.2484 17.2273 11.4737C16.3254 10.1672 14.6952 9.56583 13.1574 9.95889C12.8107 10.0514 12.487 10.1903 12.1865 10.3868L10.3596 11.543C10.2671 11.6008 10.1743 11.6475 10.0702 11.6706C9.60773 11.7862 9.11075 11.6124 8.84481 11.2193C8.68298 10.9881 8.61346 10.6993 8.65963 10.4218C8.70585 10.1445 8.86752 9.90165 9.11007 9.76286L13.8856 6.72151C13.9781 6.6637 14.071 6.61785 14.1751 6.59472C14.6375 6.47919 15.1346 6.65217 15.4005 7.04517C15.5508 7.25329 15.6205 7.50805 15.5973 7.75087V7.92437C15.5858 7.92437 15.7592 7.98193 15.7592 7.98193C16.4297 8.19005 17.0654 8.50249 17.6319 8.91869L17.8746 9.10387L17.9672 8.8261C18.0134 8.67579 18.0484 8.52513 18.0831 8.37482C18.2449 7.44989 18.0367 6.49013 17.4817 5.71552Z",fill:"currentColor"})),P=f;0&&(module.exports={IconSvelte});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSvelte/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 IconSvelte: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.0645 2.66332C13.7816 0.929019 17.5391 1.73828 19.447 4.46678C20.3604 5.75018 20.7188 7.33432 20.4413 8.88366C20.3141 9.61209 20.0252 10.3063 19.6205 10.9307C20.2217 12.0637 20.4189 13.37 20.1877 14.6302C19.9102 16.1449 19.0193 17.4745 17.7128 18.2955L12.938 21.3368C10.2209 23.0712 6.45097 22.2613 4.55473 19.5325C3.64145 18.2723 3.28293 16.6766 3.56041 15.1273C3.6876 14.3991 3.97664 13.7054 4.38122 13.0811C3.77997 11.948 3.58358 10.6411 3.81483 9.38082C4.09236 7.86626 4.98251 6.52486 6.28894 5.71552L11.0645 2.66332ZM17.4817 5.71552C16.5799 4.40908 14.9496 3.80766 13.4118 4.20068C13.0651 4.29314 12.7414 4.43217 12.4409 4.6286L7.66531 7.66995C6.87913 8.1671 6.33575 8.96463 6.17383 9.87797C6.01196 10.803 6.22026 11.7626 6.77526 12.5373C7.67713 13.8438 9.30733 14.4452 10.8451 14.0521C11.1919 13.9596 11.5155 13.8207 11.8161 13.6242L13.6429 12.4564C13.7354 12.3986 13.8283 12.3527 13.9324 12.3296C14.3947 12.2141 14.8918 12.3871 15.1577 12.78C15.3196 13.0113 15.3892 13.3008 15.3429 13.5783C15.2966 13.8558 15.1344 14.0987 14.8916 14.249L10.1161 17.2895C10.0236 17.3472 9.93144 17.394 9.82745 17.4171C9.36498 17.5327 8.86802 17.3589 8.60207 16.9658C8.45183 16.7578 8.38218 16.5037 8.40521 16.261V16.0875C8.41645 16.0874 8.24338 16.0291 8.24338 16.0291C7.57276 15.8209 6.93641 15.5094 6.36986 15.0931L6.12712 14.908L6.03453 15.1849C5.98829 15.3352 5.95409 15.4859 5.91941 15.6362C5.75754 16.5612 5.96584 17.5208 6.52084 18.2955C7.42272 19.602 9.05293 20.2034 10.5907 19.8103C10.9375 19.7178 11.2611 19.5789 11.5617 19.3824L16.3372 16.3419C17.1235 15.8447 17.6668 15.0465 17.8287 14.133C17.9905 13.2081 17.7823 12.2484 17.2273 11.4737C16.3254 10.1672 14.6952 9.56583 13.1574 9.95889C12.8107 10.0514 12.487 10.1903 12.1865 10.3868L10.3596 11.543C10.2671 11.6008 10.1743 11.6475 10.0702 11.6706C9.60773 11.7862 9.11075 11.6124 8.84481 11.2193C8.68298 10.9881 8.61346 10.6993 8.65963 10.4218C8.70585 10.1445 8.86752 9.90165 9.11007 9.76286L13.8856 6.72151C13.9781 6.6637 14.071 6.61785 14.1751 6.59472C14.6375 6.47919 15.1346 6.65217 15.4005 7.04517C15.5508 7.25329 15.6205 7.50805 15.5973 7.75087V7.92437C15.5858 7.92437 15.7592 7.98193 15.7592 7.98193C16.4297 8.19005 17.0654 8.50249 17.6319 8.91869L17.8746 9.10387L17.9672 8.8261C18.0134 8.67579 18.0484 8.52513 18.0831 8.37482C18.2449 7.44989 18.0367 6.49013 17.4817 5.71552Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSvelte;\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,SAAS,UACT,SAAS,UACT,EAAE,gyEACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconSvelte_exports","__export","IconSvelte","IconSvelte_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSvelte","props","React","CentralIconBase","IconSvelte_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import n from"react";import{Svg as p}from"react-native-svg";var r=({children:o,size:C=24,...t})=>n.createElement(p,{...t,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},o);import{Path as l}from"react-native-svg";var a=o=>e.createElement(r,{...o},e.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.0645 2.66332C13.7816 0.929019 17.5391 1.73828 19.447 4.46678C20.3604 5.75018 20.7188 7.33432 20.4413 8.88366C20.3141 9.61209 20.0252 10.3063 19.6205 10.9307C20.2217 12.0637 20.4189 13.37 20.1877 14.6302C19.9102 16.1449 19.0193 17.4745 17.7128 18.2955L12.938 21.3368C10.2209 23.0712 6.45097 22.2613 4.55473 19.5325C3.64145 18.2723 3.28293 16.6766 3.56041 15.1273C3.6876 14.3991 3.97664 13.7054 4.38122 13.0811C3.77997 11.948 3.58358 10.6411 3.81483 9.38082C4.09236 7.86626 4.98251 6.52486 6.28894 5.71552L11.0645 2.66332ZM17.4817 5.71552C16.5799 4.40908 14.9496 3.80766 13.4118 4.20068C13.0651 4.29314 12.7414 4.43217 12.4409 4.6286L7.66531 7.66995C6.87913 8.1671 6.33575 8.96463 6.17383 9.87797C6.01196 10.803 6.22026 11.7626 6.77526 12.5373C7.67713 13.8438 9.30733 14.4452 10.8451 14.0521C11.1919 13.9596 11.5155 13.8207 11.8161 13.6242L13.6429 12.4564C13.7354 12.3986 13.8283 12.3527 13.9324 12.3296C14.3947 12.2141 14.8918 12.3871 15.1577 12.78C15.3196 13.0113 15.3892 13.3008 15.3429 13.5783C15.2966 13.8558 15.1344 14.0987 14.8916 14.249L10.1161 17.2895C10.0236 17.3472 9.93144 17.394 9.82745 17.4171C9.36498 17.5327 8.86802 17.3589 8.60207 16.9658C8.45183 16.7578 8.38218 16.5037 8.40521 16.261V16.0875C8.41645 16.0874 8.24338 16.0291 8.24338 16.0291C7.57276 15.8209 6.93641 15.5094 6.36986 15.0931L6.12712 14.908L6.03453 15.1849C5.98829 15.3352 5.95409 15.4859 5.91941 15.6362C5.75754 16.5612 5.96584 17.5208 6.52084 18.2955C7.42272 19.602 9.05293 20.2034 10.5907 19.8103C10.9375 19.7178 11.2611 19.5789 11.5617 19.3824L16.3372 16.3419C17.1235 15.8447 17.6668 15.0465 17.8287 14.133C17.9905 13.2081 17.7823 12.2484 17.2273 11.4737C16.3254 10.1672 14.6952 9.56583 13.1574 9.95889C12.8107 10.0514 12.487 10.1903 12.1865 10.3868L10.3596 11.543C10.2671 11.6008 10.1743 11.6475 10.0702 11.6706C9.60773 11.7862 9.11075 11.6124 8.84481 11.2193C8.68298 10.9881 8.61346 10.6993 8.65963 10.4218C8.70585 10.1445 8.86752 9.90165 9.11007 9.76286L13.8856 6.72151C13.9781 6.6637 14.071 6.61785 14.1751 6.59472C14.6375 6.47919 15.1346 6.65217 15.4005 7.04517C15.5508 7.25329 15.6205 7.50805 15.5973 7.75087V7.92437C15.5858 7.92437 15.7592 7.98193 15.7592 7.98193C16.4297 8.19005 17.0654 8.50249 17.6319 8.91869L17.8746 9.10387L17.9672 8.8261C18.0134 8.67579 18.0484 8.52513 18.0831 8.37482C18.2449 7.44989 18.0367 6.49013 17.4817 5.71552Z",fill:"currentColor"})),I=a;export{a as IconSvelte,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSvelte/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 IconSvelte: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.0645 2.66332C13.7816 0.929019 17.5391 1.73828 19.447 4.46678C20.3604 5.75018 20.7188 7.33432 20.4413 8.88366C20.3141 9.61209 20.0252 10.3063 19.6205 10.9307C20.2217 12.0637 20.4189 13.37 20.1877 14.6302C19.9102 16.1449 19.0193 17.4745 17.7128 18.2955L12.938 21.3368C10.2209 23.0712 6.45097 22.2613 4.55473 19.5325C3.64145 18.2723 3.28293 16.6766 3.56041 15.1273C3.6876 14.3991 3.97664 13.7054 4.38122 13.0811C3.77997 11.948 3.58358 10.6411 3.81483 9.38082C4.09236 7.86626 4.98251 6.52486 6.28894 5.71552L11.0645 2.66332ZM17.4817 5.71552C16.5799 4.40908 14.9496 3.80766 13.4118 4.20068C13.0651 4.29314 12.7414 4.43217 12.4409 4.6286L7.66531 7.66995C6.87913 8.1671 6.33575 8.96463 6.17383 9.87797C6.01196 10.803 6.22026 11.7626 6.77526 12.5373C7.67713 13.8438 9.30733 14.4452 10.8451 14.0521C11.1919 13.9596 11.5155 13.8207 11.8161 13.6242L13.6429 12.4564C13.7354 12.3986 13.8283 12.3527 13.9324 12.3296C14.3947 12.2141 14.8918 12.3871 15.1577 12.78C15.3196 13.0113 15.3892 13.3008 15.3429 13.5783C15.2966 13.8558 15.1344 14.0987 14.8916 14.249L10.1161 17.2895C10.0236 17.3472 9.93144 17.394 9.82745 17.4171C9.36498 17.5327 8.86802 17.3589 8.60207 16.9658C8.45183 16.7578 8.38218 16.5037 8.40521 16.261V16.0875C8.41645 16.0874 8.24338 16.0291 8.24338 16.0291C7.57276 15.8209 6.93641 15.5094 6.36986 15.0931L6.12712 14.908L6.03453 15.1849C5.98829 15.3352 5.95409 15.4859 5.91941 15.6362C5.75754 16.5612 5.96584 17.5208 6.52084 18.2955C7.42272 19.602 9.05293 20.2034 10.5907 19.8103C10.9375 19.7178 11.2611 19.5789 11.5617 19.3824L16.3372 16.3419C17.1235 15.8447 17.6668 15.0465 17.8287 14.133C17.9905 13.2081 17.7823 12.2484 17.2273 11.4737C16.3254 10.1672 14.6952 9.56583 13.1574 9.95889C12.8107 10.0514 12.487 10.1903 12.1865 10.3868L10.3596 11.543C10.2671 11.6008 10.1743 11.6475 10.0702 11.6706C9.60773 11.7862 9.11075 11.6124 8.84481 11.2193C8.68298 10.9881 8.61346 10.6993 8.65963 10.4218C8.70585 10.1445 8.86752 9.90165 9.11007 9.76286L13.8856 6.72151C13.9781 6.6637 14.071 6.61785 14.1751 6.59472C14.6375 6.47919 15.1346 6.65217 15.4005 7.04517C15.5508 7.25329 15.6205 7.50805 15.5973 7.75087V7.92437C15.5858 7.92437 15.7592 7.98193 15.7592 7.98193C16.4297 8.19005 17.0654 8.50249 17.6319 8.91869L17.8746 9.10387L17.9672 8.8261C18.0134 8.67579 18.0484 8.52513 18.0831 8.37482C18.2449 7.44989 18.0367 6.49013 17.4817 5.71552Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSvelte;\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,SAAS,UACT,SAAS,UACT,EAAE,gyEACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSvelte","props","React","CentralIconBase","IconSvelte_default"]}
|
package/IconVue/index.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},m=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=B(o,e))||a.enumerable});return r};var C=(r,o,t)=>(t=r!=null?u(L(r)):{},m(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>m(n({},"__esModule",{value:!0}),r);var y={};P(y,{IconVue:()=>i,default:()=>v});module.exports=g(y);var p=C(require("react"));var s=C(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>s.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(l.Path,{opacity:"0.8",d:"M14.5332 3.00117L12.0001 7.38871L9.46697 3.00117H1.03125L12.0001 22L22.969 3.00117H14.5332Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M14.5363 3.00034L12.0032 7.38788L9.47005 3.00034H5.42188L12.0032 14.3994L18.5845 3.00034H14.5363Z",fill:"currentColor"})),v=i;0&&(module.exports={IconVue});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVue/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 IconVue: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n opacity=\"0.8\"\n d=\"M14.5332 3.00117L12.0001 7.38871L9.46697 3.00117H1.03125L12.0001 22L22.969 3.00117H14.5332Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.5363 3.00034L12.0032 7.38788L9.47005 3.00034H5.42188L12.0032 14.3994L18.5845 3.00034H14.5363Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVue;\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,aAAAE,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,EAAqCC,GAE9C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,QAAQ,MACR,EAAE,8FACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oGACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVue_exports","__export","IconVue","IconVue_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVue","props","React","CentralIconBase","IconVue_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import l from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...p})=>l.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var m=o=>t.createElement(e,{...o},t.createElement(n,{opacity:"0.8",d:"M14.5332 3.00117L12.0001 7.38871L9.46697 3.00117H1.03125L12.0001 22L22.969 3.00117H14.5332Z",fill:"currentColor"}),t.createElement(n,{d:"M14.5363 3.00034L12.0032 7.38788L9.47005 3.00034H5.42188L12.0032 14.3994L18.5845 3.00034H14.5363Z",fill:"currentColor"})),x=m;export{m as IconVue,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVue/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 IconVue: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n opacity=\"0.8\"\n d=\"M14.5332 3.00117L12.0001 7.38871L9.46697 3.00117H1.03125L12.0001 22L22.969 3.00117H14.5332Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.5363 3.00034L12.0032 7.38788L9.47005 3.00034H5.42188L12.0032 14.3994L18.5845 3.00034H14.5363Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVue;\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,EAAqCC,GAE9CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,QAAQ,MACR,EAAE,8FACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oGACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVue","props","React","CentralIconBase","IconVue_default"]}
|
package/README.md
CHANGED
|
@@ -1081,8 +1081,10 @@ Below is a complete list of available icons:
|
|
|
1081
1081
|
- IconCheckCircleDashed
|
|
1082
1082
|
- IconChecklist
|
|
1083
1083
|
- IconCheckmark1
|
|
1084
|
+
- IconCheckmark1Medium
|
|
1084
1085
|
- IconCheckmark1Small
|
|
1085
1086
|
- IconCheckmark2
|
|
1087
|
+
- IconCheckmark2Medium
|
|
1086
1088
|
- IconCheckmark2Small
|
|
1087
1089
|
- IconCircleArrowDown
|
|
1088
1090
|
- IconCircleBanSign
|
|
@@ -1604,6 +1606,7 @@ Below is a complete list of available icons:
|
|
|
1604
1606
|
- IconAdobeAcrobat
|
|
1605
1607
|
- IconAffinity
|
|
1606
1608
|
- IconAmp
|
|
1609
|
+
- IconAngularjs
|
|
1607
1610
|
- IconAnthropic
|
|
1608
1611
|
- IconAntigravity
|
|
1609
1612
|
- IconApple
|
|
@@ -1701,6 +1704,7 @@ Below is a complete list of available icons:
|
|
|
1701
1704
|
- IconPlaystation
|
|
1702
1705
|
- IconProducthunt
|
|
1703
1706
|
- IconQuora
|
|
1707
|
+
- IconReact
|
|
1704
1708
|
- IconRecraft
|
|
1705
1709
|
- IconReddit
|
|
1706
1710
|
- IconRedDotAward
|
|
@@ -1714,11 +1718,13 @@ Below is a complete list of available icons:
|
|
|
1714
1718
|
- IconSketch
|
|
1715
1719
|
- IconSlack
|
|
1716
1720
|
- IconSnapchat
|
|
1721
|
+
- IconSolidjs
|
|
1717
1722
|
- IconSpotify
|
|
1718
1723
|
- IconStackOverflow
|
|
1719
1724
|
- IconSteam
|
|
1720
1725
|
- IconSubstack
|
|
1721
1726
|
- IconSupabase
|
|
1727
|
+
- IconSvelte
|
|
1722
1728
|
- IconTelegram
|
|
1723
1729
|
- IconThings
|
|
1724
1730
|
- IconThreads
|
|
@@ -1731,6 +1737,7 @@ Below is a complete list of available icons:
|
|
|
1731
1737
|
- IconVenmo
|
|
1732
1738
|
- IconVercel
|
|
1733
1739
|
- IconVkontakte
|
|
1740
|
+
- IconVue
|
|
1734
1741
|
- IconWarp
|
|
1735
1742
|
- IconWebflow
|
|
1736
1743
|
- IconWechat
|
|
@@ -1921,6 +1928,7 @@ Below is a complete list of available icons:
|
|
|
1921
1928
|
- IconGold
|
|
1922
1929
|
- IconGoldMedal
|
|
1923
1930
|
- IconGraduateCap
|
|
1931
|
+
- IconGraduateCap2
|
|
1924
1932
|
- IconInfinity
|
|
1925
1933
|
- IconInjection
|
|
1926
1934
|
- IconJudgeGavel
|
|
@@ -2042,6 +2050,7 @@ Below is a complete list of available icons:
|
|
|
2042
2050
|
- IconHistory
|
|
2043
2051
|
- IconHourglass
|
|
2044
2052
|
- IconHourglass2
|
|
2053
|
+
- IconSendLater
|
|
2045
2054
|
- IconSleep
|
|
2046
2055
|
- IconStopwatch
|
|
2047
2056
|
- IconTimeFlies
|