Skip to content

Commit

Permalink
Fix Icon.computer
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Dec 18, 2024
1 parent f183012 commit b172cbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/UI/Icon.elm
Original file line number Diff line number Diff line change
Expand Up @@ -1111,5 +1111,6 @@ computer : Icon msg
computer =
Icon "computer"
[]
[ path [ fill "currentColor", fillRule "evenodd", d "M11.7929 2.49999L11 1.7071C10.8047 1.51184 10.8047 1.19525 11 0.999993C11.1953 0.804731 11.5118 0.804731 11.7071 0.999993L13.3536 2.64644C13.5488 2.8417 13.5488 3.15828 13.3536 3.35355L11.7071 4.99999C11.5118 5.19526 11.1953 5.19525 11 4.99999C10.8047 4.80473 10.8047 4.48815 11 4.29289L11.7929 3.49999H3.5C3.22386 3.49999 3 3.27613 3 2.99999C3 2.72385 3.22386 2.49999 3.5 2.49999H11.7929ZM1 2.99999C1 2.72385 1.22386 2.49999 1.5 2.49999C1.77614 2.49999 2 2.72385 2 2.99999C2 3.27614 1.77614 3.49999 1.5 3.49999C1.22386 3.49999 1 3.27614 1 2.99999ZM1 6.99999C1 6.72385 1.22386 6.49999 1.5 6.49999C1.77614 6.49999 2 6.72385 2 6.99999C2 7.27614 1.77614 7.49999 1.5 7.49999C1.22386 7.49999 1 7.27614 1 6.99999ZM3.5 6.49999C3.22386 6.49999 3 6.72385 3 6.99999C3 7.27614 3.22386 7.49999 3.5 7.49999H12.5C12.7761 7.49999 13 7.27614 13 6.99999C13 6.72385 12.7761 6.49999 12.5 6.49999H3.5ZM3 12.2929L2.20711 11.5H12.5C12.7761 11.5 13 11.2761 13 11C13 10.7239 12.7761 10.5 12.5 10.5H2.20711L3 9.7071C3.19526 9.51184 3.19526 9.19526 3 8.99999C2.80474 8.80473 2.48816 8.80473 2.29289 8.99999L0.646447 10.6464C0.451185 10.8417 0.451184 11.1583 0.646446 11.3535L2.29289 13C2.48816 13.1953 2.80474 13.1953 3 13C3.19526 12.8047 3.19526 12.4881 3 12.2929Z" ] []
[ path [ fill "currentColor", fillRule "evenodd", d "M2 2.50002C1.44772 2.50002 1 2.94773 1 3.50002V8.50002C1 9.0523 1.44772 9.50002 2 9.50002H4.03859C3.90316 9.50002 3.76915 9.52752 3.64467 9.58087L1.86524 10.3435C1.64366 10.4384 1.5 10.6563 1.5 10.8974C1.5 11.2302 1.76981 11.5 2.10263 11.5H7.89737C8.23019 11.5 8.5 11.2302 8.5 10.8974C8.5 10.6563 8.35633 10.4384 8.13476 10.3435L6.35533 9.58087C6.23085 9.52752 6.09684 9.50002 5.96141 9.50002H8C8.55228 9.50002 9 9.0523 9 8.50002V3.50002C9 2.94773 8.55228 2.50002 8 2.50002H2ZM2.5 3.50002C2.22386 3.50002 2 3.72387 2 4.00002V8.00002C2 8.27616 2.22386 8.50002 2.5 8.50002H7.5C7.77614 8.50002 8 8.27616 8 8.00002V4.00002C8 3.72387 7.77614 3.50002 7.5 3.50002H2.5Z" ] []
, path [ fill "currentColor", fillRule "evenodd", d "M11 2.50002C10.4477 2.50002 10 2.94773 10 3.50002V10.5C10 11.0523 10.4477 11.5 11 11.5H12C12.5523 11.5 13 11.0523 13 10.5V3.50002C13 2.94773 12.5523 2.50002 12 2.50002H11ZM10.75 4.5C10.75 4.22386 10.9739 4 11.25 4H11.75C12.0261 4 12.25 4.22386 12.25 4.5C12.25 4.77614 12.0261 5 11.75 5H11.25C10.9739 5 10.75 4.77614 10.75 4.5ZM12 10.05C12 10.3261 11.7761 10.55 11.5 10.55C11.2239 10.55 11 10.3261 11 10.05C11 9.77386 11.2239 9.55 11.5 9.55C11.7761 9.55 12 9.77386 12 10.05ZM11.25 5.5C10.9739 5.5 10.75 5.72386 10.75 6C10.75 6.27614 10.9739 6.5 11.25 6.5H11.75C12.0261 6.5 12.25 6.27614 12.25 6C12.25 5.72386 12.0261 5.5 11.75 5.5H11.25Z" ] []
]

0 comments on commit b172cbd

Please sign in to comment.