Skip to content

Commit

Permalink
Update some icon metaphors
Browse files Browse the repository at this point in the history
  • Loading branch information
m-akinc committed May 29, 2024
1 parent 5e6ded1 commit 4bdb08a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ export const iconMetadata: {
tags: ['assets']
},
IconCheck: {
tags: ['status', 'alarm acknowledged']
tags: ['status', 'success', 'alarm acknowledged']
},
IconCheckDot: {
tags: ['status', 'done']
},
IconCheckLarge: {
tags: ['status']
tags: ['status', 'success']
},
IconCircle: {
tags: ['status', 'connected']
Expand Down Expand Up @@ -500,10 +500,10 @@ export const iconMetadata: {
tags: []
},
IconTimes: {
tags: ['close']
tags: ['clear', 'close', 'delete', 'multiply', 'remove', 'x']
},
IconTrash: {
tags: ['clear', 'close', 'delete', 'remove', 'x']
tags: ['delete', 'remove']
},
IconTriangle: {
tags: ['status', 'alarm active']
Expand Down

0 comments on commit 4bdb08a

Please sign in to comment.