mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-01 00:34:27 +03:00
💀 remote the obviously deprecated icons from the styleguide
This commit is contained in:
parent
5b0d25fa43
commit
01266d82d0
@ -80,22 +80,16 @@ example =
|
||||
, viewIconSection "Arrows and Carets"
|
||||
[ { icon = Icon.arrowDown, background = Light, alt = "ArrowDown" }
|
||||
, { icon = Icon.sortArrow, background = Light, alt = "SortArrow" }
|
||||
, { icon = Icon.arrowLeft, background = Light, alt = "ArrowLeft" }
|
||||
, { icon = Icon.arrowRight, background = Light, alt = "ArrowRight" }
|
||||
, { icon = Icon.caret, background = Light, alt = "Caret" }
|
||||
]
|
||||
, viewIconSection "Checkmarks"
|
||||
[ { icon = Icon.checkMarkSvg, background = Light, alt = "CheckMarkSvg" }
|
||||
]
|
||||
, viewIconSection "Xs"
|
||||
[ { icon = Icon.xSvg, background = Light, alt = "XSvg" }
|
||||
, { icon = Icon.x, background = Dark, alt = "X" }
|
||||
, { icon = Icon.close, background = Light, alt = "Close" }
|
||||
]
|
||||
, viewIconSection "Bangs"
|
||||
[ { icon = Icon.exclamation, background = Light, alt = "Exclamation" }
|
||||
, { icon = Icon.attention, background = Dark, alt = "Attention" }
|
||||
, { icon = Icon.bang, background = Dark, alt = "Bang" }
|
||||
]
|
||||
, viewIconSection "Bulbs and Tips"
|
||||
[ { icon = Icon.bulb, background = Light, alt = "Bulb" }
|
||||
@ -105,16 +99,13 @@ example =
|
||||
, viewIconSection "Locks and keys"
|
||||
[ { icon = Icon.key, background = Light, alt = "Key" }
|
||||
, { icon = Icon.lock, background = Light, alt = "Lock" }
|
||||
, { icon = Icon.lockDeprecated, background = Light, alt = "LockDeprecated" }
|
||||
]
|
||||
, viewIconSection "Time"
|
||||
[ { icon = Icon.calendar, background = Light, alt = "Calendar" }
|
||||
, { icon = Icon.clock, background = Light, alt = "Clock" }
|
||||
, { icon = Icon.late, background = Light, alt = "Late" }
|
||||
]
|
||||
, viewIconSection "Save helpers"
|
||||
[ { icon = Icon.copy, background = Dark, alt = "Copy" }
|
||||
, { icon = Icon.download, background = Light, alt = "Download" }
|
||||
[ { icon = Icon.download, background = Light, alt = "Download" }
|
||||
]
|
||||
, viewIconSection "Uncategorized (SVGs)"
|
||||
[ { icon = Icon.activity, background = Light, alt = "Activity" }
|
||||
|
Loading…
Reference in New Issue
Block a user