From de8793408e22ddd5e4664b87878243c6e5a04c49 Mon Sep 17 00:00:00 2001 From: Tessa Kelly Date: Tue, 25 Jan 2022 12:56:51 -0800 Subject: [PATCH] :skull: edit2 is identical to edit --- src/Nri/Ui/UiIcon/V1.elm | 29 ++--------------------------- 1 file changed, 2 insertions(+), 27 deletions(-) diff --git a/src/Nri/Ui/UiIcon/V1.elm b/src/Nri/Ui/UiIcon/V1.elm index bed82c1e..ad6822e9 100644 --- a/src/Nri/Ui/UiIcon/V1.elm +++ b/src/Nri/Ui/UiIcon/V1.elm @@ -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: @@ -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 =