Skip to content

Commit

Permalink
feat: add widget icons (#2397)
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-bassett authored Sep 14, 2023
1 parent a8fc0ec commit 977f1c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions projects/assets-library/src/icons/icon-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const enum IconType {
CloudUpload = 'svg:cloud-upload',
CollapseAll = 'svg:collapse-all',
Collapsed = 'svg:plus-square',
Column = 'bar_chart',
Compare = 'svg:compare',
CompareArrows = 'compare_arrows',
ContentCopy = 'content_copy',
Expand All @@ -45,6 +46,7 @@ export const enum IconType {
Delete = 'delete',
Device = 'svg:device',
Done = 'done',
Donut = 'donut_large',
Dot = 'svg:dot',
Download = 'download',
DrilldownFilter = 'svg:drilldown-filter',
Expand Down Expand Up @@ -121,7 +123,9 @@ export const enum IconType {
Spinner = 'svg:spinner',
StatusCode = 'svg:status-code',
StringAttribute = 'svg:string-attribute',
Table = 'table_chart',
Time = 'schedule',
TimeSeries = 'timeline',
TimeHistory = 'svg:time-history',
TraceId = 'svg:trace-id',
Trash = 'svg:trash',
Expand All @@ -131,6 +135,7 @@ export const enum IconType {
TriangleUp = 'svg:triangle-up',
User = 'person_outline',
Unavailable = 'remove_circle_outline',
Univariate = 'looks_one',
Unknown = 'device_unknown',
Undo = 'svg:undo',
VerticalGrabHandle = 'svg:vertical-grab-handle',
Expand Down

0 comments on commit 977f1c8

Please sign in to comment.