@onbeam/icons 1.1.5 → 1.1.7
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/dist/chunk-5JJHRECW.mjs +8 -0
- package/dist/chunk-5JJHRECW.mjs.map +1 -0
- package/dist/chunk-7324EBFY.mjs +3 -0
- package/dist/{chunk-KUEW67BU.js → chunk-EBMLBWOI.js} +1 -1
- package/dist/chunk-NYFHM75Z.js +10 -0
- package/dist/chunk-NYFHM75Z.js.map +1 -0
- package/dist/chunk-QX4KV7SO.js +10 -0
- package/dist/chunk-QX4KV7SO.js.map +1 -0
- package/dist/chunk-VPTIOTVU.mjs +8 -0
- package/dist/chunk-VPTIOTVU.mjs.map +1 -0
- package/dist/companies/Apple.js +2 -2
- package/dist/companies/Apple.mjs +1 -1
- package/dist/companies/index.js +2 -2
- package/dist/companies/index.mjs +1 -1
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +19 -14
- package/dist/index.mjs +6 -5
- package/dist/ui/Copy.d.mts +6 -0
- package/dist/ui/Copy.d.ts +6 -0
- package/dist/ui/Copy.js +9 -0
- package/dist/ui/Copy.js.map +1 -0
- package/dist/ui/Copy.mjs +3 -0
- package/dist/ui/Copy.mjs.map +1 -0
- package/dist/ui/index.d.mts +1 -0
- package/dist/ui/index.d.ts +1 -0
- package/dist/ui/index.js +17 -12
- package/dist/ui/index.mjs +5 -4
- package/package.json +1 -1
- package/dist/chunk-G2S72GC2.mjs +0 -8
- package/dist/chunk-G2S72GC2.mjs.map +0 -1
- package/dist/chunk-JTQJGSUM.js +0 -10
- package/dist/chunk-JTQJGSUM.js.map +0 -1
- package/dist/chunk-PAMT4YY6.mjs +0 -3
- /package/dist/{chunk-KUEW67BU.js.map → chunk-7324EBFY.mjs.map} +0 -0
- /package/dist/{chunk-PAMT4YY6.mjs.map → chunk-EBMLBWOI.js.map} +0 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { forwardRef } from 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
4
|
+
var t=forwardRef((e,V,l=24,o=24)=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16",height:l,width:o,ref:V,...e,children:[jsx("path",{stroke:"#F1F1F1",strokeWidth:.67,d:"M3 8.33h.67V9H3zm0 2h.67V11H3zm2 2h.67V13H5zm-2 0h.67V13H3zm4 0h.67V13H7zm2 0h.67V13H9zm2 0h.67V13H11zm-8-6h.67V7H3zm0-2h.67V5H3z"}),jsx("path",{fill:"#F1F1F1",fillRule:"evenodd",d:"M13.336 9.766V2.667h-7.06L7.6 4h4.402v4.426l1.333 1.34zm-2.209-.33l1.224 1.231H5.336V3.613l1.333 1.34v4.483h4.458z",clipRule:"evenodd"})]})),p=t;
|
|
5
|
+
|
|
6
|
+
export { p as a };
|
|
7
|
+
//# sourceMappingURL=out.js.map
|
|
8
|
+
//# sourceMappingURL=chunk-5JJHRECW.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../generated/ui/Copy.tsx"],"names":["forwardRef","jsx","jsxs","CopyIcon","props","svgRef","height","width","Copy_default"],"mappings":"AAAA,OAAS,cAAAA,MAA4B,QAGjC,OASE,OAAAC,EATF,QAAAC,MAAA,oBAFJ,IAAMC,EAAWH,EACf,CAACI,EAAOC,EAAQC,EAAS,GAAIC,EAAQ,KACnCL,EAAC,OACC,MAAM,6BACN,KAAK,OACL,QAAQ,YACR,OAAQI,EACR,MAAOC,EACP,IAAKF,EACJ,GAAGD,EAEJ,UAAAH,EAAC,QACC,OAAO,UACP,YAAa,IACb,EAAE,oIACJ,EACAA,EAAC,QACC,KAAK,UACL,SAAS,UACT,EAAE,qHACF,SAAS,UACX,GACF,CAEJ,EACOO,EAAQL","sourcesContent":["import { forwardRef, SVGProps } from 'react';\nconst CopyIcon = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>(\n (props, svgRef, height = 24, width = 24) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"none\"\n viewBox=\"0 0 16 16\"\n height={height}\n width={width}\n ref={svgRef}\n {...props}\n >\n <path\n stroke=\"#F1F1F1\"\n strokeWidth={0.67}\n d=\"M3 8.33h.67V9H3zm0 2h.67V11H3zm2 2h.67V13H5zm-2 0h.67V13H3zm4 0h.67V13H7zm2 0h.67V13H9zm2 0h.67V13H11zm-8-6h.67V7H3zm0-2h.67V5H3z\"\n />\n <path\n fill=\"#F1F1F1\"\n fillRule=\"evenodd\"\n d=\"M13.336 9.766V2.667h-7.06L7.6 4h4.402v4.426l1.333 1.34zm-2.209-.33l1.224 1.231H5.336V3.613l1.333 1.34v4.483h4.458z\"\n clipRule=\"evenodd\"\n />\n </svg>\n ),\n);\nexport default CopyIcon;\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var react = require('react');
|
|
4
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
5
|
+
|
|
6
|
+
var t=react.forwardRef((e,V,l=24,o=24)=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16",height:l,width:o,ref:V,...e,children:[jsxRuntime.jsx("path",{stroke:"#F1F1F1",strokeWidth:.67,d:"M3 8.33h.67V9H3zm0 2h.67V11H3zm2 2h.67V13H5zm-2 0h.67V13H3zm4 0h.67V13H7zm2 0h.67V13H9zm2 0h.67V13H11zm-8-6h.67V7H3zm0-2h.67V5H3z"}),jsxRuntime.jsx("path",{fill:"#F1F1F1",fillRule:"evenodd",d:"M13.336 9.766V2.667h-7.06L7.6 4h4.402v4.426l1.333 1.34zm-2.209-.33l1.224 1.231H5.336V3.613l1.333 1.34v4.483h4.458z",clipRule:"evenodd"})]})),p=t;
|
|
7
|
+
|
|
8
|
+
exports.a = p;
|
|
9
|
+
//# sourceMappingURL=out.js.map
|
|
10
|
+
//# sourceMappingURL=chunk-NYFHM75Z.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../generated/ui/Copy.tsx"],"names":["forwardRef","jsx","jsxs","CopyIcon","props","svgRef","height","width","Copy_default"],"mappings":"AAAA,OAAS,cAAAA,MAA4B,QAGjC,OASE,OAAAC,EATF,QAAAC,MAAA,oBAFJ,IAAMC,EAAWH,EACf,CAACI,EAAOC,EAAQC,EAAS,GAAIC,EAAQ,KACnCL,EAAC,OACC,MAAM,6BACN,KAAK,OACL,QAAQ,YACR,OAAQI,EACR,MAAOC,EACP,IAAKF,EACJ,GAAGD,EAEJ,UAAAH,EAAC,QACC,OAAO,UACP,YAAa,IACb,EAAE,oIACJ,EACAA,EAAC,QACC,KAAK,UACL,SAAS,UACT,EAAE,qHACF,SAAS,UACX,GACF,CAEJ,EACOO,EAAQL","sourcesContent":["import { forwardRef, SVGProps } from 'react';\nconst CopyIcon = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>(\n (props, svgRef, height = 24, width = 24) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"none\"\n viewBox=\"0 0 16 16\"\n height={height}\n width={width}\n ref={svgRef}\n {...props}\n >\n <path\n stroke=\"#F1F1F1\"\n strokeWidth={0.67}\n d=\"M3 8.33h.67V9H3zm0 2h.67V11H3zm2 2h.67V13H5zm-2 0h.67V13H3zm4 0h.67V13H7zm2 0h.67V13H9zm2 0h.67V13H11zm-8-6h.67V7H3zm0-2h.67V5H3z\"\n />\n <path\n fill=\"#F1F1F1\"\n fillRule=\"evenodd\"\n d=\"M13.336 9.766V2.667h-7.06L7.6 4h4.402v4.426l1.333 1.34zm-2.209-.33l1.224 1.231H5.336V3.613l1.333 1.34v4.483h4.458z\"\n clipRule=\"evenodd\"\n />\n </svg>\n ),\n);\nexport default CopyIcon;\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var react = require('react');
|
|
4
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
5
|
+
|
|
6
|
+
var i=react.forwardRef((r,o,t=24,a=24)=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:t,width:a,ref:o,...r,children:[jsxRuntime.jsx("g",{filter:"url(#apple_svg__apple_svg__filter0_d_448_1608)",children:jsxRuntime.jsx("path",{fill:"#fff",d:"M19 15.369c-.093.268-.19.525-.293.77a9.043 9.043 0 01-.894 1.607c-.47.67-.854 1.134-1.151 1.392-.46.422-.952.64-1.48.65-.379 0-.834-.107-1.366-.325-.533-.218-1.023-.326-1.471-.326-.47 0-.974.108-1.513.326-.54.218-.975.332-1.307.343-.506.022-1.01-.2-1.513-.669-.321-.28-.723-.76-1.204-1.44-.516-.726-.94-1.569-1.273-2.53C5.178 14.132 5 13.128 5 12.155c0-1.114.24-2.075.723-2.88a4.24 4.24 0 011.514-1.53 4.072 4.072 0 012.046-.578c.402 0 .928.124 1.583.368.653.245 1.072.37 1.256.37.137 0 .603-.146 1.392-.435.746-.27 1.376-.38 1.892-.336 1.399.112 2.449.664 3.148 1.657-1.25.758-1.87 1.819-1.857 3.18.011 1.06.396 1.944 1.152 2.645.343.324.726.575 1.151.754zM15.482 3.187c.012.111.017.222.017.333 0 .83-.304 1.607-.908 2.325-.73.854-1.614 1.348-2.573 1.27A2.57 2.57 0 0112 6.8c0-.798.348-1.652.964-2.35a3.72 3.72 0 011.175-.882c.474-.231.923-.359 1.345-.38z"})}),jsxRuntime.jsx("defs",{children:jsxRuntime.jsxs("filter",{id:"apple_svg__apple_svg__filter0_d_448_1608",width:16.5,height:19.12,x:4.17,y:2.35,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[jsxRuntime.jsx("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),jsxRuntime.jsx("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),jsxRuntime.jsx("feOffset",{dx:.42,dy:.42}),jsxRuntime.jsx("feGaussianBlur",{stdDeviation:.63}),jsxRuntime.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),jsxRuntime.jsx("feColorMatrix",{values:"0 0 0 0 0.921569 0 0 0 0 0.737255 0 0 0 0 1 0 0 0 0.5 0"}),jsxRuntime.jsx("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_448_1608"}),jsxRuntime.jsx("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_448_1608",result:"shape"})]})})]})),d=i;
|
|
7
|
+
|
|
8
|
+
exports.a = d;
|
|
9
|
+
//# sourceMappingURL=out.js.map
|
|
10
|
+
//# sourceMappingURL=chunk-QX4KV7SO.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../generated/companies/Apple.tsx"],"names":["forwardRef","jsx","jsxs","AppleIcon","props","svgRef","height","width","Apple_default"],"mappings":"AAAA,OAAS,cAAAA,MAA4B,QAa7B,cAAAC,EAMA,QAAAC,MANA,oBAZR,IAAMC,EAAYH,EAChB,CAACI,EAAOC,EAAQC,EAAS,GAAIC,EAAQ,KACnCL,EAAC,OACC,MAAM,6BACN,KAAK,OACL,QAAQ,YACR,OAAQI,EACR,MAAOC,EACP,IAAKF,EACJ,GAAGD,EAEJ,UAAAH,EAAC,KAAE,OAAO,iDACR,SAAAA,EAAC,QACC,KAAK,OACL,EAAE,21BACJ,EACF,EACAA,EAAC,QACC,SAAAC,EAAC,UACC,GAAG,2CACH,MAAO,KACP,OAAQ,MACR,EAAG,KACH,EAAG,KACH,0BAA0B,OAC1B,YAAY,iBAEZ,UAAAD,EAAC,WAAQ,aAAc,EAAG,OAAO,qBAAqB,EACtDA,EAAC,iBACC,GAAG,cACH,OAAO,YACP,OAAO,4CACT,EACAA,EAAC,YAAS,GAAI,IAAM,GAAI,IAAM,EAC9BA,EAAC,kBAAe,aAAc,IAAM,EACpCA,EAAC,eAAY,IAAI,YAAY,SAAS,MAAM,EAC5CA,EAAC,iBAAc,OAAO,0DAA0D,EAChFA,EAAC,WACC,IAAI,qBACJ,OAAO,8BACT,EACAA,EAAC,WACC,GAAG,gBACH,IAAI,8BACJ,OAAO,QACT,GACF,EACF,GACF,CAEJ,EACOO,EAAQL","sourcesContent":["import { forwardRef, SVGProps } from 'react';\nconst AppleIcon = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>(\n (props, svgRef, height = 24, width = 24) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"none\"\n viewBox=\"0 0 24 24\"\n height={height}\n width={width}\n ref={svgRef}\n {...props}\n >\n <g filter=\"url(#apple_svg__apple_svg__filter0_d_448_1608)\">\n <path\n fill=\"#fff\"\n d=\"M19 15.369c-.093.268-.19.525-.293.77a9.043 9.043 0 01-.894 1.607c-.47.67-.854 1.134-1.151 1.392-.46.422-.952.64-1.48.65-.379 0-.834-.107-1.366-.325-.533-.218-1.023-.326-1.471-.326-.47 0-.974.108-1.513.326-.54.218-.975.332-1.307.343-.506.022-1.01-.2-1.513-.669-.321-.28-.723-.76-1.204-1.44-.516-.726-.94-1.569-1.273-2.53C5.178 14.132 5 13.128 5 12.155c0-1.114.24-2.075.723-2.88a4.24 4.24 0 011.514-1.53 4.072 4.072 0 012.046-.578c.402 0 .928.124 1.583.368.653.245 1.072.37 1.256.37.137 0 .603-.146 1.392-.435.746-.27 1.376-.38 1.892-.336 1.399.112 2.449.664 3.148 1.657-1.25.758-1.87 1.819-1.857 3.18.011 1.06.396 1.944 1.152 2.645.343.324.726.575 1.151.754zM15.482 3.187c.012.111.017.222.017.333 0 .83-.304 1.607-.908 2.325-.73.854-1.614 1.348-2.573 1.27A2.57 2.57 0 0112 6.8c0-.798.348-1.652.964-2.35a3.72 3.72 0 011.175-.882c.474-.231.923-.359 1.345-.38z\"\n />\n </g>\n <defs>\n <filter\n id=\"apple_svg__apple_svg__filter0_d_448_1608\"\n width={16.5}\n height={19.12}\n x={4.17}\n y={2.35}\n colorInterpolationFilters=\"sRGB\"\n filterUnits=\"userSpaceOnUse\"\n >\n <feFlood floodOpacity={0} result=\"BackgroundImageFix\" />\n <feColorMatrix\n in=\"SourceAlpha\"\n result=\"hardAlpha\"\n values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\"\n />\n <feOffset dx={0.42} dy={0.42} />\n <feGaussianBlur stdDeviation={0.63} />\n <feComposite in2=\"hardAlpha\" operator=\"out\" />\n <feColorMatrix values=\"0 0 0 0 0.921569 0 0 0 0 0.737255 0 0 0 0 1 0 0 0 0.5 0\" />\n <feBlend\n in2=\"BackgroundImageFix\"\n result=\"effect1_dropShadow_448_1608\"\n />\n <feBlend\n in=\"SourceGraphic\"\n in2=\"effect1_dropShadow_448_1608\"\n result=\"shape\"\n />\n </filter>\n </defs>\n </svg>\n ),\n);\nexport default AppleIcon;\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { forwardRef } from 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
4
|
+
var i=forwardRef((r,o,t=24,a=24)=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:t,width:a,ref:o,...r,children:[jsx("g",{filter:"url(#apple_svg__apple_svg__filter0_d_448_1608)",children:jsx("path",{fill:"#fff",d:"M19 15.369c-.093.268-.19.525-.293.77a9.043 9.043 0 01-.894 1.607c-.47.67-.854 1.134-1.151 1.392-.46.422-.952.64-1.48.65-.379 0-.834-.107-1.366-.325-.533-.218-1.023-.326-1.471-.326-.47 0-.974.108-1.513.326-.54.218-.975.332-1.307.343-.506.022-1.01-.2-1.513-.669-.321-.28-.723-.76-1.204-1.44-.516-.726-.94-1.569-1.273-2.53C5.178 14.132 5 13.128 5 12.155c0-1.114.24-2.075.723-2.88a4.24 4.24 0 011.514-1.53 4.072 4.072 0 012.046-.578c.402 0 .928.124 1.583.368.653.245 1.072.37 1.256.37.137 0 .603-.146 1.392-.435.746-.27 1.376-.38 1.892-.336 1.399.112 2.449.664 3.148 1.657-1.25.758-1.87 1.819-1.857 3.18.011 1.06.396 1.944 1.152 2.645.343.324.726.575 1.151.754zM15.482 3.187c.012.111.017.222.017.333 0 .83-.304 1.607-.908 2.325-.73.854-1.614 1.348-2.573 1.27A2.57 2.57 0 0112 6.8c0-.798.348-1.652.964-2.35a3.72 3.72 0 011.175-.882c.474-.231.923-.359 1.345-.38z"})}),jsx("defs",{children:jsxs("filter",{id:"apple_svg__apple_svg__filter0_d_448_1608",width:16.5,height:19.12,x:4.17,y:2.35,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[jsx("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),jsx("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),jsx("feOffset",{dx:.42,dy:.42}),jsx("feGaussianBlur",{stdDeviation:.63}),jsx("feComposite",{in2:"hardAlpha",operator:"out"}),jsx("feColorMatrix",{values:"0 0 0 0 0.921569 0 0 0 0 0.737255 0 0 0 0 1 0 0 0 0.5 0"}),jsx("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_448_1608"}),jsx("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_448_1608",result:"shape"})]})})]})),d=i;
|
|
5
|
+
|
|
6
|
+
export { d as a };
|
|
7
|
+
//# sourceMappingURL=out.js.map
|
|
8
|
+
//# sourceMappingURL=chunk-VPTIOTVU.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../generated/companies/Apple.tsx"],"names":["forwardRef","jsx","jsxs","AppleIcon","props","svgRef","height","width","Apple_default"],"mappings":"AAAA,OAAS,cAAAA,MAA4B,QAa7B,cAAAC,EAMA,QAAAC,MANA,oBAZR,IAAMC,EAAYH,EAChB,CAACI,EAAOC,EAAQC,EAAS,GAAIC,EAAQ,KACnCL,EAAC,OACC,MAAM,6BACN,KAAK,OACL,QAAQ,YACR,OAAQI,EACR,MAAOC,EACP,IAAKF,EACJ,GAAGD,EAEJ,UAAAH,EAAC,KAAE,OAAO,iDACR,SAAAA,EAAC,QACC,KAAK,OACL,EAAE,21BACJ,EACF,EACAA,EAAC,QACC,SAAAC,EAAC,UACC,GAAG,2CACH,MAAO,KACP,OAAQ,MACR,EAAG,KACH,EAAG,KACH,0BAA0B,OAC1B,YAAY,iBAEZ,UAAAD,EAAC,WAAQ,aAAc,EAAG,OAAO,qBAAqB,EACtDA,EAAC,iBACC,GAAG,cACH,OAAO,YACP,OAAO,4CACT,EACAA,EAAC,YAAS,GAAI,IAAM,GAAI,IAAM,EAC9BA,EAAC,kBAAe,aAAc,IAAM,EACpCA,EAAC,eAAY,IAAI,YAAY,SAAS,MAAM,EAC5CA,EAAC,iBAAc,OAAO,0DAA0D,EAChFA,EAAC,WACC,IAAI,qBACJ,OAAO,8BACT,EACAA,EAAC,WACC,GAAG,gBACH,IAAI,8BACJ,OAAO,QACT,GACF,EACF,GACF,CAEJ,EACOO,EAAQL","sourcesContent":["import { forwardRef, SVGProps } from 'react';\nconst AppleIcon = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>(\n (props, svgRef, height = 24, width = 24) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"none\"\n viewBox=\"0 0 24 24\"\n height={height}\n width={width}\n ref={svgRef}\n {...props}\n >\n <g filter=\"url(#apple_svg__apple_svg__filter0_d_448_1608)\">\n <path\n fill=\"#fff\"\n d=\"M19 15.369c-.093.268-.19.525-.293.77a9.043 9.043 0 01-.894 1.607c-.47.67-.854 1.134-1.151 1.392-.46.422-.952.64-1.48.65-.379 0-.834-.107-1.366-.325-.533-.218-1.023-.326-1.471-.326-.47 0-.974.108-1.513.326-.54.218-.975.332-1.307.343-.506.022-1.01-.2-1.513-.669-.321-.28-.723-.76-1.204-1.44-.516-.726-.94-1.569-1.273-2.53C5.178 14.132 5 13.128 5 12.155c0-1.114.24-2.075.723-2.88a4.24 4.24 0 011.514-1.53 4.072 4.072 0 012.046-.578c.402 0 .928.124 1.583.368.653.245 1.072.37 1.256.37.137 0 .603-.146 1.392-.435.746-.27 1.376-.38 1.892-.336 1.399.112 2.449.664 3.148 1.657-1.25.758-1.87 1.819-1.857 3.18.011 1.06.396 1.944 1.152 2.645.343.324.726.575 1.151.754zM15.482 3.187c.012.111.017.222.017.333 0 .83-.304 1.607-.908 2.325-.73.854-1.614 1.348-2.573 1.27A2.57 2.57 0 0112 6.8c0-.798.348-1.652.964-2.35a3.72 3.72 0 011.175-.882c.474-.231.923-.359 1.345-.38z\"\n />\n </g>\n <defs>\n <filter\n id=\"apple_svg__apple_svg__filter0_d_448_1608\"\n width={16.5}\n height={19.12}\n x={4.17}\n y={2.35}\n colorInterpolationFilters=\"sRGB\"\n filterUnits=\"userSpaceOnUse\"\n >\n <feFlood floodOpacity={0} result=\"BackgroundImageFix\" />\n <feColorMatrix\n in=\"SourceAlpha\"\n result=\"hardAlpha\"\n values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\"\n />\n <feOffset dx={0.42} dy={0.42} />\n <feGaussianBlur stdDeviation={0.63} />\n <feComposite in2=\"hardAlpha\" operator=\"out\" />\n <feColorMatrix values=\"0 0 0 0 0.921569 0 0 0 0 0.737255 0 0 0 0 1 0 0 0 0.5 0\" />\n <feBlend\n in2=\"BackgroundImageFix\"\n result=\"effect1_dropShadow_448_1608\"\n />\n <feBlend\n in=\"SourceGraphic\"\n in2=\"effect1_dropShadow_448_1608\"\n result=\"shape\"\n />\n </filter>\n </defs>\n </svg>\n ),\n);\nexport default AppleIcon;\n"]}
|
package/dist/companies/Apple.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkQX4KV7SO_js = require('../chunk-QX4KV7SO.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
module.exports =
|
|
7
|
+
module.exports = chunkQX4KV7SO_js.a;
|
|
8
8
|
//# sourceMappingURL=out.js.map
|
|
9
9
|
//# sourceMappingURL=Apple.js.map
|
package/dist/companies/Apple.mjs
CHANGED
package/dist/companies/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
require('../chunk-3QIRWRMB.js');
|
|
4
|
-
var
|
|
4
|
+
var chunkQX4KV7SO_js = require('../chunk-QX4KV7SO.js');
|
|
5
5
|
var chunk2KD2NUDB_js = require('../chunk-2KD2NUDB.js');
|
|
6
6
|
var chunkTDMTJIHY_js = require('../chunk-TDMTJIHY.js');
|
|
7
7
|
var chunk5QH3BI5F_js = require('../chunk-5QH3BI5F.js');
|
|
@@ -10,7 +10,7 @@ var chunk5QH3BI5F_js = require('../chunk-5QH3BI5F.js');
|
|
|
10
10
|
|
|
11
11
|
Object.defineProperty(exports, "AppleIcon", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkQX4KV7SO_js.a; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "DiscordIcon", {
|
|
16
16
|
enumerable: true,
|
package/dist/companies/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '../chunk-WMOBK6YG.mjs';
|
|
2
|
-
export { a as AppleIcon } from '../chunk-
|
|
2
|
+
export { a as AppleIcon } from '../chunk-VPTIOTVU.mjs';
|
|
3
3
|
export { a as DiscordIcon } from '../chunk-N3Z72N2Z.mjs';
|
|
4
4
|
export { a as GoogleIcon } from '../chunk-EOAJD4XU.mjs';
|
|
5
5
|
export { a as TwitterIcon } from '../chunk-AE7I5IDB.mjs';
|
package/dist/index.d.mts
CHANGED
|
@@ -30,6 +30,7 @@ export { default as SuccessIcon } from './ui/Success.mjs';
|
|
|
30
30
|
export { default as SwapIcon } from './ui/Swap.mjs';
|
|
31
31
|
export { default as TooltipIcon } from './ui/Tooltip.mjs';
|
|
32
32
|
export { default as UploadIcon } from './ui/Upload.mjs';
|
|
33
|
+
export { default as CopyIcon } from './ui/Copy.mjs';
|
|
33
34
|
export { default as ForwardIcon } from './ui/Forward.mjs';
|
|
34
35
|
export { default as LedOutlineIcon } from './ui/LedOutline.mjs';
|
|
35
36
|
export { default as TooltipGreyIcon } from './ui/TooltipGrey.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -30,6 +30,7 @@ export { default as SuccessIcon } from './ui/Success.js';
|
|
|
30
30
|
export { default as SwapIcon } from './ui/Swap.js';
|
|
31
31
|
export { default as TooltipIcon } from './ui/Tooltip.js';
|
|
32
32
|
export { default as UploadIcon } from './ui/Upload.js';
|
|
33
|
+
export { default as CopyIcon } from './ui/Copy.js';
|
|
33
34
|
export { default as ForwardIcon } from './ui/Forward.js';
|
|
34
35
|
export { default as LedOutlineIcon } from './ui/LedOutline.js';
|
|
35
36
|
export { default as TooltipGreyIcon } from './ui/TooltipGrey.js';
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
require('./chunk-
|
|
3
|
+
require('./chunk-EBMLBWOI.js');
|
|
4
|
+
var chunkEBBXQU3A_js = require('./chunk-EBBXQU3A.js');
|
|
4
5
|
var chunkUG5LUKYE_js = require('./chunk-UG5LUKYE.js');
|
|
5
6
|
var chunkT7ZIXJJV_js = require('./chunk-T7ZIXJJV.js');
|
|
6
7
|
var chunkLWOYASTC_js = require('./chunk-LWOYASTC.js');
|
|
@@ -8,6 +9,7 @@ var chunkGIX75WSO_js = require('./chunk-GIX75WSO.js');
|
|
|
8
9
|
var chunkS6JSRIT5_js = require('./chunk-S6JSRIT5.js');
|
|
9
10
|
var chunk4UXDFSUG_js = require('./chunk-4UXDFSUG.js');
|
|
10
11
|
var chunkE62ZARA5_js = require('./chunk-E62ZARA5.js');
|
|
12
|
+
var chunk42KQRLD5_js = require('./chunk-42KQRLD5.js');
|
|
11
13
|
var chunkJQFQEERV_js = require('./chunk-JQFQEERV.js');
|
|
12
14
|
var chunk5FIEF5S5_js = require('./chunk-5FIEF5S5.js');
|
|
13
15
|
var chunkV7OF3WSH_js = require('./chunk-V7OF3WSH.js');
|
|
@@ -15,7 +17,7 @@ var chunkLP2IQOK4_js = require('./chunk-LP2IQOK4.js');
|
|
|
15
17
|
var chunkYF4B7EDD_js = require('./chunk-YF4B7EDD.js');
|
|
16
18
|
var chunkPHNCBRMO_js = require('./chunk-PHNCBRMO.js');
|
|
17
19
|
var chunk4IGD3PII_js = require('./chunk-4IGD3PII.js');
|
|
18
|
-
var
|
|
20
|
+
var chunkHDTUDOV3_js = require('./chunk-HDTUDOV3.js');
|
|
19
21
|
var chunkEBO7BHUJ_js = require('./chunk-EBO7BHUJ.js');
|
|
20
22
|
var chunkEE7EK5HO_js = require('./chunk-EE7EK5HO.js');
|
|
21
23
|
var chunkD2W56GMB_js = require('./chunk-D2W56GMB.js');
|
|
@@ -23,16 +25,15 @@ var chunkP5G4CLVK_js = require('./chunk-P5G4CLVK.js');
|
|
|
23
25
|
var chunkSYLYIQN3_js = require('./chunk-SYLYIQN3.js');
|
|
24
26
|
var chunkF6B5ETJG_js = require('./chunk-F6B5ETJG.js');
|
|
25
27
|
var chunkDH6ERBJV_js = require('./chunk-DH6ERBJV.js');
|
|
26
|
-
var chunk42KQRLD5_js = require('./chunk-42KQRLD5.js');
|
|
27
28
|
require('./chunk-R2CJRRP3.js');
|
|
28
29
|
var chunkGP4CRAI4_js = require('./chunk-GP4CRAI4.js');
|
|
29
30
|
var chunkIABNQY6J_js = require('./chunk-IABNQY6J.js');
|
|
30
31
|
var chunk5VPUU54I_js = require('./chunk-5VPUU54I.js');
|
|
31
32
|
var chunkSQIENVIR_js = require('./chunk-SQIENVIR.js');
|
|
32
33
|
var chunkIEJF3AVQ_js = require('./chunk-IEJF3AVQ.js');
|
|
33
|
-
var
|
|
34
|
+
var chunkNYFHM75Z_js = require('./chunk-NYFHM75Z.js');
|
|
34
35
|
require('./chunk-3QIRWRMB.js');
|
|
35
|
-
var
|
|
36
|
+
var chunkQX4KV7SO_js = require('./chunk-QX4KV7SO.js');
|
|
36
37
|
var chunk2KD2NUDB_js = require('./chunk-2KD2NUDB.js');
|
|
37
38
|
var chunkTDMTJIHY_js = require('./chunk-TDMTJIHY.js');
|
|
38
39
|
var chunk5QH3BI5F_js = require('./chunk-5QH3BI5F.js');
|
|
@@ -42,6 +43,10 @@ var chunkZFWYJWQP_js = require('./chunk-ZFWYJWQP.js');
|
|
|
42
43
|
|
|
43
44
|
|
|
44
45
|
|
|
46
|
+
Object.defineProperty(exports, "SoundOffIcon", {
|
|
47
|
+
enumerable: true,
|
|
48
|
+
get: function () { return chunkEBBXQU3A_js.a; }
|
|
49
|
+
});
|
|
45
50
|
Object.defineProperty(exports, "SoundOnIcon", {
|
|
46
51
|
enumerable: true,
|
|
47
52
|
get: function () { return chunkUG5LUKYE_js.a; }
|
|
@@ -70,6 +75,10 @@ Object.defineProperty(exports, "UploadIcon", {
|
|
|
70
75
|
enumerable: true,
|
|
71
76
|
get: function () { return chunkE62ZARA5_js.a; }
|
|
72
77
|
});
|
|
78
|
+
Object.defineProperty(exports, "LedOutlineIcon", {
|
|
79
|
+
enumerable: true,
|
|
80
|
+
get: function () { return chunk42KQRLD5_js.a; }
|
|
81
|
+
});
|
|
73
82
|
Object.defineProperty(exports, "MenuIcon", {
|
|
74
83
|
enumerable: true,
|
|
75
84
|
get: function () { return chunkJQFQEERV_js.a; }
|
|
@@ -98,9 +107,9 @@ Object.defineProperty(exports, "SettingsIcon", {
|
|
|
98
107
|
enumerable: true,
|
|
99
108
|
get: function () { return chunk4IGD3PII_js.a; }
|
|
100
109
|
});
|
|
101
|
-
Object.defineProperty(exports, "
|
|
110
|
+
Object.defineProperty(exports, "CursorIcon", {
|
|
102
111
|
enumerable: true,
|
|
103
|
-
get: function () { return
|
|
112
|
+
get: function () { return chunkHDTUDOV3_js.a; }
|
|
104
113
|
});
|
|
105
114
|
Object.defineProperty(exports, "DashIcon", {
|
|
106
115
|
enumerable: true,
|
|
@@ -130,10 +139,6 @@ Object.defineProperty(exports, "LedOnIcon", {
|
|
|
130
139
|
enumerable: true,
|
|
131
140
|
get: function () { return chunkDH6ERBJV_js.a; }
|
|
132
141
|
});
|
|
133
|
-
Object.defineProperty(exports, "LedOutlineIcon", {
|
|
134
|
-
enumerable: true,
|
|
135
|
-
get: function () { return chunk42KQRLD5_js.a; }
|
|
136
|
-
});
|
|
137
142
|
Object.defineProperty(exports, "ImmutableIcon", {
|
|
138
143
|
enumerable: true,
|
|
139
144
|
get: function () { return chunkGP4CRAI4_js.a; }
|
|
@@ -154,13 +159,13 @@ Object.defineProperty(exports, "CloseIcon", {
|
|
|
154
159
|
enumerable: true,
|
|
155
160
|
get: function () { return chunkIEJF3AVQ_js.a; }
|
|
156
161
|
});
|
|
157
|
-
Object.defineProperty(exports, "
|
|
162
|
+
Object.defineProperty(exports, "CopyIcon", {
|
|
158
163
|
enumerable: true,
|
|
159
|
-
get: function () { return
|
|
164
|
+
get: function () { return chunkNYFHM75Z_js.a; }
|
|
160
165
|
});
|
|
161
166
|
Object.defineProperty(exports, "AppleIcon", {
|
|
162
167
|
enumerable: true,
|
|
163
|
-
get: function () { return
|
|
168
|
+
get: function () { return chunkQX4KV7SO_js.a; }
|
|
164
169
|
});
|
|
165
170
|
Object.defineProperty(exports, "DiscordIcon", {
|
|
166
171
|
enumerable: true,
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import './chunk-
|
|
1
|
+
import './chunk-7324EBFY.mjs';
|
|
2
|
+
export { a as SoundOffIcon } from './chunk-C4NJJUP4.mjs';
|
|
2
3
|
export { a as SoundOnIcon } from './chunk-RYBZV4SL.mjs';
|
|
3
4
|
export { a as SuccessIcon } from './chunk-ZKFF77PW.mjs';
|
|
4
5
|
export { a as SwapIcon } from './chunk-NSZDWSAR.mjs';
|
|
@@ -6,6 +7,7 @@ export { a as TooltipIcon } from './chunk-HVPTN5EQ.mjs';
|
|
|
6
7
|
export { a as TooltipGreyIcon } from './chunk-Y2H2I4G2.mjs';
|
|
7
8
|
export { a as UpIcon } from './chunk-BXL3D6SZ.mjs';
|
|
8
9
|
export { a as UploadIcon } from './chunk-HEVIYMOR.mjs';
|
|
10
|
+
export { a as LedOutlineIcon } from './chunk-544ERQPR.mjs';
|
|
9
11
|
export { a as MenuIcon } from './chunk-ALPB6B6S.mjs';
|
|
10
12
|
export { a as PasswordHideIcon } from './chunk-CBLOW2T7.mjs';
|
|
11
13
|
export { a as PasswordShowIcon } from './chunk-3ADH6WFT.mjs';
|
|
@@ -13,7 +15,7 @@ export { a as PlusIcon } from './chunk-YRIJWNL7.mjs';
|
|
|
13
15
|
export { a as QrCodeIcon } from './chunk-PGVBYWYL.mjs';
|
|
14
16
|
export { a as RefreshIcon } from './chunk-FJ77BSXV.mjs';
|
|
15
17
|
export { a as SettingsIcon } from './chunk-B7DXQQJE.mjs';
|
|
16
|
-
export { a as
|
|
18
|
+
export { a as CursorIcon } from './chunk-VK3U5DDN.mjs';
|
|
17
19
|
export { a as DashIcon } from './chunk-C3J2SUXT.mjs';
|
|
18
20
|
export { a as DownIcon } from './chunk-NR5OUKST.mjs';
|
|
19
21
|
export { a as ErrorIcon } from './chunk-USPI5HL3.mjs';
|
|
@@ -21,16 +23,15 @@ export { a as ForwardIcon } from './chunk-SORQNFBN.mjs';
|
|
|
21
23
|
export { a as FriendsIcon } from './chunk-VGPQCTGG.mjs';
|
|
22
24
|
export { a as LedOffIcon } from './chunk-76RM6HFE.mjs';
|
|
23
25
|
export { a as LedOnIcon } from './chunk-TJ5M37OA.mjs';
|
|
24
|
-
export { a as LedOutlineIcon } from './chunk-544ERQPR.mjs';
|
|
25
26
|
import './chunk-RBTZC7OI.mjs';
|
|
26
27
|
export { a as ImmutableIcon } from './chunk-BFKH4YDA.mjs';
|
|
27
28
|
export { a as MeritCircleIcon } from './chunk-NC4XTG2W.mjs';
|
|
28
29
|
export { a as UsdcIcon } from './chunk-EBQORDSO.mjs';
|
|
29
30
|
export { a as BackIcon } from './chunk-TU2CJ6XS.mjs';
|
|
30
31
|
export { a as CloseIcon } from './chunk-DV2IYBEQ.mjs';
|
|
31
|
-
export { a as
|
|
32
|
+
export { a as CopyIcon } from './chunk-5JJHRECW.mjs';
|
|
32
33
|
import './chunk-WMOBK6YG.mjs';
|
|
33
|
-
export { a as AppleIcon } from './chunk-
|
|
34
|
+
export { a as AppleIcon } from './chunk-VPTIOTVU.mjs';
|
|
34
35
|
export { a as DiscordIcon } from './chunk-N3Z72N2Z.mjs';
|
|
35
36
|
export { a as GoogleIcon } from './chunk-EOAJD4XU.mjs';
|
|
36
37
|
export { a as TwitterIcon } from './chunk-AE7I5IDB.mjs';
|
package/dist/ui/Copy.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":""}
|
package/dist/ui/Copy.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":""}
|
package/dist/ui/index.d.mts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { default as BackIcon } from './Back.mjs';
|
|
2
2
|
export { default as CloseIcon } from './Close.mjs';
|
|
3
|
+
export { default as CopyIcon } from './Copy.mjs';
|
|
3
4
|
export { default as CursorIcon } from './Cursor.mjs';
|
|
4
5
|
export { default as DashIcon } from './Dash.mjs';
|
|
5
6
|
export { default as DownIcon } from './Down.mjs';
|
package/dist/ui/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { default as BackIcon } from './Back.js';
|
|
2
2
|
export { default as CloseIcon } from './Close.js';
|
|
3
|
+
export { default as CopyIcon } from './Copy.js';
|
|
3
4
|
export { default as CursorIcon } from './Cursor.js';
|
|
4
5
|
export { default as DashIcon } from './Dash.js';
|
|
5
6
|
export { default as DownIcon } from './Down.js';
|
package/dist/ui/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
require('../chunk-
|
|
3
|
+
require('../chunk-EBMLBWOI.js');
|
|
4
|
+
var chunkEBBXQU3A_js = require('../chunk-EBBXQU3A.js');
|
|
4
5
|
var chunkUG5LUKYE_js = require('../chunk-UG5LUKYE.js');
|
|
5
6
|
var chunkT7ZIXJJV_js = require('../chunk-T7ZIXJJV.js');
|
|
6
7
|
var chunkLWOYASTC_js = require('../chunk-LWOYASTC.js');
|
|
@@ -8,6 +9,7 @@ var chunkGIX75WSO_js = require('../chunk-GIX75WSO.js');
|
|
|
8
9
|
var chunkS6JSRIT5_js = require('../chunk-S6JSRIT5.js');
|
|
9
10
|
var chunk4UXDFSUG_js = require('../chunk-4UXDFSUG.js');
|
|
10
11
|
var chunkE62ZARA5_js = require('../chunk-E62ZARA5.js');
|
|
12
|
+
var chunk42KQRLD5_js = require('../chunk-42KQRLD5.js');
|
|
11
13
|
var chunkJQFQEERV_js = require('../chunk-JQFQEERV.js');
|
|
12
14
|
var chunk5FIEF5S5_js = require('../chunk-5FIEF5S5.js');
|
|
13
15
|
var chunkV7OF3WSH_js = require('../chunk-V7OF3WSH.js');
|
|
@@ -15,7 +17,7 @@ var chunkLP2IQOK4_js = require('../chunk-LP2IQOK4.js');
|
|
|
15
17
|
var chunkYF4B7EDD_js = require('../chunk-YF4B7EDD.js');
|
|
16
18
|
var chunkPHNCBRMO_js = require('../chunk-PHNCBRMO.js');
|
|
17
19
|
var chunk4IGD3PII_js = require('../chunk-4IGD3PII.js');
|
|
18
|
-
var
|
|
20
|
+
var chunkHDTUDOV3_js = require('../chunk-HDTUDOV3.js');
|
|
19
21
|
var chunkEBO7BHUJ_js = require('../chunk-EBO7BHUJ.js');
|
|
20
22
|
var chunkEE7EK5HO_js = require('../chunk-EE7EK5HO.js');
|
|
21
23
|
var chunkD2W56GMB_js = require('../chunk-D2W56GMB.js');
|
|
@@ -23,13 +25,16 @@ var chunkP5G4CLVK_js = require('../chunk-P5G4CLVK.js');
|
|
|
23
25
|
var chunkSYLYIQN3_js = require('../chunk-SYLYIQN3.js');
|
|
24
26
|
var chunkF6B5ETJG_js = require('../chunk-F6B5ETJG.js');
|
|
25
27
|
var chunkDH6ERBJV_js = require('../chunk-DH6ERBJV.js');
|
|
26
|
-
var chunk42KQRLD5_js = require('../chunk-42KQRLD5.js');
|
|
27
28
|
var chunkSQIENVIR_js = require('../chunk-SQIENVIR.js');
|
|
28
29
|
var chunkIEJF3AVQ_js = require('../chunk-IEJF3AVQ.js');
|
|
29
|
-
var
|
|
30
|
+
var chunkNYFHM75Z_js = require('../chunk-NYFHM75Z.js');
|
|
30
31
|
|
|
31
32
|
|
|
32
33
|
|
|
34
|
+
Object.defineProperty(exports, "SoundOffIcon", {
|
|
35
|
+
enumerable: true,
|
|
36
|
+
get: function () { return chunkEBBXQU3A_js.a; }
|
|
37
|
+
});
|
|
33
38
|
Object.defineProperty(exports, "SoundOnIcon", {
|
|
34
39
|
enumerable: true,
|
|
35
40
|
get: function () { return chunkUG5LUKYE_js.a; }
|
|
@@ -58,6 +63,10 @@ Object.defineProperty(exports, "UploadIcon", {
|
|
|
58
63
|
enumerable: true,
|
|
59
64
|
get: function () { return chunkE62ZARA5_js.a; }
|
|
60
65
|
});
|
|
66
|
+
Object.defineProperty(exports, "LedOutlineIcon", {
|
|
67
|
+
enumerable: true,
|
|
68
|
+
get: function () { return chunk42KQRLD5_js.a; }
|
|
69
|
+
});
|
|
61
70
|
Object.defineProperty(exports, "MenuIcon", {
|
|
62
71
|
enumerable: true,
|
|
63
72
|
get: function () { return chunkJQFQEERV_js.a; }
|
|
@@ -86,9 +95,9 @@ Object.defineProperty(exports, "SettingsIcon", {
|
|
|
86
95
|
enumerable: true,
|
|
87
96
|
get: function () { return chunk4IGD3PII_js.a; }
|
|
88
97
|
});
|
|
89
|
-
Object.defineProperty(exports, "
|
|
98
|
+
Object.defineProperty(exports, "CursorIcon", {
|
|
90
99
|
enumerable: true,
|
|
91
|
-
get: function () { return
|
|
100
|
+
get: function () { return chunkHDTUDOV3_js.a; }
|
|
92
101
|
});
|
|
93
102
|
Object.defineProperty(exports, "DashIcon", {
|
|
94
103
|
enumerable: true,
|
|
@@ -118,10 +127,6 @@ Object.defineProperty(exports, "LedOnIcon", {
|
|
|
118
127
|
enumerable: true,
|
|
119
128
|
get: function () { return chunkDH6ERBJV_js.a; }
|
|
120
129
|
});
|
|
121
|
-
Object.defineProperty(exports, "LedOutlineIcon", {
|
|
122
|
-
enumerable: true,
|
|
123
|
-
get: function () { return chunk42KQRLD5_js.a; }
|
|
124
|
-
});
|
|
125
130
|
Object.defineProperty(exports, "BackIcon", {
|
|
126
131
|
enumerable: true,
|
|
127
132
|
get: function () { return chunkSQIENVIR_js.a; }
|
|
@@ -130,9 +135,9 @@ Object.defineProperty(exports, "CloseIcon", {
|
|
|
130
135
|
enumerable: true,
|
|
131
136
|
get: function () { return chunkIEJF3AVQ_js.a; }
|
|
132
137
|
});
|
|
133
|
-
Object.defineProperty(exports, "
|
|
138
|
+
Object.defineProperty(exports, "CopyIcon", {
|
|
134
139
|
enumerable: true,
|
|
135
|
-
get: function () { return
|
|
140
|
+
get: function () { return chunkNYFHM75Z_js.a; }
|
|
136
141
|
});
|
|
137
142
|
//# sourceMappingURL=out.js.map
|
|
138
143
|
//# sourceMappingURL=index.js.map
|
package/dist/ui/index.mjs
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import '../chunk-
|
|
1
|
+
import '../chunk-7324EBFY.mjs';
|
|
2
|
+
export { a as SoundOffIcon } from '../chunk-C4NJJUP4.mjs';
|
|
2
3
|
export { a as SoundOnIcon } from '../chunk-RYBZV4SL.mjs';
|
|
3
4
|
export { a as SuccessIcon } from '../chunk-ZKFF77PW.mjs';
|
|
4
5
|
export { a as SwapIcon } from '../chunk-NSZDWSAR.mjs';
|
|
@@ -6,6 +7,7 @@ export { a as TooltipIcon } from '../chunk-HVPTN5EQ.mjs';
|
|
|
6
7
|
export { a as TooltipGreyIcon } from '../chunk-Y2H2I4G2.mjs';
|
|
7
8
|
export { a as UpIcon } from '../chunk-BXL3D6SZ.mjs';
|
|
8
9
|
export { a as UploadIcon } from '../chunk-HEVIYMOR.mjs';
|
|
10
|
+
export { a as LedOutlineIcon } from '../chunk-544ERQPR.mjs';
|
|
9
11
|
export { a as MenuIcon } from '../chunk-ALPB6B6S.mjs';
|
|
10
12
|
export { a as PasswordHideIcon } from '../chunk-CBLOW2T7.mjs';
|
|
11
13
|
export { a as PasswordShowIcon } from '../chunk-3ADH6WFT.mjs';
|
|
@@ -13,7 +15,7 @@ export { a as PlusIcon } from '../chunk-YRIJWNL7.mjs';
|
|
|
13
15
|
export { a as QrCodeIcon } from '../chunk-PGVBYWYL.mjs';
|
|
14
16
|
export { a as RefreshIcon } from '../chunk-FJ77BSXV.mjs';
|
|
15
17
|
export { a as SettingsIcon } from '../chunk-B7DXQQJE.mjs';
|
|
16
|
-
export { a as
|
|
18
|
+
export { a as CursorIcon } from '../chunk-VK3U5DDN.mjs';
|
|
17
19
|
export { a as DashIcon } from '../chunk-C3J2SUXT.mjs';
|
|
18
20
|
export { a as DownIcon } from '../chunk-NR5OUKST.mjs';
|
|
19
21
|
export { a as ErrorIcon } from '../chunk-USPI5HL3.mjs';
|
|
@@ -21,9 +23,8 @@ export { a as ForwardIcon } from '../chunk-SORQNFBN.mjs';
|
|
|
21
23
|
export { a as FriendsIcon } from '../chunk-VGPQCTGG.mjs';
|
|
22
24
|
export { a as LedOffIcon } from '../chunk-76RM6HFE.mjs';
|
|
23
25
|
export { a as LedOnIcon } from '../chunk-TJ5M37OA.mjs';
|
|
24
|
-
export { a as LedOutlineIcon } from '../chunk-544ERQPR.mjs';
|
|
25
26
|
export { a as BackIcon } from '../chunk-TU2CJ6XS.mjs';
|
|
26
27
|
export { a as CloseIcon } from '../chunk-DV2IYBEQ.mjs';
|
|
27
|
-
export { a as
|
|
28
|
+
export { a as CopyIcon } from '../chunk-5JJHRECW.mjs';
|
|
28
29
|
//# sourceMappingURL=out.js.map
|
|
29
30
|
//# sourceMappingURL=index.mjs.map
|
package/package.json
CHANGED
package/dist/chunk-G2S72GC2.mjs
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { forwardRef } from 'react';
|
|
2
|
-
import { jsx } from 'react/jsx-runtime';
|
|
3
|
-
|
|
4
|
-
var s=forwardRef((e,r,t=24,l=24)=>jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 814 1000",height:t,width:l,ref:r,...e,children:jsx("path",{fill:"currentColor",d:"M788.1 340.9c-5.8 4.5-108.2 62.2-108.2 190.5 0 148.4 130.3 200.9 134.2 202.2-.6 3.2-20.7 71.9-68.7 141.9-42.8 61.6-87.5 123.1-155.5 123.1s-85.5-39.5-164-39.5c-76.5 0-103.7 40.8-165.9 40.8s-105.6-57-155.5-127C46.7 790.7 0 663 0 541.8c0-194.4 126.4-297.5 250.8-297.5 66.1 0 121.2 43.4 162.7 43.4 39.5 0 101.1-46 176.3-46 28.5 0 130.9 2.6 198.3 99.2zm-234-181.5c31.1-36.9 53.1-88.1 53.1-139.3 0-7.1-.6-14.3-1.9-20.1-50.6 1.9-110.8 33.7-147.1 75.8-28.5 32.4-55.1 83.6-55.1 135.5 0 7.8 1.3 15.6 1.9 18.1 3.2.6 8.4 1.3 13.6 1.3 45.4 0 102.5-30.4 135.5-71.3z"})})),f=s;
|
|
5
|
-
|
|
6
|
-
export { f as a };
|
|
7
|
-
//# sourceMappingURL=out.js.map
|
|
8
|
-
//# sourceMappingURL=chunk-G2S72GC2.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../generated/companies/Apple.tsx"],"names":["forwardRef","jsx","AppleIcon","props","svgRef","height","width","Apple_default"],"mappings":"AAAA,OAAS,cAAAA,MAA4B,QAW/B,cAAAC,MAAA,oBAVN,IAAMC,EAAYF,EAChB,CAACG,EAAOC,EAAQC,EAAS,GAAIC,EAAQ,KACnCL,EAAC,OACC,MAAM,6BACN,QAAQ,eACR,OAAQI,EACR,MAAOC,EACP,IAAKF,EACJ,GAAGD,EAEJ,SAAAF,EAAC,QACC,KAAK,eACL,EAAE,0iBACJ,EACF,CAEJ,EACOM,EAAQL","sourcesContent":["import { forwardRef, SVGProps } from 'react';\nconst AppleIcon = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>(\n (props, svgRef, height = 24, width = 24) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 814 1000\"\n height={height}\n width={width}\n ref={svgRef}\n {...props}\n >\n <path\n fill=\"currentColor\"\n d=\"M788.1 340.9c-5.8 4.5-108.2 62.2-108.2 190.5 0 148.4 130.3 200.9 134.2 202.2-.6 3.2-20.7 71.9-68.7 141.9-42.8 61.6-87.5 123.1-155.5 123.1s-85.5-39.5-164-39.5c-76.5 0-103.7 40.8-165.9 40.8s-105.6-57-155.5-127C46.7 790.7 0 663 0 541.8c0-194.4 126.4-297.5 250.8-297.5 66.1 0 121.2 43.4 162.7 43.4 39.5 0 101.1-46 176.3-46 28.5 0 130.9 2.6 198.3 99.2zm-234-181.5c31.1-36.9 53.1-88.1 53.1-139.3 0-7.1-.6-14.3-1.9-20.1-50.6 1.9-110.8 33.7-147.1 75.8-28.5 32.4-55.1 83.6-55.1 135.5 0 7.8 1.3 15.6 1.9 18.1 3.2.6 8.4 1.3 13.6 1.3 45.4 0 102.5-30.4 135.5-71.3z\"\n />\n </svg>\n ),\n);\nexport default AppleIcon;\n"]}
|
package/dist/chunk-JTQJGSUM.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var react = require('react');
|
|
4
|
-
var jsxRuntime = require('react/jsx-runtime');
|
|
5
|
-
|
|
6
|
-
var s=react.forwardRef((e,r,t=24,l=24)=>jsxRuntime.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 814 1000",height:t,width:l,ref:r,...e,children:jsxRuntime.jsx("path",{fill:"currentColor",d:"M788.1 340.9c-5.8 4.5-108.2 62.2-108.2 190.5 0 148.4 130.3 200.9 134.2 202.2-.6 3.2-20.7 71.9-68.7 141.9-42.8 61.6-87.5 123.1-155.5 123.1s-85.5-39.5-164-39.5c-76.5 0-103.7 40.8-165.9 40.8s-105.6-57-155.5-127C46.7 790.7 0 663 0 541.8c0-194.4 126.4-297.5 250.8-297.5 66.1 0 121.2 43.4 162.7 43.4 39.5 0 101.1-46 176.3-46 28.5 0 130.9 2.6 198.3 99.2zm-234-181.5c31.1-36.9 53.1-88.1 53.1-139.3 0-7.1-.6-14.3-1.9-20.1-50.6 1.9-110.8 33.7-147.1 75.8-28.5 32.4-55.1 83.6-55.1 135.5 0 7.8 1.3 15.6 1.9 18.1 3.2.6 8.4 1.3 13.6 1.3 45.4 0 102.5-30.4 135.5-71.3z"})})),f=s;
|
|
7
|
-
|
|
8
|
-
exports.a = f;
|
|
9
|
-
//# sourceMappingURL=out.js.map
|
|
10
|
-
//# sourceMappingURL=chunk-JTQJGSUM.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../generated/companies/Apple.tsx"],"names":["forwardRef","jsx","AppleIcon","props","svgRef","height","width","Apple_default"],"mappings":"AAAA,OAAS,cAAAA,MAA4B,QAW/B,cAAAC,MAAA,oBAVN,IAAMC,EAAYF,EAChB,CAACG,EAAOC,EAAQC,EAAS,GAAIC,EAAQ,KACnCL,EAAC,OACC,MAAM,6BACN,QAAQ,eACR,OAAQI,EACR,MAAOC,EACP,IAAKF,EACJ,GAAGD,EAEJ,SAAAF,EAAC,QACC,KAAK,eACL,EAAE,0iBACJ,EACF,CAEJ,EACOM,EAAQL","sourcesContent":["import { forwardRef, SVGProps } from 'react';\nconst AppleIcon = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>(\n (props, svgRef, height = 24, width = 24) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 814 1000\"\n height={height}\n width={width}\n ref={svgRef}\n {...props}\n >\n <path\n fill=\"currentColor\"\n d=\"M788.1 340.9c-5.8 4.5-108.2 62.2-108.2 190.5 0 148.4 130.3 200.9 134.2 202.2-.6 3.2-20.7 71.9-68.7 141.9-42.8 61.6-87.5 123.1-155.5 123.1s-85.5-39.5-164-39.5c-76.5 0-103.7 40.8-165.9 40.8s-105.6-57-155.5-127C46.7 790.7 0 663 0 541.8c0-194.4 126.4-297.5 250.8-297.5 66.1 0 121.2 43.4 162.7 43.4 39.5 0 101.1-46 176.3-46 28.5 0 130.9 2.6 198.3 99.2zm-234-181.5c31.1-36.9 53.1-88.1 53.1-139.3 0-7.1-.6-14.3-1.9-20.1-50.6 1.9-110.8 33.7-147.1 75.8-28.5 32.4-55.1 83.6-55.1 135.5 0 7.8 1.3 15.6 1.9 18.1 3.2.6 8.4 1.3 13.6 1.3 45.4 0 102.5-30.4 135.5-71.3z\"\n />\n </svg>\n ),\n);\nexport default AppleIcon;\n"]}
|
package/dist/chunk-PAMT4YY6.mjs
DELETED
|
File without changes
|
|
File without changes
|