mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-24 08:53:33 +03:00
Tip -> bulb to be more descriptive
This commit is contained in:
parent
fea7a4c63e
commit
f770b07537
@ -12,7 +12,7 @@ import Css.Global
|
||||
import Html.Styled.Attributes as Attributes exposing (css)
|
||||
import Nri.Ui.Colors.V1 as Colors
|
||||
import Nri.Ui.Fonts.V1
|
||||
import Nri.Ui.SpriteSheet exposing (checkmark, exclamationMark, tip)
|
||||
import Nri.Ui.SpriteSheet exposing (bulb, checkmark, exclamationMark)
|
||||
import Nri.Ui.Svg.V1 as NriSvg exposing (Svg)
|
||||
|
||||
|
||||
@ -41,7 +41,7 @@ neutral =
|
||||
, icon =
|
||||
{ backgroundColor = Colors.frost
|
||||
, height = Css.px 50
|
||||
, asset = tip
|
||||
, asset = bulb
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
module Nri.Ui.SpriteSheet exposing (checkmark, exclamationMark, tip)
|
||||
module Nri.Ui.SpriteSheet exposing (checkmark, exclamationMark, bulb)
|
||||
|
||||
{-|
|
||||
|
||||
@docs checkmark, exclamationMark, tip
|
||||
@docs checkmark, exclamationMark, bulb
|
||||
|
||||
-}
|
||||
|
||||
@ -48,8 +48,8 @@ checkmark =
|
||||
|
||||
|
||||
{-| -}
|
||||
tip : NriSvg.Svg
|
||||
tip =
|
||||
bulb : NriSvg.Svg
|
||||
bulb =
|
||||
Svg.svg [ id "Layer_1", viewBox "0 0 45 45", width "100%", height "100%" ]
|
||||
[ defs []
|
||||
[ Svg.style [] [ Svg.text ".cls-1,.cls-2{fill:none;}.cls-2{clip-rule:evenodd;}.cls-3{clip-path:url(#clip-path);}.cls-4{clip-path:url(#clip-path-2);}.cls-5{fill:#00488A;}.cls-6{clip-path:url(#clip-path-3);}.cls-7{fill:#fff;}.cls-8{clip-path:url(#clip-path-5);}.cls-9{clip-path:url(#clip-path-7);}.cls-10{clip-path:url(#clip-path-9);}.cls-11{clip-path:url(#clip-path-11);}.cls-12{clip-path:url(#clip-path-13);}.cls-13{clip-path:url(#clip-path-15);}.cls-14{clip-path:url(#clip-path-17);}.cls-15{clip-path:url(#clip-path-19);}.cls-16{clip-path:url(#clip-path-21);}.cls-17{clip-path:url(#clip-path-23);}.cls-18{clip-path:url(#clip-path-25);}.cls-19{clip-path:url(#clip-path-27);}.cls-20{clip-path:url(#clip-path-28);}.cls-21{clip-path:url(#clip-path-29);}.cls-22{clip-path:url(#clip-path-30);}.cls-23{clip-path:url(#clip-path-31);}.cls-24{clip-path:url(#clip-path-32);}.cls-25{clip-path:url(#clip-path-33);}.cls-26{clip-path:url(#clip-path-34);}.cls-27{clip-path:url(#clip-path-35);}" ]
|
||||
|
Loading…
Reference in New Issue
Block a user