@web3icons/react 3.11.0 → 3.12.0
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/.tsbuildinfo +1 -1
- package/dist/{NetworkEos-FBOK5FF4.js → NetworkEos-OALFN34X.js} +2 -2
- package/dist/chunk-5WDKQFIQ.js +55 -0
- package/dist/chunk-5WDKQFIQ.js.map +1 -0
- package/dist/icons/{chunk-45ND3LTF.js → chunk-EUGCUQY2.js} +149 -117
- package/dist/icons/{chunk-45ND3LTF.js.map → chunk-EUGCUQY2.js.map} +1 -1
- package/dist/icons/networks/NetworkDiode.d.ts +16 -0
- package/dist/icons/networks/NetworkDiode.d.ts.map +1 -0
- package/dist/icons/networks/NetworkDiode.js +17 -0
- package/dist/icons/networks/NetworkEdgeless.d.ts +16 -0
- package/dist/icons/networks/NetworkEdgeless.d.ts.map +1 -0
- package/dist/icons/networks/NetworkEdgeless.js +17 -0
- package/dist/icons/networks/NetworkEos.d.ts +3 -1
- package/dist/icons/networks/NetworkEos.d.ts.map +1 -1
- package/dist/icons/networks/NetworkEos.js +5 -3
- package/dist/icons/networks/NetworkLens.d.ts +16 -0
- package/dist/icons/networks/NetworkLens.d.ts.map +1 -0
- package/dist/icons/networks/NetworkLens.js +17 -0
- package/dist/icons/networks/NetworkWorld.d.ts +16 -0
- package/dist/icons/networks/NetworkWorld.d.ts.map +1 -0
- package/dist/icons/networks/NetworkWorld.js +17 -0
- package/dist/index.d.ts +3 -1
- package/dist/index.js +2 -2
- package/package.json +2 -2
- package/dist/chunk-KYZ3OIZF.js +0 -23
- package/dist/chunk-KYZ3OIZF.js.map +0 -1
- /package/dist/{NetworkEos-FBOK5FF4.js.map → NetworkEos-OALFN34X.js.map} +0 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IconComponentProps } from '../../types';
|
|
3
|
+
/**
|
|
4
|
+
* @component @name NetworkDiode
|
|
5
|
+
*
|
|
6
|
+
* @example <NetworkDiode variant='branded' size={32} />
|
|
7
|
+
* @preview (branded) 
|
|
8
|
+
* @example <NetworkDiode variant='mono' size={32} />
|
|
9
|
+
* @preview (mono) 
|
|
10
|
+
*
|
|
11
|
+
* @param {IconComponentProps} props - IconComponentProps
|
|
12
|
+
* @returns {JSX.Element} JSX Element
|
|
13
|
+
*/
|
|
14
|
+
declare const NetworkDiode: import("react").ForwardRefExoticComponent<Omit<IconComponentProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
15
|
+
export default NetworkDiode;
|
|
16
|
+
//# sourceMappingURL=NetworkDiode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NetworkDiode.d.ts","sourceRoot":"","sources":["../../../src/icons/networks/NetworkDiode.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAGhD;;;;;;;;;;GAUG;AAEH,QAAA,MAAM,YAAY,2HAoBjB,CAAA;AAID,eAAe,YAAY,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { BaseIcon } from '../../BaseIcon';
|
|
4
|
+
/**
|
|
5
|
+
* @component @name NetworkDiode
|
|
6
|
+
*
|
|
7
|
+
* @example <NetworkDiode variant='branded' size={32} />
|
|
8
|
+
* @preview (branded) 
|
|
9
|
+
* @example <NetworkDiode variant='mono' size={32} />
|
|
10
|
+
* @preview (mono) 
|
|
11
|
+
*
|
|
12
|
+
* @param {IconComponentProps} props - IconComponentProps
|
|
13
|
+
* @returns {JSX.Element} JSX Element
|
|
14
|
+
*/
|
|
15
|
+
const NetworkDiode = forwardRef(({ variant = 'mono', fallback, ...props }, ref) => (_jsx(BaseIcon, { fallback: fallback, ...props, ref: ref, children: variant === 'mono' ? (_jsx(_Fragment, { children: _jsx("path", { fill: 'currentColor', d: 'M14.852 16.276c0 2.461-.674 3.987-4.026 3.987-3.353 0-4.027-1.526-4.027-3.987v-2.644c0-2.461.674-3.987 4.027-3.987 3.352 0 4.026 1.526 4.026 3.987zm3.364-8.37h-1.537v1.699l-.711.004-.083.002h-.313c-.57 0-.72-.245-.72-.821v-.88h.731l1.095-.007V2.841c0-.62-.218-.841-.833-.841h-.16c-.615 0-.833.22-.833.841v5.065h-4.026l-.09.002h-.044c-2.05 0-3.503.516-4.445 1.578C5.408 10.433 5 11.798 5 13.66v2.617c0 1.869.428 3.237 1.307 4.182C7.272 21.496 8.75 22 10.826 22c2.017 0 3.532-.518 4.5-1.54.897-.947 1.352-2.354 1.352-4.184v-6.66h1.538c.656 0 .784-.29.784-.793V8.7c0-.502-.128-.793-.784-.793' }) })) : (_jsx(_Fragment, { children: _jsx("path", { fill: '#F05C2E', d: 'M14.852 16.276c0 2.461-.674 3.987-4.026 3.987-3.353 0-4.027-1.526-4.027-3.987v-2.644c0-2.461.674-3.987 4.027-3.987 3.352 0 4.026 1.526 4.026 3.987zm3.364-8.37h-1.537v1.699l-.711.004-.083.002h-.313c-.57 0-.72-.245-.72-.821v-.88h.731l1.095-.007V2.841c0-.62-.218-.841-.833-.841h-.16c-.615 0-.833.22-.833.841v5.065h-4.026l-.09.002h-.044c-2.05 0-3.503.516-4.445 1.578C5.408 10.433 5 11.798 5 13.66v2.617c0 1.869.428 3.237 1.307 4.182C7.272 21.496 8.75 22 10.826 22c2.017 0 3.532-.518 4.5-1.54.897-.947 1.352-2.354 1.352-4.184v-6.66h1.538c.656 0 .784-.29.784-.793V8.7c0-.502-.128-.793-.784-.793' }) })) })));
|
|
16
|
+
NetworkDiode.displayName = 'NetworkDiode';
|
|
17
|
+
export default NetworkDiode;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IconComponentProps } from '../../types';
|
|
3
|
+
/**
|
|
4
|
+
* @component @name NetworkEdgeless
|
|
5
|
+
*
|
|
6
|
+
* @example <NetworkEdgeless variant='branded' size={32} />
|
|
7
|
+
* @preview (branded) 
|
|
8
|
+
* @example <NetworkEdgeless variant='mono' size={32} />
|
|
9
|
+
* @preview (mono) 
|
|
10
|
+
*
|
|
11
|
+
* @param {IconComponentProps} props - IconComponentProps
|
|
12
|
+
* @returns {JSX.Element} JSX Element
|
|
13
|
+
*/
|
|
14
|
+
declare const NetworkEdgeless: import("react").ForwardRefExoticComponent<Omit<IconComponentProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
15
|
+
export default NetworkEdgeless;
|
|
16
|
+
//# sourceMappingURL=NetworkEdgeless.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NetworkEdgeless.d.ts","sourceRoot":"","sources":["../../../src/icons/networks/NetworkEdgeless.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAGhD;;;;;;;;;;GAUG;AAEH,QAAA,MAAM,eAAe,2HAwBpB,CAAA;AAID,eAAe,eAAe,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { BaseIcon } from '../../BaseIcon';
|
|
4
|
+
/**
|
|
5
|
+
* @component @name NetworkEdgeless
|
|
6
|
+
*
|
|
7
|
+
* @example <NetworkEdgeless variant='branded' size={32} />
|
|
8
|
+
* @preview (branded) 
|
|
9
|
+
* @example <NetworkEdgeless variant='mono' size={32} />
|
|
10
|
+
* @preview (mono) 
|
|
11
|
+
*
|
|
12
|
+
* @param {IconComponentProps} props - IconComponentProps
|
|
13
|
+
* @returns {JSX.Element} JSX Element
|
|
14
|
+
*/
|
|
15
|
+
const NetworkEdgeless = forwardRef(({ variant = 'mono', fallback, ...props }, ref) => (_jsx(BaseIcon, { fallback: fallback, ...props, ref: ref, children: variant === 'mono' ? (_jsx(_Fragment, { children: _jsx("path", { fill: 'currentColor', d: 'M3.048 2.028c-.076.068-.056 18.075.02 18.097.036.012.578.012 1.204.003l1.139-.018-.017-9.045-.017-9.046-1.141-.016c-.628-.009-1.163.002-1.188.025m5.31.606c-.777.012-1.117.038-1.155.09-.064.086-.06 6.026.004 6.023.024 0 .184-.21.355-.463.33-.49.846-1.09.939-1.09.03 0 .055 2.032.055 4.517 0 2.728-.025 4.516-.062 4.516-.082 0-.811-.868-1.053-1.252-.105-.167-.207-.303-.227-.303s-.035 1.366-.033 3.036l.003 3.036 1.18.016c1.082.015 1.181.008 1.205-.09.058-.233.01-17.968-.049-18.01-.033-.023-.557-.035-1.162-.026m3.054.65c-.053.047-.064 2.175-.012 2.175.02 0 .252-.054.518-.12.58-.143.786-.151.787-.03l.002 6.476c0 5.443-.013 6.389-.094 6.404-.051.01-.336-.037-.631-.104a11 11 0 0 0-.578-.123c-.022 0-.032.774-.022 1.72l.018 1.72h2.342V3.276L12.6 3.259c-.628-.009-1.162.003-1.188.025m4.117 1.317.02.698.535.16c.6.182 1.133.41 1.555.67l.285.173v10.814l-.184.117c-.312.198-1.15.56-1.684.727l-.508.159V22h2.342l.018-2.431.017-2.432.451-.342c.552-.42 1.163-1.023 1.476-1.46.359-.502.79-1.358.952-1.89.186-.612.26-2.274.131-2.925-.279-1.402-1.238-2.914-2.397-3.778-.246-.184-.484-.393-.53-.465-.057-.09-.083-.473-.083-1.252l-.001-1.121H15.51z', fillRule: 'evenodd', clipRule: 'evenodd' }) })) : (_jsx(_Fragment, { children: _jsx("path", { fill: '#A0EB67', d: 'M3.048 2.028c-.076.068-.056 18.075.02 18.097.036.012.578.012 1.204.003l1.139-.018-.017-9.045-.017-9.046-1.141-.016c-.628-.009-1.163.002-1.188.025m5.31.606c-.777.012-1.117.038-1.155.09-.064.086-.06 6.026.004 6.023.024 0 .184-.21.355-.463.33-.49.846-1.09.939-1.09.03 0 .055 2.032.055 4.517 0 2.728-.025 4.516-.062 4.516-.082 0-.811-.868-1.053-1.252-.105-.167-.207-.303-.227-.303s-.035 1.366-.033 3.036l.003 3.036 1.18.016c1.082.015 1.181.008 1.205-.09.058-.233.01-17.968-.049-18.01-.033-.023-.557-.035-1.162-.026m3.054.65c-.053.047-.064 2.175-.012 2.175.02 0 .252-.054.518-.12.58-.143.786-.151.787-.03l.002 6.476c0 5.443-.013 6.389-.094 6.404-.051.01-.336-.037-.631-.104a11 11 0 0 0-.578-.123c-.022 0-.032.774-.022 1.72l.018 1.72h2.342V3.276L12.6 3.259c-.628-.009-1.162.003-1.188.025m4.117 1.317.02.698.535.16c.6.182 1.133.41 1.555.67l.285.173v10.814l-.184.117c-.312.198-1.15.56-1.684.727l-.508.159V22h2.342l.018-2.431.017-2.432.451-.342c.552-.42 1.163-1.023 1.476-1.46.359-.502.79-1.358.952-1.89.186-.612.26-2.274.131-2.925-.279-1.402-1.238-2.914-2.397-3.778-.246-.184-.484-.393-.53-.465-.057-.09-.083-.473-.083-1.252l-.001-1.121H15.51z', fillRule: 'evenodd', clipRule: 'evenodd' }) })) })));
|
|
16
|
+
NetworkEdgeless.displayName = 'NetworkEdgeless';
|
|
17
|
+
export default NetworkEdgeless;
|
|
@@ -3,8 +3,10 @@ import { IconComponentProps } from '../../types';
|
|
|
3
3
|
/**
|
|
4
4
|
* @component @name NetworkEos
|
|
5
5
|
*
|
|
6
|
+
* @example <NetworkEos variant='branded' size={32} />
|
|
7
|
+
* @preview (branded) 
|
|
6
8
|
* @example <NetworkEos variant='mono' size={32} />
|
|
7
|
-
* @preview (mono)  
|
|
8
10
|
*
|
|
9
11
|
* @param {IconComponentProps} props - IconComponentProps
|
|
10
12
|
* @returns {JSX.Element} JSX Element
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NetworkEos.d.ts","sourceRoot":"","sources":["../../../src/icons/networks/NetworkEos.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAGhD
|
|
1
|
+
{"version":3,"file":"NetworkEos.d.ts","sourceRoot":"","sources":["../../../src/icons/networks/NetworkEos.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAGhD;;;;;;;;;;GAUG;AAEH,QAAA,MAAM,UAAU,2HAiCf,CAAA;AAID,eAAe,UAAU,CAAA"}
|
|
@@ -1,15 +1,17 @@
|
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
1
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
import { BaseIcon } from '../../BaseIcon';
|
|
4
4
|
/**
|
|
5
5
|
* @component @name NetworkEos
|
|
6
6
|
*
|
|
7
|
+
* @example <NetworkEos variant='branded' size={32} />
|
|
8
|
+
* @preview (branded) 
|
|
7
9
|
* @example <NetworkEos variant='mono' size={32} />
|
|
8
|
-
* @preview (mono)  
|
|
9
11
|
*
|
|
10
12
|
* @param {IconComponentProps} props - IconComponentProps
|
|
11
13
|
* @returns {JSX.Element} JSX Element
|
|
12
14
|
*/
|
|
13
|
-
const NetworkEos = forwardRef(({ fallback, ...props }, ref) => (_jsx(BaseIcon, { fallback: fallback, ...props, ref: ref, children: _jsx("path", { fill: 'currentColor', d: '
|
|
15
|
+
const NetworkEos = forwardRef(({ variant = 'mono', fallback, ...props }, ref) => (_jsx(BaseIcon, { fallback: fallback, ...props, ref: ref, children: variant === 'mono' ? (_jsxs(_Fragment, { children: [_jsx("path", { fill: 'currentColor', d: 'm20.529 6.91-8.454-4.881-.034-.019a.08.08 0 0 0-.079 0L3.371 6.97a.08.08 0 0 0-.041.07v9.92a.08.08 0 0 0 .04.07l8.591 4.959a.08.08 0 0 0 .082 0l5.18-2.99a.08.08 0 0 0 .04-.07v-1.614a.08.08 0 0 1 .122-.07l1.293.745.105.06a.08.08 0 0 0 .081 0l.105-.06 1.665-.96a.08.08 0 0 0 .04-.072V7.041a.08.08 0 0 0-.04-.07zm-8.795 14.613-8.072-4.66a.08.08 0 0 1-.041-.071V7.47a.08.08 0 0 1 .122-.07l8.073 4.66a.08.08 0 0 1 .04.07v9.322a.082.082 0 0 1-.122.071m.268-9.691L3.888 7.147a.082.082 0 0 1 0-.14l8.073-4.661a.08.08 0 0 1 .082 0l8.073 4.662a.082.082 0 0 1 0 .14l-1.252.723a.08.08 0 0 1-.081 0l-6.635-3.832-.105-.06a.08.08 0 0 0-.082 0l-.105.06-1.705.985-.023.013a.082.082 0 0 0 0 .141l.017.01.007.003 1.58.913.125.072 4.848 2.8a.081.081 0 0 1 0 .14l-1.25.723a.08.08 0 0 1-.082 0L8.736 6.01l-.105-.06a.08.08 0 0 0-.081 0l-.105.06-1.728.997a.082.082 0 0 0 0 .141l6.699 3.869zm6.531-3.77-1.414.817-4.93-2.847a.08.08 0 0 1-.04-.071V4.516c0-.063.067-.103.122-.071zm-6.676-3.546v1.183a.082.082 0 0 1-.123.071l-1.147-.661 1.147-.663a.082.082 0 0 1 .123.071zm1.996 12.275v-5.813a.08.08 0 0 0-.041-.07L8.777 8a.08.08 0 0 1-.04-.07V6.483a.08.08 0 0 1 .122-.07l6.367 3.675a.08.08 0 0 1 .041.071v7.353a.082.082 0 0 1-.122.07l-1.251-.722a.08.08 0 0 1-.041-.07M15 17.977l-1.025.591a.082.082 0 0 1-.122-.07v-1.184c0-.062.068-.102.122-.07l1.025.591a.082.082 0 0 1 0 .141M8.446 6.486v1.183a.082.082 0 0 1-.123.07L7.3 7.149a.082.082 0 0 1 0-.141l1.024-.592a.082.082 0 0 1 .123.071m8.817 10.306v-5.646c0-.03.015-.056.04-.07l1.252-.723a.082.082 0 0 1 .122.071v7.09a.08.08 0 0 1-.122.071l-1.251-.722a.08.08 0 0 1-.04-.071m3.08.07-1.252.723a.082.082 0 0 1-.122-.07V9.92a.082.082 0 0 0-.123-.071l-1.832 1.057a.08.08 0 0 0-.04.071v7.783q-.002.047-.042.07l-4.662 2.692a.082.082 0 0 1-.122-.07V12.13q.001-.047.04-.07l1.252-.723a.082.082 0 0 1 .122.07v7.594c0 .063.068.103.122.071l1.833-1.058a.08.08 0 0 0 .04-.07v-7.783q.002-.047.042-.07L20.26 7.4a.082.082 0 0 1 .123.07v9.322q-.002.047-.041.07' }), _jsx("path", { fill: 'currentColor', d: 'M10.442 19.002v-6.054a.08.08 0 0 0-.041-.07l-5.243-3.03a.082.082 0 0 0-.123.071v6.054q.002.047.04.071l5.244 3.028a.082.082 0 0 0 .123-.071m-3.288-7.664 2.956 1.707q.04.025.04.07v3.415a.082.082 0 0 1-.122.07l-2.956-1.706a.08.08 0 0 1-.04-.07v-3.415c0-.063.067-.103.122-.071m-1.706-.985 1.252.723a.08.08 0 0 1 .04.07v3.677q-.001.047-.04.071l-1.252.722a.082.082 0 0 1-.122-.07v-5.123c0-.062.068-.102.122-.07m-.122 5.5.105.062a.08.08 0 0 0 .081 0l1.333-.769a.08.08 0 0 1 .082 0l3.184 1.838a.08.08 0 0 1 .04.07V18.5a.082.082 0 0 1-.122.07l-4.557-2.63-.145-.084z' })] })) : (_jsxs(_Fragment, { children: [_jsx("path", { fill: '#FFA534', d: 'M6.794 11v4.001l-1.732 1v-6zm13.858-4v10l-1.733 1v-8l-1.732 1v8l-5.196 3V12l1.732-1v8l1.732-1v-8zM8.527 6 6.794 7l1.733 1zm3.463-2-1.732 1 1.733 1z' }), _jsx("path", { fill: '#fff', d: 'm20.652 7-1.733 1-6.928-4-1.733 1 1.733 1 5.196 3-1.731 1h-.001L8.527 6 6.794 7l6.929 4-1.732 1L3.33 7l8.66-5zM10.258 17v2l-5.196-3 1.732-.999zm3.465 2 1.732-1-1.732-1z' }), _jsx("path", { fill: '#FF6C2D', d: 'M3.33 7v10l8.66 5V12zm6.928 12-5.196-3v-6l5.196 3zm8.662-1-1.733-1v-6l1.732-1zm0-10-1.733 1-5.196-3V4z' }), _jsx("path", { fill: '#FF6C2D', d: 'M8.527 6v2l5.196 3v6l1.732 1v-8z' })] })) })));
|
|
14
16
|
NetworkEos.displayName = 'NetworkEos';
|
|
15
17
|
export default NetworkEos;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IconComponentProps } from '../../types';
|
|
3
|
+
/**
|
|
4
|
+
* @component @name NetworkLens
|
|
5
|
+
*
|
|
6
|
+
* @example <NetworkLens variant='branded' size={32} />
|
|
7
|
+
* @preview (branded) 
|
|
8
|
+
* @example <NetworkLens variant='mono' size={32} />
|
|
9
|
+
* @preview (mono) 
|
|
10
|
+
*
|
|
11
|
+
* @param {IconComponentProps} props - IconComponentProps
|
|
12
|
+
* @returns {JSX.Element} JSX Element
|
|
13
|
+
*/
|
|
14
|
+
declare const NetworkLens: import("react").ForwardRefExoticComponent<Omit<IconComponentProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
15
|
+
export default NetworkLens;
|
|
16
|
+
//# sourceMappingURL=NetworkLens.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NetworkLens.d.ts","sourceRoot":"","sources":["../../../src/icons/networks/NetworkLens.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAGhD;;;;;;;;;;GAUG;AAEH,QAAA,MAAM,WAAW,2HAwBhB,CAAA;AAID,eAAe,WAAW,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { BaseIcon } from '../../BaseIcon';
|
|
4
|
+
/**
|
|
5
|
+
* @component @name NetworkLens
|
|
6
|
+
*
|
|
7
|
+
* @example <NetworkLens variant='branded' size={32} />
|
|
8
|
+
* @preview (branded) 
|
|
9
|
+
* @example <NetworkLens variant='mono' size={32} />
|
|
10
|
+
* @preview (mono) 
|
|
11
|
+
*
|
|
12
|
+
* @param {IconComponentProps} props - IconComponentProps
|
|
13
|
+
* @returns {JSX.Element} JSX Element
|
|
14
|
+
*/
|
|
15
|
+
const NetworkLens = forwardRef(({ variant = 'mono', fallback, ...props }, ref) => (_jsx(BaseIcon, { fallback: fallback, ...props, ref: ref, children: variant === 'mono' ? (_jsx(_Fragment, { children: _jsx("path", { fill: 'currentColor', d: 'M15.79 9.124a3.56 3.56 0 0 1 2.427-.964A3.785 3.785 0 0 1 22 11.947c0 1.809-1.79 3.356-2.238 3.712-2.093 1.667-4.82 2.642-7.762 2.642-2.943 0-5.669-.975-7.762-2.642C3.793 15.303 2 13.753 2 11.946A3.784 3.784 0 0 1 5.782 8.16c.94 0 1.785.369 2.429.964l.066-.033C8.424 7.14 10.01 5.6 12 5.6s3.576 1.54 3.723 3.491zm.755 3.765c.287.287.493.634.608 1.013h.002a.305.305 0 0 1-.244.384.31.31 0 0 1-.34-.216 1.8 1.8 0 0 0-.454-.751 1.82 1.82 0 0 0-1.353-.534l-.055.002a.804.804 0 1 1-1.084.438 1.8 1.8 0 0 0-.557.845.304.304 0 0 1-.34.216.305.305 0 0 1-.245-.384c.115-.38.32-.726.608-1.013a2.43 2.43 0 0 1 1.727-.715 2.43 2.43 0 0 1 1.727.715m-7.416-.104q.027-.003.056-.003a1.83 1.83 0 0 1 1.75 1.287c.045.148.19.242.34.217a.305.305 0 0 0 .244-.384 2.4 2.4 0 0 0-.607-1.013 2.43 2.43 0 0 0-1.727-.715 2.43 2.43 0 0 0-1.727.715 2.4 2.4 0 0 0-.608 1.013.305.305 0 0 0 .244.384.304.304 0 0 0 .341-.216 1.8 1.8 0 0 1 .557-.845.804.804 0 1 0 1.551.29c0-.323-.193-.6-.468-.728h-.002zm2.874 2.939a1.83 1.83 0 0 0 1.22-.469.31.31 0 0 1 .412-.005c.133.117.14.329.008.448a2.43 2.43 0 0 1-3.28 0 .303.303 0 0 1 .007-.448.31.31 0 0 1 .412.005c.323.29.753.469 1.22.469', fillRule: 'evenodd', clipRule: 'evenodd' }) })) : (_jsx(_Fragment, { children: _jsx("path", { fill: '#000', d: 'M15.79 9.124a3.56 3.56 0 0 1 2.427-.964A3.785 3.785 0 0 1 22 11.947c0 1.809-1.79 3.356-2.238 3.712-2.093 1.667-4.82 2.642-7.762 2.642-2.943 0-5.669-.975-7.762-2.642C3.793 15.303 2 13.753 2 11.946A3.784 3.784 0 0 1 5.782 8.16c.94 0 1.785.369 2.429.964l.066-.033C8.424 7.14 10.01 5.6 12 5.6s3.576 1.54 3.723 3.491zm.755 3.765c.287.287.493.634.608 1.013h.002a.305.305 0 0 1-.244.384.31.31 0 0 1-.34-.216 1.8 1.8 0 0 0-.454-.751 1.82 1.82 0 0 0-1.353-.534l-.055.002a.804.804 0 1 1-1.084.438 1.8 1.8 0 0 0-.557.845.304.304 0 0 1-.34.216.305.305 0 0 1-.245-.384c.115-.38.32-.726.608-1.013a2.43 2.43 0 0 1 1.727-.715 2.43 2.43 0 0 1 1.727.715m-7.416-.104q.027-.003.056-.003a1.83 1.83 0 0 1 1.75 1.287c.045.148.19.242.34.217a.305.305 0 0 0 .244-.384 2.4 2.4 0 0 0-.607-1.013 2.43 2.43 0 0 0-1.727-.715 2.43 2.43 0 0 0-1.727.715 2.4 2.4 0 0 0-.608 1.013.305.305 0 0 0 .244.384.304.304 0 0 0 .341-.216 1.8 1.8 0 0 1 .557-.845.804.804 0 1 0 1.551.29c0-.323-.193-.6-.468-.728h-.002zm2.874 2.939a1.83 1.83 0 0 0 1.22-.469.31.31 0 0 1 .412-.005c.133.117.14.329.008.448a2.43 2.43 0 0 1-3.28 0 .303.303 0 0 1 .007-.448.31.31 0 0 1 .412.005c.323.29.753.469 1.22.469', fillRule: 'evenodd', clipRule: 'evenodd' }) })) })));
|
|
16
|
+
NetworkLens.displayName = 'NetworkLens';
|
|
17
|
+
export default NetworkLens;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IconComponentProps } from '../../types';
|
|
3
|
+
/**
|
|
4
|
+
* @component @name NetworkWorld
|
|
5
|
+
*
|
|
6
|
+
* @example <NetworkWorld variant='branded' size={32} />
|
|
7
|
+
* @preview (branded) 
|
|
8
|
+
* @example <NetworkWorld variant='mono' size={32} />
|
|
9
|
+
* @preview (mono) 
|
|
10
|
+
*
|
|
11
|
+
* @param {IconComponentProps} props - IconComponentProps
|
|
12
|
+
* @returns {JSX.Element} JSX Element
|
|
13
|
+
*/
|
|
14
|
+
declare const NetworkWorld: import("react").ForwardRefExoticComponent<Omit<IconComponentProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
15
|
+
export default NetworkWorld;
|
|
16
|
+
//# sourceMappingURL=NetworkWorld.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NetworkWorld.d.ts","sourceRoot":"","sources":["../../../src/icons/networks/NetworkWorld.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAGhD;;;;;;;;;;GAUG;AAEH,QAAA,MAAM,YAAY,2HAoBjB,CAAA;AAID,eAAe,YAAY,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { BaseIcon } from '../../BaseIcon';
|
|
4
|
+
/**
|
|
5
|
+
* @component @name NetworkWorld
|
|
6
|
+
*
|
|
7
|
+
* @example <NetworkWorld variant='branded' size={32} />
|
|
8
|
+
* @preview (branded) 
|
|
9
|
+
* @example <NetworkWorld variant='mono' size={32} />
|
|
10
|
+
* @preview (mono) 
|
|
11
|
+
*
|
|
12
|
+
* @param {IconComponentProps} props - IconComponentProps
|
|
13
|
+
* @returns {JSX.Element} JSX Element
|
|
14
|
+
*/
|
|
15
|
+
const NetworkWorld = forwardRef(({ variant = 'mono', fallback, ...props }, ref) => (_jsx(BaseIcon, { fallback: fallback, ...props, ref: ref, children: variant === 'mono' ? (_jsx(_Fragment, { children: _jsx("path", { fill: 'currentColor', d: 'M17.014 3.337Q14.716 2 12 2 9.285 2 6.986 3.337a9.97 9.97 0 0 0-3.649 3.65Q2 9.283 2 12t1.337 5.014a9.97 9.97 0 0 0 3.65 3.649Q9.283 22 12 22t5.014-1.337a9.97 9.97 0 0 0 3.649-3.65Q22 14.717 22 12t-1.337-5.014a9.97 9.97 0 0 0-3.65-3.649m-4.401 12.284c-1.142 0-2.034-.334-2.73-.975a3.05 3.05 0 0 1-.92-1.615h10.809a8.2 8.2 0 0 1-.78 2.59zm-3.65-4.624c.14-.613.446-1.17.92-1.615.696-.641 1.588-.975 2.73-.975h6.379c.418.807.668 1.671.78 2.59zM5.23 8.017c.697-1.198 1.644-2.173 2.841-2.87a7.7 7.7 0 0 1 3.956-1.058c1.448 0 2.758.362 3.955 1.059a8.2 8.2 0 0 1 1.644 1.281h-5.042c-1.142 0-2.173.25-3.064.724S7.933 8.295 7.46 9.131a5.7 5.7 0 0 0-.669 1.894H4.312a7.5 7.5 0 0 1 .975-2.98zm10.724 10.835A7.7 7.7 0 0 1 12 19.911a7.7 7.7 0 0 1-3.955-1.059c-1.198-.696-2.145-1.67-2.842-2.869a7.4 7.4 0 0 1-.975-2.952h2.48c.11.668.334 1.309.668 1.894.501.835 1.198 1.476 2.061 1.977.892.474 1.922.725 3.064.725h5.014a7.6 7.6 0 0 1-1.587 1.225z' }) })) : (_jsx(_Fragment, { children: _jsx("path", { fill: '#000', d: 'M17.014 3.337Q14.716 2 12 2 9.285 2 6.986 3.337a9.97 9.97 0 0 0-3.649 3.65Q2 9.283 2 12t1.337 5.014a9.97 9.97 0 0 0 3.65 3.649Q9.283 22 12 22t5.014-1.337a9.97 9.97 0 0 0 3.649-3.65Q22 14.717 22 12t-1.337-5.014a9.97 9.97 0 0 0-3.65-3.649m-4.401 12.284c-1.142 0-2.034-.334-2.73-.975a3.05 3.05 0 0 1-.92-1.615h10.809a8.2 8.2 0 0 1-.78 2.59zm-3.65-4.624c.14-.613.446-1.17.92-1.615.696-.641 1.588-.975 2.73-.975h6.379c.418.807.668 1.671.78 2.59zM5.23 8.017c.697-1.198 1.644-2.173 2.841-2.87a7.7 7.7 0 0 1 3.956-1.058c1.448 0 2.758.362 3.955 1.059a8.2 8.2 0 0 1 1.644 1.281h-5.042c-1.142 0-2.173.25-3.064.724S7.933 8.295 7.46 9.131a5.7 5.7 0 0 0-.669 1.894H4.312a7.5 7.5 0 0 1 .975-2.98zm10.724 10.835A7.7 7.7 0 0 1 12 19.911a7.7 7.7 0 0 1-3.955-1.059c-1.198-.696-2.145-1.67-2.842-2.869a7.4 7.4 0 0 1-.975-2.952h2.48c.11.668.334 1.309.668 1.894.501.835 1.198 1.476 2.061 1.977.892.474 1.922.725 3.064.725h5.014a7.6 7.6 0 0 1-1.587 1.225z' }) })) })));
|
|
16
|
+
NetworkWorld.displayName = 'NetworkWorld';
|
|
17
|
+
export default NetworkWorld;
|
package/dist/index.d.ts
CHANGED
|
@@ -25434,8 +25434,10 @@ declare const NetworkHarmony: react.ForwardRefExoticComponent<Omit<IconComponent
|
|
|
25434
25434
|
/**
|
|
25435
25435
|
* @component @name NetworkEos
|
|
25436
25436
|
*
|
|
25437
|
+
* @example <NetworkEos variant='branded' size={32} />
|
|
25438
|
+
* @preview (branded) 
|
|
25437
25439
|
* @example <NetworkEos variant='mono' size={32} />
|
|
25438
|
-
* @preview (mono)  
|
|
25439
25441
|
*
|
|
25440
25442
|
* @param {IconComponentProps} props - IconComponentProps
|
|
25441
25443
|
* @returns {JSX.Element} JSX Element
|
package/dist/index.js
CHANGED
|
@@ -201,7 +201,7 @@ import {
|
|
|
201
201
|
} from "./chunk-WMKXHIHB.js";
|
|
202
202
|
import {
|
|
203
203
|
NetworkEos_default
|
|
204
|
-
} from "./chunk-
|
|
204
|
+
} from "./chunk-5WDKQFIQ.js";
|
|
205
205
|
import {
|
|
206
206
|
NetworkEthereumClassic_default
|
|
207
207
|
} from "./chunk-OQEBEJSM.js";
|
|
@@ -6439,7 +6439,7 @@ var NETWORK_ICON_IMPORT_MAP = {
|
|
|
6439
6439
|
NetworkXai: () => import("./NetworkXai-ZIF3SZKE.js"),
|
|
6440
6440
|
NetworkTenet: () => import("./NetworkTenet-ZSPKR2D2.js"),
|
|
6441
6441
|
NetworkHarmony: () => import("./NetworkHarmony-KQE6MEKG.js"),
|
|
6442
|
-
NetworkEos: () => import("./NetworkEos-
|
|
6442
|
+
NetworkEos: () => import("./NetworkEos-OALFN34X.js"),
|
|
6443
6443
|
NetworkEthereumClassic: () => import("./NetworkEthereumClassic-2VRKJABC.js"),
|
|
6444
6444
|
NetworkCronosZkevm: () => import("./NetworkCronosZkevm-2OLGXXSQ.js"),
|
|
6445
6445
|
NetworkCosmosHub: () => import("./NetworkCosmosHub-FGLCO6H5.js"),
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"crypto logos",
|
|
12
12
|
"coin icons"
|
|
13
13
|
],
|
|
14
|
-
"version": "3.
|
|
14
|
+
"version": "3.12.0",
|
|
15
15
|
"private": false,
|
|
16
16
|
"license": "MIT",
|
|
17
17
|
"type": "module",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"clean": "rm -rf dist"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@web3icons/common": "0.
|
|
44
|
+
"@web3icons/common": "0.6.0",
|
|
45
45
|
"react": "^18.2.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
package/dist/chunk-KYZ3OIZF.js
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
BaseIcon
|
|
3
|
-
} from "./chunk-WWOU6XOE.js";
|
|
4
|
-
|
|
5
|
-
// src/icons/networks/NetworkEos.tsx
|
|
6
|
-
import { forwardRef } from "react";
|
|
7
|
-
import { jsx } from "react/jsx-runtime";
|
|
8
|
-
var NetworkEos = forwardRef(
|
|
9
|
-
({ fallback, ...props }, ref) => /* @__PURE__ */ jsx(BaseIcon, { fallback, ...props, ref, children: /* @__PURE__ */ jsx(
|
|
10
|
-
"path",
|
|
11
|
-
{
|
|
12
|
-
fill: "currentColor",
|
|
13
|
-
d: "M12 2 7.32 8.44l-1.96 9.52L12 22l6.64-4.04-2-9.56zM6.44 17.52l1.48-7.24 3.36 10.2zM8.4 8.64 12 3.68l3.6 4.96L12 19.52zm4.28 11.84 3.36-10.2 1.48 7.24z"
|
|
14
|
-
}
|
|
15
|
-
) })
|
|
16
|
-
);
|
|
17
|
-
NetworkEos.displayName = "NetworkEos";
|
|
18
|
-
var NetworkEos_default = NetworkEos;
|
|
19
|
-
|
|
20
|
-
export {
|
|
21
|
-
NetworkEos_default
|
|
22
|
-
};
|
|
23
|
-
//# sourceMappingURL=chunk-KYZ3OIZF.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/icons/networks/NetworkEos.tsx"],"sourcesContent":["import { forwardRef } from 'react'\nimport { IconComponentProps } from '../../types'\nimport { BaseIcon } from '../../BaseIcon'\n\n/**\n * @component @name NetworkEos\n *\n * @example <NetworkEos variant='mono' size={32} />\n * @preview (mono) \n *\n * @param {IconComponentProps} props - IconComponentProps\n * @returns {JSX.Element} JSX Element\n */\n\nconst NetworkEos = forwardRef<SVGSVGElement, IconComponentProps>(\n ({ fallback, ...props }, ref) => (\n <BaseIcon fallback={fallback} {...props} ref={ref}>\n <path\n fill='currentColor'\n d='M12 2 7.32 8.44l-1.96 9.52L12 22l6.64-4.04-2-9.56zM6.44 17.52l1.48-7.24 3.36 10.2zM8.4 8.64 12 3.68l3.6 4.96L12 19.52zm4.28 11.84 3.36-10.2 1.48 7.24z'\n />\n </BaseIcon>\n ),\n)\n\nNetworkEos.displayName = 'NetworkEos'\n\nexport default NetworkEos\n"],"mappings":";;;;;AAAA,SAAS,kBAAkB;AAiBrB;AAHN,IAAM,aAAa;AAAA,EACjB,CAAC,EAAE,UAAU,GAAG,MAAM,GAAG,QACvB,oBAAC,YAAS,UAAqB,GAAG,OAAO,KACvC;AAAA,IAAC;AAAA;AAAA,MACC,MAAK;AAAA,MACL,GAAE;AAAA;AAAA,EACJ,GACF;AAEJ;AAEA,WAAW,cAAc;AAEzB,IAAO,qBAAQ;","names":[]}
|
|
File without changes
|