diff options
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/dashboard.svg | 11 | ||||
-rw-r--r-- | src/_icons/device-tv.svg | 6 | ||||
-rw-r--r-- | src/_icons/shield-x.svg | 6 | ||||
-rw-r--r-- | src/_icons/tool.svg | 5 | ||||
-rw-r--r-- | src/_icons/trending-down.svg | 2 | ||||
-rw-r--r-- | src/_icons/trending-up.svg | 2 |
6 files changed, 22 insertions, 10 deletions
diff --git a/src/_icons/dashboard.svg b/src/_icons/dashboard.svg index 14d5b22a..c95cb498 100644 --- a/src/_icons/dashboard.svg +++ b/src/_icons/dashboard.svg @@ -1,12 +1,7 @@ --- --- <svg> - <circle cx="12" cy="12" r="9" /> - <line x1="12" y1="3" x2="12" y2="5" /> - <line x1="3" y1="12" x2="5" y2="12" /> - <line x1="19" y1="12" x2="21" y2="12" /> - <line x1="7" y1="7" x2="5.65" y2="5.65" /> - <line x1="17" y1="7" x2="18.35" y2="5.65" /> - <line x1="12" y1="9" x2="12" y2="15" /> - <path d="M5.35 18a9 9 0 0113.3 0" /> + <circle cx="12" cy="13" r="2" /> + <line x1="13.45" y1="11.55" x2="15.5" y2="9.5" /> + <path d="M6.4 20a9 9 0 1111.2 0Z" /> </svg> diff --git a/src/_icons/device-tv.svg b/src/_icons/device-tv.svg new file mode 100644 index 00000000..72aa7d13 --- /dev/null +++ b/src/_icons/device-tv.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="3" y="7" width="18" height="13" rx="2" /> + <polyline points="16 3 12 7 8 3" /> +</svg> diff --git a/src/_icons/shield-x.svg b/src/_icons/shield-x.svg new file mode 100644 index 00000000..5dac34a7 --- /dev/null +++ b/src/_icons/shield-x.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M12 3a12 12 0 008.5 3a12 12 0 01-8.5 15a12 12 0 01-8.5 -15a12 12 0 008.5 -3" /> + <path d="M10 10l4 4m0 -4l-4 4" /> +</svg> diff --git a/src/_icons/tool.svg b/src/_icons/tool.svg new file mode 100644 index 00000000..b90abe56 --- /dev/null +++ b/src/_icons/tool.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M7 10h3v-3l-3.5 -3.5a6 6 0 018 8l6 6a2 2 0 01-3 3l-6-6a6 6 0 01-8 -8l3.5 3.5" /> +</svg> diff --git a/src/_icons/trending-down.svg b/src/_icons/trending-down.svg index a1f179cf..4b8b3757 100644 --- a/src/_icons/trending-down.svg +++ b/src/_icons/trending-down.svg @@ -2,5 +2,5 @@ --- <svg> <polyline points="3 7 9 13 13 9 21 17" /> - <polyline points="21 9 21 17 13 17" /> + <polyline points="21 10 21 17 14 17" /> </svg> diff --git a/src/_icons/trending-up.svg b/src/_icons/trending-up.svg index 6ebd42d7..cb7601d6 100644 --- a/src/_icons/trending-up.svg +++ b/src/_icons/trending-up.svg @@ -2,5 +2,5 @@ --- <svg> <polyline points="3 17 9 11 13 15 21 7" /> - <polyline points="13 7 21 7 21 15" /> + <polyline points="14 7 21 7 21 14" /> </svg> |