@central-icons-react-native/round-filled-radius-2-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})},a=(r,o,e,C)=>{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:!(C=B(o,t))||C.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),h=r=>a(n({},"__esModule",{value:!0}),r);var d={};g(d,{IconCheckmark1Medium:()=>i,default:()=>v});module.exports=h(d);var p=m(require("react"));var l=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>l.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:"M16.9872 6.26644C17.3922 5.70738 18.1742 5.58225 18.7333 5.98714C19.2924 6.3921 19.4175 7.17415 19.0126 7.73324L11.0438 18.7332C10.8321 19.0254 10.5047 19.2122 10.1454 19.245C9.78603 19.2777 9.42989 19.1533 9.16885 18.9041L5.13662 15.0535C4.63762 14.5769 4.61921 13.7862 5.09561 13.2869C5.57236 12.7876 6.36389 12.7692 6.86319 13.2459L9.85928 16.1063L16.9872 6.26644Z",fill:"currentColor"})),v=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=\"M16.9872 6.26644C17.3922 5.70738 18.1742 5.58225 18.7333 5.98714C19.2924 6.3921 19.4175 7.17415 19.0126 7.73324L11.0438 18.7332C10.8321 19.0254 10.5047 19.2122 10.1454 19.245C9.78603 19.2777 9.42989 19.1533 9.16885 18.9041L5.13662 15.0535C4.63762 14.5769 4.61921 13.7862 5.09561 13.2869C5.57236 12.7876 6.36389 12.7692 6.86319 13.2459L9.85928 16.1063L16.9872 6.26644Z\"\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,kXACF,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 C}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(C,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var m=o=>t.createElement(e,{...o},t.createElement(a,{d:"M16.9872 6.26644C17.3922 5.70738 18.1742 5.58225 18.7333 5.98714C19.2924 6.3921 19.4175 7.17415 19.0126 7.73324L11.0438 18.7332C10.8321 19.0254 10.5047 19.2122 10.1454 19.245C9.78603 19.2777 9.42989 19.1533 9.16885 18.9041L5.13662 15.0535C4.63762 14.5769 4.61921 13.7862 5.09561 13.2869C5.57236 12.7876 6.36389 12.7692 6.86319 13.2459L9.85928 16.1063L16.9872 6.26644Z",fill:"currentColor"})),P=m;export{m 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=\"M16.9872 6.26644C17.3922 5.70738 18.1742 5.58225 18.7333 5.98714C19.2924 6.3921 19.4175 7.17415 19.0126 7.73324L11.0438 18.7332C10.8321 19.0254 10.5047 19.2122 10.1454 19.245C9.78603 19.2777 9.42989 19.1533 9.16885 18.9041L5.13662 15.0535C4.63762 14.5769 4.61921 13.7862 5.09561 13.2869C5.57236 12.7876 6.36389 12.7692 6.86319 13.2459L9.85928 16.1063L16.9872 6.26644Z\"\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,kXACF,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})},a=(r,o,e,C)=>{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:!(C=B(o,t))||C.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),h=r=>a(n({},"__esModule",{value:!0}),r);var d={};g(d,{IconCheckmark2Medium:()=>i,default:()=>v});module.exports=h(d);var p=m(require("react"));var l=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>l.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:"M18.0663 6.16872C18.5254 5.65338 19.3154 5.60731 19.8309 6.06618C20.3463 6.52529 20.3923 7.31536 19.9335 7.83083L10.1337 18.8308C9.90611 19.0862 9.58295 19.2374 9.24108 19.2488C8.89935 19.2601 8.56803 19.131 8.32408 18.8914L4.12389 14.7664C3.6315 14.2826 3.62457 13.4913 4.10826 12.9988C4.59201 12.5064 5.38336 12.4995 5.87584 12.9832L9.13951 16.1882L18.0663 6.16872Z",fill:"currentColor"})),v=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=\"M18.0663 6.16872C18.5254 5.65338 19.3154 5.60731 19.8309 6.06618C20.3463 6.52529 20.3923 7.31536 19.9335 7.83083L10.1337 18.8308C9.90611 19.0862 9.58295 19.2374 9.24108 19.2488C8.89935 19.2601 8.56803 19.131 8.32408 18.8914L4.12389 14.7664C3.6315 14.2826 3.62457 13.4913 4.10826 12.9988C4.59201 12.5064 5.38336 12.4995 5.87584 12.9832L9.13951 16.1882L18.0663 6.16872Z\"\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,kXACF,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 C}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(C,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var m=o=>t.createElement(e,{...o},t.createElement(a,{d:"M18.0663 6.16872C18.5254 5.65338 19.3154 5.60731 19.8309 6.06618C20.3463 6.52529 20.3923 7.31536 19.9335 7.83083L10.1337 18.8308C9.90611 19.0862 9.58295 19.2374 9.24108 19.2488C8.89935 19.2601 8.56803 19.131 8.32408 18.8914L4.12389 14.7664C3.6315 14.2826 3.62457 13.4913 4.10826 12.9988C4.59201 12.5064 5.38336 12.4995 5.87584 12.9832L9.13951 16.1882L18.0663 6.16872Z",fill:"currentColor"})),P=m;export{m 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=\"M18.0663 6.16872C18.5254 5.65338 19.3154 5.60731 19.8309 6.06618C20.3463 6.52529 20.3923 7.31536 19.9335 7.83083L10.1337 18.8308C9.90611 19.0862 9.58295 19.2374 9.24108 19.2488C8.89935 19.2601 8.56803 19.131 8.32408 18.8914L4.12389 14.7664C3.6315 14.2826 3.62457 13.4913 4.10826 12.9988C4.59201 12.5064 5.38336 12.4995 5.87584 12.9832L9.13951 16.1882L18.0663 6.16872Z\"\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,kXACF,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,C)=>{for(var o in C)n(r,o,{get:C[o],enumerable:!0})},a=(r,C,o,l)=>{if(C&&typeof C=="object"||typeof C=="function")for(let t of B(C))!x.call(r,t)&&t!==o&&n(r,t,{get:()=>C[t],enumerable:!(l=i(C,t))||l.enumerable});return r};var L=(r,C,o)=>(o=r!=null?u(I(r)):{},a(C||!r||!r.__esModule?n(o,"default",{value:r,enumerable:!0}):o,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:C=24,...o})=>m.default.createElement(f.Svg,{...o,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),c=r=>e.default.createElement(s,{...r},e.default.createElement(p.Path,{d:"M11.9989 7.60119C13.3793 7.60132 14.4988 8.22753 14.4989 9.00061C14.4988 9.11039 14.4732 9.21646 14.4305 9.31897L17.4266 10.983C19.0136 11.8649 19.9988 13.5385 19.9989 15.3541V17.6354C20.2973 17.8084 20.4989 18.1308 20.4989 18.5006V21.0006C20.4987 21.5526 20.0508 22.0004 19.4989 22.0006H18.4989C17.9467 22.0006 17.4991 21.5527 17.4989 21.0006V18.5006C17.4989 18.1306 17.7002 17.8083 17.9989 17.6354V15.3541C17.9988 14.2649 17.4078 13.2612 16.4559 12.7321L12.2459 10.3932C12.1648 10.3976 12.0821 10.401 11.9989 10.401C10.6184 10.401 9.49922 9.77363 9.49886 9.00061C9.49895 8.22745 10.6182 7.60119 11.9989 7.60119Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M11.1297 15.8014C11.6818 16.0522 12.3159 16.0523 12.868 15.8014L16.5711 14.1168C16.8437 14.4636 16.9987 14.8975 16.9989 15.3531V17.1774C16.6888 17.5285 16.499 17.9914 16.4989 18.4996V19.4801C15.172 20.1136 13.4198 20.4995 11.4989 20.4996C7.35679 20.4996 3.99897 18.7087 3.99886 16.4996V12.5602L11.1297 15.8014Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M11.6541 3.06506C11.8778 2.99142 12.12 2.99125 12.3436 3.06506L12.4539 3.10803L23.2127 7.99865C24.0713 8.38964 24.071 9.60932 23.2127 10.0006L19.6815 11.6051C19.2017 11.0056 18.6053 10.4933 17.9119 10.108L15.4803 8.75744C15.3777 7.97931 14.7964 7.44041 14.2557 7.13733C13.6281 6.78573 12.8276 6.59931 11.9989 6.59924C11.1702 6.59924 10.3697 6.78588 9.74202 7.13733C9.18393 7.45009 8.58023 8.01367 8.50667 8.83264L8.49886 8.99963C8.49886 9.90993 9.14663 10.5283 9.74202 10.8619C10.3698 11.2136 11.17 11.4 11.9989 11.4L12.0008 11.399L15.661 13.4332L12.4539 14.8912C12.1649 15.0226 11.8329 15.0225 11.5438 14.8912L0.784989 10.0006C-0.0741681 9.60965 -0.0741578 8.3896 0.784989 7.99865L11.5438 3.10803L11.6541 3.06506Z",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.60119C13.3793 7.60132 14.4988 8.22753 14.4989 9.00061C14.4988 9.11039 14.4732 9.21646 14.4305 9.31897L17.4266 10.983C19.0136 11.8649 19.9988 13.5385 19.9989 15.3541V17.6354C20.2973 17.8084 20.4989 18.1308 20.4989 18.5006V21.0006C20.4987 21.5526 20.0508 22.0004 19.4989 22.0006H18.4989C17.9467 22.0006 17.4991 21.5527 17.4989 21.0006V18.5006C17.4989 18.1306 17.7002 17.8083 17.9989 17.6354V15.3541C17.9988 14.2649 17.4078 13.2612 16.4559 12.7321L12.2459 10.3932C12.1648 10.3976 12.0821 10.401 11.9989 10.401C10.6184 10.401 9.49922 9.77363 9.49886 9.00061C9.49895 8.22745 10.6182 7.60119 11.9989 7.60119Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.1297 15.8014C11.6818 16.0522 12.3159 16.0523 12.868 15.8014L16.5711 14.1168C16.8437 14.4636 16.9987 14.8975 16.9989 15.3531V17.1774C16.6888 17.5285 16.499 17.9914 16.4989 18.4996V19.4801C15.172 20.1136 13.4198 20.4995 11.4989 20.4996C7.35679 20.4996 3.99897 18.7087 3.99886 16.4996V12.5602L11.1297 15.8014Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.6541 3.06506C11.8778 2.99142 12.12 2.99125 12.3436 3.06506L12.4539 3.10803L23.2127 7.99865C24.0713 8.38964 24.071 9.60932 23.2127 10.0006L19.6815 11.6051C19.2017 11.0056 18.6053 10.4933 17.9119 10.108L15.4803 8.75744C15.3777 7.97931 14.7964 7.44041 14.2557 7.13733C13.6281 6.78573 12.8276 6.59931 11.9989 6.59924C11.1702 6.59924 10.3697 6.78588 9.74202 7.13733C9.18393 7.45009 8.58023 8.01367 8.50667 8.83264L8.49886 8.99963C8.49886 9.90993 9.14663 10.5283 9.74202 10.8619C10.3698 11.2136 11.17 11.4 11.9989 11.4L12.0008 11.399L15.661 13.4332L12.4539 14.8912C12.1649 15.0226 11.8329 15.0225 11.5438 14.8912L0.784989 10.0006C-0.0741681 9.60965 -0.0741578 8.3896 0.784989 7.99865L11.5438 3.10803L11.6541 3.06506Z\"\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,wmBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yTACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6sBACF,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 C from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(l,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as t}from"react-native-svg";var a=o=>C.createElement(e,{...o},C.createElement(t,{d:"M11.9989 7.60119C13.3793 7.60132 14.4988 8.22753 14.4989 9.00061C14.4988 9.11039 14.4732 9.21646 14.4305 9.31897L17.4266 10.983C19.0136 11.8649 19.9988 13.5385 19.9989 15.3541V17.6354C20.2973 17.8084 20.4989 18.1308 20.4989 18.5006V21.0006C20.4987 21.5526 20.0508 22.0004 19.4989 22.0006H18.4989C17.9467 22.0006 17.4991 21.5527 17.4989 21.0006V18.5006C17.4989 18.1306 17.7002 17.8083 17.9989 17.6354V15.3541C17.9988 14.2649 17.4078 13.2612 16.4559 12.7321L12.2459 10.3932C12.1648 10.3976 12.0821 10.401 11.9989 10.401C10.6184 10.401 9.49922 9.77363 9.49886 9.00061C9.49895 8.22745 10.6182 7.60119 11.9989 7.60119Z",fill:"currentColor"}),C.createElement(t,{d:"M11.1297 15.8014C11.6818 16.0522 12.3159 16.0523 12.868 15.8014L16.5711 14.1168C16.8437 14.4636 16.9987 14.8975 16.9989 15.3531V17.1774C16.6888 17.5285 16.499 17.9914 16.4989 18.4996V19.4801C15.172 20.1136 13.4198 20.4995 11.4989 20.4996C7.35679 20.4996 3.99897 18.7087 3.99886 16.4996V12.5602L11.1297 15.8014Z",fill:"currentColor"}),C.createElement(t,{d:"M11.6541 3.06506C11.8778 2.99142 12.12 2.99125 12.3436 3.06506L12.4539 3.10803L23.2127 7.99865C24.0713 8.38964 24.071 9.60932 23.2127 10.0006L19.6815 11.6051C19.2017 11.0056 18.6053 10.4933 17.9119 10.108L15.4803 8.75744C15.3777 7.97931 14.7964 7.44041 14.2557 7.13733C13.6281 6.78573 12.8276 6.59931 11.9989 6.59924C11.1702 6.59924 10.3697 6.78588 9.74202 7.13733C9.18393 7.45009 8.58023 8.01367 8.50667 8.83264L8.49886 8.99963C8.49886 9.90993 9.14663 10.5283 9.74202 10.8619C10.3698 11.2136 11.17 11.4 11.9989 11.4L12.0008 11.399L15.661 13.4332L12.4539 14.8912C12.1649 15.0226 11.8329 15.0225 11.5438 14.8912L0.784989 10.0006C-0.0741681 9.60965 -0.0741578 8.3896 0.784989 7.99865L11.5438 3.10803L11.6541 3.06506Z",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.60119C13.3793 7.60132 14.4988 8.22753 14.4989 9.00061C14.4988 9.11039 14.4732 9.21646 14.4305 9.31897L17.4266 10.983C19.0136 11.8649 19.9988 13.5385 19.9989 15.3541V17.6354C20.2973 17.8084 20.4989 18.1308 20.4989 18.5006V21.0006C20.4987 21.5526 20.0508 22.0004 19.4989 22.0006H18.4989C17.9467 22.0006 17.4991 21.5527 17.4989 21.0006V18.5006C17.4989 18.1306 17.7002 17.8083 17.9989 17.6354V15.3541C17.9988 14.2649 17.4078 13.2612 16.4559 12.7321L12.2459 10.3932C12.1648 10.3976 12.0821 10.401 11.9989 10.401C10.6184 10.401 9.49922 9.77363 9.49886 9.00061C9.49895 8.22745 10.6182 7.60119 11.9989 7.60119Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.1297 15.8014C11.6818 16.0522 12.3159 16.0523 12.868 15.8014L16.5711 14.1168C16.8437 14.4636 16.9987 14.8975 16.9989 15.3531V17.1774C16.6888 17.5285 16.499 17.9914 16.4989 18.4996V19.4801C15.172 20.1136 13.4198 20.4995 11.4989 20.4996C7.35679 20.4996 3.99897 18.7087 3.99886 16.4996V12.5602L11.1297 15.8014Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.6541 3.06506C11.8778 2.99142 12.12 2.99125 12.3436 3.06506L12.4539 3.10803L23.2127 7.99865C24.0713 8.38964 24.071 9.60932 23.2127 10.0006L19.6815 11.6051C19.2017 11.0056 18.6053 10.4933 17.9119 10.108L15.4803 8.75744C15.3777 7.97931 14.7964 7.44041 14.2557 7.13733C13.6281 6.78573 12.8276 6.59931 11.9989 6.59924C11.1702 6.59924 10.3697 6.78588 9.74202 7.13733C9.18393 7.45009 8.58023 8.01367 8.50667 8.83264L8.49886 8.99963C8.49886 9.90993 9.14663 10.5283 9.74202 10.8619C10.3698 11.2136 11.17 11.4 11.9989 11.4L12.0008 11.399L15.661 13.4332L12.4539 14.8912C12.1649 15.0226 11.8329 15.0225 11.5438 14.8912L0.784989 10.0006C-0.0741681 9.60965 -0.0741578 8.3896 0.784989 7.99865L11.5438 3.10803L11.6541 3.06506Z\"\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,wmBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yTACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6sBACF,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 c=Object.create;var t=Object.defineProperty;var M=Object.getOwnPropertyDescriptor;var Z=Object.getOwnPropertyNames;var a=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(C,r)=>{for(var l in r)t(C,l,{get:r[l],enumerable:!0})},f=(C,r,l,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of Z(r))!B.call(C,e)&&e!==l&&t(C,e,{get:()=>r[e],enumerable:!(p=M(r,e))||p.enumerable});return C};var i=(C,r,l)=>(l=C!=null?c(a(C)):{},f(r||!C||!C.__esModule?t(l,"default",{value:C,enumerable:!0}):l,C)),v=C=>f(t({},"__esModule",{value:!0}),C);var P={};I(P,{IconSendLater:()=>s,default:()=>x});module.exports=v(P);var o=i(require("react"));var u=i(require("react")),d=require("react-native-svg"),m=({children:C,size:r=24,...l})=>u.default.createElement(d.Svg,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var n=require("react-native-svg"),s=C=>o.default.createElement(m,{...C},o.default.createElement(n.Path,{d:"M13.3906 19.8799C13.9346 19.7846 14.4535 20.1484 14.5488 20.6924C14.6439 21.2362 14.2802 21.7543 13.7363 21.8496C13.1718 21.9485 12.5914 22 12 22C11.4086 22 10.8282 21.9485 10.2637 21.8496C9.71985 21.7543 9.35607 21.2362 9.45117 20.6924C9.54647 20.1484 10.0654 19.7846 10.6094 19.8799C11.0603 19.9589 11.5249 20 12 20C12.4751 20 12.9397 19.9589 13.3906 19.8799Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M4.05273 16.3438C4.50472 16.0268 5.12809 16.1361 5.44531 16.5879C5.98124 17.3519 6.64812 18.0188 7.41211 18.5547C7.86387 18.8719 7.97323 19.4953 7.65625 19.9473C7.33908 20.3994 6.71483 20.5086 6.2627 20.1914C5.309 19.5223 4.47768 18.691 3.80859 17.7373C3.49143 17.2852 3.6006 16.6609 4.05273 16.3438Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M18.5547 16.5879C18.8719 16.1361 19.4953 16.0268 19.9473 16.3438C20.3994 16.6609 20.5086 17.2852 20.1914 17.7373C19.5223 18.691 18.691 19.5223 17.7373 20.1914C17.2852 20.5086 16.6609 20.3994 16.3438 19.9473C16.0268 19.4953 16.1361 18.8719 16.5879 18.5547C17.3519 18.0188 18.0188 17.3519 18.5547 16.5879Z",fill:"currentColor"}),o.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.5ZM12 9C11.4477 9 11 9.44772 11 10V12C11 12.2652 11.1054 12.5195 11.293 12.707L12.793 14.207C13.1835 14.5976 13.8165 14.5976 14.207 14.207C14.5976 13.8165 14.5976 13.1835 14.207 12.793L13 11.5859V10C13 9.44772 12.5523 9 12 9Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M2.15039 10.2637C2.24573 9.71985 2.76377 9.35607 3.30762 9.45117C3.85162 9.54647 4.21542 10.0654 4.12012 10.6094C4.04115 11.0603 4 11.5249 4 12C4 12.4751 4.04115 12.9397 4.12012 13.3906C4.21542 13.9346 3.85162 14.4535 3.30762 14.5488C2.76377 14.6439 2.24573 14.2802 2.15039 13.7363C2.05149 13.1718 2 12.5914 2 12C2 11.4086 2.05149 10.8282 2.15039 10.2637Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M20.6924 9.45117C21.2362 9.35607 21.7543 9.71985 21.8496 10.2637C21.9485 10.8282 22 11.4086 22 12C22 12.5914 21.9485 13.1718 21.8496 13.7363C21.7543 14.2802 21.2362 14.6439 20.6924 14.5488C20.1484 14.4535 19.7846 13.9346 19.8799 13.3906C19.9589 12.9397 20 12.4751 20 12C20 11.5249 19.9589 11.0603 19.8799 10.6094C19.7846 10.0654 20.1484 9.54647 20.6924 9.45117Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M6.2627 3.80859C6.71483 3.49143 7.33908 3.6006 7.65625 4.05273C7.97323 4.50472 7.86387 5.12809 7.41211 5.44531C6.64812 5.98124 5.98124 6.64812 5.44531 7.41211C5.12809 7.86387 4.50472 7.97323 4.05273 7.65625C3.6006 7.33908 3.49143 6.71483 3.80859 6.2627C4.47768 5.309 5.309 4.47768 6.2627 3.80859Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M16.3438 4.05273C16.6609 3.6006 17.2852 3.49143 17.7373 3.80859C18.691 4.47768 19.5223 5.309 20.1914 6.2627C20.5086 6.71483 20.3994 7.33908 19.9473 7.65625C19.4953 7.97323 18.8719 7.86387 18.5547 7.41211C18.0188 6.64812 17.3519 5.98124 16.5879 5.44531C16.1361 5.12809 16.0268 4.50472 16.3438 4.05273Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M12 2C12.5914 2 13.1718 2.05149 13.7363 2.15039C14.2802 2.24573 14.6439 2.76377 14.5488 3.30762C14.4535 3.85162 13.9346 4.21542 13.3906 4.12012C12.9397 4.04115 12.4751 4 12 4C11.5249 4 11.0603 4.04115 10.6094 4.12012C10.0654 4.21542 9.54647 3.85162 9.45117 3.30762C9.35607 2.76377 9.71985 2.24573 10.2637 2.15039C10.8282 2.05149 11.4086 2 12 2Z",fill:"currentColor"})),x=s;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=\"M13.3906 19.8799C13.9346 19.7846 14.4535 20.1484 14.5488 20.6924C14.6439 21.2362 14.2802 21.7543 13.7363 21.8496C13.1718 21.9485 12.5914 22 12 22C11.4086 22 10.8282 21.9485 10.2637 21.8496C9.71985 21.7543 9.35607 21.2362 9.45117 20.6924C9.54647 20.1484 10.0654 19.7846 10.6094 19.8799C11.0603 19.9589 11.5249 20 12 20C12.4751 20 12.9397 19.9589 13.3906 19.8799Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.05273 16.3438C4.50472 16.0268 5.12809 16.1361 5.44531 16.5879C5.98124 17.3519 6.64812 18.0188 7.41211 18.5547C7.86387 18.8719 7.97323 19.4953 7.65625 19.9473C7.33908 20.3994 6.71483 20.5086 6.2627 20.1914C5.309 19.5223 4.47768 18.691 3.80859 17.7373C3.49143 17.2852 3.6006 16.6609 4.05273 16.3438Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.5547 16.5879C18.8719 16.1361 19.4953 16.0268 19.9473 16.3438C20.3994 16.6609 20.5086 17.2852 20.1914 17.7373C19.5223 18.691 18.691 19.5223 17.7373 20.1914C17.2852 20.5086 16.6609 20.3994 16.3438 19.9473C16.0268 19.4953 16.1361 18.8719 16.5879 18.5547C17.3519 18.0188 18.0188 17.3519 18.5547 16.5879Z\"\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.5ZM12 9C11.4477 9 11 9.44772 11 10V12C11 12.2652 11.1054 12.5195 11.293 12.707L12.793 14.207C13.1835 14.5976 13.8165 14.5976 14.207 14.207C14.5976 13.8165 14.5976 13.1835 14.207 12.793L13 11.5859V10C13 9.44772 12.5523 9 12 9Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M2.15039 10.2637C2.24573 9.71985 2.76377 9.35607 3.30762 9.45117C3.85162 9.54647 4.21542 10.0654 4.12012 10.6094C4.04115 11.0603 4 11.5249 4 12C4 12.4751 4.04115 12.9397 4.12012 13.3906C4.21542 13.9346 3.85162 14.4535 3.30762 14.5488C2.76377 14.6439 2.24573 14.2802 2.15039 13.7363C2.05149 13.1718 2 12.5914 2 12C2 11.4086 2.05149 10.8282 2.15039 10.2637Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.6924 9.45117C21.2362 9.35607 21.7543 9.71985 21.8496 10.2637C21.9485 10.8282 22 11.4086 22 12C22 12.5914 21.9485 13.1718 21.8496 13.7363C21.7543 14.2802 21.2362 14.6439 20.6924 14.5488C20.1484 14.4535 19.7846 13.9346 19.8799 13.3906C19.9589 12.9397 20 12.4751 20 12C20 11.5249 19.9589 11.0603 19.8799 10.6094C19.7846 10.0654 20.1484 9.54647 20.6924 9.45117Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.2627 3.80859C6.71483 3.49143 7.33908 3.6006 7.65625 4.05273C7.97323 4.50472 7.86387 5.12809 7.41211 5.44531C6.64812 5.98124 5.98124 6.64812 5.44531 7.41211C5.12809 7.86387 4.50472 7.97323 4.05273 7.65625C3.6006 7.33908 3.49143 6.71483 3.80859 6.2627C4.47768 5.309 5.309 4.47768 6.2627 3.80859Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.3438 4.05273C16.6609 3.6006 17.2852 3.49143 17.7373 3.80859C18.691 4.47768 19.5223 5.309 20.1914 6.2627C20.5086 6.71483 20.3994 7.33908 19.9473 7.65625C19.4953 7.97323 18.8719 7.86387 18.5547 7.41211C18.0188 6.64812 17.3519 5.98124 16.5879 5.44531C16.1361 5.12809 16.0268 4.50472 16.3438 4.05273Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C12.5914 2 13.1718 2.05149 13.7363 2.15039C14.2802 2.24573 14.6439 2.76377 14.5488 3.30762C14.4535 3.85162 13.9346 4.21542 13.3906 4.12012C12.9397 4.04115 12.4751 4 12 4C11.5249 4 11.0603 4.04115 10.6094 4.12012C10.0654 4.21542 9.54647 3.85162 9.45117 3.30762C9.35607 2.76377 9.71985 2.24573 10.2637 2.15039C10.8282 2.05149 11.4086 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,4WACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+SACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kTACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,4WACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sWACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4WACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2SACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+SACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2VACF,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 C from"react";import t from"react";import{Svg as p}from"react-native-svg";var n=({children:l,size:o=24,...e})=>t.createElement(p,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},l);import{Path as r}from"react-native-svg";var f=l=>C.createElement(n,{...l},C.createElement(r,{d:"M13.3906 19.8799C13.9346 19.7846 14.4535 20.1484 14.5488 20.6924C14.6439 21.2362 14.2802 21.7543 13.7363 21.8496C13.1718 21.9485 12.5914 22 12 22C11.4086 22 10.8282 21.9485 10.2637 21.8496C9.71985 21.7543 9.35607 21.2362 9.45117 20.6924C9.54647 20.1484 10.0654 19.7846 10.6094 19.8799C11.0603 19.9589 11.5249 20 12 20C12.4751 20 12.9397 19.9589 13.3906 19.8799Z",fill:"currentColor"}),C.createElement(r,{d:"M4.05273 16.3438C4.50472 16.0268 5.12809 16.1361 5.44531 16.5879C5.98124 17.3519 6.64812 18.0188 7.41211 18.5547C7.86387 18.8719 7.97323 19.4953 7.65625 19.9473C7.33908 20.3994 6.71483 20.5086 6.2627 20.1914C5.309 19.5223 4.47768 18.691 3.80859 17.7373C3.49143 17.2852 3.6006 16.6609 4.05273 16.3438Z",fill:"currentColor"}),C.createElement(r,{d:"M18.5547 16.5879C18.8719 16.1361 19.4953 16.0268 19.9473 16.3438C20.3994 16.6609 20.5086 17.2852 20.1914 17.7373C19.5223 18.691 18.691 19.5223 17.7373 20.1914C17.2852 20.5086 16.6609 20.3994 16.3438 19.9473C16.0268 19.4953 16.1361 18.8719 16.5879 18.5547C17.3519 18.0188 18.0188 17.3519 18.5547 16.5879Z",fill:"currentColor"}),C.createElement(r,{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.5ZM12 9C11.4477 9 11 9.44772 11 10V12C11 12.2652 11.1054 12.5195 11.293 12.707L12.793 14.207C13.1835 14.5976 13.8165 14.5976 14.207 14.207C14.5976 13.8165 14.5976 13.1835 14.207 12.793L13 11.5859V10C13 9.44772 12.5523 9 12 9Z",fill:"currentColor"}),C.createElement(r,{d:"M2.15039 10.2637C2.24573 9.71985 2.76377 9.35607 3.30762 9.45117C3.85162 9.54647 4.21542 10.0654 4.12012 10.6094C4.04115 11.0603 4 11.5249 4 12C4 12.4751 4.04115 12.9397 4.12012 13.3906C4.21542 13.9346 3.85162 14.4535 3.30762 14.5488C2.76377 14.6439 2.24573 14.2802 2.15039 13.7363C2.05149 13.1718 2 12.5914 2 12C2 11.4086 2.05149 10.8282 2.15039 10.2637Z",fill:"currentColor"}),C.createElement(r,{d:"M20.6924 9.45117C21.2362 9.35607 21.7543 9.71985 21.8496 10.2637C21.9485 10.8282 22 11.4086 22 12C22 12.5914 21.9485 13.1718 21.8496 13.7363C21.7543 14.2802 21.2362 14.6439 20.6924 14.5488C20.1484 14.4535 19.7846 13.9346 19.8799 13.3906C19.9589 12.9397 20 12.4751 20 12C20 11.5249 19.9589 11.0603 19.8799 10.6094C19.7846 10.0654 20.1484 9.54647 20.6924 9.45117Z",fill:"currentColor"}),C.createElement(r,{d:"M6.2627 3.80859C6.71483 3.49143 7.33908 3.6006 7.65625 4.05273C7.97323 4.50472 7.86387 5.12809 7.41211 5.44531C6.64812 5.98124 5.98124 6.64812 5.44531 7.41211C5.12809 7.86387 4.50472 7.97323 4.05273 7.65625C3.6006 7.33908 3.49143 6.71483 3.80859 6.2627C4.47768 5.309 5.309 4.47768 6.2627 3.80859Z",fill:"currentColor"}),C.createElement(r,{d:"M16.3438 4.05273C16.6609 3.6006 17.2852 3.49143 17.7373 3.80859C18.691 4.47768 19.5223 5.309 20.1914 6.2627C20.5086 6.71483 20.3994 7.33908 19.9473 7.65625C19.4953 7.97323 18.8719 7.86387 18.5547 7.41211C18.0188 6.64812 17.3519 5.98124 16.5879 5.44531C16.1361 5.12809 16.0268 4.50472 16.3438 4.05273Z",fill:"currentColor"}),C.createElement(r,{d:"M12 2C12.5914 2 13.1718 2.05149 13.7363 2.15039C14.2802 2.24573 14.6439 2.76377 14.5488 3.30762C14.4535 3.85162 13.9346 4.21542 13.3906 4.12012C12.9397 4.04115 12.4751 4 12 4C11.5249 4 11.0603 4.04115 10.6094 4.12012C10.0654 4.21542 9.54647 3.85162 9.45117 3.30762C9.35607 2.76377 9.71985 2.24573 10.2637 2.15039C10.8282 2.05149 11.4086 2 12 2Z",fill:"currentColor"})),B=f;export{f as IconSendLater,B 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=\"M13.3906 19.8799C13.9346 19.7846 14.4535 20.1484 14.5488 20.6924C14.6439 21.2362 14.2802 21.7543 13.7363 21.8496C13.1718 21.9485 12.5914 22 12 22C11.4086 22 10.8282 21.9485 10.2637 21.8496C9.71985 21.7543 9.35607 21.2362 9.45117 20.6924C9.54647 20.1484 10.0654 19.7846 10.6094 19.8799C11.0603 19.9589 11.5249 20 12 20C12.4751 20 12.9397 19.9589 13.3906 19.8799Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.05273 16.3438C4.50472 16.0268 5.12809 16.1361 5.44531 16.5879C5.98124 17.3519 6.64812 18.0188 7.41211 18.5547C7.86387 18.8719 7.97323 19.4953 7.65625 19.9473C7.33908 20.3994 6.71483 20.5086 6.2627 20.1914C5.309 19.5223 4.47768 18.691 3.80859 17.7373C3.49143 17.2852 3.6006 16.6609 4.05273 16.3438Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.5547 16.5879C18.8719 16.1361 19.4953 16.0268 19.9473 16.3438C20.3994 16.6609 20.5086 17.2852 20.1914 17.7373C19.5223 18.691 18.691 19.5223 17.7373 20.1914C17.2852 20.5086 16.6609 20.3994 16.3438 19.9473C16.0268 19.4953 16.1361 18.8719 16.5879 18.5547C17.3519 18.0188 18.0188 17.3519 18.5547 16.5879Z\"\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.5ZM12 9C11.4477 9 11 9.44772 11 10V12C11 12.2652 11.1054 12.5195 11.293 12.707L12.793 14.207C13.1835 14.5976 13.8165 14.5976 14.207 14.207C14.5976 13.8165 14.5976 13.1835 14.207 12.793L13 11.5859V10C13 9.44772 12.5523 9 12 9Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M2.15039 10.2637C2.24573 9.71985 2.76377 9.35607 3.30762 9.45117C3.85162 9.54647 4.21542 10.0654 4.12012 10.6094C4.04115 11.0603 4 11.5249 4 12C4 12.4751 4.04115 12.9397 4.12012 13.3906C4.21542 13.9346 3.85162 14.4535 3.30762 14.5488C2.76377 14.6439 2.24573 14.2802 2.15039 13.7363C2.05149 13.1718 2 12.5914 2 12C2 11.4086 2.05149 10.8282 2.15039 10.2637Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.6924 9.45117C21.2362 9.35607 21.7543 9.71985 21.8496 10.2637C21.9485 10.8282 22 11.4086 22 12C22 12.5914 21.9485 13.1718 21.8496 13.7363C21.7543 14.2802 21.2362 14.6439 20.6924 14.5488C20.1484 14.4535 19.7846 13.9346 19.8799 13.3906C19.9589 12.9397 20 12.4751 20 12C20 11.5249 19.9589 11.0603 19.8799 10.6094C19.7846 10.0654 20.1484 9.54647 20.6924 9.45117Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.2627 3.80859C6.71483 3.49143 7.33908 3.6006 7.65625 4.05273C7.97323 4.50472 7.86387 5.12809 7.41211 5.44531C6.64812 5.98124 5.98124 6.64812 5.44531 7.41211C5.12809 7.86387 4.50472 7.97323 4.05273 7.65625C3.6006 7.33908 3.49143 6.71483 3.80859 6.2627C4.47768 5.309 5.309 4.47768 6.2627 3.80859Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.3438 4.05273C16.6609 3.6006 17.2852 3.49143 17.7373 3.80859C18.691 4.47768 19.5223 5.309 20.1914 6.2627C20.5086 6.71483 20.3994 7.33908 19.9473 7.65625C19.4953 7.97323 18.8719 7.86387 18.5547 7.41211C18.0188 6.64812 17.3519 5.98124 16.5879 5.44531C16.1361 5.12809 16.0268 4.50472 16.3438 4.05273Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C12.5914 2 13.1718 2.05149 13.7363 2.15039C14.2802 2.24573 14.6439 2.76377 14.5488 3.30762C14.4535 3.85162 13.9346 4.21542 13.3906 4.12012C12.9397 4.04115 12.4751 4 12 4C11.5249 4 11.0603 4.04115 10.6094 4.12012C10.0654 4.21542 9.54647 3.85162 9.45117 3.30762C9.35607 2.76377 9.71985 2.24573 10.2637 2.15039C10.8282 2.05149 11.4086 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,4WACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+SACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kTACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,4WACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sWACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4WACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2SACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+SACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2VACF,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
|