diff options
author | codecalm <codecalm@gmail.com> | 2020-10-16 23:04:41 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-10-16 23:04:41 +0200 |
commit | 116419f34b6c7fb3a42f286181c5299cdebdbde7 (patch) | |
tree | ae000c59b6c6c77fe5fd7b28c4b66ae70831d23a /src/_icons/device-desktop-analytics.svg | |
parent | 3 new icons: `device-desktop-analytics`, `file-analytics`, `report-analytics` (diff) | |
download | tabler-icons-116419f34b6c7fb3a42f286181c5299cdebdbde7.tar.xz |
1 new icons: `droplet-off`
Fixed icons: `device-desktop-analytics`, `droplet`, `file-analytics`, `flame`, `report-analytics`
Diffstat (limited to 'src/_icons/device-desktop-analytics.svg')
-rw-r--r-- | src/_icons/device-desktop-analytics.svg | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/_icons/device-desktop-analytics.svg b/src/_icons/device-desktop-analytics.svg index 64f47da5..410d6bf7 100644 --- a/src/_icons/device-desktop-analytics.svg +++ b/src/_icons/device-desktop-analytics.svg @@ -3,12 +3,12 @@ tags: [monitor, computer, imac, stats, charts] category: Devices --- <svg> - <rect x="3" y="4" width="18" height="12" rx="1"/> - <path d="M7 20h10"/> - <path d="M9 16v4"/> - <path d="M15 16v4"/> - <path d="M9 12V8"/> - <path d="M12 12v-1"/> - <path d="M15 12v-2"/> - <path d="M12 12v-1"/> + <rect x="3" y="4" width="18" height="12" rx="1" /> + <path d="M7 20h10" /> + <path d="M9 16v4" /> + <path d="M15 16v4" /> + <path d="M9 12v-4" /> + <path d="M12 12v-1" /> + <path d="M15 12v-2" /> + <path d="M12 12v-1" /> </svg> |