Skip to content

Commit

Permalink
removing unused icons, adding crypto-exchange (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
himynamesdave authored Oct 11, 2024
1 parent e10162a commit 6330509
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 35 deletions.
2 changes: 1 addition & 1 deletion dist/stixview.bundle.js

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/identity.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 0 additions & 8 deletions icons/identity_class.svg

This file was deleted.

5 changes: 0 additions & 5 deletions icons/identity_group.svg

This file was deleted.

5 changes: 0 additions & 5 deletions icons/identity_individual.svg

This file was deleted.

7 changes: 0 additions & 7 deletions icons/identity_system.svg

This file was deleted.

7 changes: 0 additions & 7 deletions icons/malware_family.svg

This file was deleted.

7 changes: 7 additions & 0 deletions src/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ const cryptocurrencyTransactionIcon = require(
'!svg-inline-loader?removeSVGTagAttrs=false!../icons/cryptocurrency-transaction.svg');
const cryptocurrencyWalletIcon = require(
'!svg-inline-loader?removeSVGTagAttrs=false!../icons/cryptocurrency-wallet.svg');
const cryptocurrencyExchangeIcon = require(
'!svg-inline-loader?removeSVGTagAttrs=false!../icons/cryptocurrency-exchange.svg');
const phoneNumberIcon = require(
'!svg-inline-loader?removeSVGTagAttrs=false!../icons/phone-number.svg');
const userAgentIcon = require(
Expand Down Expand Up @@ -328,6 +330,11 @@ const iconPerType = {
shape: 'ellipse',
image: encodeSvg(cryptocurrencyWalletIcon),
},
'cryptocurrency-exchange': {
color: '#0000ff',
shape: 'ellipse',
image: encodeSvg(cryptocurrencyExchangeIcon),
},
'phone-number': {
color: '#e2bdef',
shape: 'ellipse',
Expand Down

0 comments on commit 6330509

Please sign in to comment.