diff options
author | codecalm <codecalm@gmail.com> | 2022-04-05 00:42:48 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-04-05 00:42:48 +0200 |
commit | 458ceb4d87afeb9dc4a570a414bc03b1fd159bbb (patch) | |
tree | 39f54385e78e7acf0e23cfd357bb2a3ff173526c /src/_icons | |
parent | Release 1.62.0 (diff) | |
download | tabler-icons-458ceb4d87afeb9dc4a570a414bc03b1fd159bbb.tar.xz |
`a-b-off` icon fix
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/a-b-off.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/_icons/a-b-off.svg b/src/_icons/a-b-off.svg index d4d232a6..d0330a88 100644 --- a/src/_icons/a-b-off.svg +++ b/src/_icons/a-b-off.svg @@ -4,6 +4,7 @@ version: "1.62" <svg> <path d="M3 16v-5.5a2.5 2.5 0 0 1 5 0v5.5m0 -4h-5" /> <path d="M12 12v6" /> + <path d="M12 6v2" /> <path d="M16 8h3a2 2 0 1 1 0 4h-3m3 0a2 2 0 0 1 .83 3.82m-3.83 -3.82v-4" /> <path d="M3 3l18 18" /> </svg> |