diff options
author | codecalm <codecalm@gmail.com> | 2020-09-18 10:35:14 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-18 10:35:14 +0200 |
commit | 80bc52fc55b2937b855ac05d5861cefd24c5e6f6 (patch) | |
tree | 12d26f19d656179b1fa1b798e72aa539244667b7 /src/_icons/hexagon.svg | |
parent | filled icons fix (diff) | |
download | tabler-icons-80bc52fc55b2937b855ac05d5861cefd24c5e6f6.tar.xz |
3 new icons: `circle-square`, `circles`, `triangle-square-circle`
Fixed icons: `circle`, `heart`, `hexagon`, `octagon`, `square-rotated`, `square`, `triangle`
Diffstat (limited to 'src/_icons/hexagon.svg')
-rw-r--r-- | src/_icons/hexagon.svg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/_icons/hexagon.svg b/src/_icons/hexagon.svg index 19d929b..b1a40ce 100644 --- a/src/_icons/hexagon.svg +++ b/src/_icons/hexagon.svg @@ -1,5 +1,6 @@ --- +category: Shapes --- <svg> - <path d="M12.971 3.54l6 3.333A2 2 0 0 1 20 8.62v6.536a2 2 0 0 1 -1.029 1.748l-6 3.333a2 2 0 0 1 -1.942 0l-6-3.333A2 2 0 0 1 4 15.157V8.62a2 2 0 0 1 1.029 -1.748l6-3.333a2 2 0 0 1 1.942 0z" /> + <path d="M19 6.873a2 2 0 0 1 1 1.747v6.536a2 2 0 0 1 -1.029 1.748l-6 3.833a2 2 0 0 1 -1.942 0l-6 -3.833a2 2 0 0 1 -1.029 -1.747v-6.537a2 2 0 0 1 1.029 -1.748l6 -3.572a2.056 2.056 0 0 1 1.971 0l5.971 3.573z" /> </svg> |