diff options
author | codecalm <codecalm@gmail.com> | 2022-04-24 13:29:44 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-04-24 13:29:44 +0200 |
commit | 17980f6ab019ffc2c52f7818f6b7d481e22799a2 (patch) | |
tree | 888fff45669e0d7dd6730c1966b4edf31d3afa33 /src/_icons/tools-off.svg | |
parent | Merge remote-tracking branch 'origin/master' (diff) | |
download | tabler-icons-17980f6ab019ffc2c52f7818f6b7d481e22799a2.tar.xz |
Fixed icons: `toilet-paper-off`, `tools-kitchen-off`, `tools-off`, `traffic-cone-off`, `traffic-lights-off`, `typography-off`, `umbrella-off`, `vaccine-off`, `variable-off`, `vector-triangle-off`
Diffstat (limited to 'src/_icons/tools-off.svg')
-rw-r--r-- | src/_icons/tools-off.svg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/_icons/tools-off.svg b/src/_icons/tools-off.svg index 4cd60f0c..3ee63c84 100644 --- a/src/_icons/tools-off.svg +++ b/src/_icons/tools-off.svg @@ -1,11 +1,11 @@ --- --- <svg> - <path d="M3 21h4l13 -13a2.828 2.828 0 1 0 -4 -4l-13 13v4" /> + <path d="M16 12l4 -4a2.828 2.828 0 1 0 -4 -4l-4 4m-2 2l-7 7v4h4l7 -7" /> <path d="M14.5 5.5l4 4" /> - <path d="M12 8l-5 -5l-4 4l5 5" /> + <path d="M12 8l-5 -5m-2.004 2.004l-1.996 1.996l5 5" /> <path d="M7 8l-1.5 1.5" /> - <path d="M16 12l5 5l-4 4l-5 -5" /> + <path d="M16 12l5 5m-2 2l-2 2l-5 -5" /> <path d="M16 17l-1.5 1.5" /> <path d="M3 3l18 18" /> </svg> |