Skip to content

Commit

Permalink
Add Icon.book and Icon.bookOutlined
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Nov 19, 2024
1 parent b2f09c4 commit 8bbbfdf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/UI/Icon.elm
Original file line number Diff line number Diff line change
Expand Up @@ -1064,3 +1064,19 @@ cli =
[]
[ path [ fill "currentColor", fillRule "evenodd", d "M1 3C1 1.89543 1.89543 1 3 1H11C12.1046 1 13 1.89543 13 3V11C13 12.1046 12.1046 13 11 13H3C1.89543 13 1 12.1046 1 11V3ZM8 9.5C8 9.22386 8.22386 9 8.5 9H10.5C10.7761 9 11 9.22386 11 9.5C11 9.77614 10.7761 10 10.5 10H8.5C8.22386 10 8 9.77614 8 9.5ZM6.66279 6.78017C6.83738 6.87473 6.83738 7.12527 6.66279 7.21983L3.69804 8.82552C3.44589 8.96209 3.36242 9.28381 3.51638 9.52574C3.65764 9.74773 3.94803 9.82019 4.17703 9.69059L8.1624 7.43515C8.50072 7.24369 8.50072 6.75632 8.1624 6.56485L4.17703 4.30941C3.94803 4.17981 3.65764 4.25227 3.51638 4.47426C3.36242 4.71619 3.44589 5.03792 3.69804 5.17448L6.66279 6.78017Z" ] []
]


book : Icon msg
book =
Icon "book"
[]
[ path [ fill "currentColor", fillRule "evenodd", d "M4 8.5V2.63378C3.7011 2.80669 3.5 3.12986 3.5 3.5V8.5H4ZM3.5 10.5V9.5H10.5V11.5H4.5C3.94772 11.5 3.5 11.0523 3.5 10.5ZM11.5 11.5V9.5V8.5V2.5V1.5H10.5H4.5C3.39543 1.5 2.5 2.39543 2.5 3.5V10.5C2.5 11.6046 3.39543 12.5 4.5 12.5H10.5H11.5V11.5Z" ] []
]


bookOutlined : Icon msg
bookOutlined =
Icon "book-outlined"
[]
[ path [ fill "currentColor", fillRule "evenodd", d "M4.5 2.5H10.5V8.5H3.5V3.5C3.5 2.94772 3.94772 2.5 4.5 2.5ZM3.5 9.5V10.5C3.5 11.0523 3.94772 11.5 4.5 11.5H10.5V9.5H3.5ZM11.5 9.5V11.5V12.5H10.5H4.5C3.39543 12.5 2.5 11.6046 2.5 10.5V3.5C2.5 2.39543 3.39543 1.5 4.5 1.5H10.5H11.5V2.5V8.5V9.5Z" ] []
]

0 comments on commit 8bbbfdf

Please sign in to comment.