Skip to content

Commit 5460940

Browse files
committed
new icons
1 parent 8c126b9 commit 5460940

File tree

18 files changed

+304
-9
lines changed

18 files changed

+304
-9
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cryptoicon",
3-
"version": "0.1.6",
3+
"version": "0.17.1",
44
"description": "Beautiful pixel perfect 400+ cryptocurrency and 10+ Fiat currency icon",
55
"main": "lib/vue-cryptoicon.common.js",
66
"author": "man15h",
@@ -85,5 +85,8 @@
8585
"vue-prism-component": "^1.1.1",
8686
"vue-template-compiler": "^2.5.17",
8787
"vue2-filters": "^0.5.1"
88+
},
89+
"dependencies": {
90+
"http-server": "^0.12.3"
8891
}
8992
}

src/cryptoicons

src/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/icons/algo.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
const Algo = {
2+
symbol: 'algo',
3+
color: '#000',
4+
plainIcon: c => {
5+
return `<path fill="${
6+
c ? c : this.color
7+
}" d="M16 0c8.837 0 16 7.163 16 16s-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0zm3.093 7h-2.4l-.056.084-2.246 3.888-2.302 3.986-2.287 3.972L7.5 22.916h2.75l2.303-3.986 2.301-3.972 2.288-3.986.38-.632.167.632.702 2.624-.786 1.362-2.301 3.972-2.288 3.986h2.75l2.302-3.986 1.193-2.063.562 2.063 1.066 3.986h2.47l-1.066-3.986-1.067-3.972-.28-1.025 1.712-2.961H20.16l-.085-.295-.87-3.256L19.093 7z"/>`;
8+
},
9+
colorIcon() {
10+
return `<g fill="none"><circle fill="#000" cx="16" cy="16" r="16"/><path d="M10.25 22.916l2.303-3.986 2.301-3.972 2.288-3.986.38-.632.167.632.702 2.624-.786 1.362-2.301 3.972-2.288 3.986h2.75l2.302-3.986 1.193-2.063.562 2.063 1.066 3.986h2.47l-1.066-3.986-1.067-3.972-.28-1.025 1.712-2.961H20.16l-.085-.295-.87-3.256L19.093 7h-2.4l-.056.084-2.246 3.888-2.302 3.986-2.287 3.972L7.5 22.916z" fill="#FFF"/></g>`;
11+
}
12+
};
13+
export default Algo;

src/icons/arnx.js

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/icons/bal.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
const Bal = {
2+
symbol: 'bal',
3+
color: '#000',
4+
plainIcon: c => {
5+
return `<path fill="${
6+
c ? c : this.color
7+
}" d="M16 0c8.837 0 16 7.163 16 16s-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0zm7.173 16.503c-1.551.945-4.075 1.562-6.93 1.562-2.926 0-5.505-.506-7.043-1.493-1.97.715-3.2 1.73-3.2 2.856 0 2.158 4.518 3.768 10.092 3.768 5.575 0 10.093-1.75 10.093-3.911 0-1.088-1.154-2.075-3.012-2.782zm-2.081-4.142c-1.182.617-2.953 1.011-4.94 1.011-1.987 0-3.758-.394-4.94-1.01-1.656.54-2.712 1.352-2.712 2.258 0 1.635 3.426 2.96 7.652 2.96 4.228 0 7.655-1.325 7.652-2.96 0-.906-1.053-1.715-2.712-2.259zM16.124 8c-3.267 0-5.916 1.095-5.916 2.44 0 1.346 2.65 2.44 5.916 2.44 3.266 0 5.916-1.094 5.916-2.44 0-1.345-2.65-2.44-5.916-2.44z"/>`;
8+
},
9+
colorIcon() {
10+
return `<g fill="none"><circle fill="#1E1E1E" cx="16" cy="16" r="16"/><g fill="#FFF"><path d="M16.092 23.196C10.518 23.196 6 21.586 6 19.428c0-1.126 1.23-2.14 3.2-2.856 1.538.987 4.117 1.493 7.042 1.493 2.856 0 5.38-.617 6.93-1.562 1.859.707 3.013 1.694 3.013 2.782 0 2.161-4.518 3.911-10.093 3.911z"/><path d="M16.152 17.58c-4.226 0-7.652-1.325-7.652-2.96 0-.906 1.056-1.718 2.712-2.259 1.182.617 2.953 1.011 4.94 1.011 1.987 0 3.758-.394 4.94-1.01 1.659.543 2.712 1.352 2.712 2.258.003 1.635-3.424 2.96-7.652 2.96z"/><path d="M16.124 12.88c-3.267 0-5.916-1.094-5.916-2.44 0-1.345 2.65-2.44 5.916-2.44 3.266 0 5.916 1.095 5.916 2.44 0 1.346-2.65 2.44-5.916 2.44z"/></g></g>`;
11+
}
12+
};
13+
export default Bal;

