Skip to content

Commit

Permalink
Add Icon.folderOpen
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Oct 10, 2024
1 parent 883683e commit 52296c3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/UI/Icon.elm
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,14 @@ folder =
[ path [ fill "currentColor", fillRule "evenodd", d "M2 2C1.44772 2 1 2.44772 1 3V11.5C1 12.0523 1.44772 12.5 2 12.5H12C12.5523 12.5 13 12.0523 13 11.5V4.5C13 3.94772 12.5523 3.5 12 3.5H7.83333C7.61696 3.5 7.40643 3.42982 7.23333 3.3L5.76667 2.2C5.59357 2.07018 5.38304 2 5.16667 2H4.5H2Z" ] [] ]


folderOpen : Icon msg
folderOpen =
Icon
"folder-open"
[]
[ path [ fill "currentColor", fillRule "evenodd", d "M1 3C1 2.44772 1.44772 2 2 2H4.5H5.16667C5.38304 2 5.59357 2.07018 5.76667 2.2L7.23333 3.3C7.40643 3.42982 7.61696 3.5 7.83333 3.5H10C10.5523 3.5 11 3.94772 11 4.5V5.5H11.882C12.997 5.5 13.7223 6.67347 13.2236 7.67082L11.2236 11.6708C11.0659 11.9863 10.8059 12.2296 10.4955 12.3688C10.3494 12.4523 10.1803 12.5 10 12.5H9.88197H3.11804H2C1.44772 12.5 1 12.0523 1 11.5V3ZM10 5.5H5.11804C4.54988 5.5 4.03049 5.821 3.7764 6.32918L2 9.88198V5C2 4.72386 2.22386 4.5 2.5 4.5H9.5C9.77614 4.5 10 4.72386 10 5V5.5Z" ] [] ]


folderOutlined : Icon msg
folderOutlined =
Icon
Expand Down

0 comments on commit 52296c3

Please sign in to comment.