mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-01 00:34:27 +03:00
💀 search, microscope, scale and highlighter icons
We had a single use case for these, so we inlined the SVG source in the monolith.
This commit is contained in:
parent
78606fbdfc
commit
8c7c6fbacf
@ -53,7 +53,6 @@ module Nri.Ui.Icon.V5 exposing
|
||||
, help
|
||||
, helpSvg
|
||||
, highFive
|
||||
, highlighter
|
||||
, key
|
||||
, keychain
|
||||
, late
|
||||
@ -63,7 +62,6 @@ module Nri.Ui.Icon.V5 exposing
|
||||
, lockDeprecated
|
||||
, logo
|
||||
, masteryBadge
|
||||
, microscope
|
||||
, newspaper
|
||||
, notStarred
|
||||
, okay
|
||||
@ -74,8 +72,6 @@ module Nri.Ui.Icon.V5 exposing
|
||||
, personBlue
|
||||
, preview
|
||||
, quickWrite
|
||||
, scale
|
||||
, search
|
||||
, seeMore
|
||||
, share
|
||||
, skip
|
||||
@ -148,7 +144,6 @@ module Nri.Ui.Icon.V5 exposing
|
||||
@docs help
|
||||
@docs helpSvg
|
||||
@docs highFive
|
||||
@docs highlighter
|
||||
@docs key
|
||||
@docs keychain
|
||||
@docs late
|
||||
@ -158,7 +153,6 @@ module Nri.Ui.Icon.V5 exposing
|
||||
@docs lockDeprecated
|
||||
@docs logo
|
||||
@docs masteryBadge
|
||||
@docs microscope
|
||||
@docs newspaper
|
||||
@docs notStarred
|
||||
@docs okay
|
||||
@ -169,8 +163,6 @@ module Nri.Ui.Icon.V5 exposing
|
||||
@docs personBlue
|
||||
@docs preview
|
||||
@docs quickWrite
|
||||
@docs scale
|
||||
@docs search
|
||||
@docs seeMore
|
||||
@docs share
|
||||
@docs skip
|
||||
@ -695,12 +687,6 @@ highFive assets =
|
||||
ImgIcon assets.level3Badge_png
|
||||
|
||||
|
||||
{-| -}
|
||||
highlighter : { r | highlighter : String } -> IconType
|
||||
highlighter assets =
|
||||
SvgIcon assets.highlighter
|
||||
|
||||
|
||||
{-| -}
|
||||
key : { r | key : String } -> IconType
|
||||
key assets =
|
||||
@ -755,12 +741,6 @@ masteryBadge assets =
|
||||
SvgIcon assets.masteryBadge
|
||||
|
||||
|
||||
{-| -}
|
||||
microscope : { r | microscope : String } -> IconType
|
||||
microscope assets =
|
||||
SvgIcon assets.microscope
|
||||
|
||||
|
||||
{-| -}
|
||||
newspaper : { r | newspaper : String } -> IconType
|
||||
newspaper assets =
|
||||
@ -821,18 +801,6 @@ quickWrite assets =
|
||||
ImgIcon assets.icons_quickWrite_svg
|
||||
|
||||
|
||||
{-| -}
|
||||
scale : { r | scale : String } -> IconType
|
||||
scale assets =
|
||||
SvgIcon assets.scale
|
||||
|
||||
|
||||
{-| -}
|
||||
search : { r | search : String } -> IconType
|
||||
search assets =
|
||||
SvgIcon assets.search
|
||||
|
||||
|
||||
{-| -}
|
||||
seeMore : { r | seemore : String } -> IconType
|
||||
seeMore assets =
|
||||
|
Loading…
Reference in New Issue
Block a user