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/focus-2.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/focus-2.svg')
-rw-r--r-- | src/_icons/focus-2.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/_icons/focus-2.svg b/src/_icons/focus-2.svg new file mode 100644 index 00000000..7883bb27 --- /dev/null +++ b/src/_icons/focus-2.svg @@ -0,0 +1,10 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r=".5" /> + <circle cx="12" cy="12" r="7" /> + <line x1="12" y1="3" x2="12" y2="5" /> + <line x1="3" y1="12" x2="5" y2="12" /> + <line x1="12" y1="19" x2="12" y2="21" /> + <line x1="19" y1="12" x2="21" y2="12" /> +</svg> |