diff options
author | codecalm <codecalm@gmail.com> | 2021-11-29 00:46:14 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2021-11-29 00:46:14 +0100 |
commit | d2a521a7811961a1f1c91207ff5290db11d57d81 (patch) | |
tree | 62608a493e80deb15e426de3ed6f1bcb19fe8a83 /src/_icons | |
parent | Merge remote-tracking branch 'origin/master' (diff) | |
download | tabler-icons-d2a521a7811961a1f1c91207ff5290db11d57d81.tar.xz |
Fixed icons: `brand-notion`, `device-watch-stats-2`, `device-watch-stats`, `engine`, `lemon-2`, `report-search`, `rotate-360`, `tag`, `text-resize`
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/brand-notion.svg | 1 | ||||
-rw-r--r-- | src/_icons/device-watch-stats-2.svg | 1 | ||||
-rw-r--r-- | src/_icons/device-watch-stats.svg | 1 | ||||
-rw-r--r-- | src/_icons/engine.svg | 1 | ||||
-rw-r--r-- | src/_icons/lemon-2.svg | 1 | ||||
-rw-r--r-- | src/_icons/report-search.svg | 1 | ||||
-rw-r--r-- | src/_icons/rotate-360.svg | 1 | ||||
-rw-r--r-- | src/_icons/tag.svg | 2 | ||||
-rw-r--r-- | src/_icons/text-resize.svg | 1 |
9 files changed, 9 insertions, 1 deletions
diff --git a/src/_icons/brand-notion.svg b/src/_icons/brand-notion.svg index b4f4f29c..cb3571f8 100644 --- a/src/_icons/brand-notion.svg +++ b/src/_icons/brand-notion.svg @@ -1,4 +1,5 @@ --- +category: Brand --- <svg> <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/device-watch-stats-2.svg b/src/_icons/device-watch-stats-2.svg index 4e6b798c..e9b1368b 100644 --- a/src/_icons/device-watch-stats-2.svg +++ b/src/_icons/device-watch-stats-2.svg @@ -1,4 +1,5 @@ --- +category: Devices --- <svg> <rect x="6" y="6" width="12" height="12" rx="3" /> diff --git a/src/_icons/device-watch-stats.svg b/src/_icons/device-watch-stats.svg index 8e87b1fc..029c3bf9 100644 --- a/src/_icons/device-watch-stats.svg +++ b/src/_icons/device-watch-stats.svg @@ -1,4 +1,5 @@ --- +category: Devices --- <svg> <rect x="6" y="6" width="12" height="12" rx="3" /> diff --git a/src/_icons/engine.svg b/src/_icons/engine.svg index 725e6f0f..a90814b4 100644 --- a/src/_icons/engine.svg +++ b/src/_icons/engine.svg @@ -1,4 +1,5 @@ --- +category: Vehicles --- <svg> <path d="M3 10v6" /> diff --git a/src/_icons/lemon-2.svg b/src/_icons/lemon-2.svg index 76cd65f5..b7125364 100644 --- a/src/_icons/lemon-2.svg +++ b/src/_icons/lemon-2.svg @@ -1,4 +1,5 @@ --- +category: Food --- <svg> <path d="M18 4a2 2 0 0 1 1.185 3.611c1.55 2.94 .873 6.917 -1.892 9.682c-2.765 2.765 -6.743 3.442 -9.682 1.892a2 2 0 1 1 -2.796 -2.796c-1.55 -2.94 -.873 -6.917 1.892 -9.682c2.765 -2.765 6.743 -3.442 9.682 -1.892a1.999 1.999 0 0 1 1.611 -.815z" /> diff --git a/src/_icons/report-search.svg b/src/_icons/report-search.svg index a9583f7d..d9dce793 100644 --- a/src/_icons/report-search.svg +++ b/src/_icons/report-search.svg @@ -1,4 +1,5 @@ --- +category: Document --- <svg> <path d="M8 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h5.697" /> diff --git a/src/_icons/rotate-360.svg b/src/_icons/rotate-360.svg index 2dc8632d..a7b6e7c9 100644 --- a/src/_icons/rotate-360.svg +++ b/src/_icons/rotate-360.svg @@ -1,4 +1,5 @@ --- +category: Arrows --- <svg> <path d="M12 16h4v4" /> diff --git a/src/_icons/tag.svg b/src/_icons/tag.svg index 13800fa2..71e0f8e8 100644 --- a/src/_icons/tag.svg +++ b/src/_icons/tag.svg @@ -1,6 +1,6 @@ --- --- <svg> - <circle cx="8.5" cy="8.5" r="1" /> + <circle cx="8.5" cy="8.5" r="1" fill="currentColor"/> <path d="M4 7v3.859c0 .537 .213 1.052 .593 1.432l8.116 8.116a2.025 2.025 0 0 0 2.864 0l4.834 -4.834a2.025 2.025 0 0 0 0 -2.864l-8.117 -8.116a2.025 2.025 0 0 0 -1.431 -.593h-3.859a3 3 0 0 0 -3 3z" /> </svg> diff --git a/src/_icons/text-resize.svg b/src/_icons/text-resize.svg index 46bfe05c..26af4266 100644 --- a/src/_icons/text-resize.svg +++ b/src/_icons/text-resize.svg @@ -1,4 +1,5 @@ --- +category: Design --- <svg> <circle cx="5" cy="5" r="2" /> |