Skip to content

Commit

Permalink
Add icons: large-plus and tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Apr 3, 2024
1 parent 40617da commit d4f708e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/UI/Icon.elm
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,11 @@ plus =
Icon "plus" [] [ path [ fill "currentColor", d "M6.443 11.304h1.113V8.58h2.725V7.466H7.556V4.74H6.443v2.725H3.718V8.58h2.725v2.724z" ] [] ]


largePlus : Icon msg
largePlus =
Icon "large-plus" [] [ path [ fill "currentColor", d "M6.15152 11.1515C6.15152 11.6201 6.53139 12 7 12C7.4686 12 7.84848 11.6201 7.84848 11.1515V8.09848C7.84848 7.96041 7.96041 7.84848 8.09848 7.84848H11.1515C11.6201 7.84848 12 7.4686 12 7C12 6.53139 11.6201 6.15152 11.1515 6.15152H8.09848C7.96041 6.15152 7.84848 6.03959 7.84848 5.90152V2.84848C7.84848 2.37988 7.4686 2 7 2C6.53139 2 6.15152 2.37988 6.15152 2.84848V5.90152C6.15152 6.03959 6.03959 6.15152 5.90152 6.15152H2.84848C2.37988 6.15152 2 6.53139 2 7C2 7.4686 2.37988 7.84848 2.84848 7.84848H5.90152C6.03959 7.84848 6.15152 7.96041 6.15152 8.09848V11.1515Z" ] [] ]


warn : Icon msg
warn =
Icon
Expand Down Expand Up @@ -481,6 +486,14 @@ list =
]


tag : Icon msg
tag =
Icon "tag"
[]
[ path [ fill "currentColor", fillRule "evenodd", d "M0.75 1.75V6.31545C0.75 6.59263 0.865047 6.85738 1.06768 7.0465L7.48247 13.0336C7.90019 13.4235 8.55909 13.3847 8.92817 12.9485L13.1332 7.97897C13.4783 7.57104 13.4418 6.96383 13.0502 6.60023L7.03776 1.01721C6.8528 0.845453 6.60972 0.75 6.35731 0.75H1.75C1.19772 0.75 0.75 1.19772 0.75 1.75ZM3.75 5.25C4.57843 5.25 5.25 4.57843 5.25 3.75C5.25 2.92157 4.57843 2.25 3.75 2.25C2.92157 2.25 2.25 2.92157 2.25 3.75C2.25 4.57843 2.92157 5.25 3.75 5.25Z" ] []
]


tags : Icon msg
tags =
Icon "tags"
Expand Down

0 comments on commit d4f708e

Please sign in to comment.