diff options
author | codecalm <codecalm@gmail.com> | 2020-03-03 17:13:05 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-03 17:13:05 +0100 |
commit | f289dcaf534f37e158654870f7406f8d22f63d90 (patch) | |
tree | 3af65d885d855ea20db4db798c5efbc8e3f84cdf /_icons/disabled.svg | |
parent | ban icon (diff) | |
download | tabler-icons-f289dcaf534f37e158654870f7406f8d22f63d90.tar.xz |
corners, cut, copy, dots, etc
Diffstat (limited to '_icons/disabled.svg')
-rw-r--r-- | _icons/disabled.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/_icons/disabled.svg b/_icons/disabled.svg new file mode 100644 index 00000000..17f65f80 --- /dev/null +++ b/_icons/disabled.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <circle cx="9" cy="16" r="5" opacity=".2" /> + <circle cx="11" cy="5" r="2" /> + <polyline points="11 7 11 15 15 15 19 20" /> + <line x1="11" y1="11" x2="16" y2="11" /> + <path d="M7 11.5a5 5 0 106 7.5" /> +</svg> |