src/icons/band.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
const Band = {
2+
symbol: 'band',
3+
color: '#000',
4+
plainIcon: c => {
5+
return `<path fill="${
6+
c ? c : this.color
7+
}" d="M16 0c8.837 0 16 7.163 16 16s-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0zm.086 5.25L9.25 9.1v13.671l6.836 3.929 6.757-4.007v-6.757l-6.522-3.929-2.2 1.1 6.522 3.85.078 4.636-4.635 2.593-4.715-2.672V10.2l4.715-2.593 2.2 1.179v3.693l2.2 1.257V7.45l-4.4-2.2zm-1.965 8.329v5.657l4.872-2.75-1.65-1.022-1.493.786V14.6l-1.729-1.021z"/>`;
8+
},
9+
colorIcon() {
10+
return `<g fill="none"><circle fill="#516AFF" cx="16" cy="16" r="16"/><g fill="#FFF"><path d="M18.286 12.479l2.2 1.257V7.45l-4.4-2.2L9.25 9.1v13.671l6.836 3.929 6.757-4.007v-6.757l-6.522-3.929-2.2 1.1 6.522 3.85.078 4.636-4.635 2.593-4.715-2.672V10.2l4.715-2.593 2.2 1.179v3.693z"/><path d="M15.85 16.25l1.493-.786 1.65 1.022-4.872 2.75v-5.657L15.85 14.6"/></g></g>`;
11+
}
12+
};
13+
export default Band;

src/icons/comp.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
const Comp = {
2+
symbol: 'comp',
3+
color: '#000',
4+
plainIcon: c => {
5+
return `<path fill="${
6+
c ? c : this.color
7+
}" d="M16 0c8.837 0 16 7.163 16 16s-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0zM8.466 16.207a.706.706 0 00-.716.698v3.253c0 .583.311 1.124.82 1.43l7.165 4.289c.134.08.29.123.449.123a.845.845 0 00.854-.84v-3.37c0-.498-.27-.957-.71-1.207l-7.502-4.281a.731.731 0 00-.36-.095zm3.43-5.172a.706.706 0 00-.717.698v4.287l6.59 3.857c.432.253.695.71.695 1.2v3.799a.29.29 0 00.067-.027l1.642-.904a.554.554 0 00.29-.486v-6.84a1.396 1.396 0 00-.709-1.208l-7.5-4.281a.731.731 0 00-.358-.095zm3.64-4.94a.725.725 0 00-.977.252.708.708 0 00-.096.352v4.066l6.736 3.953c.429.253.693.708.693 1.2v6.955l1.557-.823a.564.564 0 00.301-.491v-9.991c0-.498-.27-.96-.711-1.21z"/>`;
8+
},
9+
colorIcon() {
10+
return `<g fill="none" fill-rule="evenodd"><circle fill="#00D395" fill-rule="nonzero" cx="16" cy="16" r="16"/><path d="M8.57 21.587a1.67 1.67 0 01-.82-1.429v-3.253c0-.387.322-.7.716-.698.126 0 .25.033.36.095l7.503 4.281c.439.25.71.71.71 1.207v3.37a.845.845 0 01-.855.84.883.883 0 01-.45-.123l-7.164-4.29zm11.184-6.176c.44.25.708.711.71 1.207v6.84c0 .202-.11.389-.291.487l-1.642.904a.29.29 0 01-.067.027v-3.798c0-.492-.263-.948-.696-1.2L11.18 16.02v-4.287c0-.387.322-.7.717-.698a.73.73 0 01.359.095l7.5 4.281zm3.285-5.052c.44.25.711.71.711 1.209v9.99a.564.564 0 01-.301.492l-1.557.823v-6.956c0-.491-.264-.946-.693-1.199l-6.736-3.953V6.7c0-.124.035-.245.096-.352a.725.725 0 01.977-.253l7.503 4.265z" fill="#FFF"/></g>`;
11+
}
12+
};
13+
export default Comp;

