diff options
author | Tomasz Chabora <kobewi4e@gmail.com> | 2020-02-28 12:01:39 +0100 |
---|---|---|
committer | Tomasz Chabora <kobewi4e@gmail.com> | 2020-02-28 12:01:39 +0100 |
commit | 225622e5e3258e4b18c3d5c34a5050fe3fa82624 (patch) | |
tree | 48fa9c22d2511d3b366f1125602c0eef112aeab0 | |
parent | 5beccaf86fc89166d0b7d28cfcf719cad8fb30ee (diff) |
Add unique icon to Polygon2D
-rw-r--r-- | editor/icons/Polygon2D.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/icons/Polygon2D.svg b/editor/icons/Polygon2D.svg index 485109072e..6767992581 100644 --- a/editor/icons/Polygon2D.svg +++ b/editor/icons/Polygon2D.svg @@ -1 +1 @@ -<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m14 1050.4h-12v-12h12l-6 6z" fill="none" stroke="#a5b7f3" stroke-linejoin="round" stroke-width="2" transform="translate(0 -1036.4)"/></svg>
\ No newline at end of file +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m14 1050.4h-12v-12h12l-6 6z" fill="#a5b7f3" stroke="#a5b7f3" stroke-linejoin="round" stroke-width="2" transform="translate(0 -1036.4)"/></svg>
\ No newline at end of file |