diff options
author | codecalm <codecalm@gmail.com> | 2020-03-25 19:51:59 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-25 19:51:59 +0100 |
commit | ddcffe424167b27ee4f9c574590a7e2df1c551ef (patch) | |
tree | 0dd5bd8f498525f7d46fd254d9e3fd41d15e83b0 /src/_icons | |
parent | dice, palette dot fixes (diff) | |
download | tabler-icons-ddcffe424167b27ee4f9c574590a7e2df1c551ef.tar.xz |
award icon fix, styles for print
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/award.svg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/_icons/award.svg b/src/_icons/award.svg index 3f488f3f..1df308d2 100644 --- a/src/_icons/award.svg +++ b/src/_icons/award.svg @@ -2,5 +2,6 @@ --- <svg> <circle cx="12" cy="9" r="6" /> - <polyline points="8 13.5 8 21 12 19 16 21 16 13.5" /> + <polyline points="9 14.2 9 21 12 19 15 21 15 14.2" transform="rotate(-30 12 9)" /> + <polyline points="9 14.2 9 21 12 19 15 21 15 14.2" transform="rotate(30 12 9)" /> </svg> |