diff options
author | codecalm <codecalm@gmail.com> | 2022-04-17 21:36:05 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-04-17 21:36:05 +0200 |
commit | 5474c023c0fe73cf3aaa4fb5fcfbed01775a7777 (patch) | |
tree | 28a2324a077eddc221720c3d290e136e1577d1c7 | |
parent | 22 new icons: `door-off`, `download-off`, `edit-circle-off`, `edit-off`, `egg... (diff) | |
download | tabler-icons-5474c023c0fe73cf3aaa4fb5fcfbed01775a7777.tar.xz |
`eraser-off` fix
-rw-r--r-- | src/_icons/eraser-off copy.svg | 9 | ||||
-rw-r--r-- | src/_icons/eraser-off.svg | 7 |
2 files changed, 7 insertions, 9 deletions
diff --git a/src/_icons/eraser-off copy.svg b/src/_icons/eraser-off copy.svg deleted file mode 100644 index 14fdd842..00000000 --- a/src/_icons/eraser-off copy.svg +++ /dev/null @@ -1,9 +0,0 @@ -<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg"> - <g fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"> - <path stroke="#000" stroke-width="2" d="M3 3l18 18" /> - <path d="M19 20h-10.5l-4.21 -4.3a1 1 0 0 1 0 -1.41l4.995 -4.993m2.009 -2.01l2.997 -2.996a1 1 0 0 1 1.41 0l5 5a1 1 0 0 1 0 1.41c-1.417 1.431 -2.406 2.432 -2.97 3m-2.02 2.043l-4.211 4.256" stroke="#000" stroke-width="2" /> - <path stroke="#000" stroke-width="2" d="M18 13.3L11.7 7" /> - <path stroke="red" stroke-width=".1" d="M5 1l18 18" /> - <path stroke="red" stroke-width=".1" d="M3 3l18 18" /> - </g> -</svg> diff --git a/src/_icons/eraser-off.svg b/src/_icons/eraser-off.svg new file mode 100644 index 00000000..39860b9b --- /dev/null +++ b/src/_icons/eraser-off.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M3 3l18 18" /> + <path d="M19 20h-10.5l-4.21 -4.3a1 1 0 0 1 0 -1.41l4.995 -4.993m2.009 -2.01l2.997 -2.996a1 1 0 0 1 1.41 0l5 5a1 1 0 0 1 0 1.41c-1.417 1.431 -2.406 2.432 -2.97 3m-2.02 2.043l-4.211 4.256" /> + <path d="M18 13.3l-6.3 -6.3" /> +</svg> |