src/icons/index.js

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import Aeur from './aeur';
1010
import Agi from './agi';
1111
import Agrs from './agrs';
1212
import Aion from './aion';
13+
import Algo from './algo';
1314
import Amb from './amb';
1415
import Amp from './amp';
1516
import Ampl from './ampl';
@@ -20,6 +21,7 @@ import Ardr from './ardr';
2021
import Arg from './arg';
2122
import Ark from './ark';
2223
import Arn from './arn';
24+
import Arnx from './arnx';
2325
import Ary from './ary';
2426
import Ast from './ast';
2527
import Atm from './atm';
@@ -30,6 +32,8 @@ import Aywa from './aywa';
3032

3133
// B icons
3234
import Bab from './bab';
35+
import Bal from './bal';
36+
import Band from './band';
3337
import Bat from './bat';
3438
import Bay from './bay';
3539
import Bcbc from './bcbc';
@@ -91,6 +95,7 @@ import Cnx from './cnx';
9195
import Cny from './cny';
9296
import Cob from './cob';
9397
import Colx from './colx';
98+
import Comp from './comp';
9499
import Coqui from './coqui';
95100
import Cred from './cred';
96101
import Crpt from './crpt';
@@ -282,6 +287,7 @@ import Nio from './nio';
282287
import Nlc2 from './nlc2';
283288
import Nlg from './nlg';
284289
import Nmc from './nmc';
290+
import Nmr from './nmr';
285291
import Npxs from './npxs';
286292
import Nuls from './nuls';
287293
import Nxs from './nxs';
@@ -297,6 +303,7 @@ import Ont from './ont';
297303
import Oot from './oot';
298304
import Ost from './ost';
299305
import Ox from './ox';
306+
import Oxt from './oxt';
300307

301308
// P icons
302309
import Part from './part';
@@ -340,6 +347,7 @@ import Rdd from './rdd';
340347
import Rdn from './rdn';
341348
import Ren from './ren';
342349
import Rep from './rep';
350+
import Repv2 from './repv2';
343351
import Req from './req';
344352
import Rhoc from './rhoc';
345353
import Ric from './ric';
@@ -379,6 +387,7 @@ import Storj from './storj';
379387
import Storm from './storm';
380388
import Stq from './stq';
381389
import Strat from './strat';
390+
import Stx from './stx';
382391
import Sub from './sub';
383392
import Sumo from './sumo';
384393
import Sys from './sys';
@@ -407,6 +416,8 @@ import Tzc from './tzc';
407416

408417
// U icons
409418
import Ubq from './ubq';
419+
import Uma from './uma';
420+
import Uni from './uni';
410421
import Unity from './unity';
411422
import Usd from './usd';
412423
import Usdc from './usdc';
@@ -429,6 +440,7 @@ import Wabi from './wabi';
429440
import Wan from './wan';
430441
import Waves from './waves';
431442
import Wax from './wax';
443+
import Wbtc from './wbtc';
432444
import Wgr from './wgr';
433445
import Wicc from './wicc';
434446
import Wings from './wings';
@@ -936,7 +948,19 @@ export {
936948
Zil,
937949
Zilla,
938950
Zla,
939-
Zrx
951+
Zrx,
952+
Algo,
953+
Arnx,
954+
Bal,
955+
Band,
956+
Comp,
957+
Nmr,
958+
Oxt,
959+
Repv2,
960+
Stx,
961+
Uma,
962+
Uni,
963+
Wbtc
940964
};
941965
export default [
942966
Abt,
@@ -1396,5 +1420,17 @@ export default [
13961420
Zil,
13971421
Zilla,
13981422
Zla,
1399-
Zrx
1423+
Zrx,
1424+
Algo,
1425+
Arnx,
1426+
Bal,
1427+
Band,
1428+
Comp,
1429+
Nmr,
1430+
Oxt,
1431+
Repv2,
1432+
Stx,
1433+
Uma,
1434+
Uni,
1435+
Wbtc
14001436
];

0 commit comments

Comments
 (0)