diff options
author | codecalm <codecalm@gmail.com> | 2020-04-20 07:56:34 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-04-20 07:56:34 +0200 |
commit | c9307504f8775f2874f8401fd663c6663dae2384 (patch) | |
tree | b620d7a09a3925079fd62382b040e9d0c019e000 /src | |
parent | focus-2 icon fix (diff) | |
download | tabler-icons-c9307504f8775f2874f8401fd663c6663dae2384.tar.xz |
Release 1.6.0v1.6.0
Diffstat (limited to 'src')
-rw-r--r-- | src/_icons/outlet.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_icons/outlet.svg b/src/_icons/outlet.svg index 41f69ff..8ad0674 100644 --- a/src/_icons/outlet.svg +++ b/src/_icons/outlet.svg @@ -2,6 +2,6 @@ --- <svg> <rect x="4" y="4" width="16" height="16" rx="2" /> - <circle cx="9" cy="12" r=".5" fill="currentColor"/> - <circle cx="15" cy="12" r=".5" fill="currentColor"/> + <circle cx="9" cy="12" r=".5" fill="currentColor" /> + <circle cx="15" cy="12" r=".5" fill="currentColor" /> </svg> |