diff options
Diffstat (limited to 'static/admin')
-rw-r--r-- | static/admin/code.svg | 4 | ||||
-rw-r--r-- | static/admin/disk.svg | 11 | ||||
-rw-r--r-- | static/admin/files.svg | 11 | ||||
-rw-r--r-- | static/admin/hardware.svg | 11 | ||||
-rw-r--r-- | static/admin/home.svg | 11 | ||||
-rw-r--r-- | static/admin/kartik.svg | 11 | ||||
-rw-r--r-- | static/admin/neutroning.svg | 11 | ||||
-rw-r--r-- | static/admin/quotas.svg | 11 | ||||
-rw-r--r-- | static/admin/telemetry.svg | 8 | ||||
-rw-r--r-- | static/admin/unchained.svg | 11 | ||||
-rw-r--r-- | static/admin/uptime.svg | 11 | ||||
-rw-r--r-- | static/admin/version.svg | 11 |
12 files changed, 122 insertions, 0 deletions
diff --git a/static/admin/code.svg b/static/admin/code.svg new file mode 100644 index 0000000..a5656df --- /dev/null +++ b/static/admin/code.svg @@ -0,0 +1,4 @@ +<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> + <path d="M10.5416 8.60759L11.642 6.37799C11.8907 5.874 12.6094 5.874 12.8581 6.37799L13.9585 8.60759L16.419 8.96512C16.9752 9.04594 17.1972 9.72944 16.7948 10.1217L15.0143 11.8572L15.4347 14.3078C15.5297 14.8617 14.9482 15.2842 14.4508 15.0226L12.25 13.8656L10.0493 15.0226C9.55182 15.2842 8.9704 14.8617 9.06541 14.3078L9.48571 11.8572L7.70527 10.1217C7.30281 9.72944 7.5249 9.04594 8.08108 8.96512L10.5416 8.60759ZM11.6 9.52747C11.5012 9.72761 11.3103 9.86633 11.0894 9.89842L9.6358 10.1096L10.6876 11.1349C10.8474 11.2907 10.9204 11.5152 10.8826 11.7351L10.6343 13.1829L11.9345 12.4993C12.132 12.3955 12.368 12.3955 12.5656 12.4993L13.8657 13.1829L13.6174 11.7351C13.5797 11.5152 13.6526 11.2907 13.8124 11.1349L14.8643 10.1096L13.4107 9.89842C13.1898 9.86633 12.9989 9.72761 12.9001 9.52747L12.25 8.21029L11.6 9.52747Z" fill="#212121"/> + <path d="M6.5 2C5.11929 2 4 3.11929 4 4.5V19.5C4 20.8807 5.11929 22 6.5 22H19.75C20.1642 22 20.5 21.6642 20.5 21.25C20.5 20.8358 20.1642 20.5 19.75 20.5H6.5C5.94772 20.5 5.5 20.0523 5.5 19.5H19.75C20.1642 19.5 20.5 19.1642 20.5 18.75V4.5C20.5 3.11929 19.3807 2 18 2H6.5ZM19 18H5.5V4.5C5.5 3.94772 5.94772 3.5 6.5 3.5H18C18.5523 3.5 19 3.94772 19 4.5V18Z" fill="#212121"/> +</svg> diff --git a/static/admin/disk.svg b/static/admin/disk.svg new file mode 100644 index 0000000..8275965 --- /dev/null +++ b/static/admin/disk.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 59.1 (86144) - https://sketch.com --> + <title>ic_fluent_storage_24_regular</title> + <desc>Created with Sketch.</desc> + <g id="π-Product-Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="ic_fluent_storage_24_regular" fill="#212121" fill-rule="nonzero"> + <path d="M5,7 L19,7 C20.597725,7 21.903664,8.24892392 21.9949075,9.82372764 L22,10 L22,14 C22,15.597725 20.7511226,16.903664 19.1762773,16.9949075 L19,17 L5,17 C3.40232321,17 2.09633941,15.7511226 2.00509271,14.1762773 L2,14 L2,10 C2,8.40232321 3.24892392,7.09633941 4.82372764,7.00509271 L5,7 L19,7 L5,7 Z M19,8.5 L5,8.5 C4.17157,8.5 3.5,9.1716 3.5,10 L3.5,14 C3.5,14.8284 4.17157,15.5 5,15.5 L19,15.5 C19.8284,15.5 20.5,14.8284 20.5,14 L20.5,10 C20.5,9.1716 19.8284,8.5 19,8.5 Z M18,10 C18.5523,10 19,10.4477 19,11 C19,11.5523 18.5523,12 18,12 C17.4477,12 17,11.5523 17,11 C17,10.4477 17.4477,10 18,10 Z M14,10 C14.5523,10 15,10.4477 15,11 C15,11.5523 14.5523,12 14,12 C13.4477,12 13,11.5523 13,11 C13,10.4477 13.4477,10 14,10 Z" id="π¨-Color"></path> + </g> + </g> +</svg>
\ No newline at end of file diff --git a/static/admin/files.svg b/static/admin/files.svg new file mode 100644 index 0000000..5b51bf7 --- /dev/null +++ b/static/admin/files.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 63.1 (92452) - https://sketch.com --> + <title>ic_fluent_folder_24_regular</title> + <desc>Created with Sketch.</desc> + <g id="π-Product-Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="ic_fluent_folder_24_regular" fill="#212121" fill-rule="nonzero"> + <path d="M8.2069251,4 C8.66748759,4 9.11529621,4.14128575 9.49094085,4.40234784 L9.64734,4.52150212 L12.022,6.5 L19.75,6.5 C20.8867338,6.5 21.826582,7.34296748 21.9785265,8.43788437 L21.9948092,8.59595119 L22,8.75 L22,17.75 C22,18.940864 21.0748384,19.9156449 19.9040488,19.9948092 L19.75,20 L4.25,20 C3.05913601,20 2.08435508,19.0748384 2.00519081,17.9040488 L2,17.75 L2,6.25 C2,5.05913601 2.92516159,4.08435508 4.09595119,4.00519081 L4.25,4 L8.2069251,4 Z M9.64734,9.97849788 C9.29352609,10.2733428 8.85906104,10.4514842 8.40335497,10.4914126 L8.2069251,10.5 L3.5,10.499 L3.5,17.75 C3.5,18.1296958 3.78215388,18.443491 4.14822944,18.4931534 L4.25,18.5 L19.75,18.5 C20.1296958,18.5 20.443491,18.2178461 20.4931534,17.8517706 L20.5,17.75 L20.5,8.75 C20.5,8.37030423 20.2178461,8.05650904 19.8517706,8.00684662 L19.75,8 L12.021,8 L9.64734,9.97849788 Z M8.2069251,5.5 L4.25,5.5 C3.87030423,5.5 3.55650904,5.78215388 3.50684662,6.14822944 L3.5,6.25 L3.5,8.999 L8.2069251,9 C8.347287,9 8.48409517,8.96063221 8.60221452,8.8873763 L8.6870634,8.82616596 L10.578,7.249 L8.6870634,5.67383404 C8.5792344,5.58397654 8.44893281,5.52663725 8.31129371,5.50729584 L8.2069251,5.5 Z" id="π¨-Color"></path> + </g> + </g> +</svg>
\ No newline at end of file diff --git a/static/admin/hardware.svg b/static/admin/hardware.svg new file mode 100644 index 0000000..7aaa0b6 --- /dev/null +++ b/static/admin/hardware.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 59.1 (86144) - https://sketch.com --> + <title>ic_fluent_developer_board_24_regular</title> + <desc>Created with Sketch.</desc> + <g id="π-Product-Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="ic_fluent_developer_board_24_regular" fill="#212121" fill-rule="nonzero"> + <path d="M15.25,2 C15.6296958,2 15.943491,2.28215388 15.9931534,2.64822944 L16,2.75 L16.0005323,5.07512168 C17.4696877,5.37356725 18.6268557,6.53092479 18.9250232,8.00018117 L21.25,8 C21.6642136,8 22,8.33578644 22,8.75 C22,9.12969577 21.7178461,9.44349096 21.3517706,9.49315338 L21.25,9.5 L19,9.5 L19,11.25 L21.25,11.25 C21.6296958,11.25 21.943491,11.5321539 21.9931534,11.8982294 L22,12 C22,12.3796958 21.7178461,12.693491 21.3517706,12.7431534 L21.25,12.75 L19,12.75 L19,14.5 L21.25,14.5 C21.6296958,14.5 21.943491,14.7821539 21.9931534,15.1482294 L22,15.25 C22,15.6296958 21.7178461,15.943491 21.3517706,15.9931534 L21.25,16 L18.924821,16.0008144 C18.6263329,17.469598 17.4693558,18.6265002 16.0005323,18.9248783 L16,21.25 C16,21.6642136 15.6642136,22 15.25,22 C14.8703042,22 14.556509,21.7178461 14.5068466,21.3517706 L14.5,21.25 L14.5,18.999 L12.749,18.999 L12.75,21.25 C12.75,21.6296958 12.4678461,21.943491 12.1017706,21.9931534 L12,22 C11.6203042,22 11.306509,21.7178461 11.2568466,21.3517706 L11.25,21.25 L11.249,18.999 L9.5,18.999 L9.5,21.25 C9.5,21.6296958 9.21784612,21.943491 8.85177056,21.9931534 L8.75,22 C8.37030423,22 8.05650904,21.7178461 8.00684662,21.3517706 L8,21.25 L8.00046294,18.9250804 C6.53088189,18.6269649 5.37328561,17.4694809 5.07500541,15.9999597 L2.75,16 C2.33578644,16 2,15.6642136 2,15.25 C2,14.8703042 2.28215388,14.556509 2.64822944,14.5068466 L2.75,14.5 L5,14.499 L5,12.749 L2.75,12.75 C2.37030423,12.75 2.05650904,12.4678461 2.00684662,12.1017706 L2,12 C2,11.6203042 2.28215388,11.306509 2.64822944,11.2568466 L2.75,11.25 L5,11.249 L5,9.499 L2.75,9.5 C2.37030423,9.5 2.05650904,9.21784612 2.00684662,8.85177056 L2,8.75 C2,8.37030423 2.28215388,8.05650904 2.64822944,8.00684662 L2.75,8 L5.07520767,7.9990445 C5.3738086,6.52999618 6.53121385,5.37296774 8.00046294,5.07491964 L8,2.75 C8,2.33578644 8.33578644,2 8.75,2 C9.12969577,2 9.44349096,2.28215388 9.49315338,2.64822944 L9.5,2.75 L9.5,4.999 L11.249,4.999 L11.25,2.75 C11.25,2.37030423 11.5321539,2.05650904 11.8982294,2.00684662 L12,2 C12.3796958,2 12.693491,2.28215388 12.7431534,2.64822944 L12.75,2.75 L12.749,4.999 L14.5,4.999 L14.5,2.75 C14.5,2.40482203 14.733185,2.11410734 15.0506203,2.02679072 L15.1482294,2.00684662 L15.25,2 Z M15.25,6.5 L8.75,6.5 C7.50735931,6.5 6.5,7.50735931 6.5,8.75 L6.5,15.25 C6.5,16.4926407 7.50735931,17.5 8.75,17.5 L15.25,17.5 C16.4926407,17.5 17.5,16.4926407 17.5,15.25 L17.5,8.75 C17.5,7.50735931 16.4926407,6.5 15.25,6.5 Z M12.0049285,9.0049285 C13.6617828,9.0049285 15.0049285,10.3480743 15.0049285,12.0049285 C15.0049285,13.6617828 13.6617828,15.0049285 12.0049285,15.0049285 C10.3480743,15.0049285 9.0049285,13.6617828 9.0049285,12.0049285 C9.0049285,10.3480743 10.3480743,9.0049285 12.0049285,9.0049285 Z M12.0049285,10.5049285 C11.1765014,10.5049285 10.5049285,11.1765014 10.5049285,12.0049285 C10.5049285,12.8333556 11.1765014,13.5049285 12.0049285,13.5049285 C12.8333556,13.5049285 13.5049285,12.8333556 13.5049285,12.0049285 C13.5049285,11.1765014 12.8333556,10.5049285 12.0049285,10.5049285 Z" id="π¨Color"></path> + </g> + </g> +</svg>
\ No newline at end of file diff --git a/static/admin/home.svg b/static/admin/home.svg new file mode 100644 index 0000000..828dbe8 --- /dev/null +++ b/static/admin/home.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 64 (93537) - https://sketch.com --> + <title>ic_fluent_home_24_regular</title> + <desc>Created with Sketch.</desc> + <g id="π-System-Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="ic_fluent_home_24_regular" fill="#212121" fill-rule="nonzero"> + <path d="M13.4505,2.53209 L20.2005,8.2242 C20.7074,8.65171 21,9.28109 21,9.94425 L21,19.747 C21,20.7135 20.2165,21.497 19.25,21.497 L15.75,21.497 C14.7835,21.497 14,20.7135 14,19.747 L14,14.247 C14,14.109 13.8881,13.997 13.75,13.997 L10.25,13.997 C10.1119,13.997 10,14.109 10,14.247 L10,19.747 C10,20.7135 9.2165,21.497 8.25,21.497 L4.75,21.497 C3.7835,21.497 3,20.7135 3,19.747 L3,9.94425 C3,9.28109 3.29255,8.65171 3.79952,8.2242 L10.5495,2.53209 C11.3874,1.8255 12.6126,1.8255 13.4505,2.53209 Z M11.5165,3.67879 L4.76651,9.3709 C4.59752,9.5134 4.5,9.7232 4.5,9.94425 L4.5,19.747 C4.5,19.8851 4.61193,19.997 4.75,19.997 L8.25,19.997 C8.38807,19.997 8.5,19.8851 8.5,19.747 L8.5,14.247 C8.5,13.2805 9.2835,12.497 10.25,12.497 L13.75,12.497 C14.7165,12.497 15.5,13.2805 15.5,14.247 L15.5,19.747 C15.5,19.8851 15.6119,19.997 15.75,19.997 L19.25,19.997 C19.3881,19.997 19.5,19.8851 19.5,19.747 L19.5,9.94425 C19.5,9.7232 19.4025,9.5134 19.2335,9.3709 L12.4835,3.67879 C12.2042,3.44326 11.7958,3.44326 11.5165,3.67879 Z" id="π¨-Color"></path> + </g> + </g> +</svg>
\ No newline at end of file diff --git a/static/admin/kartik.svg b/static/admin/kartik.svg new file mode 100644 index 0000000..cdd51eb --- /dev/null +++ b/static/admin/kartik.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 59.1 (86144) - https://sketch.com --> + <title>ic_fluent_globe_24_regular</title> + <desc>Created with Sketch.</desc> + <g id="π-Product-Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="ic_fluent_globe_24_regular" fill="#212121" fill-rule="nonzero"> + <path d="M12.0000002,1.99896738 C17.523704,1.99896738 22.0015507,6.47681407 22.0015507,12.0005179 C22.0015507,17.5242217 17.523704,22.0020684 12.0000002,22.0020684 C6.47629639,22.0020684 1.99844971,17.5242217 1.99844971,12.0005179 C1.99844971,6.47681407 6.47629639,1.99896738 12.0000002,1.99896738 Z M14.9389045,16.5002571 L9.06109593,16.5002571 C9.71313678,18.9143799 10.8464883,20.5020684 12.0000002,20.5020684 C13.1535121,20.5020684 14.2868636,18.9143799 14.9389045,16.5002571 Z M7.50830976,16.5008106 L4.78582644,16.5006803 C5.744167,18.0337454 7.17761035,19.2393418 8.87999355,19.9113065 C8.35771536,19.0914835 7.92672586,18.0651949 7.60972411,16.8958162 L7.50830976,16.5008106 L7.50830976,16.5008106 Z M19.214174,16.5006803 L16.4916907,16.5008106 C16.167923,17.8345819 15.700316,19.000392 15.1189501,19.9113639 C16.7159251,19.2813431 18.0755983,18.1823607 19.0289676,16.7842422 L19.214174,16.5006803 L19.214174,16.5006803 Z M7.09342418,9.9998686 L3.73581796,9.9998686 L3.73581796,9.9998686 L3.73106043,10.0170734 C3.57897914,10.6534279 3.49844971,11.3175685 3.49844971,12.0005179 C3.49844971,13.0566718 3.69103899,14.0678442 4.04301473,15.000832 L7.21617552,15.0004667 C7.07387589,14.0513637 6.99844971,13.0431468 6.99844971,12.0005179 C6.99844971,11.3165055 7.03091285,10.6473039 7.09342418,9.9998686 Z M15.3969276,9.99993255 L8.60307281,9.99993255 C8.53505119,10.640197 8.49844971,11.3099099 8.49844971,12.0005179 C8.49844971,13.0600224 8.5845969,14.070347 8.73818201,15.000607 L15.2618184,15.000607 C15.4154035,14.070347 15.5015507,13.0600224 15.5015507,12.0005179 C15.5015507,11.3099099 15.4649492,10.640197 15.3969276,9.99993255 Z M20.2646076,9.999033 L16.9065762,9.99988793 C16.9690876,10.6473039 17.0015507,11.3165055 17.0015507,12.0005179 C17.0015507,13.0431468 16.9261245,14.0513637 16.7838249,15.0004667 L19.9569857,15.000832 C20.3089614,14.0678442 20.5015507,13.0566718 20.5015507,12.0005179 C20.5015507,11.3111121 20.4194915,10.6408723 20.2646076,9.999033 Z M8.88105029,4.0896719 L8.85814489,4.09838857 C6.81083065,4.91309834 5.15481653,6.500408 4.25014894,8.50027116 L7.29826946,8.50063757 C7.61162388,6.74784533 8.15846945,5.22192073 8.88105029,4.0896719 Z M12.0000002,3.49896738 L11.8843481,3.50426666 C10.6189068,3.62002448 9.39642826,5.62198962 8.82871306,8.50021862 L15.1712874,8.50021862 C14.6051632,5.63005613 13.3879407,3.63125276 12.1262908,3.50528435 L12.0000002,3.49896738 Z M15.1200069,4.08972931 L15.2268438,4.26382329 C15.8960528,5.37628985 16.4041675,6.83617446 16.701731,8.50063757 L19.7498515,8.50027116 C18.8852005,6.58886886 17.3342021,5.05432991 15.4112068,4.21100469 L15.1200069,4.08972931 Z" id="π¨-Color"></path> + </g> + </g> +</svg>
\ No newline at end of file diff --git a/static/admin/neutroning.svg b/static/admin/neutroning.svg new file mode 100644 index 0000000..e86776c --- /dev/null +++ b/static/admin/neutroning.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 59.1 (86144) - https://sketch.com --> + <title>ic_fluent_map_24_regular</title> + <desc>Created with Sketch.</desc> + <g id="π-Product-Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="ic_fluent_map_24_regular" fill="#212121" fill-rule="nonzero"> + <path d="M9.20318097,3.99883112 L9.25022705,3.99757398 L9.25022705,3.99757398 L9.29598153,3.99878235 C9.31841678,4.00007596 9.3408981,4.00240812 9.36336172,4.00581196 L9.37943718,4.00961838 C9.46484719,4.02334006 9.54972612,4.05384279 9.63062425,4.10176963 L9.68249139,4.13530985 L9.68249139,4.13530985 L14.7528305,7.70057398 L19.8198476,4.13865556 C20.2875618,3.80986314 20.9213033,4.10539046 20.9942427,4.64773105 L21.0011695,4.75222009 L21.0011695,15.3847508 C21.0011695,15.5940708 20.9138173,15.7921566 20.7630493,15.9329224 L20.6824914,15.9983153 L15.1824914,19.8646901 C14.9155973,20.0523106 14.5946408,20.0366374 14.3546757,19.887816 L9.2498305,16.296574 L4.1801524,19.8613444 C3.71243821,20.1901369 3.07869673,19.8946095 3.0057573,19.352269 L2.9988305,19.2477799 L2.9988305,8.61524918 C2.9988305,8.40592916 3.08618268,8.20784343 3.23695074,8.06707758 L3.31750861,8.00168466 L8.81750861,4.13530985 C8.8815116,4.0903172 8.94862358,4.05701542 9.01698207,4.03443715 L9.13945007,4.00643155 L9.13945007,4.00643155 L9.20318097,3.99883112 L9.20318097,3.99883112 Z M19.5011695,6.19622701 L15.5011695,9.00813597 L15.5011695,17.8071187 L19.5011695,14.9952097 L19.5011695,6.19622701 Z M8.4988305,6.1928813 L4.4988305,9.00479025 L4.4988305,17.803773 L8.4988305,14.991864 L8.4988305,6.1928813 Z M10.0011695,6.1928813 L10.0011695,14.991864 L14.0011695,17.803773 L14.0011695,9.00479025 L10.0011695,6.1928813 Z" id="π¨Color"></path> + </g> + </g> +</svg>
\ No newline at end of file diff --git a/static/admin/quotas.svg b/static/admin/quotas.svg new file mode 100644 index 0000000..05babde --- /dev/null +++ b/static/admin/quotas.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 64 (93537) - https://sketch.com --> + <title>ic_fluent_data_pie_24_regular</title> + <desc>Created with Sketch.</desc> + <g id="π-System-Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="ic_fluent_data_pie_24_regular" fill="#212121" fill-rule="nonzero"> + <path d="M10.25,4.25 C10.6642136,4.25 11,4.58578644 11,5 L11,13 L19,13 C19.3796958,13 19.693491,13.2821535 19.7431534,13.648229 L19.75,13.75 C19.75,18.7205627 15.7205627,22.25 10.75,22.25 C5.77943725,22.25 1.75,18.2205627 1.75,13.25 C1.75,8.27943725 5.27943725,4.25 10.25,4.25 Z M9.5,5.787 L9.291095,5.81072583 C5.60179657,6.28154825 3.25,9.43273776 3.25,13.25 C3.25,17.3921356 6.60786438,20.75 10.75,20.75 C14.5672622,20.75 17.7184517,18.3982034 18.1892742,14.708905 L18.212,14.5 L10.25,14.5 C9.8703042,14.5 9.5565094,14.2178465 9.506847,13.851771 L9.5,13.75 L9.5,5.787 Z M13.25,1.75 C18.2205627,1.75 22.25,5.77943725 22.25,10.75 C22.25,11.1642136 21.9142136,11.5 21.5,11.5 L21.5,11.5 L13.25,11.5 C12.8357864,11.5 12.5,11.1642136 12.5,10.75 L12.5,10.75 L12.5,2.5 C12.5,2.08578644 12.8357864,1.75 13.25,1.75 Z M14,3.287 L14,10 L20.712,10 L20.6892742,9.79109482 C20.2585217,6.41577923 17.5842208,3.74147826 14.2089052,3.31072583 L14.2089052,3.31072583 L14,3.287 Z" id="π¨-Color"></path> + </g> + </g> +</svg>
\ No newline at end of file diff --git a/static/admin/telemetry.svg b/static/admin/telemetry.svg new file mode 100644 index 0000000..3dff583 --- /dev/null +++ b/static/admin/telemetry.svg @@ -0,0 +1,8 @@ +<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> + <path d="M8.24707 2C8.66128 2 8.99707 2.33579 8.99707 2.75C8.99707 3.1297 8.71492 3.44349 8.34884 3.49315L8.24707 3.5H4.74707C4.09986 3.5 3.56754 3.99187 3.50352 4.62219L3.49707 4.75V8.25234C3.49707 8.66655 3.16128 9.00234 2.74707 9.00234C2.36737 9.00234 2.05358 8.72018 2.00392 8.35411L1.99707 8.25234V4.75C1.99707 3.28747 3.13877 2.0916 4.57955 2.00502L4.74707 2H8.24707Z" fill="#212121"/> + <path d="M3.49022 15.6482C3.44056 15.2822 3.12677 15 2.74707 15C2.36737 15 2.05358 15.2822 2.00392 15.6482L1.99707 15.75V19.2523L2.0025 19.4265C2.08889 20.8088 3.19641 21.9142 4.57955 21.9973L4.74707 22.0023H8.24707L8.34884 21.9955C8.71492 21.9458 8.99707 21.632 8.99707 21.2523C8.99707 20.8726 8.71492 20.5588 8.34884 20.5092L8.24707 20.5023H4.74707L4.61927 20.4959C4.03097 20.4361 3.56327 19.9684 3.50352 19.3801L3.49707 19.2523V15.75L3.49022 15.6482Z" fill="#212121"/> + <path d="M21.9902 15.6482C21.9406 15.2822 21.6268 15 21.2471 15C20.8329 15 20.4971 15.3358 20.4971 15.75V19.2523L20.4906 19.3801C20.4266 20.0105 19.8943 20.5023 19.2471 20.5023H15.7471L15.6453 20.5092C15.2792 20.5588 14.9971 20.8726 14.9971 21.2523C14.9971 21.6665 15.3329 22.0023 15.7471 22.0023H19.2471L19.4146 21.9973C20.8554 21.9107 21.9971 20.7149 21.9971 19.2523V15.75L21.9902 15.6482Z" fill="#212121"/> + <path d="M19.4146 2.00502L19.2471 2H15.7471L15.6453 2.00685C15.2792 2.05651 14.9971 2.3703 14.9971 2.75C14.9971 3.1297 15.2792 3.44349 15.6453 3.49315L15.7471 3.5H19.2471L19.3749 3.50645C19.9632 3.5662 20.4309 4.0339 20.4906 4.62219L20.4971 4.75V8.25234L20.5039 8.35411C20.5536 8.72018 20.8674 9.00234 21.2471 9.00234C21.6268 9.00234 21.9406 8.72018 21.9902 8.35411L21.9971 8.25234V4.75L21.9916 4.57583C21.9053 3.19357 20.7977 2.08813 19.4146 2.00502Z" fill="#212121"/> + <path d="M6.202 11.764L6.21039 11.7435C6.21896 11.723 6.23351 11.6891 6.25449 11.644C6.2965 11.5535 6.36395 11.4182 6.46035 11.2529C6.65371 10.9214 6.95985 10.4758 7.40535 10.0303C8.28483 9.15085 9.7257 8.25 12 8.25C14.2743 8.25 15.7152 9.15085 16.5947 10.0303C17.0402 10.4758 17.3463 10.9214 17.5397 11.2529C17.6361 11.4182 17.7035 11.5535 17.7455 11.644C17.7665 11.6891 17.7896 11.7435 17.7896 11.7435L17.798 11.7642C17.9472 12.1443 18.3769 12.3472 18.7634 12.2022C19.1512 12.0568 19.3477 11.6245 19.2023 11.2367L19.2016 11.235L19.2008 11.2329L19.1988 11.2277L19.1931 11.2129C19.1884 11.2011 19.1822 11.1856 19.1743 11.1666C19.1584 11.1286 19.1359 11.0765 19.1061 11.0123C19.0465 10.884 18.9577 10.7068 18.8354 10.4971C18.5912 10.0786 18.2099 9.52418 17.6553 8.96967C16.5348 7.84915 14.7257 6.75 12 6.75C9.27433 6.75 7.4652 7.84915 6.34469 8.96967C5.79018 9.52418 5.40882 10.0786 5.16468 10.4971C5.04233 10.7068 4.95353 10.884 4.89398 11.0123C4.86418 11.0765 4.84162 11.1286 4.82577 11.1666C4.81785 11.1856 4.8116 11.2011 4.80696 11.2129L4.80118 11.2277C4.79905 11.2333 4.63944 11.9783 5.23667 12.2022C5.62356 12.3473 6.05472 12.1521 6.2012 11.7662L6.202 11.764Z" fill="#212121"/> + <path d="M12 10C10.067 10 8.5 11.567 8.5 13.5C8.5 15.433 10.067 17 12 17C13.933 17 15.5 15.433 15.5 13.5C15.5 11.567 13.933 10 12 10ZM10 13.5C10 12.3954 10.8954 11.5 12 11.5C13.1046 11.5 14 12.3954 14 13.5C14 14.6046 13.1046 15.5 12 15.5C10.8954 15.5 10 14.6046 10 13.5Z" fill="#212121"/> +</svg> diff --git a/static/admin/unchained.svg b/static/admin/unchained.svg new file mode 100644 index 0000000..fab1a8c --- /dev/null +++ b/static/admin/unchained.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 59.1 (86144) - https://sketch.com --> + <title>ic_fluent_news_24_regular</title> + <desc>Created with Sketch.</desc> + <g id="π-Product-Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="ic_fluent_news_24_regular" fill="#212121" fill-rule="nonzero"> + <path d="M18.75,20 L5.25,20 C3.51696854,20 2.10075407,18.6435452 2.00514479,16.9344239 L2,16.75 L2,6.25 C2,5.05913601 2.92516159,4.08435508 4.09595119,4.00519081 L4.25,4 L16.75,4 C17.940864,4 18.9156449,4.92516159 18.9948092,6.09595119 L19,6.25 L19,7 L19.75,7 C20.940864,7 21.9156449,7.92516159 21.9948092,9.09595119 L22,9.25 L22,16.75 C22,18.4830315 20.6435452,19.8992459 18.9344239,19.9948552 L18.75,20 L5.25,20 L18.75,20 Z M5.25,18.5 L18.75,18.5 C19.6681734,18.5 20.4211923,17.7928897 20.4941988,16.8935272 L20.5,16.75 L20.5,9.25 C20.5,8.87030423 20.2178461,8.55650904 19.8517706,8.50684662 L19.75,8.5 L19,8.5 L19,16.25 C19,16.6296958 18.7178461,16.943491 18.3517706,16.9931534 L18.25,17 C17.8703042,17 17.556509,16.7178461 17.5068466,16.3517706 L17.5,16.25 L17.5,6.25 C17.5,5.87030423 17.2178461,5.55650904 16.8517706,5.50684662 L16.75,5.5 L4.25,5.5 C3.87030423,5.5 3.55650904,5.78215388 3.50684662,6.14822944 L3.5,6.25 L3.5,16.75 C3.5,17.6681734 4.20711027,18.4211923 5.10647279,18.4941988 L5.25,18.5 L18.75,18.5 L5.25,18.5 Z M12.2460087,14.5 L15.25224,14.5 C15.6664536,14.5 16.00224,14.8357864 16.00224,15.25 C16.00224,15.6296958 15.7200861,15.943491 15.3540106,15.9931534 L15.25224,16 L12.2460087,16 C11.8317951,16 11.4960087,15.6642136 11.4960087,15.25 C11.4960087,14.8703042 11.7781625,14.556509 12.1442381,14.5068466 L12.2460087,14.5 L15.25224,14.5 L12.2460087,14.5 Z M9.24328326,11.0044767 C9.65749682,11.0044767 9.99328326,11.3402632 9.99328326,11.7544767 L9.99328326,15.25 C9.99328326,15.6642136 9.65749682,16 9.24328326,16 L5.74776,16 C5.33354644,16 4.99776,15.6642136 4.99776,15.25 L4.99776,11.7544767 C4.99776,11.3402632 5.33354644,11.0044767 5.74776,11.0044767 L9.24328326,11.0044767 Z M8.49328326,12.5044767 L6.49776,12.5044767 L6.49776,14.5 L8.49328326,14.5 L8.49328326,12.5044767 Z M12.2460087,11.0044767 L15.25224,11.0044767 C15.6664536,11.0044767 16.00224,11.3402632 16.00224,11.7544767 C16.00224,12.1341725 15.7200861,12.4479677 15.3540106,12.4976301 L15.25224,12.5044767 L12.2460087,12.5044767 C11.8317951,12.5044767 11.4960087,12.1686903 11.4960087,11.7544767 C11.4960087,11.374781 11.7781625,11.0609858 12.1442381,11.0113234 L12.2460087,11.0044767 L15.25224,11.0044767 L12.2460087,11.0044767 Z M5.74776,7.50247238 L15.25224,7.50247238 C15.6664536,7.50247238 16.00224,7.83825882 16.00224,8.25247238 C16.00224,8.63216814 15.7200861,8.94596334 15.3540106,8.99562576 L15.25224,9.00247238 L5.74776,9.00247238 C5.33354644,9.00247238 4.99776,8.66668594 4.99776,8.25247238 C4.99776,7.87277661 5.27991388,7.55898142 5.64598944,7.50931899 L5.74776,7.50247238 L15.25224,7.50247238 L5.74776,7.50247238 Z" id="π¨-Color"></path> + </g> + </g> +</svg>
\ No newline at end of file diff --git a/static/admin/uptime.svg b/static/admin/uptime.svg new file mode 100644 index 0000000..48db7d1 --- /dev/null +++ b/static/admin/uptime.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 59.1 (86144) - https://sketch.com --> + <title>ic_fluent_power_24_regular</title> + <desc>Created with Sketch.</desc> + <g id="π-Product-Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="ic_fluent_power_24_regular" fill="#212121" fill-rule="nonzero"> + <path d="M8.2041975,4.82023396 C8.57962191,4.64522144 9.02583922,4.80768738 9.20085174,5.1831118 C9.37586426,5.55853622 9.21339832,6.00475352 8.8379739,6.17976604 C6.21381836,7.40307506 4.5,10.0413374 4.5,12.9911275 C4.5,17.1383652 7.85759243,20.5 11.9989411,20.5 C16.1402897,20.5 19.4978822,17.1383652 19.4978822,12.9911275 C19.4978822,10.0474349 17.7911715,7.41366113 15.175269,6.18694807 C14.8002437,6.01108201 14.6387932,5.56449629 14.8146592,5.18947096 C14.9905253,4.81444562 15.437111,4.65299513 15.8121364,4.82886119 C18.9501678,6.30042375 20.9978822,9.46042998 20.9978822,12.9911275 C20.9978822,17.9663885 16.9691212,22 11.9989411,22 C7.02876101,22 3,17.9663885 3,12.9911275 C3,9.45310598 5.0562332,6.28772819 8.2041975,4.82023396 Z M11.9989411,2.49586491 C12.3786369,2.49586491 12.692432,2.77801879 12.7420945,3.14409435 L12.7489411,3.24586491 L12.7489411,10.7457962 C12.7489411,11.1600097 12.4131546,11.4957962 11.9989411,11.4957962 C11.6192453,11.4957962 11.3054501,11.2136423 11.2557877,10.8475667 L11.2489411,10.7457962 L11.2489411,3.24586491 C11.2489411,2.83165134 11.5847275,2.49586491 11.9989411,2.49586491 Z" id="π¨-Color"></path> + </g> + </g> +</svg>
\ No newline at end of file diff --git a/static/admin/version.svg b/static/admin/version.svg new file mode 100644 index 0000000..9445935 --- /dev/null +++ b/static/admin/version.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 59.1 (86144) - https://sketch.com --> + <title>ic_fluent_info_24_regular</title> + <desc>Created with Sketch.</desc> + <g id="π-Product-Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="ic_fluent_info_24_regular" fill="#212121" fill-rule="nonzero"> + <path d="M12.0000002,1.99896738 C17.523704,1.99896738 22.0015507,6.47681407 22.0015507,12.0005179 C22.0015507,17.5242217 17.523704,22.0020684 12.0000002,22.0020684 C6.47629639,22.0020684 1.99844971,17.5242217 1.99844971,12.0005179 C1.99844971,6.47681407 6.47629639,1.99896738 12.0000002,1.99896738 Z M12.0000002,3.49896738 C7.30472352,3.49896738 3.49844971,7.30524119 3.49844971,12.0005179 C3.49844971,16.6957946 7.30472352,20.5020684 12.0000002,20.5020684 C16.6952769,20.5020684 20.5015507,16.6957946 20.5015507,12.0005179 C20.5015507,7.30524119 16.6952769,3.49896738 12.0000002,3.49896738 Z M11.9963566,10.4995494 C12.3760523,10.4993013 12.6900321,10.7812497 12.7399342,11.1472927 L12.7468472,11.2490588 L12.750448,16.7506528 C12.7507187,17.1648663 12.4151521,17.5008724 12.0009386,17.5011438 C11.6212429,17.5013919 11.3072631,17.2194435 11.2573612,16.8534005 L11.2504479,16.7516344 L11.2468472,11.2500404 C11.2465765,10.8358269 11.5821431,10.4998208 11.9963566,10.4995494 Z M12.0004478,7.00178515 C12.5519939,7.00178515 12.9991104,7.44890164 12.9991104,8.00044779 C12.9991104,8.55199393 12.5519939,8.99911042 12.0004478,8.99911042 C11.4489016,8.99911042 11.0017852,8.55199393 11.0017852,8.00044779 C11.0017852,7.44890164 11.4489016,7.00178515 12.0004478,7.00178515 Z" id="π¨-Color"></path> + </g> + </g> +</svg>
\ No newline at end of file |