Skip to content

Commit

Permalink
chore #319 - Add alert manager icon
Browse files Browse the repository at this point in the history
Closes #319
  • Loading branch information
github-actions committed May 6, 2021
1 parent 945edc7 commit 81d11ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dassana-io/web-components",
"version": "0.10.16",
"version": "0.10.17",
"publishConfig": {
"registry": "https://npm.pkg.github.com/dassana-io"
},
Expand Down
2 changes: 2 additions & 0 deletions src/components/Icon/IconsMap.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { ReactComponent as ALERT_MANAGER } from '../assets/icons/alert-manager.svg'
import { ReactComponent as APP_STORE } from '../assets/icons/app-store.svg'
import { ReactComponent as AWS } from '../assets/icons/aws.svg'
import { ReactComponent as AZURE } from '../assets/icons/azure.svg'
Expand All @@ -15,6 +16,7 @@ NOTE: When you add an svg, make sure it doesn't have a predefined height and wid
TODO: Find a better rollup plugin that handles importing images as ReactComponent's.
*/
const Icons = {
alertManager: ALERT_MANAGER,
appStore: APP_STORE,
aws: AWS,
azure: AZURE,
Expand Down
1 change: 1 addition & 0 deletions src/components/assets/icons/alert-manager.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 81d11ce

Please sign in to comment.