@central-icons-react-native/round-outlined-radius-1-stroke-1 1.1.192 → 1.1.194
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/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/IconScriptAi/index.d.ts +4 -0
- package/IconScriptAi/index.js +2 -0
- package/IconScriptAi/index.js.map +1 -0
- package/IconScriptAi/index.mjs +2 -0
- package/IconScriptAi/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 +6 -0
- package/filtered-icons.json +84 -0
- package/icons/index.d.ts +6 -0
- package/icons-index.json +16 -4
- package/index.d.ts +6 -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 +42 -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 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 L=Object.create;var p=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!B.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(s=d(o,t))||s.enumerable});return r};var i=(r,o,e)=>(e=r!=null?L(k(r)):{},a(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(p({},"__esModule",{value:!0}),r);var g={};I(g,{IconScriptAi:()=>m,default:()=>P});module.exports=x(g);var n=i(require("react"));var u=i(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...e})=>u.default.createElement(c.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 C=require("react-native-svg"),m=r=>n.default.createElement(l,{...r},n.default.createElement(C.Path,{d:"M7.5 20.5H4.5C3.39543 20.5 2.5 19.6046 2.5 18.5V17.5C2.5 16.9477 2.94772 16.5 3.5 16.5H13.5C14.0523 16.5 14.5 16.9477 14.5 17.5V19C14.5 19.8284 15.1716 20.5 16 20.5C16.8284 20.5 17.4999 19.8284 17.4999 19V5.25C17.4999 4.2835 18.2834 3.5 19.2499 3.5C20.2164 3.5 20.9999 4.2835 20.9999 5.25V8.5C20.9999 9.05228 20.5522 9.5 19.9999 9.5H17.4999",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(C.Path,{d:"M16 20.5H6",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(C.Path,{d:"M19 3.5H10M5.5 13V16.5",stroke:"currentColor",strokeLinecap:"round"}),n.default.createElement(C.Path,{d:"M7.06545 5.36018L6.47564 3.82667C6.39995 3.62986 6.21086 3.5 6 3.5C5.78914 3.5 5.60005 3.62986 5.52436 3.82667L4.93455 5.36018C4.83297 5.62427 4.62427 5.83297 4.36018 5.93455L2.82667 6.52436C2.62986 6.60005 2.5 6.78914 2.5 7C2.5 7.21086 2.62986 7.39995 2.82667 7.47564L4.36018 8.06545C4.62427 8.16703 4.83297 8.37573 4.93455 8.63982L5.52436 10.1733C5.60005 10.3701 5.78914 10.5 6 10.5C6.21086 10.5 6.39995 10.3701 6.47564 10.1733L7.06545 8.63982C7.16703 8.37573 7.37573 8.16703 7.63982 8.06545L9.17333 7.47564C9.37014 7.39995 9.5 7.21086 9.5 7C9.5 6.78914 9.37014 6.60005 9.17333 6.52436L7.63982 5.93455C7.37573 5.83297 7.16703 5.62427 7.06545 5.36018Z",stroke:"currentColor"})),P=m;0&&(module.exports={IconScriptAi});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconScriptAi/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 IconScriptAi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.5 20.5H4.5C3.39543 20.5 2.5 19.6046 2.5 18.5V17.5C2.5 16.9477 2.94772 16.5 3.5 16.5H13.5C14.0523 16.5 14.5 16.9477 14.5 17.5V19C14.5 19.8284 15.1716 20.5 16 20.5C16.8284 20.5 17.4999 19.8284 17.4999 19V5.25C17.4999 4.2835 18.2834 3.5 19.2499 3.5C20.2164 3.5 20.9999 4.2835 20.9999 5.25V8.5C20.9999 9.05228 20.5522 9.5 19.9999 9.5H17.4999\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16 20.5H6\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 3.5H10M5.5 13V16.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M7.06545 5.36018L6.47564 3.82667C6.39995 3.62986 6.21086 3.5 6 3.5C5.78914 3.5 5.60005 3.62986 5.52436 3.82667L4.93455 5.36018C4.83297 5.62427 4.62427 5.83297 4.36018 5.93455L2.82667 6.52436C2.62986 6.60005 2.5 6.78914 2.5 7C2.5 7.21086 2.62986 7.39995 2.82667 7.47564L4.36018 8.06545C4.62427 8.16703 4.83297 8.37573 4.93455 8.63982L5.52436 10.1733C5.60005 10.3701 5.78914 10.5 6 10.5C6.21086 10.5 6.39995 10.3701 6.47564 10.1733L7.06545 8.63982C7.16703 8.37573 7.37573 8.16703 7.63982 8.06545L9.17333 7.47564C9.37014 7.39995 9.5 7.21086 9.5 7C9.5 6.78914 9.37014 6.60005 9.17333 6.52436L7.63982 5.93455C7.37573 5.83297 7.16703 5.62427 7.06545 5.36018Z\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconScriptAi;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,uVACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,aACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yBACF,OAAO,eACP,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+oBACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["IconScriptAi_exports","__export","IconScriptAi","IconScriptAi_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconScriptAi","props","React","CentralIconBase","IconScriptAi_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as s}from"react-native-svg";var t=({children:n,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var a=n=>o.createElement(t,{...n},o.createElement(e,{d:"M7.5 20.5H4.5C3.39543 20.5 2.5 19.6046 2.5 18.5V17.5C2.5 16.9477 2.94772 16.5 3.5 16.5H13.5C14.0523 16.5 14.5 16.9477 14.5 17.5V19C14.5 19.8284 15.1716 20.5 16 20.5C16.8284 20.5 17.4999 19.8284 17.4999 19V5.25C17.4999 4.2835 18.2834 3.5 19.2499 3.5C20.2164 3.5 20.9999 4.2835 20.9999 5.25V8.5C20.9999 9.05228 20.5522 9.5 19.9999 9.5H17.4999",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M16 20.5H6",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M19 3.5H10M5.5 13V16.5",stroke:"currentColor",strokeLinecap:"round"}),o.createElement(e,{d:"M7.06545 5.36018L6.47564 3.82667C6.39995 3.62986 6.21086 3.5 6 3.5C5.78914 3.5 5.60005 3.62986 5.52436 3.82667L4.93455 5.36018C4.83297 5.62427 4.62427 5.83297 4.36018 5.93455L2.82667 6.52436C2.62986 6.60005 2.5 6.78914 2.5 7C2.5 7.21086 2.62986 7.39995 2.82667 7.47564L4.36018 8.06545C4.62427 8.16703 4.83297 8.37573 4.93455 8.63982L5.52436 10.1733C5.60005 10.3701 5.78914 10.5 6 10.5C6.21086 10.5 6.39995 10.3701 6.47564 10.1733L7.06545 8.63982C7.16703 8.37573 7.37573 8.16703 7.63982 8.06545L9.17333 7.47564C9.37014 7.39995 9.5 7.21086 9.5 7C9.5 6.78914 9.37014 6.60005 9.17333 6.52436L7.63982 5.93455C7.37573 5.83297 7.16703 5.62427 7.06545 5.36018Z",stroke:"currentColor"})),B=a;export{a as IconScriptAi,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconScriptAi/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 IconScriptAi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.5 20.5H4.5C3.39543 20.5 2.5 19.6046 2.5 18.5V17.5C2.5 16.9477 2.94772 16.5 3.5 16.5H13.5C14.0523 16.5 14.5 16.9477 14.5 17.5V19C14.5 19.8284 15.1716 20.5 16 20.5C16.8284 20.5 17.4999 19.8284 17.4999 19V5.25C17.4999 4.2835 18.2834 3.5 19.2499 3.5C20.2164 3.5 20.9999 4.2835 20.9999 5.25V8.5C20.9999 9.05228 20.5522 9.5 19.9999 9.5H17.4999\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16 20.5H6\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 3.5H10M5.5 13V16.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M7.06545 5.36018L6.47564 3.82667C6.39995 3.62986 6.21086 3.5 6 3.5C5.78914 3.5 5.60005 3.62986 5.52436 3.82667L4.93455 5.36018C4.83297 5.62427 4.62427 5.83297 4.36018 5.93455L2.82667 6.52436C2.62986 6.60005 2.5 6.78914 2.5 7C2.5 7.21086 2.62986 7.39995 2.82667 7.47564L4.36018 8.06545C4.62427 8.16703 4.83297 8.37573 4.93455 8.63982L5.52436 10.1733C5.60005 10.3701 5.78914 10.5 6 10.5C6.21086 10.5 6.39995 10.3701 6.47564 10.1733L7.06545 8.63982C7.16703 8.37573 7.37573 8.16703 7.63982 8.06545L9.17333 7.47564C9.37014 7.39995 9.5 7.21086 9.5 7C9.5 6.78914 9.37014 6.60005 9.17333 6.52436L7.63982 5.93455C7.37573 5.83297 7.16703 5.62427 7.06545 5.36018Z\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconScriptAi;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,uVACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,aACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yBACF,OAAO,eACP,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+oBACF,OAAO,eACT,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconScriptAi","props","React","CentralIconBase","IconScriptAi_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
|
@@ -197,6 +197,7 @@ Below is a complete list of available icons:
|
|
|
197
197
|
- IconReceiptionBellSparkle
|
|
198
198
|
- IconRobot
|
|
199
199
|
- IconScanTextSparkle
|
|
200
|
+
- IconScriptAi
|
|
200
201
|
- IconSearchIntelligence
|
|
201
202
|
- IconSearchlinesSparkle
|
|
202
203
|
- IconSeparateVideoVoice
|
|
@@ -1603,6 +1604,7 @@ Below is a complete list of available icons:
|
|
|
1603
1604
|
- IconAdobeAcrobat
|
|
1604
1605
|
- IconAffinity
|
|
1605
1606
|
- IconAmp
|
|
1607
|
+
- IconAngularjs
|
|
1606
1608
|
- IconAnthropic
|
|
1607
1609
|
- IconAntigravity
|
|
1608
1610
|
- IconApple
|
|
@@ -1700,6 +1702,7 @@ Below is a complete list of available icons:
|
|
|
1700
1702
|
- IconPlaystation
|
|
1701
1703
|
- IconProducthunt
|
|
1702
1704
|
- IconQuora
|
|
1705
|
+
- IconReact
|
|
1703
1706
|
- IconRecraft
|
|
1704
1707
|
- IconReddit
|
|
1705
1708
|
- IconRedDotAward
|
|
@@ -1713,11 +1716,13 @@ Below is a complete list of available icons:
|
|
|
1713
1716
|
- IconSketch
|
|
1714
1717
|
- IconSlack
|
|
1715
1718
|
- IconSnapchat
|
|
1719
|
+
- IconSolidjs
|
|
1716
1720
|
- IconSpotify
|
|
1717
1721
|
- IconStackOverflow
|
|
1718
1722
|
- IconSteam
|
|
1719
1723
|
- IconSubstack
|
|
1720
1724
|
- IconSupabase
|
|
1725
|
+
- IconSvelte
|
|
1721
1726
|
- IconTelegram
|
|
1722
1727
|
- IconThings
|
|
1723
1728
|
- IconThreads
|
|
@@ -1730,6 +1735,7 @@ Below is a complete list of available icons:
|
|
|
1730
1735
|
- IconVenmo
|
|
1731
1736
|
- IconVercel
|
|
1732
1737
|
- IconVkontakte
|
|
1738
|
+
- IconVue
|
|
1733
1739
|
- IconWarp
|
|
1734
1740
|
- IconWebflow
|
|
1735
1741
|
- IconWechat
|
package/filtered-icons.json
CHANGED
|
@@ -658,6 +658,20 @@
|
|
|
658
658
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
659
659
|
"componentName": "IconAnchor2"
|
|
660
660
|
},
|
|
661
|
+
{
|
|
662
|
+
"category": "Social Media & Brands",
|
|
663
|
+
"svg": "<path d=\"M21.5 5.5L20 17.5L12 22V14.291H14.6045L15.9004 17.2598H18L12 4.23926V2L21.5 5.5Z\" fill=\"currentColor\"/><path d=\"M13.875 12.5205H12V8.42676L13.875 12.5205Z\" fill=\"currentColor\"/><g opacity=\"0.8\"><path d=\"M12 4.23926L6 17.2598H8.09961L9.40039 14.291H12V22L4 17.5L2.5 5.5L12 2V4.23926Z\" fill=\"currentColor\"/><path d=\"M12 12.5205H10.1299L12 8.42676V12.5205Z\" fill=\"currentColor\"/></g>",
|
|
664
|
+
"iconName": "angularjs",
|
|
665
|
+
"variant": {
|
|
666
|
+
"join": "round",
|
|
667
|
+
"filled": "off",
|
|
668
|
+
"radius": "1",
|
|
669
|
+
"stroke": "1"
|
|
670
|
+
},
|
|
671
|
+
"createdAt": "2026-04-16T08:02:18.693038+00:00",
|
|
672
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
673
|
+
"componentName": "IconAngularjs"
|
|
674
|
+
},
|
|
661
675
|
{
|
|
662
676
|
"category": "Code",
|
|
663
677
|
"svg": "<path d=\"M2.5 21.5L8 16M9.5 21.5L13 18M2.5 14.5L6 11M21 9C21 12.3137 18.3137 15 15 15C11.6863 15 9 12.3137 9 9C9 5.68629 11.6863 3 15 3C18.3137 3 21 5.68629 21 9Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -19908,6 +19922,20 @@
|
|
|
19908
19922
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
19909
19923
|
"componentName": "IconRandom"
|
|
19910
19924
|
},
|
|
19925
|
+
{
|
|
19926
|
+
"category": "Social Media & Brands",
|
|
19927
|
+
"svg": "<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\"/><path fill-rule=\"evenodd\" clip-rule=\"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\"/>",
|
|
19928
|
+
"iconName": "react",
|
|
19929
|
+
"variant": {
|
|
19930
|
+
"join": "round",
|
|
19931
|
+
"filled": "off",
|
|
19932
|
+
"radius": "1",
|
|
19933
|
+
"stroke": "1"
|
|
19934
|
+
},
|
|
19935
|
+
"createdAt": "2026-04-16T08:02:18.693038+00:00",
|
|
19936
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
19937
|
+
"componentName": "IconReact"
|
|
19938
|
+
},
|
|
19911
19939
|
{
|
|
19912
19940
|
"category": "Things",
|
|
19913
19941
|
"svg": "<path d=\"M6 16.5C8.48528 16.5 10.5 14.4853 10.5 12C10.5 9.51472 8.48528 7.5 6 7.5C3.51472 7.5 1.5 9.51472 1.5 12C1.5 14.4853 3.51472 16.5 6 16.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M18 16.5C20.4853 16.5 22.5 14.4853 22.5 12C22.5 9.51472 20.4853 7.5 18 7.5C15.5147 7.5 13.5 9.51472 13.5 12C13.5 14.4853 15.5147 16.5 18 16.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M0.5 9.5H2\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M23.5 9.5H22\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M14.2403 9.09584C13.5808 8.71678 12.8162 8.5 12.001 8.5C11.1858 8.5 10.4212 8.71678 9.76172 9.09584\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
|
|
@@ -20958,6 +20986,20 @@
|
|
|
20958
20986
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
20959
20987
|
"componentName": "IconScript2"
|
|
20960
20988
|
},
|
|
20989
|
+
{
|
|
20990
|
+
"category": "AI & Magic",
|
|
20991
|
+
"svg": "<path d=\"M7.5 20.5H4.5C3.39543 20.5 2.5 19.6046 2.5 18.5V17.5C2.5 16.9477 2.94772 16.5 3.5 16.5H13.5C14.0523 16.5 14.5 16.9477 14.5 17.5V19C14.5 19.8284 15.1716 20.5 16 20.5C16.8284 20.5 17.4999 19.8284 17.4999 19V5.25C17.4999 4.2835 18.2834 3.5 19.2499 3.5C20.2164 3.5 20.9999 4.2835 20.9999 5.25V8.5C20.9999 9.05228 20.5522 9.5 19.9999 9.5H17.4999\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16 20.5H6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19 3.5H10M5.5 13V16.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M7.06545 5.36018L6.47564 3.82667C6.39995 3.62986 6.21086 3.5 6 3.5C5.78914 3.5 5.60005 3.62986 5.52436 3.82667L4.93455 5.36018C4.83297 5.62427 4.62427 5.83297 4.36018 5.93455L2.82667 6.52436C2.62986 6.60005 2.5 6.78914 2.5 7C2.5 7.21086 2.62986 7.39995 2.82667 7.47564L4.36018 8.06545C4.62427 8.16703 4.83297 8.37573 4.93455 8.63982L5.52436 10.1733C5.60005 10.3701 5.78914 10.5 6 10.5C6.21086 10.5 6.39995 10.3701 6.47564 10.1733L7.06545 8.63982C7.16703 8.37573 7.37573 8.16703 7.63982 8.06545L9.17333 7.47564C9.37014 7.39995 9.5 7.21086 9.5 7C9.5 6.78914 9.37014 6.60005 9.17333 6.52436L7.63982 5.93455C7.37573 5.83297 7.16703 5.62427 7.06545 5.36018Z\" stroke=\"currentColor\"/>",
|
|
20992
|
+
"iconName": "script-ai, paper, page, contract, file, document, skills",
|
|
20993
|
+
"variant": {
|
|
20994
|
+
"join": "round",
|
|
20995
|
+
"filled": "off",
|
|
20996
|
+
"radius": "1",
|
|
20997
|
+
"stroke": "1"
|
|
20998
|
+
},
|
|
20999
|
+
"createdAt": "2026-04-16T06:02:31.853131+00:00",
|
|
21000
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
21001
|
+
"componentName": "IconScriptAi"
|
|
21002
|
+
},
|
|
20961
21003
|
{
|
|
20962
21004
|
"category": "Folders & Files",
|
|
20963
21005
|
"svg": "<path d=\"M16.5 2.5H5.5C4.94772 2.5 4.5 2.94771 4.5 3.5V20.5C4.5 21.0523 4.94772 21.5 5.5 21.5H18.5C19.0523 21.5 19.5 21.0523 19.5 20.5V11.5661C19.5 11.196 19.3973 10.8331 19.2033 10.5179L17.7967 8.23211C17.6027 7.91689 17.5 7.55404 17.5 7.18392V3.5C17.5 2.94772 17.0523 2.5 16.5 2.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 6.5V9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12.5 6.5V9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -22330,6 +22372,20 @@
|
|
|
22330
22372
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
22331
22373
|
"componentName": "IconSolarPanel"
|
|
22332
22374
|
},
|
|
22375
|
+
{
|
|
22376
|
+
"category": "Social Media & Brands",
|
|
22377
|
+
"svg": "<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\"/><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\"/><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\"/><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\"/>",
|
|
22378
|
+
"iconName": "solidjs",
|
|
22379
|
+
"variant": {
|
|
22380
|
+
"join": "round",
|
|
22381
|
+
"filled": "off",
|
|
22382
|
+
"radius": "1",
|
|
22383
|
+
"stroke": "1"
|
|
22384
|
+
},
|
|
22385
|
+
"createdAt": "2026-04-16T08:02:18.693038+00:00",
|
|
22386
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
22387
|
+
"componentName": "IconSolidjs"
|
|
22388
|
+
},
|
|
22333
22389
|
{
|
|
22334
22390
|
"category": "Filter & Settings",
|
|
22335
22391
|
"svg": "<path d=\"M3.5 4.5C3.5 3.94772 3.94772 3.5 4.5 3.5H9.5C10.0523 3.5 10.5 3.94772 10.5 4.5V9.5C10.5 10.0523 10.0523 10.5 9.5 10.5H4.5C3.94772 10.5 3.5 10.0523 3.5 9.5V4.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.5 14.5C3.5 13.9477 3.94772 13.5 4.5 13.5H9.5C10.0523 13.5 10.5 13.9477 10.5 14.5V19.5C10.5 20.0523 10.0523 20.5 9.5 20.5H4.5C3.94772 20.5 3.5 20.0523 3.5 19.5V14.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.5 7.5L18 4L21.5 7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21.5 16.5L18 20L14.5 16.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18 4.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -24010,6 +24066,20 @@
|
|
|
24010
24066
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
24011
24067
|
"componentName": "IconSushi"
|
|
24012
24068
|
},
|
|
24069
|
+
{
|
|
24070
|
+
"category": "Social Media & Brands",
|
|
24071
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"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\"/>",
|
|
24072
|
+
"iconName": "svelte",
|
|
24073
|
+
"variant": {
|
|
24074
|
+
"join": "round",
|
|
24075
|
+
"filled": "off",
|
|
24076
|
+
"radius": "1",
|
|
24077
|
+
"stroke": "1"
|
|
24078
|
+
},
|
|
24079
|
+
"createdAt": "2026-04-16T08:02:18.693038+00:00",
|
|
24080
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
24081
|
+
"componentName": "IconSvelte"
|
|
24082
|
+
},
|
|
24013
24083
|
{
|
|
24014
24084
|
"category": "AI & Magic",
|
|
24015
24085
|
"svg": "<path d=\"M20.5 8.5V11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.5 3.5V15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.5 6.5V10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.5 4.5V8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.4648 15.5333C11.488 15.3589 11.5 15.1808 11.5 15C11.5 12.7909 9.70914 11 7.5 11H6M3.53525 14.4667C3.512 14.6411 3.5 14.8192 3.5 15C3.5 17.2091 5.29086 19 7.5 19H9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.5 9L5.39062 10.9286L7.5 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.39062 17L9.5 18.9286L7.39062 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -26432,6 +26502,20 @@
|
|
|
26432
26502
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
26433
26503
|
"componentName": "IconVolumeUp"
|
|
26434
26504
|
},
|
|
26505
|
+
{
|
|
26506
|
+
"category": "Social Media & Brands",
|
|
26507
|
+
"svg": "<path opacity=\"0.8\" d=\"M14.5332 3.00117L12.0001 7.38871L9.46697 3.00117H1.03125L12.0001 22L22.969 3.00117H14.5332Z\" fill=\"currentColor\"/><path d=\"M14.5363 3.00034L12.0032 7.38788L9.47005 3.00034H5.42188L12.0032 14.3994L18.5845 3.00034H14.5363Z\" fill=\"currentColor\"/>",
|
|
26508
|
+
"iconName": "vue",
|
|
26509
|
+
"variant": {
|
|
26510
|
+
"join": "round",
|
|
26511
|
+
"filled": "off",
|
|
26512
|
+
"radius": "1",
|
|
26513
|
+
"stroke": "1"
|
|
26514
|
+
},
|
|
26515
|
+
"createdAt": "2026-04-16T08:02:18.693038+00:00",
|
|
26516
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
26517
|
+
"componentName": "IconVue"
|
|
26518
|
+
},
|
|
26435
26519
|
{
|
|
26436
26520
|
"category": "Shopping & Payment",
|
|
26437
26521
|
"svg": "<path d=\"M2.5 7.5V5.5C2.5 4.94772 2.94772 4.5 3.5 4.5H20.5C21.0523 4.5 21.5 4.94772 21.5 5.5V7.5M2.5 7.5H21.5M2.5 7.5V10.5M21.5 7.5V10.5M21.5 10.5V18.5C21.5 19.0523 21.0523 19.5 20.5 19.5H3.5C2.94771 19.5 2.5 19.0523 2.5 18.5V10.5M21.5 10.5L15.5 10.5V12.5C15.5 13.0523 15.0523 13.5 14.5 13.5H9.5C8.94772 13.5 8.5 13.0523 8.5 12.5V10.5L2.5 10.5\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -46,6 +46,7 @@ export type CentralIconName =
|
|
|
46
46
|
| "IconAnchor"
|
|
47
47
|
| "IconAnchor1"
|
|
48
48
|
| "IconAnchor2"
|
|
49
|
+
| "IconAngularjs"
|
|
49
50
|
| "IconAnimation"
|
|
50
51
|
| "IconAnimationAuto"
|
|
51
52
|
| "IconAnimationEase"
|
|
@@ -1421,6 +1422,7 @@ export type CentralIconName =
|
|
|
1421
1422
|
| "IconRaisingHand4Finger"
|
|
1422
1423
|
| "IconRaisingHand5Finger"
|
|
1423
1424
|
| "IconRandom"
|
|
1425
|
+
| "IconReact"
|
|
1424
1426
|
| "IconReadingList"
|
|
1425
1427
|
| "IconRear"
|
|
1426
1428
|
| "IconReceiptBill"
|
|
@@ -1496,6 +1498,7 @@ export type CentralIconName =
|
|
|
1496
1498
|
| "IconScreenCapture"
|
|
1497
1499
|
| "IconScript"
|
|
1498
1500
|
| "IconScript2"
|
|
1501
|
+
| "IconScriptAi"
|
|
1499
1502
|
| "IconSdCard"
|
|
1500
1503
|
| "IconSearchIntelligence"
|
|
1501
1504
|
| "IconSearchlinesSparkle"
|
|
@@ -1594,6 +1597,7 @@ export type CentralIconName =
|
|
|
1594
1597
|
| "IconSofa"
|
|
1595
1598
|
| "IconSolar"
|
|
1596
1599
|
| "IconSolarPanel"
|
|
1600
|
+
| "IconSolidjs"
|
|
1597
1601
|
| "IconSortArrowUpDown"
|
|
1598
1602
|
| "IconSoundFx"
|
|
1599
1603
|
| "IconSpace"
|
|
@@ -1714,6 +1718,7 @@ export type CentralIconName =
|
|
|
1714
1718
|
| "IconSupport"
|
|
1715
1719
|
| "IconSurfing"
|
|
1716
1720
|
| "IconSushi"
|
|
1721
|
+
| "IconSvelte"
|
|
1717
1722
|
| "IconSwitchVoice"
|
|
1718
1723
|
| "IconSword"
|
|
1719
1724
|
| "IconTable"
|
|
@@ -1887,6 +1892,7 @@ export type CentralIconName =
|
|
|
1887
1892
|
| "IconVolumeMinimum"
|
|
1888
1893
|
| "IconVolumeOff"
|
|
1889
1894
|
| "IconVolumeUp"
|
|
1895
|
+
| "IconVue"
|
|
1890
1896
|
| "IconWallet1"
|
|
1891
1897
|
| "IconWallet2"
|
|
1892
1898
|
| "IconWallet3"
|