diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-02-28 14:08:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-28 14:08:57 +0100 |
commit | a439131c2b06b3d452e5be13530b6d2caa72c1aa (patch) | |
tree | 48fa9c22d2511d3b366f1125602c0eef112aeab0 /editor/icons | |
parent | 5beccaf86fc89166d0b7d28cfcf719cad8fb30ee (diff) | |
parent | 225622e5e3258e4b18c3d5c34a5050fe3fa82624 (diff) |
Merge pull request #36637 from KoBeWi/policon
Add unique icon to Polygon2D
Diffstat (limited to 'editor/icons')
-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 |