Skip to content

Commit

Permalink
Credit card icon alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Feb 5, 2024
1 parent 059f491 commit 6fc05a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/UI/Icon.elm
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ creditCard : Icon msg
creditCard =
Icon "credit-card"
[]
[ path [ fill "currentColor", fillRule "evenodd", d "M12.8333 9L12.8333 5V3C12.8333 2.44772 12.311 2 11.6667 2L2.33333 2C1.689 2 1.16667 2.44772 1.16667 3L1.16667 5L1.16667 9C1.16667 9.55229 1.689 10 2.33333 10H11.6667C12.311 10 12.8333 9.55229 12.8333 9ZM14 3C14 1.89543 12.9553 1 11.6667 1L2.33333 1C1.04467 1 3.10551e-07 1.89543 2.62268e-07 3L0 9C-4.82822e-08 10.1046 1.04467 11 2.33333 11H11.6667C12.9553 11 14 10.1046 14 9V3Z" ] []
, path [ fill "currentColor", d "M12.8333 4V5L1.16667 5L1.16667 4L12.8333 4Z" ] []
, path [ fill "currentColor", d "M2 7.5C2 6.94772 2.44772 6.5 3 6.5H4C4.55229 6.5 5 6.94772 5 7.5C5 8.05229 4.55229 8.5 4 8.5H3C2.44772 8.5 2 8.05229 2 7.5Z" ] []
[ path [ fill "currentColor", fillRule "evenodd", d "M12.8333 10L12.8333 6V4C12.8333 3.44772 12.311 3 11.6667 3L2.33333 3C1.689 3 1.16667 3.44772 1.16667 4L1.16667 6L1.16667 10C1.16667 10.5523 1.689 11 2.33333 11H11.6667C12.311 11 12.8333 10.5523 12.8333 10ZM14 4C14 2.89543 12.9553 2 11.6667 2L2.33333 2C1.04467 2 3.10551e-07 2.89543 2.62268e-07 4L0 10C-4.82823e-08 11.1046 1.04467 12 2.33333 12H11.6667C12.9553 12 14 11.1046 14 10V4Z" ] []
, path [ fill "currentColor", d "M12.8333 5V6L1.16667 6L1.16667 5L12.8333 5Z" ] []
, path [ fill "currentColor", d "M2 8.5C2 7.94772 2.44772 7.5 3 7.5H4C4.55229 7.5 5 7.94772 5 8.5C5 9.05229 4.55229 9.5 4 9.5H3C2.44772 9.5 2 9.05229 2 8.5Z" ] []
]

0 comments on commit 6fc05a6

Please sign in to comment.