Skip to content

Commit

Permalink
feat(Icon): add workflows icon
Browse files Browse the repository at this point in the history
  • Loading branch information
shikaan committed Sep 18, 2020
1 parent 35fb2f5 commit 170a09a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ import Clock from './svg/Clock.svg';
import ClockTrimmed from './svg/ClockTrimmed.svg';
import Warning from './svg/Warning.svg';
import WarningTrimmed from './svg/WarningTrimmed.svg';
import Workflows from './svg/Workflows.svg';

import styles from './Icon.css';

Expand Down Expand Up @@ -254,6 +255,7 @@ const iconComponents = {
UsersTrimmed,
Warning,
WarningTrimmed,
Workflows,
};

export type IconType = keyof typeof iconName;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,5 @@ export const iconName = {
UsersTrimmed: 'UsersTrimmed',
Warning: 'Warning',
WarningTrimmed: 'WarningTrimmed',
Workflows: 'Workflows',
};
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 170a09a

Please sign in to comment.