diff options
author | codecalm <codecalm@gmail.com> | 2020-04-20 06:17:28 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-04-20 06:17:28 +0200 |
commit | e4916be984ccb8df1b2ebc0680e426ddcf0bbaf2 (patch) | |
tree | 6d09ab3058779422ce87eede6c1aa8e85ae253bd /src/_icons/ear.svg | |
parent | tags.json file (diff) | |
download | tabler-icons-e4916be984ccb8df1b2ebc0680e426ddcf0bbaf2.tar.xz |
7 new icons: `braces`, `brackets`, `ear`, `focus-2`, `parentheses`, `slice`, `terminal`
Fixed icons: `barcode`, `focus`, `scan`
Diffstat (limited to 'src/_icons/ear.svg')
-rw-r--r-- | src/_icons/ear.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/_icons/ear.svg b/src/_icons/ear.svg new file mode 100644 index 0000000..7edbf19 --- /dev/null +++ b/src/_icons/ear.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M6 10a7 7 0 1 1 13 3.6a10 10 0 0 1 -2 2a8 8 0 0 0 -2 3 a4.5 4.5 0 0 1 -6.8 1.4" /> + <path d="M10 10a3 3 0 1 1 5 2.2" /> +</svg> |