Skip to content

Commit 185364d

Browse files
committed
removing unused icons, adding crypto-exchange
1 parent fe8c0c8 commit 185364d

9 files changed

+10
-35
lines changed

dist/stixview.bundle.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Loading

icons/identity.svg

+1-1
Loading

icons/identity_class.svg

-8
This file was deleted.

icons/identity_group.svg

-5
This file was deleted.

icons/identity_individual.svg

-5
This file was deleted.

icons/identity_system.svg

-7
This file was deleted.

icons/malware_family.svg

-7
This file was deleted.

src/icons.js

+7
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ const cryptocurrencyTransactionIcon = require(
9393
'!svg-inline-loader?removeSVGTagAttrs=false!../icons/cryptocurrency-transaction.svg');
9494
const cryptocurrencyWalletIcon = require(
9595
'!svg-inline-loader?removeSVGTagAttrs=false!../icons/cryptocurrency-wallet.svg');
96+
const cryptocurrencyExchangeIcon = require(
97+
'!svg-inline-loader?removeSVGTagAttrs=false!../icons/cryptocurrency-exchange.svg');
9698
const phoneNumberIcon = require(
9799
'!svg-inline-loader?removeSVGTagAttrs=false!../icons/phone-number.svg');
98100
const userAgentIcon = require(
@@ -328,6 +330,11 @@ const iconPerType = {
328330
shape: 'ellipse',
329331
image: encodeSvg(cryptocurrencyWalletIcon),
330332
},
333+
'cryptocurrency-exchange': {
334+
color: '#0000ff',
335+
shape: 'ellipse',
336+
image: encodeSvg(cryptocurrencyExchangeIcon),
337+
},
331338
'phone-number': {
332339
color: '#e2bdef',
333340
shape: 'ellipse',

0 commit comments

Comments
 (0)