diff options
author | codecalm <codecalm@gmail.com> | 2021-12-09 00:00:47 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2021-12-09 00:00:47 +0100 |
commit | cfd5764255ade390d043f8af851abcc77ddcc187 (patch) | |
tree | f0a1e9bd44cb38a6afe0d23ed9c48038c2adc95f /src/_icons/gavel.svg | |
parent | Release 1.46.0 (diff) | |
download | tabler-icons-cfd5764255ade390d043f8af851abcc77ddcc187.tar.xz |
18 new icons: `blur`, `brand-nytimes`, `cpu`, `cross`, `gavel`, `hammer`, `heartbeat`, `hourglass`, `layout-board-split`, `layout-board`, `mood-nervous`, `mountain`, `plane-inflight`, `prescription`, `shield-checkered`, `shield-chevron`, `sleigh`, `stack-3`
Diffstat (limited to 'src/_icons/gavel.svg')
-rw-r--r-- | src/_icons/gavel.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/gavel.svg b/src/_icons/gavel.svg new file mode 100644 index 00000000..235cf034 --- /dev/null +++ b/src/_icons/gavel.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <path d="M13 10l7.383 7.418c.823 .82 .823 2.148 0 2.967a2.11 2.11 0 0 1 -2.976 0l-7.407 -7.385" /> + <path d="M6 9l4 4" /> + <path d="M13 10l-4 -4" /> + <path d="M3 21h7" /> + <path d="M6.793 15.793l-3.586 -3.586a1 1 0 0 1 0 -1.414l2.293 -2.293l.5 .5l3 -3l-.5 -.5l2.293 -2.293a1 1 0 0 1 1.414 0l3.586 3.586a1 1 0 0 1 0 1.414l-2.293 2.293l-.5 -.5l-3 3l.5 .5l-2.293 2.293a1 1 0 0 1 -1.414 0z" /> +</svg> |