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/traffic-lights-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/traffic-lights-off.svg')
-rw-r--r-- | src/_icons/traffic-lights-off.svg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/_icons/traffic-lights-off.svg b/src/_icons/traffic-lights-off.svg index 3c2aa13c..09f96002 100644 --- a/src/_icons/traffic-lights-off.svg +++ b/src/_icons/traffic-lights-off.svg @@ -1,9 +1,9 @@ --- --- <svg> - <rect x="7" y="2" width="10" height="20" rx="5" /> - <circle cx="12" cy="7" r="1" /> - <circle cx="12" cy="12" r="1" /> + <path d="M8 4c.912 -1.219 2.36 -2 4 -2a5 5 0 0 1 5 5v6m0 4a5 5 0 0 1 -10 0v-10" /> + <path d="M12 8a1 1 0 1 0 -1 -1" /> + <path d="M11.291 11.295a1 1 0 0 0 1.418 1.41" /> <circle cx="12" cy="17" r="1" /> <path d="M3 3l18 18" /> </svg> |