mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2025-01-02 03:16:36 +03:00
Merge pull request #98 from NoRedInk/add-keychain-icon
Add support for keychain svg icon
This commit is contained in:
commit
7e07d71f12
@ -50,6 +50,7 @@ module Nri.Ui.Icon.V3
|
||||
, highFive
|
||||
, icon
|
||||
, key
|
||||
, keychain
|
||||
, late
|
||||
, leaderboard
|
||||
, lightBulb
|
||||
@ -135,6 +136,7 @@ module Nri.Ui.Icon.V3
|
||||
@docs help
|
||||
@docs highFive
|
||||
@docs key
|
||||
@docs keychain
|
||||
@docs late
|
||||
@docs leaderboard
|
||||
@docs lightBulb
|
||||
@ -645,6 +647,12 @@ key assets =
|
||||
SvgIcon assets.key
|
||||
|
||||
|
||||
{-| -}
|
||||
keychain : { r | keychain : String } -> IconType
|
||||
keychain assets =
|
||||
SvgIcon assets.keychain
|
||||
|
||||
|
||||
{-| -}
|
||||
late : { r | icons_clockRed_svg : Asset } -> IconType
|
||||
late assets =
|
||||
|
Loading…
Reference in New Issue
Block a user