💀 edit2 is identical to edit

This commit is contained in:
Tessa Kelly 2022-01-25 12:56:51 -08:00
parent 4d0967ffbe
commit de8793408e

View File

@ -22,7 +22,7 @@ module Nri.Ui.UiIcon.V1 exposing
, home, library
, search, searchInCicle
, openQuotationMark, closeQuotationMark
, envelope, highlighter, microscope, scale, tada, search2, edit2
, envelope, highlighter, microscope, scale, tada, search2
)
{-| How to add new icons: <https://paper.dropbox.com/doc/How-to-create-a-new-SVG-icon-for-use-in-Elm--Ay9uhSLfGUAix0ERIiJ0Dm8dAg-8WNqtARdr4EgjmYEHPeYD>
@ -50,7 +50,7 @@ module Nri.Ui.UiIcon.V1 exposing
@docs home, library
@docs search, searchInCicle
@docs openQuotationMark, closeQuotationMark
@docs envelope, highlighter, microscope, scale, tada, search2, mail, edit2
@docs envelope, highlighter, microscope, scale, tada, search2, mail
import Html.Styled exposing (..)
import Nri.Ui.Colors.V1 as Colors
@ -1695,31 +1695,6 @@ scale =
|> Nri.Ui.Svg.V1.fromHtml
{-| -}
edit2 : Nri.Ui.Svg.V1.Svg
edit2 =
Svg.svg
[ Attributes.viewBox "0 0 30 30"
, Attributes.width "100%"
, Attributes.height "100%"
]
[ Svg.path
[ Attributes.d "M27.3,7.9l-5.2-5.2l2.3-2.3c0.5-0.5,1.2-0.5,1.7,0L29.7,4c0.5,0.5,0.5,1.2,0,1.7L27.3,7.9z M25.9,9.4L8.6,26.6l-5.2-5.2L20.6,4.1L25.9,9.4z M0,30l1.9-7L7,28.1L0,30z" ]
[]
, Svg.path
[ Attributes.fill "none"
, Attributes.d "M-753.8-401V715h1024V-401H-753.8z"
]
[]
, Svg.path
[ Attributes.fill "none"
, Attributes.d "M-775.9-385.9v1116h1024v-1116L-775.9-385.9L-775.9-385.9z"
]
[]
]
|> Nri.Ui.Svg.V1.fromHtml
{-| -}
search2 : Nri.Ui.Svg.V1.Svg
search2 =