@dynamic-labs/iconic 0.1.7 → 0.1.9

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/iconic",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "description": "A library of icons used by Dynamic Lab's SDK, served via CDN",
5
5
  "main": "dist/src/index.js",
6
6
  "scripts": {
@@ -1,2 +1,3 @@
1
1
  import { type Iconic } from '../../Iconic';
2
2
  export declare const CaptchaWaveIcon: Iconic;
3
+ export declare const UserProfileIcon: Iconic;
@@ -1,9 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CaptchaWaveIcon = void 0;
3
+ exports.UserProfileIcon = exports.CaptchaWaveIcon = void 0;
4
4
  const Iconic_1 = require("../../Iconic");
5
5
  exports.CaptchaWaveIcon = (0, Iconic_1.createIconic)({
6
6
  iconName: 'captcha-wave',
7
7
  alt: 'Captcha Wave',
8
8
  sourcePath: 'icons/misc/captcha-wave.svg'
9
9
  });
10
+ exports.UserProfileIcon = (0, Iconic_1.createIconic)({
11
+ iconName: 'user-profile',
12
+ alt: 'User Profile',
13
+ sourcePath: 'icons/misc/user-profile.svg'
14
+ });
@@ -1,31 +1,50 @@
1
1
  import { type Iconic } from '../../Iconic';
2
+ export declare const OneInchIcon: Iconic;
2
3
  export declare const AlgorandIcon: Iconic;
3
4
  export declare const ArgentXIcon: Iconic;
5
+ export declare const BinanceIcon: Iconic;
6
+ export declare const BitPayIcon: Iconic;
4
7
  export declare const BloctoIcon: Iconic;
5
8
  export declare const BraavosIcon: Iconic;
9
+ export declare const Coin90Icon: Iconic;
6
10
  export declare const CoinbaseIcon: Iconic;
11
+ export declare const CryptoIcon: Iconic;
7
12
  export declare const DapperIcon: Iconic;
8
13
  export declare const DawnIcon: Iconic;
14
+ export declare const EmailSignIcon: Iconic;
9
15
  export declare const SignInWithEmailIcon: Iconic;
10
16
  export declare const ExodusIcon: Iconic;
17
+ export declare const FireblocksIcon: Iconic;
11
18
  export declare const FlowIcon: Iconic;
12
19
  export declare const FortmaticIcon: Iconic;
13
20
  export declare const FrameIcon: Iconic;
14
21
  export declare const GamestopIcon: Iconic;
15
22
  export declare const GlowIcon: Iconic;
23
+ export declare const ImTokenWallet: Iconic;
16
24
  export declare const InjectedWalletIcon: Iconic;
17
25
  export declare const LedgerIcon: Iconic;
18
26
  export declare const LilicoIcon: Iconic;
27
+ export declare const LinenIcon: Iconic;
19
28
  export declare const MaticIcon: Iconic;
20
29
  export declare const MetaMaskIcon: Iconic;
21
30
  export declare const MissingIcon: Iconic;
22
31
  export declare const MyalgoIcon: Iconic;
32
+ export declare const OmniIcon: Iconic;
33
+ export declare const OpeanSeaIcon: Iconic;
23
34
  export declare const PhantomIcon: Iconic;
24
35
  export declare const RainbowIcon: Iconic;
36
+ export declare const SafeIcon: Iconic;
37
+ export declare const SequenceIcon: Iconic;
25
38
  export declare const SlopeIcon: Iconic;
26
39
  export declare const SolflareIcon: Iconic;
40
+ export declare const SpotIcon: Iconic;
27
41
  export declare const StrokeIcon: Iconic;
42
+ export declare const TallyCashIcon: Iconic;
28
43
  export declare const TerraIcon: Iconic;
44
+ export declare const TorusIcon: Iconic;
45
+ export declare const TrustIcon: Iconic;
46
+ export declare const UnstoppableIcon: Iconic;
29
47
  export declare const VenlyIcon: Iconic;
30
48
  export declare const WalletConnectIcon: Iconic;
31
49
  export declare const MagicLinkIcon: Iconic;
50
+ export declare const ZengoIcon: Iconic;
@@ -1,7 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MagicLinkIcon = exports.WalletConnectIcon = exports.VenlyIcon = exports.TerraIcon = exports.StrokeIcon = exports.SolflareIcon = exports.SlopeIcon = exports.RainbowIcon = exports.PhantomIcon = exports.MyalgoIcon = exports.MissingIcon = exports.MetaMaskIcon = exports.MaticIcon = exports.LilicoIcon = exports.LedgerIcon = exports.InjectedWalletIcon = exports.GlowIcon = exports.GamestopIcon = exports.FrameIcon = exports.FortmaticIcon = exports.FlowIcon = exports.ExodusIcon = exports.SignInWithEmailIcon = exports.DawnIcon = exports.DapperIcon = exports.CoinbaseIcon = exports.BraavosIcon = exports.BloctoIcon = exports.ArgentXIcon = exports.AlgorandIcon = void 0;
3
+ exports.ZengoIcon = exports.MagicLinkIcon = exports.WalletConnectIcon = exports.VenlyIcon = exports.UnstoppableIcon = exports.TrustIcon = exports.TorusIcon = exports.TerraIcon = exports.TallyCashIcon = exports.StrokeIcon = exports.SpotIcon = exports.SolflareIcon = exports.SlopeIcon = exports.SequenceIcon = exports.SafeIcon = exports.RainbowIcon = exports.PhantomIcon = exports.OpeanSeaIcon = exports.OmniIcon = exports.MyalgoIcon = exports.MissingIcon = exports.MetaMaskIcon = exports.MaticIcon = exports.LinenIcon = exports.LilicoIcon = exports.LedgerIcon = exports.InjectedWalletIcon = exports.ImTokenWallet = exports.GlowIcon = exports.GamestopIcon = exports.FrameIcon = exports.FortmaticIcon = exports.FlowIcon = exports.FireblocksIcon = exports.ExodusIcon = exports.SignInWithEmailIcon = exports.EmailSignIcon = exports.DawnIcon = exports.DapperIcon = exports.CryptoIcon = exports.CoinbaseIcon = exports.Coin90Icon = exports.BraavosIcon = exports.BloctoIcon = exports.BitPayIcon = exports.BinanceIcon = exports.ArgentXIcon = exports.AlgorandIcon = exports.OneInchIcon = void 0;
4
4
  const Iconic_1 = require("../../Iconic");
5
+ exports.OneInchIcon = (0, Iconic_1.createIconic)({
6
+ iconName: '1inch.svg',
7
+ alt: '1inch Wallet',
8
+ sourcePath: 'icons/wallets/1inch.svg'
9
+ });
5
10
  exports.AlgorandIcon = (0, Iconic_1.createIconic)({
6
11
  iconName: 'algorand',
7
12
  alt: 'Algorand Wallet',
@@ -12,6 +17,16 @@ exports.ArgentXIcon = (0, Iconic_1.createIconic)({
12
17
  alt: 'Argent X Wallet',
13
18
  sourcePath: 'icons/wallets/argentx.svg'
14
19
  });
20
+ exports.BinanceIcon = (0, Iconic_1.createIconic)({
21
+ iconName: 'binance.svg',
22
+ alt: 'Binance Wallet',
23
+ sourcePath: 'icons/wallets/binance.svg'
24
+ });
25
+ exports.BitPayIcon = (0, Iconic_1.createIconic)({
26
+ iconName: 'bitpay.svg',
27
+ alt: 'BitPay Wallet',
28
+ sourcePath: 'icons/wallets/bitpay.svg'
29
+ });
15
30
  exports.BloctoIcon = (0, Iconic_1.createIconic)({
16
31
  iconName: 'blocto',
17
32
  alt: 'Blocto Wallet',
@@ -22,11 +37,21 @@ exports.BraavosIcon = (0, Iconic_1.createIconic)({
22
37
  alt: 'Braavos Wallet',
23
38
  sourcePath: 'icons/wallets/braavos.svg'
24
39
  });
40
+ exports.Coin90Icon = (0, Iconic_1.createIconic)({
41
+ iconName: 'coin98.svg',
42
+ alt: 'Coin98 Wallet',
43
+ sourcePath: 'icons/wallets/coin98.svg'
44
+ });
25
45
  exports.CoinbaseIcon = (0, Iconic_1.createIconic)({
26
46
  iconName: 'coinbase',
27
47
  alt: 'Coinbase Wallet',
28
48
  sourcePath: 'icons/wallets/coinbase.svg'
29
49
  });
50
+ exports.CryptoIcon = (0, Iconic_1.createIconic)({
51
+ iconName: 'crypto.svg',
52
+ alt: 'Crypto Wallet',
53
+ sourcePath: 'icons/wallets/crypto.svg'
54
+ });
30
55
  exports.DapperIcon = (0, Iconic_1.createIconic)({
31
56
  iconName: 'dapper',
32
57
  alt: 'Dapper Wallet',
@@ -37,6 +62,11 @@ exports.DawnIcon = (0, Iconic_1.createIconic)({
37
62
  alt: 'Dawn Wallet',
38
63
  sourcePath: 'icons/wallets/dawn.svg'
39
64
  });
65
+ exports.EmailSignIcon = (0, Iconic_1.createIconic)({
66
+ iconName: 'emailsign.svg',
67
+ alt: 'Dapper Wallet',
68
+ sourcePath: 'icons/wallets/emailsign.svg'
69
+ });
40
70
  exports.SignInWithEmailIcon = (0, Iconic_1.createIconic)({
41
71
  iconName: 'signinwithemail',
42
72
  alt: 'Sign in with Email',
@@ -47,6 +77,11 @@ exports.ExodusIcon = (0, Iconic_1.createIconic)({
47
77
  alt: 'Exodus Wallet',
48
78
  sourcePath: 'icons/wallets/exodus.svg'
49
79
  });
80
+ exports.FireblocksIcon = (0, Iconic_1.createIconic)({
81
+ iconName: 'fireblocks.svg',
82
+ alt: 'Fireblocks Wallet',
83
+ sourcePath: 'icons/wallets/fireblocks.svg'
84
+ });
50
85
  exports.FlowIcon = (0, Iconic_1.createIconic)({
51
86
  iconName: 'flow',
52
87
  alt: 'Flow Wallet',
@@ -72,6 +107,11 @@ exports.GlowIcon = (0, Iconic_1.createIconic)({
72
107
  alt: 'Glow Wallet',
73
108
  sourcePath: 'icons/wallets/glow.svg'
74
109
  });
110
+ exports.ImTokenWallet = (0, Iconic_1.createIconic)({
111
+ iconName: 'imtoken.svg',
112
+ alt: 'ImToken Wallet',
113
+ sourcePath: 'icons/wallets/imtoken.svg'
114
+ });
75
115
  exports.InjectedWalletIcon = (0, Iconic_1.createIconic)({
76
116
  iconName: 'injectedwallet',
77
117
  alt: 'Injected Wallet',
@@ -87,6 +127,11 @@ exports.LilicoIcon = (0, Iconic_1.createIconic)({
87
127
  alt: 'Lilico Wallet',
88
128
  sourcePath: 'icons/wallets/lilico.svg'
89
129
  });
130
+ exports.LinenIcon = (0, Iconic_1.createIconic)({
131
+ iconName: 'linen.svg',
132
+ alt: 'Linen Wallet',
133
+ sourcePath: 'icons/wallets/linen.svg'
134
+ });
90
135
  exports.MaticIcon = (0, Iconic_1.createIconic)({
91
136
  iconName: 'matic',
92
137
  alt: 'Matic Wallet',
@@ -107,6 +152,16 @@ exports.MyalgoIcon = (0, Iconic_1.createIconic)({
107
152
  alt: 'MyAlgo Wallet',
108
153
  sourcePath: 'icons/wallets/myalgo.svg'
109
154
  });
155
+ exports.OmniIcon = (0, Iconic_1.createIconic)({
156
+ iconName: 'omni',
157
+ alt: 'Omni Wallet',
158
+ sourcePath: 'icons/wallets/omni.svg'
159
+ });
160
+ exports.OpeanSeaIcon = (0, Iconic_1.createIconic)({
161
+ iconName: 'opeansea',
162
+ alt: 'OpeanSea Wallet',
163
+ sourcePath: 'icons/wallets/opensea.svg'
164
+ });
110
165
  exports.PhantomIcon = (0, Iconic_1.createIconic)({
111
166
  iconName: 'phantom',
112
167
  alt: 'Phantom Wallet',
@@ -117,6 +172,16 @@ exports.RainbowIcon = (0, Iconic_1.createIconic)({
117
172
  alt: 'Rainbow Wallet',
118
173
  sourcePath: 'icons/wallets/rainbow.svg'
119
174
  });
175
+ exports.SafeIcon = (0, Iconic_1.createIconic)({
176
+ iconName: 'safe',
177
+ alt: 'Safe Wallet',
178
+ sourcePath: 'icons/wallets/safe.svg'
179
+ });
180
+ exports.SequenceIcon = (0, Iconic_1.createIconic)({
181
+ iconName: 'sequence',
182
+ alt: 'Sequence Wallet',
183
+ sourcePath: 'icons/wallets/sequence.svg'
184
+ });
120
185
  exports.SlopeIcon = (0, Iconic_1.createIconic)({
121
186
  iconName: 'slope',
122
187
  alt: 'Slope Wallet',
@@ -127,16 +192,41 @@ exports.SolflareIcon = (0, Iconic_1.createIconic)({
127
192
  alt: 'Solflare Wallet',
128
193
  sourcePath: 'icons/wallets/solflare.svg'
129
194
  });
195
+ exports.SpotIcon = (0, Iconic_1.createIconic)({
196
+ iconName: 'spot',
197
+ alt: 'Spot Wallet',
198
+ sourcePath: 'icons/wallets/spot.svg'
199
+ });
130
200
  exports.StrokeIcon = (0, Iconic_1.createIconic)({
131
201
  iconName: 'stroke',
132
202
  alt: 'Stroke Wallet',
133
203
  sourcePath: 'icons/wallets/stroke.svg'
134
204
  });
205
+ exports.TallyCashIcon = (0, Iconic_1.createIconic)({
206
+ iconName: 'tallycash',
207
+ alt: 'Taho Wallet',
208
+ sourcePath: 'icons/wallets/tallycash.svg'
209
+ });
135
210
  exports.TerraIcon = (0, Iconic_1.createIconic)({
136
211
  iconName: 'terra',
137
212
  alt: 'Terra Wallet',
138
213
  sourcePath: 'icons/wallets/terra.svg'
139
214
  });
215
+ exports.TorusIcon = (0, Iconic_1.createIconic)({
216
+ iconName: 'torus',
217
+ alt: 'Torus Wallet',
218
+ sourcePath: 'icons/wallets/torus.svg'
219
+ });
220
+ exports.TrustIcon = (0, Iconic_1.createIconic)({
221
+ iconName: 'trust',
222
+ alt: 'Trust Wallet',
223
+ sourcePath: 'icons/wallets/trust.svg'
224
+ });
225
+ exports.UnstoppableIcon = (0, Iconic_1.createIconic)({
226
+ iconName: 'unstoppable',
227
+ alt: 'Unstoppable Wallet',
228
+ sourcePath: 'icons/wallets/unstoppable.svg'
229
+ });
140
230
  exports.VenlyIcon = (0, Iconic_1.createIconic)({
141
231
  iconName: 'venly',
142
232
  alt: 'Venly Wallet',
@@ -152,3 +242,8 @@ exports.MagicLinkIcon = (0, Iconic_1.createIconic)({
152
242
  alt: 'Magic Link Wallet',
153
243
  sourcePath: 'icons/wallets/magic-link.svg'
154
244
  });
245
+ exports.ZengoIcon = (0, Iconic_1.createIconic)({
246
+ iconName: 'zengo',
247
+ alt: 'Zengo Wallet',
248
+ sourcePath: 'icons/wallets/zengo.svg'
249
+ });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/iconic",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "description": "A library of icons used by Dynamic Lab's SDK, served via CDN",
5
5
  "main": "dist/src/index.js",
6
6
  "scripts": {