@dynamic-labs/iconic 0.1.31 → 0.1.33
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/package.json
CHANGED
|
@@ -7,6 +7,7 @@ export declare const CosmosIcon: Iconic;
|
|
|
7
7
|
export declare const OsmosisIcon: Iconic;
|
|
8
8
|
export declare const AxelarIcon: Iconic;
|
|
9
9
|
export declare const EthereumIcon: Iconic;
|
|
10
|
+
export declare const GoerliIcon: Iconic;
|
|
10
11
|
export declare const ZkSyncIcon: Iconic;
|
|
11
12
|
export declare const FlowIcon: Iconic;
|
|
12
13
|
export declare const GnosisIcon: Iconic;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StarknetIcon = exports.SolanaIcon = exports.PolygonIcon = exports.PalmIcon = exports.OptimismIcon = exports.GnosisIcon = exports.FlowIcon = exports.ZkSyncIcon = exports.EthereumIcon = exports.AxelarIcon = exports.OsmosisIcon = exports.CosmosIcon = exports.BnbIcon = exports.AuroraIcon = exports.ArbitrumIcon = exports.AlgorandIcon = void 0;
|
|
3
|
+
exports.StarknetIcon = exports.SolanaIcon = exports.PolygonIcon = exports.PalmIcon = exports.OptimismIcon = exports.GnosisIcon = exports.FlowIcon = exports.ZkSyncIcon = exports.GoerliIcon = exports.EthereumIcon = exports.AxelarIcon = exports.OsmosisIcon = exports.CosmosIcon = exports.BnbIcon = exports.AuroraIcon = exports.ArbitrumIcon = exports.AlgorandIcon = void 0;
|
|
4
4
|
const Iconic_1 = require("../../Iconic");
|
|
5
5
|
exports.AlgorandIcon = (0, Iconic_1.createIconic)({
|
|
6
6
|
iconName: 'algorand',
|
|
@@ -42,6 +42,11 @@ exports.EthereumIcon = (0, Iconic_1.createIconic)({
|
|
|
42
42
|
alt: 'Ethereum Chain',
|
|
43
43
|
sourcePath: 'icons/chains/ethereum.svg'
|
|
44
44
|
});
|
|
45
|
+
exports.GoerliIcon = (0, Iconic_1.createIconic)({
|
|
46
|
+
iconName: 'goerli',
|
|
47
|
+
alt: 'Goerli Chain',
|
|
48
|
+
sourcePath: 'icons/chains/goerli.svg'
|
|
49
|
+
});
|
|
45
50
|
exports.ZkSyncIcon = (0, Iconic_1.createIconic)({
|
|
46
51
|
iconName: 'zkSync',
|
|
47
52
|
alt: 'zkSync Era Chain',
|