Skip to content

Commit

Permalink
introduce alt polygon icon
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed Feb 20, 2024
1 parent 53c9e22 commit d766226
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions resources/public/icons/polygon-alt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/renderer/tools/shape/polygon.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

(defmethod tools/properties :polygon
[]
{:icon "polygon"
{:icon "polygon-alt"
:description "The <polyline> SVG element is an SVG basic shape that creates
straight lines connecting several points."
:attrs [:stroke-width
Expand Down

0 comments on commit d766226

Please sign in to comment.