Skip to content

Commit

Permalink
Add spMenuZuul icon (#9132)
Browse files Browse the repository at this point in the history
* feat(presentation): Add spMenuZuul icon

* chore(presentation): publish 0.0.5
  • Loading branch information
parshap committed May 4, 2021
1 parent 716f7b7 commit cb7380e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/presentation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/presentation",
"description": "Provides re-usable UI components for deck",
"version": "0.0.4",
"version": "0.0.5",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "Apache-2.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/presentation/src/icons/iconsByName.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ import { ReactComponent as spMenuProperties } from './vectors/spMenuProperties.s
import { ReactComponent as spMenuSecurityGroups } from './vectors/spMenuSecurityGroups.svg';
import { ReactComponent as spMenuTasks } from './vectors/spMenuTasks.svg';
import { ReactComponent as spMenuTimeline } from './vectors/spMenuTimeline.svg';
import { ReactComponent as spMenuZuul } from './vectors/spMenuZuul.svg';

// Kayenta
import { ReactComponent as canaryConfig } from './vectors/canaryConfig.svg';
Expand Down Expand Up @@ -230,6 +231,7 @@ export const iconsByName = {
spMenuSecurityGroups,
spMenuTasks,
spMenuTimeline,
spMenuZuul,
spel,
templateFull,
templateS,
Expand Down
1 change: 1 addition & 0 deletions packages/presentation/src/icons/vectors/spMenuZuul.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 cb7380e

Please sign in to comment.