Add coreui framework to airshipui
This change adds the coreui framework to allow for easier customization of the overall appearance and functionality of airshipui. Change-Id: Idc03e3c85c39f15f92202176f3779f83802f5e1d
@ -1 +1,2 @@
|
||||
js/main.js
|
||||
js/main.js
|
||||
js/coreui-3.2.0/
|
||||
|
81
web/js/coreui-3.2.0/404.html
Normal file
@ -0,0 +1,81 @@
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
* CoreUI - Free Bootstrap Admin Template
|
||||
* @version v3.0.0
|
||||
* @link https://coreui.io
|
||||
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
||||
* Licensed under MIT (https://coreui.io/license)
|
||||
-->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<base href="./">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
||||
<meta name="description" content="CoreUI - Open Source Bootstrap Admin Template">
|
||||
<meta name="author" content="Łukasz Holeczek">
|
||||
<meta name="keyword" content="Bootstrap,Admin,Template,Open,Source,jQuery,CSS,HTML,RWD,Dashboard">
|
||||
<title>CoreUI Free Bootstrap Admin Template</title>
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="assets/favicon/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="assets/favicon/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="assets/favicon/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="assets/favicon/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="assets/favicon/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="assets/favicon/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="assets/favicon/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="assets/favicon/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="assets/favicon/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="assets/favicon/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="assets/favicon/manifest.json">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="assets/favicon/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<!-- Main styles for this application-->
|
||||
<link href="css/style.css" rel="stylesheet">
|
||||
<!-- Global site tag (gtag.js) - Google Analytics-->
|
||||
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-118965717-3"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
// Shared ID
|
||||
gtag('config', 'UA-118965717-3');
|
||||
// Bootstrap ID
|
||||
gtag('config', 'UA-118965717-5');
|
||||
</script>
|
||||
</head>
|
||||
<body class="c-app flex-row align-items-center">
|
||||
<div class="container">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-6">
|
||||
<div class="clearfix">
|
||||
<h1 class="float-left display-3 mr-4">404</h1>
|
||||
<h4 class="pt-3">Oops! You're lost.</h4>
|
||||
<p class="text-muted">The page you are looking for was not found.</p>
|
||||
</div>
|
||||
<div class="input-prepend input-group">
|
||||
<div class="input-group-prepend"><span class="input-group-text">
|
||||
<svg class="c-icon">
|
||||
<use xlink:href="vendors/@coreui/icons/svg/free.svg#cil-magnifying-glass"></use>
|
||||
</svg></span></div>
|
||||
<input class="form-control" id="prependedInput" size="16" type="text" placeholder="What are you looking for?"><span class="input-group-append">
|
||||
<button class="btn btn-info" type="button">Search</button></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- CoreUI and necessary plugins-->
|
||||
<script src="vendors/@coreui/coreui/js/coreui.bundle.min.js"></script>
|
||||
<!--[if IE]><!-->
|
||||
<script src="vendors/@coreui/icons/js/svgxuse.min.js"></script>
|
||||
<!--<![endif]-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
81
web/js/coreui-3.2.0/500.html
Normal file
@ -0,0 +1,81 @@
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
* CoreUI - Free Bootstrap Admin Template
|
||||
* @version v3.0.0
|
||||
* @link https://coreui.io
|
||||
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
||||
* Licensed under MIT (https://coreui.io/license)
|
||||
-->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<base href="./">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
||||
<meta name="description" content="CoreUI - Open Source Bootstrap Admin Template">
|
||||
<meta name="author" content="Łukasz Holeczek">
|
||||
<meta name="keyword" content="Bootstrap,Admin,Template,Open,Source,jQuery,CSS,HTML,RWD,Dashboard">
|
||||
<title>CoreUI Free Bootstrap Admin Template</title>
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="assets/favicon/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="assets/favicon/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="assets/favicon/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="assets/favicon/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="assets/favicon/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="assets/favicon/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="assets/favicon/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="assets/favicon/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="assets/favicon/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="assets/favicon/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="assets/favicon/manifest.json">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="assets/favicon/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<!-- Main styles for this application-->
|
||||
<link href="css/style.css" rel="stylesheet">
|
||||
<!-- Global site tag (gtag.js) - Google Analytics-->
|
||||
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-118965717-3"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
// Shared ID
|
||||
gtag('config', 'UA-118965717-3');
|
||||
// Bootstrap ID
|
||||
gtag('config', 'UA-118965717-5');
|
||||
</script>
|
||||
</head>
|
||||
<body class="c-app flex-row align-items-center">
|
||||
<div class="container">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-6">
|
||||
<div class="clearfix">
|
||||
<h1 class="float-left display-3 mr-4">500</h1>
|
||||
<h4 class="pt-3">Houston, we have a problem!</h4>
|
||||
<p class="text-muted">The page you are looking for is temporarily unavailable.</p>
|
||||
</div>
|
||||
<div class="input-prepend input-group">
|
||||
<div class="input-group-prepend"><span class="input-group-text">
|
||||
<svg class="c-icon">
|
||||
<use xlink:href="vendors/@coreui/icons/svg/free.svg#cil-magnifying-glass"></use>
|
||||
</svg></span></div>
|
||||
<input class="form-control" id="prependedInput" size="16" type="text" placeholder="What are you looking for?"><span class="input-group-append">
|
||||
<button class="btn btn-info" type="button">Search</button></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- CoreUI and necessary plugins-->
|
||||
<script src="vendors/@coreui/coreui/js/coreui.bundle.min.js"></script>
|
||||
<!--[if IE]><!-->
|
||||
<script src="vendors/@coreui/icons/js/svgxuse.min.js"></script>
|
||||
<!--<![endif]-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
BIN
web/js/coreui-3.2.0/assets/.DS_Store
vendored
Normal file
BIN
web/js/coreui-3.2.0/assets/brand/.DS_Store
vendored
Normal file
24
web/js/coreui-3.2.0/assets/brand/coreui.svg
Executable file
@ -0,0 +1,24 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1">
|
||||
<defs>
|
||||
<symbol id="full" viewBox="0 0 376 178">
|
||||
<g class="signet" style="fill: currentColor">
|
||||
<path class="cls-2" d="M128,56.1244,89,33.6077a12,12,0,0,0-12,0L38,56.1243a12.0339,12.0339,0,0,0-6,10.3924V111.55a12.0333,12.0333,0,0,0,6,10.3923L77,144.459a12,12,0,0,0,12,0l39-22.5167a12.0333,12.0333,0,0,0,6-10.3923V66.5167A12.0336,12.0336,0,0,0,128,56.1244ZM126,111.55a4,4,0,0,1-2,3.4641L85,137.5308a4,4,0,0,1-4,0L42,115.0141a4,4,0,0,1-2-3.4641V66.5167a4,4,0,0,1,2-3.4641L81,40.5359a4,4,0,0,1,4,0l39,22.5167a4,4,0,0,1,2,3.4641Z"/>
|
||||
<path class="cls-2" d="M106.0216,102.0713h-2.866a3.9993,3.9993,0,0,0-1.9246.4935L83.95,112.05,64,100.5315V77.554L83.95,66.0354,101.239,75.49a4.0007,4.0007,0,0,0,1.9192.4905h2.8633a2,2,0,0,0,2-2V71.2691a2,2,0,0,0-1.04-1.7547L87.793,59.0188a8.0391,8.0391,0,0,0-7.8428.09L60,70.6262A8.0245,8.0245,0,0,0,56,77.5549v22.976a8,8,0,0,0,4,6.9283l19.95,11.5186a8.0429,8.0429,0,0,0,7.8433.0879l19.19-10.5312a2,2,0,0,0,1.0377-1.7533v-2.71A2,2,0,0,0,106.0216,102.0713Z"/>
|
||||
</g>
|
||||
<g class="text" style="fill: currentColor">
|
||||
<path class="cls-2" d="M200.7446,65.4285a15.0166,15.0166,0,0,0-15,14.9995V97.7054a15,15,0,0,0,30,0V80.428A15.0166,15.0166,0,0,0,200.7446,65.4285Zm7,32.2769a7,7,0,0,1-14,0V80.428a7,7,0,0,1,14,0Z"/>
|
||||
<path class="cls-2" d="M164.0789,73.4878a7.01,7.01,0,0,1,7.868,6.0752.9894.9894,0,0,0,.9843.865h6.0305a1.0108,1.0108,0,0,0,.9987-1.0971,15.0182,15.0182,0,0,0-15.7163-13.8837A15.2881,15.2881,0,0,0,150,80.8635V97.27a15.2881,15.2881,0,0,0,14.2441,15.4163A15.0183,15.0183,0,0,0,179.96,98.8025a1.0107,1.0107,0,0,0-.9987-1.0971h-6.0305a.9894.9894,0,0,0-.9843.865,7.01,7.01,0,0,1-7.868,6.0757A7.1643,7.1643,0,0,1,158,97.4612V80.6724A7.1639,7.1639,0,0,1,164.0789,73.4878Z"/>
|
||||
<path class="cls-2" d="M246.9221,92.9944a12.1584,12.1584,0,0,0,7.1843-11.0771V78.2161A12.1494,12.1494,0,0,0,241.957,66.0667H225a1,1,0,0,0-1,1v44a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1v-17h6.6216l7.9153,17.4138a1,1,0,0,0,.91.5862h6.591a1,1,0,0,0,.91-1.4138Zm-.8157-11.0771a4.1538,4.1538,0,0,1-4.1489,4.1494h-9.8511v-12h9.8511a4.1538,4.1538,0,0,1,4.1489,4.1494Z"/>
|
||||
<path class="cls-2" d="M289,66.0667H263a1,1,0,0,0-1,1v44a1,1,0,0,0,1,1h26a1,1,0,0,0,1-1v-6a1,1,0,0,0-1-1H270v-12h13a1,1,0,0,0,1-1v-6a1,1,0,0,0-1-1H270v-10h19a1,1,0,0,0,1-1v-6A1,1,0,0,0,289,66.0667Z"/>
|
||||
<path class="cls-2" d="M327,66.0667h-6a1,1,0,0,0-1,1V89.7142a7.0066,7.0066,0,1,1-14,0V67.0667a1,1,0,0,0-1-1h-6a1,1,0,0,0-1,1V89.7142a15.0031,15.0031,0,1,0,30,0V67.0667A1,1,0,0,0,327,66.0667Z"/>
|
||||
<rect class="cls-2" x="336" y="66.0667" width="8" height="38" rx="1"/>
|
||||
</g>
|
||||
</symbol>
|
||||
<symbol id="signet" viewBox="0 0 160 160">
|
||||
<g style="fill: currentColor">
|
||||
<path class="cls-1" d="M125,47.091,86,24.5743a12,12,0,0,0-12,0L35,47.091a12.0336,12.0336,0,0,0-6,10.3923v45.0334a12.0335,12.0335,0,0,0,6,10.3923l39,22.5166a11.9993,11.9993,0,0,0,12,0l39-22.5166a12.0335,12.0335,0,0,0,6-10.3923V57.4833A12.0336,12.0336,0,0,0,125,47.091Zm-2,55.4257a4,4,0,0,1-2,3.464L82,128.4974a4,4,0,0,1-4,0L39,105.9807a4,4,0,0,1-2-3.464V57.4833a4,4,0,0,1,2-3.4641L78,31.5025a4,4,0,0,1,4,0l39,22.5167a4,4,0,0,1,2,3.4641Z"/>
|
||||
<path class="cls-1" d="M103.0216,93.0379h-2.866a4,4,0,0,0-1.9246.4935L80.95,103.0167,61,91.4981V68.5206L80.95,57.002l17.2894,9.455a4,4,0,0,0,1.9192.4905h2.8632a2,2,0,0,0,2-2V62.2357a2,2,0,0,0-1.04-1.7547L84.793,49.9854a8.0391,8.0391,0,0,0-7.8428.09L57,61.5929A8.0243,8.0243,0,0,0,53,68.5216v22.976a8,8,0,0,0,4,6.9283l19.95,11.5185a8.0422,8.0422,0,0,0,7.8433.0879l19.19-10.5311a2,2,0,0,0,1.0378-1.7534v-2.71A2,2,0,0,0,103.0216,93.0379Z"/>
|
||||
</g>
|
||||
</symbol>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 3.7 KiB |
BIN
web/js/coreui-3.2.0/assets/favicon/android-icon-144x144.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
web/js/coreui-3.2.0/assets/favicon/android-icon-192x192.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
web/js/coreui-3.2.0/assets/favicon/android-icon-36x36.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
web/js/coreui-3.2.0/assets/favicon/android-icon-48x48.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
web/js/coreui-3.2.0/assets/favicon/android-icon-72x72.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
web/js/coreui-3.2.0/assets/favicon/android-icon-96x96.png
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
web/js/coreui-3.2.0/assets/favicon/apple-icon-114x114.png
Normal file
After Width: | Height: | Size: 9.7 KiB |
BIN
web/js/coreui-3.2.0/assets/favicon/apple-icon-120x120.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
web/js/coreui-3.2.0/assets/favicon/apple-icon-144x144.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
web/js/coreui-3.2.0/assets/favicon/apple-icon-152x152.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
web/js/coreui-3.2.0/assets/favicon/apple-icon-180x180.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
web/js/coreui-3.2.0/assets/favicon/apple-icon-57x57.png
Normal file
After Width: | Height: | Size: 4.0 KiB |
BIN
web/js/coreui-3.2.0/assets/favicon/apple-icon-60x60.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
web/js/coreui-3.2.0/assets/favicon/apple-icon-72x72.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
web/js/coreui-3.2.0/assets/favicon/apple-icon-76x76.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
web/js/coreui-3.2.0/assets/favicon/apple-icon-precomposed.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
web/js/coreui-3.2.0/assets/favicon/apple-icon.png
Normal file
After Width: | Height: | Size: 18 KiB |
2
web/js/coreui-3.2.0/assets/favicon/browserconfig.xml
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>
|
BIN
web/js/coreui-3.2.0/assets/favicon/favicon-16x16.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
web/js/coreui-3.2.0/assets/favicon/favicon-32x32.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
web/js/coreui-3.2.0/assets/favicon/favicon-96x96.png
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
web/js/coreui-3.2.0/assets/favicon/favicon.ico
Normal file
After Width: | Height: | Size: 1.1 KiB |
41
web/js/coreui-3.2.0/assets/favicon/manifest.json
Normal file
@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "App",
|
||||
"icons": [
|
||||
{
|
||||
"src": "\/android-icon-36x36.png",
|
||||
"sizes": "36x36",
|
||||
"type": "image\/png",
|
||||
"density": "0.75"
|
||||
},
|
||||
{
|
||||
"src": "\/android-icon-48x48.png",
|
||||
"sizes": "48x48",
|
||||
"type": "image\/png",
|
||||
"density": "1.0"
|
||||
},
|
||||
{
|
||||
"src": "\/android-icon-72x72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image\/png",
|
||||
"density": "1.5"
|
||||
},
|
||||
{
|
||||
"src": "\/android-icon-96x96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image\/png",
|
||||
"density": "2.0"
|
||||
},
|
||||
{
|
||||
"src": "\/android-icon-144x144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image\/png",
|
||||
"density": "3.0"
|
||||
},
|
||||
{
|
||||
"src": "\/android-icon-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image\/png",
|
||||
"density": "4.0"
|
||||
}
|
||||
]
|
||||
}
|
BIN
web/js/coreui-3.2.0/assets/favicon/ms-icon-144x144.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
web/js/coreui-3.2.0/assets/favicon/ms-icon-150x150.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
web/js/coreui-3.2.0/assets/favicon/ms-icon-310x310.png
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
web/js/coreui-3.2.0/assets/favicon/ms-icon-70x70.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
5
web/js/coreui-3.2.0/assets/icons/3d.svg
Executable file
@ -0,0 +1,5 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>3d</title>
|
||||
<path d="M20.798 6.064l-8.032-4.637c-0.215-0.126-0.474-0.2-0.75-0.2s-0.535 0.074-0.757 0.204l0.007-0.004-8.032 4.637c-0.451 0.265-0.749 0.747-0.75 1.299v9.275c0.001 0.552 0.299 1.034 0.743 1.295l0.007 0.004 8.032 4.637c0.215 0.126 0.474 0.2 0.75 0.2s0.535-0.074 0.757-0.204l-0.007 0.004 8.032-4.637c0.451-0.265 0.749-0.747 0.75-1.299v-9.275c-0.001-0.552-0.299-1.034-0.743-1.295l-0.007-0.004zM20.048 7.363v8.315l-7.282-4.116v-8.403zM3.984 7.363l7.282-4.204v8.4l-7.282 4.116zM12.016 21.275l-7.367-4.253 7.364-4.162 7.367 4.164z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 691 B |
7
web/js/coreui-3.2.0/assets/icons/4k.svg
Executable file
@ -0,0 +1,7 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>4k</title>
|
||||
<path d="M9.75 8.625h-1.5v4.125h-2.921l0.638-6.375h-1.508l-0.787 7.875h4.579v3.375h1.5v-3.375h1.5v-1.5h-1.5v-4.125z"></path>
|
||||
<path d="M18.099 6.375l-2.437 4.875h-1.411v-4.875h-1.5v11.25h1.5v-4.875h1.411l2.437 4.875h1.677l-2.813-5.625 2.813-5.625h-1.677z"></path>
|
||||
<path d="M21.75 0.75h-19.5c-0.828 0-1.5 0.672-1.5 1.5v0 19.5c0 0.828 0.672 1.5 1.5 1.5v0h19.5c0.828 0 1.5-0.672 1.5-1.5v0-19.5c0-0.828-0.672-1.5-1.5-1.5v0zM21.75 21.75h-19.5v-19.5h19.5v19.5z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 619 B |
6
web/js/coreui-3.2.0/assets/icons/account-logout.svg
Executable file
@ -0,0 +1,6 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>account-logout</title>
|
||||
<path d="M3.617 12.752l12.872-0v-1.5h-12.872l3.518-3.518-1.061-1.061-5.329 5.329 5.329 5.329 1.061-1.061-3.518-3.518z"></path>
|
||||
<path d="M7.5 0.75v1.5h14.25v19.5h-14.25v1.5h15.75v-22.5h-15.75z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 369 B |
6
web/js/coreui-3.2.0/assets/icons/action-redo.svg
Executable file
@ -0,0 +1,6 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>action-redo</title>
|
||||
<path d="M16.939 23.211l-6.31-6.31 1.061-1.061 5.25 5.25 5.25-5.25 1.061 1.061-6.311 6.31z"></path>
|
||||
<path d="M17.69 22.149h-1.5v-12.942c0-3.836-3.121-6.957-6.957-6.957-3.901 0-6.957 2.958-6.957 6.734h-1.5c0-2.251 0.884-4.339 2.488-5.879 1.582-1.519 3.702-2.355 5.969-2.355 4.663 0 8.457 3.794 8.457 8.457z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 480 B |
5
web/js/coreui-3.2.0/assets/icons/action-undo.svg
Executable file
@ -0,0 +1,5 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>action-undo</title>
|
||||
<path d="M23.225 9.247c0-3.425-2.046-6.381-4.98-7.709q-0.094-0.042-0.188-0.083-0.19-0.080-0.384-0.152-0.097-0.036-0.195-0.069-0.196-0.067-0.397-0.124c-0.693-0.204-1.489-0.321-2.313-0.321s-1.62 0.117-2.373 0.336l0.060-0.015q-0.201 0.057-0.397 0.124-0.098 0.033-0.195 0.069-0.194 0.071-0.384 0.152-0.095 0.040-0.188 0.083c-2.934 1.329-4.98 4.284-4.98 7.709v11.132l-4.5-4.5-1.061 1.061 6.31 6.31 6.31-6.31-1.061-1.061-4.5 4.5v-11.132c0-3.417 2.476-6.266 5.727-6.849 0.37-0.069 0.795-0.109 1.23-0.109s0.86 0.040 1.273 0.115l-0.043-0.007c3.252 0.582 5.727 3.432 5.727 6.849l1.5-0z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 750 B |
6
web/js/coreui-3.2.0/assets/icons/address-book.svg
Executable file
@ -0,0 +1,6 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>address-book</title>
|
||||
<path d="M23.25 6.786v-1.572h-1.839v-3.245c-0.006-0.643-0.529-1.161-1.172-1.161-0.003 0-0.006 0-0.009 0h-16.461c-0.002-0-0.005-0-0.008-0-0.643 0-1.166 0.518-1.172 1.16v20.157c0.006 0.643 0.529 1.161 1.172 1.161 0.003 0 0.006 0 0.009-0h16.461c0.002 0 0.005 0 0.008 0 0.643 0 1.166-0.518 1.172-1.16v-3.34h1.839v-1.572h-1.839v-4.428h1.839v-1.572h-1.839v-4.428zM19.839 11.214h-2.214v1.572h2.214v4.428h-2.214v1.572h2.214v2.928h-15.678v-19.334h15.678v2.834h-2.214v1.572h2.214z"></path>
|
||||
<path d="M14.702 14.387h0l-1.347-0.876 0.648-1.578v-2.478c0-1.701-1.379-3.080-3.080-3.080s-3.080 1.379-3.080 3.080v0 2.464l0.596 1.626-1.296 0.842c-0.635 0.415-1.048 1.123-1.048 1.927 0 0.002 0 0.003 0 0.005v-0 2.431h9.656v-2.431c0-0.001 0-0.003 0-0.004 0-0.804-0.413-1.512-1.039-1.922l-0.009-0.005zM14.25 17.25h-6.656v-0.931c0-0 0-0.001 0-0.002 0-0.28 0.144-0.527 0.363-0.67l0.003-0.002 2.298-1.494-0.916-2.498v-2.197c0-0.873 0.708-1.58 1.58-1.58s1.58 0.708 1.58 1.58v0 2.182l-1.008 2.454 2.39 1.553c0.221 0.145 0.366 0.392 0.366 0.672 0 0.001 0 0.001 0 0.002v-0z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
6
web/js/coreui-3.2.0/assets/icons/airplane-mode-off.svg
Executable file
@ -0,0 +1,6 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>airplane-mode-off</title>
|
||||
<path d="M10.5 5.339c0-0.001 0-0.003 0-0.004 0-1.059 0.479-2.006 1.233-2.636l0.005-0.004c0.070-0.059 0.162-0.095 0.261-0.095s0.191 0.036 0.262 0.095l-0.001-0.001c0.759 0.634 1.239 1.581 1.239 2.64 0 0.002 0 0.003 0 0.005v-0 4.312l7.777 3.889-0.125 0.626-4.075-0.532 1.74 1.74 3.531 0.461 0.625-3.124-7.973-3.986v-3.385c0-0.002 0-0.004 0-0.006 0-1.52-0.688-2.88-1.77-3.784l-0.008-0.006c-0.328-0.275-0.756-0.442-1.222-0.442s-0.893 0.167-1.225 0.445l0.003-0.002c-1.090 0.911-1.778 2.27-1.778 3.791 0 0.002 0 0.004 0 0.006v-0 0.219l1.5 1.5z"></path>
|
||||
<path d="M1.805 0.75h-1.054v1.062l7.358 7.357-7.082 3.541 0.625 3.124 7.368-0.961 0.363 3.807-3.383 1.45v3.12h12v-3.12l-3.383-1.45 0.261-2.742 7.312 7.312h1.059v-1.057zM16.5 21.12v0.63h-9v-0.63l3.48-1.491-0.48-5.039v-1.422l-7.652 0.998-0.125-0.626 6.504-3.252 4.273 4.273v0.029l-0.48 5.039z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 1017 B |
5
web/js/coreui-3.2.0/assets/icons/airplane-mode.svg
Executable file
@ -0,0 +1,5 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>airplane-mode</title>
|
||||
<path d="M22.348 15.834l0.625-3.124-7.973-3.986v-3.385c0-0.002 0-0.004 0-0.006 0-1.52-0.688-2.88-1.77-3.784l-0.008-0.006c-0.328-0.275-0.756-0.442-1.222-0.442s-0.893 0.167-1.225 0.445l0.003-0.002c-1.090 0.911-1.778 2.27-1.778 3.791 0 0.002 0 0.004 0 0.007v-0 3.385l-7.973 3.986 0.625 3.124 7.368-0.961 0.363 3.807-3.383 1.45v3.12h12v-3.12l-3.383-1.45 0.363-3.807zM16.5 21.12v0.63h-9v-0.63l3.48-1.491-0.48-5.039v-1.422l-7.652 0.998-0.125-0.626 7.777-3.889v-4.313c0-0.001 0-0.003 0-0.004 0-1.059 0.479-2.006 1.233-2.636l0.005-0.004c0.070-0.059 0.162-0.095 0.261-0.095s0.191 0.036 0.262 0.095l-0.001-0.001c0.759 0.634 1.239 1.581 1.239 2.64 0 0.002 0 0.003 0 0.005v-0 4.313l7.777 3.889-0.125 0.626-7.652-0.998v1.422l-0.48 5.039z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 901 B |
6
web/js/coreui-3.2.0/assets/icons/airplay.svg
Executable file
@ -0,0 +1,6 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>airplay</title>
|
||||
<path d="M21.75 2.203h-19.5c-0.828 0-1.5 0.672-1.5 1.5v0 13.922c0 0.828 0.672 1.5 1.5 1.5v0h3.584l1.167-1.5h-4.75v-13.922h19.5v13.922h-4.75l1.167 1.5h3.584c0.828 0 1.5-0.672 1.5-1.5v0-13.922c0-0.828-0.672-1.5-1.5-1.5v0z"></path>
|
||||
<path d="M4.633 23.25h14.735l-7.367-9.472zM7.7 21.75l4.3-5.528 4.3 5.528z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 473 B |
8
web/js/coreui-3.2.0/assets/icons/alarm.svg
Executable file
@ -0,0 +1,8 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>alarm</title>
|
||||
<path d="M12 3.75c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75-4.365-9.75-9.75-9.75zM17.834 19.334c-1.493 1.493-3.555 2.416-5.834 2.416-4.556 0-8.25-3.694-8.25-8.25s3.694-8.25 8.25-8.25c4.556 0 8.25 3.694 8.25 8.25v0c0 0.007 0 0.015 0 0.022 0 2.271-0.924 4.327-2.416 5.811l-0 0z"></path>
|
||||
<path d="M12.75 7.5h-1.5v6.36l4.031 3.225 0.937-1.171-3.469-2.775v-5.64z"></path>
|
||||
<path d="M1.076 5.381l7.125-4.875 0.847 1.238-7.125 4.875-0.847-1.238z"></path>
|
||||
<path d="M14.951 1.744l0.847-1.238 7.125 4.875-0.847 1.238-7.125-4.875z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 717 B |
8
web/js/coreui-3.2.0/assets/icons/album.svg
Executable file
@ -0,0 +1,8 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>album</title>
|
||||
<path d="M19.955 4.045c-2.036-2.036-4.848-3.295-7.955-3.295-6.213 0-11.25 5.037-11.25 11.25 0 3.107 1.259 5.919 3.295 7.955v0c2.036 2.036 4.848 3.295 7.955 3.295 6.213 0 11.25-5.037 11.25-11.25 0-3.107-1.259-5.919-3.295-7.955v0zM12 21.75c-5.376 0-9.75-4.374-9.75-9.75s4.374-9.75 9.75-9.75 9.75 4.374 9.75 9.75-4.374 9.75-9.75 9.75z"></path>
|
||||
<path d="M12 7.125c-2.692 0-4.875 2.183-4.875 4.875s2.183 4.875 4.875 4.875c2.692 0 4.875-2.183 4.875-4.875v0c-0.003-2.691-2.184-4.872-4.875-4.875h-0zM12 15.375c-1.864 0-3.375-1.511-3.375-3.375s1.511-3.375 3.375-3.375c1.864 0 3.375 1.511 3.375 3.375v0c-0.002 1.863-1.512 3.373-3.375 3.375h-0z"></path>
|
||||
<path d="M11.25 11.25h1.5v1.5h-1.5v-1.5z"></path>
|
||||
<path d="M12 5.25v-1.5c-0.008-0-0.017-0-0.026-0-1.36 0-2.641 0.332-3.769 0.921l0.045-0.021c-1.142 0.594-2.095 1.402-2.836 2.38l-0.015 0.021 1.199 0.901c1.235-1.647 3.182-2.701 5.375-2.701 0.010 0 0.019 0 0.029 0h-0.001z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
9
web/js/coreui-3.2.0/assets/icons/align-center.svg
Executable file
@ -0,0 +1,9 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>align-center</title>
|
||||
<path d="M0.75 3h22.5v1.5h-22.5v-1.5z"></path>
|
||||
<path d="M4.5 7.125h15v1.5h-15v-1.5z"></path>
|
||||
<path d="M0.75 11.25h22.5v1.5h-22.5v-1.5z"></path>
|
||||
<path d="M4.5 15.375h15v1.5h-15v-1.5z"></path>
|
||||
<path d="M0.75 19.5h22.5v1.5h-22.5v-1.5z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 407 B |
9
web/js/coreui-3.2.0/assets/icons/align-left.svg
Executable file
@ -0,0 +1,9 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>align-left</title>
|
||||
<path d="M0.75 3h22.5v1.5h-22.5v-1.5z"></path>
|
||||
<path d="M0.75 7.125h15.375v1.5h-15.375v-1.5z"></path>
|
||||
<path d="M0.75 11.25h22.5v1.5h-22.5v-1.5z"></path>
|
||||
<path d="M0.75 15.375h15.375v1.5h-15.375v-1.5z"></path>
|
||||
<path d="M0.75 19.5h22.5v1.5h-22.5v-1.5z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 423 B |
9
web/js/coreui-3.2.0/assets/icons/align-right.svg
Executable file
@ -0,0 +1,9 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>align-right</title>
|
||||
<path d="M0.75 3h22.5v1.5h-22.5v-1.5z"></path>
|
||||
<path d="M7.875 7.125h15.375v1.5h-15.375v-1.5z"></path>
|
||||
<path d="M0.75 11.25h22.5v1.5h-22.5v-1.5z"></path>
|
||||
<path d="M7.875 15.375h15.375v1.5h-15.375v-1.5z"></path>
|
||||
<path d="M0.75 19.5h22.5v1.5h-22.5v-1.5z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 426 B |
6
web/js/coreui-3.2.0/assets/icons/american-football.svg
Executable file
@ -0,0 +1,6 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>american-football</title>
|
||||
<path d="M22.185 2.209l-0.106-0.196-0.196-0.106c-2.342-1.268-5.253-1.618-8.194-0.986-2.993 0.643-5.802 2.21-8.125 4.533s-3.89 5.132-4.533 8.125c-0.632 2.942-0.282 5.852 0.986 8.195l0.106 0.196 0.196 0.106c1.581 0.855 3.42 1.293 5.353 1.293 1.008-0.002 1.988-0.114 2.932-0.324l-0.090 0.017c2.993-0.643 5.802-2.21 8.125-4.533s3.89-5.132 4.533-8.125c0.632-2.942 0.282-5.852-0.986-8.195zM20.97 3.122c0.927 1.821 1.211 3.928 0.909 6.072l-6.981-6.981c2.143-0.302 4.25-0.018 6.072 0.909zM3.231 20.861c-0.947-1.86-1.223-4.018-0.889-6.209l7.098 7.098c-2.19 0.334-4.348 0.058-6.209-0.889zM17.577 17.468v0c-1.895 1.895-4.13 3.215-6.406 3.892l-8.44-8.44c0.677-2.276 1.997-4.511 3.892-6.406 1.929-1.929 4.21-3.262 6.528-3.928l8.354 8.354c-0.666 2.318-1.998 4.599-3.928 6.528z"></path>
|
||||
<path d="M16.28 8.78l-1.061-1.061-0.97 0.97-1.345-1.345-1.061 1.061 1.345 1.345-1.189 1.189-1.345-1.345-1.061 1.061 1.345 1.345-1.189 1.189-1.345-1.345-1.061 1.061 1.345 1.345-0.97 0.97 1.061 1.061 0.97-0.97 1.345 1.345 1.061-1.061-1.345-1.345 1.189-1.189 1.345 1.345 1.061-1.061-1.345-1.345 1.189-1.189 1.345 1.345 1.061-1.061-1.345-1.345 0.97-0.97z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
7
web/js/coreui-3.2.0/assets/icons/android.svg
Executable file
@ -0,0 +1,7 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>android</title>
|
||||
<path d="M9.417 12.746c0.205 0.773-0.255 1.565-1.028 1.771s-1.565-0.255-1.771-1.028c-0.205-0.773 0.255-1.565 1.028-1.771s1.565 0.255 1.771 1.028z"></path>
|
||||
<path d="M17.356 12.746c0.205 0.773-0.255 1.565-1.028 1.771s-1.565-0.255-1.771-1.028c-0.205-0.773 0.255-1.565 1.028-1.771s1.565 0.255 1.771 1.028z"></path>
|
||||
<path d="M21.718 12.522c-0.54-1.071-1.201-1.99-1.983-2.792l0.002 0.002 1.566-2.2c0.268-0.372 0.428-0.837 0.428-1.339 0-1.274-1.033-2.307-2.307-2.307-0.773 0-1.457 0.38-1.875 0.963l-0.005 0.007-1.653 2.322c-1.187-0.479-2.564-0.756-4.006-0.756s-2.819 0.278-4.080 0.782l0.074-0.026-1.653-2.322c-0.423-0.589-1.107-0.969-1.879-0.969-1.274 0-2.307 1.033-2.307 2.307 0 0.502 0.16 0.966 0.432 1.345l-0.005-0.007 1.566 2.2c-0.779 0.799-1.44 1.718-1.951 2.726l-0.029 0.063c-0.718 1.411-1.138 3.076-1.138 4.84 0 0.011 0 0.021 0 0.032v-0.002 1.5h21.939v-1.5c0-0.009 0-0.019 0-0.030 0-1.764-0.42-3.429-1.167-4.902l0.028 0.062zM2.417 17.392c0-0.003 0-0.006 0-0.009 0-3.008 1.405-5.688 3.594-7.419l0.020-0.015-2.34-3.287c-0.094-0.13-0.15-0.292-0.15-0.468 0-0.446 0.361-0.807 0.807-0.807 0.27 0 0.509 0.133 0.656 0.336l0.002 0.002 2.374 3.335c1.303-0.717 2.855-1.139 4.507-1.139s3.204 0.422 4.556 1.164l-0.049-0.025 2.374-3.335c0.148-0.206 0.387-0.339 0.657-0.339 0.176 0 0.338 0.056 0.47 0.151l-0.002-0.002c0.206 0.148 0.339 0.387 0.339 0.657 0 0.175-0.056 0.338-0.151 0.47l0.002-0.002-2.34 3.287c2.209 1.746 3.614 4.426 3.614 7.434 0 0.003 0 0.006 0 0.009v-0z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
6
web/js/coreui-3.2.0/assets/icons/angular.svg
Executable file
@ -0,0 +1,6 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>angular</title>
|
||||
<path d="M5.927 16.875h2.422l1.197-3h5.079l1.118 3h2.401l-4.612-12.375h-2.669zM13.786 11.625h-3.343l1.728-4.332z"></path>
|
||||
<path d="M21.899 4.307l-9.899-3.693-10.998 4.102 1.561 13.701 9.437 5.068 9.437-5.068 1.561-13.701zM20.036 17.469l-8.036 4.315-8.036-4.315-1.339-11.756 9.375-3.497 9.375 3.497z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 469 B |
11
web/js/coreui-3.2.0/assets/icons/aperture.svg
Executable file
@ -0,0 +1,11 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>aperture</title>
|
||||
<path d="M12.032 0.785c-6.195 0-11.217 5.022-11.217 11.217 0 3.098 1.256 5.902 3.285 7.932v0c2.030 2.030 4.834 3.285 7.932 3.285 6.195 0 11.217-5.022 11.217-11.217 0-3.098-1.256-5.902-3.285-7.932v0c-2.019-2.029-4.813-3.285-7.901-3.285-0.011 0-0.021 0-0.032 0h0.002zM21.749 12.002c0 0.003 0 0.008 0 0.012 0 1.615-0.396 3.137-1.097 4.474l0.025-0.053 0.632 1.094-1.299 0.751-0.238-0.412c-1.693 2.221-4.284 3.682-7.222 3.838l-0.024 0.001-0.637 1.114-1.302-0.745 0.246-0.431c-2.937-0.378-5.428-2.017-6.948-4.347l-0.023-0.037h-1.27v-1.5h0.477c-0.478-1.109-0.757-2.401-0.757-3.757 0-1.633 0.403-3.172 1.116-4.523l-0.025 0.053-0.622-1.084 1.301-0.747 0.231 0.402c1.699-2.211 4.293-3.662 7.231-3.808l0.023-0.001 0.636-1.107 1.3 0.748-0.244 0.425c2.927 0.387 5.408 2.025 6.921 4.351l0.023 0.038h1.295v1.5h-0.504c0.476 1.105 0.753 2.39 0.753 3.741 0 0.004 0 0.007 0 0.011v-0.001z"></path>
|
||||
<path d="M21.5 6.751h-10.763l-0.862 1.5h4.339l-0.235-0.406 1.299-0.751 0.669 1.157h5.554v-1.5z"></path>
|
||||
<path d="M15.277 7.094l-1.299 0.751 2.387 4.129 0.208-0.364 1.302 0.745-0.641 1.122 2.777 4.803 1.299-0.751-6.033-10.435z"></path>
|
||||
<path d="M17.876 12.354l-1.302-0.745-2.374 4.151h0.412v1.5h-1.27l-2.754 4.815 1.302 0.745 5.985-10.466z"></path>
|
||||
<path d="M14.612 17.26v-1.5h-4.753l0.225 0.392-1.301 0.747-0.654-1.139h-5.536v1.5h12.018z"></path>
|
||||
<path d="M8.784 16.9l1.301-0.747-2.375-4.136-0.222 0.386-1.3-0.748 0.658-1.144-2.762-4.809-1.301 0.747 6.001 10.45z"></path>
|
||||
<path d="M6.188 11.655l1.3 0.748 6.017-10.466-1.3-0.748-6.017 10.466z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
5
web/js/coreui-3.2.0/assets/icons/apple.svg
Executable file
@ -0,0 +1,5 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>apple</title>
|
||||
<path d="M21.207 9.987c-0.497-1.275-1.29-2.262-2.293-2.863-0.25 0.477-0.524 0.888-0.835 1.267l0.010-0.013c0.002 0.001 0.004 0.002 0.005 0.003 1.494 0.859 2.364 3.054 2.114 5.338-0.414 3.784-1.563 6.377-3.236 7.302-1.087 0.601-2.444 0.516-4.031-0.254l-0.155-0.075h-1.143l-0.155 0.075c-1.588 0.77-2.944 0.856-4.031 0.254-1.673-0.925-2.822-3.518-3.236-7.302-0.25-2.284 0.619-4.479 2.114-5.338 0.445-0.259 0.979-0.411 1.549-0.411 0.011 0 0.023 0 0.034 0l-0.002-0c1.132 0 2.436 0.53 3.853 1.578l0.051 0.037s2.043-0.248 2.852-0.616c2.439-1.107 2.976-2.867 3.072-3.106 0.262-0.632 0.414-1.366 0.414-2.135 0-0.813-0.17-1.587-0.476-2.287l0.014 0.037-0.191-0.477-0.513 0.005c-3.151 0.036-5.692 2.598-5.692 5.755 0 0.255 0.017 0.507 0.049 0.754l-0.003-0.029c-0.886-0.496-1.747-0.813-2.573-0.944-1.169-0.186-2.241-0.005-3.186 0.538-1.038 0.596-1.855 1.601-2.364 2.906-0.463 1.186-0.638 2.57-0.493 3.895 0.475 4.344 1.859 7.267 4.001 8.452 0.655 0.37 1.438 0.588 2.272 0.588 0.010 0 0.021-0 0.031-0h-0.002c0.918-0 1.904-0.244 2.952-0.73h0.461c1.987 0.923 3.754 0.971 5.253 0.142 2.142-1.185 3.526-4.107 4.001-8.452 0.145-1.325-0.030-2.709-0.493-3.895zM15.376 2.851c0.322-0.143 0.697-0.251 1.088-0.305l0.022-0.003c0.106 0.354 0.167 0.761 0.167 1.182 0 2.15-1.593 3.927-3.663 4.215l-0.022 0.003c-0.106-0.354-0.167-0.76-0.167-1.181 0-1.743 1.048-3.242 2.547-3.901l0.027-0.011z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
14
web/js/coreui-3.2.0/assets/icons/applications-settings.svg
Executable file
@ -0,0 +1,14 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>applications-settings</title>
|
||||
<path d="M4.125 7.5c1.657 0 3-1.343 3-3s-1.343-3-3-3c-1.657 0-3 1.343-3 3v0c0.002 1.656 1.344 2.998 3 3h0zM4.125 3c0.828 0 1.5 0.672 1.5 1.5s-0.672 1.5-1.5 1.5c-0.828 0-1.5-0.672-1.5-1.5v0c0.001-0.828 0.672-1.499 1.5-1.5h0z"></path>
|
||||
<path d="M12 1.5c-1.657 0-3 1.343-3 3s1.343 3 3 3c1.657 0 3-1.343 3-3v0c-0.002-1.656-1.344-2.998-3-3h-0zM12 6c-0.828 0-1.5-0.672-1.5-1.5s0.672-1.5 1.5-1.5c0.828 0 1.5 0.672 1.5 1.5v0c-0.001 0.828-0.672 1.499-1.5 1.5h-0z"></path>
|
||||
<path d="M19.875 7.5c1.657 0 3-1.343 3-3s-1.343-3-3-3c-1.657 0-3 1.343-3 3v0c0.002 1.656 1.344 2.998 3 3h0zM19.875 3c0.828 0 1.5 0.672 1.5 1.5s-0.672 1.5-1.5 1.5c-0.828 0-1.5-0.672-1.5-1.5v0c0.001-0.828 0.672-1.499 1.5-1.5h0z"></path>
|
||||
<path d="M4.125 9c-1.657 0-3 1.343-3 3s1.343 3 3 3c1.657 0 3-1.343 3-3v0c-0.002-1.656-1.344-2.998-3-3h-0zM4.125 13.5c-0.828 0-1.5-0.672-1.5-1.5s0.672-1.5 1.5-1.5c0.828 0 1.5 0.672 1.5 1.5v0c-0.001 0.828-0.672 1.499-1.5 1.5h-0z"></path>
|
||||
<path d="M12 9c-1.657 0-3 1.343-3 3s1.343 3 3 3c1.657 0 3-1.343 3-3v0c-0.002-1.656-1.344-2.998-3-3h-0zM12 13.5c-0.828 0-1.5-0.672-1.5-1.5s0.672-1.5 1.5-1.5c0.828 0 1.5 0.672 1.5 1.5v0c-0.001 0.828-0.672 1.499-1.5 1.5h-0z"></path>
|
||||
<path d="M19.875 9c-1.657 0-3 1.343-3 3s1.343 3 3 3c1.657 0 3-1.343 3-3v0c-0.002-1.656-1.344-2.998-3-3h-0zM19.875 13.5c-0.828 0-1.5-0.672-1.5-1.5s0.672-1.5 1.5-1.5c0.828 0 1.5 0.672 1.5 1.5v0c-0.001 0.828-0.672 1.499-1.5 1.5h-0z"></path>
|
||||
<path d="M19.875 16.5c-1.657 0-3 1.343-3 3s1.343 3 3 3c1.657 0 3-1.343 3-3v0c-0.002-1.656-1.344-2.998-3-3h-0zM19.875 21c-0.828 0-1.5-0.672-1.5-1.5s0.672-1.5 1.5-1.5c0.828 0 1.5 0.672 1.5 1.5v0c-0.001 0.828-0.672 1.499-1.5 1.5h-0z"></path>
|
||||
<path d="M2.625 19.125h1.5v1.5h-1.5v-1.5z"></path>
|
||||
<path d="M7.125 19.125h1.5v1.5h-1.5v-1.5z"></path>
|
||||
<path d="M11.625 19.125h1.5v1.5h-1.5v-1.5z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
13
web/js/coreui-3.2.0/assets/icons/applications.svg
Executable file
@ -0,0 +1,13 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>applications</title>
|
||||
<path d="M4.125 1.5c-1.657 0-3 1.343-3 3s1.343 3 3 3c1.657 0 3-1.343 3-3v0c-0.002-1.656-1.344-2.998-3-3h-0zM4.125 6c-0.828 0-1.5-0.672-1.5-1.5s0.672-1.5 1.5-1.5c0.828 0 1.5 0.672 1.5 1.5v0c-0.001 0.828-0.672 1.499-1.5 1.5h-0z"></path>
|
||||
<path d="M12 1.5c-1.657 0-3 1.343-3 3s1.343 3 3 3c1.657 0 3-1.343 3-3v0c-0.002-1.656-1.344-2.998-3-3h-0zM12 6c-0.828 0-1.5-0.672-1.5-1.5s0.672-1.5 1.5-1.5c0.828 0 1.5 0.672 1.5 1.5v0c-0.001 0.828-0.672 1.499-1.5 1.5h-0z"></path>
|
||||
<path d="M19.875 7.5c1.657 0 3-1.343 3-3s-1.343-3-3-3c-1.657 0-3 1.343-3 3v0c0.002 1.656 1.344 2.998 3 3h0zM19.875 3c0.828 0 1.5 0.672 1.5 1.5s-0.672 1.5-1.5 1.5c-0.828 0-1.5-0.672-1.5-1.5v0c0.001-0.828 0.672-1.499 1.5-1.5h0z"></path>
|
||||
<path d="M4.125 9c-1.657 0-3 1.343-3 3s1.343 3 3 3c1.657 0 3-1.343 3-3v0c-0.002-1.656-1.344-2.998-3-3h-0zM4.125 13.5c-0.828 0-1.5-0.672-1.5-1.5s0.672-1.5 1.5-1.5c0.828 0 1.5 0.672 1.5 1.5v0c-0.001 0.828-0.672 1.499-1.5 1.5h-0z"></path>
|
||||
<path d="M12 9c-1.657 0-3 1.343-3 3s1.343 3 3 3c1.657 0 3-1.343 3-3v0c-0.002-1.656-1.344-2.998-3-3h-0zM12 13.5c-0.828 0-1.5-0.672-1.5-1.5s0.672-1.5 1.5-1.5c0.828 0 1.5 0.672 1.5 1.5v0c-0.001 0.828-0.672 1.499-1.5 1.5h-0z"></path>
|
||||
<path d="M19.875 9c-1.657 0-3 1.343-3 3s1.343 3 3 3c1.657 0 3-1.343 3-3v0c-0.002-1.656-1.344-2.998-3-3h-0zM19.875 13.5c-0.828 0-1.5-0.672-1.5-1.5s0.672-1.5 1.5-1.5c0.828 0 1.5 0.672 1.5 1.5v0c-0.001 0.828-0.672 1.499-1.5 1.5h-0z"></path>
|
||||
<path d="M4.125 16.5c-1.657 0-3 1.343-3 3s1.343 3 3 3c1.657 0 3-1.343 3-3v0c-0.002-1.656-1.344-2.998-3-3h-0zM4.125 21c-0.828 0-1.5-0.672-1.5-1.5s0.672-1.5 1.5-1.5c0.828 0 1.5 0.672 1.5 1.5v0c-0.001 0.828-0.672 1.499-1.5 1.5h-0z"></path>
|
||||
<path d="M12 16.5c-1.657 0-3 1.343-3 3s1.343 3 3 3c1.657 0 3-1.343 3-3v0c-0.002-1.656-1.344-2.998-3-3h-0zM12 21c-0.828 0-1.5-0.672-1.5-1.5s0.672-1.5 1.5-1.5c0.828 0 1.5 0.672 1.5 1.5v0c-0.001 0.828-0.672 1.499-1.5 1.5h-0z"></path>
|
||||
<path d="M19.875 16.5c-1.657 0-3 1.343-3 3s1.343 3 3 3c1.657 0 3-1.343 3-3v0c-0.002-1.656-1.344-2.998-3-3h-0zM19.875 21c-0.828 0-1.5-0.672-1.5-1.5s0.672-1.5 1.5-1.5c0.828 0 1.5 0.672 1.5 1.5v0c-0.001 0.828-0.672 1.499-1.5 1.5h-0z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
5
web/js/coreui-3.2.0/assets/icons/arrow-bottom.svg
Executable file
@ -0,0 +1,5 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>arrow-bottom</title>
|
||||
<path d="M17.25 15.879l-4.5 4.5v-19.558h-1.5v19.558l-4.5-4.5-1.061 1.061 6.311 6.31 6.31-6.31-1.061-1.061z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 282 B |
6
web/js/coreui-3.2.0/assets/icons/arrow-circle-bottom.svg
Executable file
@ -0,0 +1,6 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>arrow-circle-bottom</title>
|
||||
<path d="M12 0.75c-6.213 0-11.25 5.037-11.25 11.25s5.037 11.25 11.25 11.25 11.25-5.037 11.25-11.25-5.037-11.25-11.25-11.25zM18.894 18.894c-1.757 1.752-4.182 2.835-6.859 2.835-5.365 0-9.715-4.349-9.715-9.715s4.349-9.715 9.715-9.715c5.365 0 9.715 4.349 9.715 9.715 0 1.365-0.282 2.664-0.79 3.843l0.024-0.063c-0.517 1.205-1.222 2.234-2.090 3.099l-0 0z"></path>
|
||||
<path d="M12.755 14.741v-8.741h-1.5v8.741l-3.518-3.518-1.061 1.061 5.329 5.329 5.329-5.329-1.061-1.061-3.518 3.518z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 656 B |
6
web/js/coreui-3.2.0/assets/icons/arrow-circle-left.svg
Executable file
@ -0,0 +1,6 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>arrow-circle-left</title>
|
||||
<path d="M12 0.752c-6.213 0-11.25 5.037-11.25 11.25s5.037 11.25 11.25 11.25 11.25-5.037 11.25-11.25-5.037-11.25-11.25-11.25zM18.894 18.896c-1.757 1.752-4.182 2.835-6.859 2.835-5.365 0-9.715-4.349-9.715-9.715s4.349-9.715 9.715-9.715c5.365 0 9.715 4.349 9.715 9.715 0 1.365-0.282 2.664-0.79 3.843l0.024-0.063c-0.517 1.205-1.222 2.234-2.090 3.099l-0 0z"></path>
|
||||
<path d="M12.779 7.734l-1.061-1.061-5.329 5.329 5.329 5.329 1.061-1.061-3.518-3.518h8.786v-1.5h-8.786l3.518-3.518z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 654 B |
6
web/js/coreui-3.2.0/assets/icons/arrow-circle-right.svg
Executable file
@ -0,0 +1,6 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>arrow-circle-right</title>
|
||||
<path d="M12.012 0.752c-6.213 0-11.25 5.037-11.25 11.25s5.037 11.25 11.25 11.25 11.25-5.037 11.25-11.25-5.037-11.25-11.25-11.25zM18.906 18.896c-1.757 1.752-4.182 2.835-6.859 2.835-5.365 0-9.715-4.349-9.715-9.715s4.349-9.715 9.715-9.715c5.365 0 9.715 4.349 9.715 9.715 0 1.365-0.282 2.664-0.79 3.843l0.024-0.063c-0.517 1.205-1.222 2.234-2.090 3.099l-0 0z"></path>
|
||||
<path d="M11.233 7.734l3.518 3.518h-8.745v1.5h8.745l-3.518 3.518 1.061 1.061 5.329-5.329-5.329-5.329-1.061 1.061z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 658 B |
6
web/js/coreui-3.2.0/assets/icons/arrow-circle-top.svg
Executable file
@ -0,0 +1,6 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>arrow-circle-top</title>
|
||||
<path d="M12 0.75c-6.213 0-11.25 5.037-11.25 11.25s5.037 11.25 11.25 11.25 11.25-5.037 11.25-11.25-5.037-11.25-11.25-11.25zM18.894 18.894c-1.757 1.752-4.182 2.835-6.859 2.835-5.365 0-9.715-4.349-9.715-9.715s4.349-9.715 9.715-9.715c5.365 0 9.715 4.349 9.715 9.715 0 1.365-0.282 2.664-0.79 3.843l0.024-0.063c-0.517 1.205-1.222 2.234-2.090 3.099l-0 0z"></path>
|
||||
<path d="M6.671 11.298l1.061 1.061 3.518-3.518v8.784h1.5v-8.784l3.518 3.518 1.061-1.061-5.329-5.329-5.329 5.329z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 650 B |
5
web/js/coreui-3.2.0/assets/icons/arrow-left.svg
Executable file
@ -0,0 +1,5 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>arrow-left</title>
|
||||
<path d="M23.312 11.25h-19.558l4.5-4.5-1.061-1.061-6.31 6.31 6.31 6.31 1.061-1.061-4.5-4.5h19.558v-1.5z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 277 B |
5
web/js/coreui-3.2.0/assets/icons/arrow-right.svg
Executable file
@ -0,0 +1,5 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>arrow-right</title>
|
||||
<path d="M16.869 5.69l-1.061 1.061 4.5 4.5-19.558 0v1.5h19.558l-4.5 4.5 1.061 1.061 6.311-6.31-6.311-6.31z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 281 B |
5
web/js/coreui-3.2.0/assets/icons/arrow-thick-bottom.svg
Executable file
@ -0,0 +1,5 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>arrow-thick-bottom</title>
|
||||
<path d="M11.985 23.186l-11.235-11.266v-1.794l6.747-0v-9.376h9v9.375l6.751-0-0.002 1.813zM2.575 11.626l9.412 9.438 9.45-9.439-6.44 0v-9.375h-6v9.376z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 331 B |
6
web/js/coreui-3.2.0/assets/icons/arrow-thick-from-bottom.svg
Executable file
@ -0,0 +1,6 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>arrow-thick-from-bottom</title>
|
||||
<path d="M12.009 0.75l-9.384 9.375v1.811h5.625v6.75h7.5v-6.75h5.625v-1.81zM14.25 10.436v6.75h-4.5v-6.75h-5.314l7.572-7.564 7.557 7.564z"></path>
|
||||
<path d="M2.625 21.686h18.75v1.5h-18.75v-1.5z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 377 B |
6
web/js/coreui-3.2.0/assets/icons/arrow-thick-from-left.svg
Executable file
@ -0,0 +1,6 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>arrow-thick-from-left</title>
|
||||
<path d="M13.875 2.625h-1.811v5.625h-6.75v7.5h6.75v5.625h1.81l9.375-9.366zM13.564 19.565v-5.315h-6.75v-4.5h6.75v-5.314l7.564 7.572z"></path>
|
||||
<path d="M0.814 2.625h1.5v18.75h-1.5v-18.75z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 370 B |
6
web/js/coreui-3.2.0/assets/icons/arrow-thick-from-right.svg
Executable file
@ -0,0 +1,6 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>arrow-thick-from-right</title>
|
||||
<path d="M11.936 2.625h-1.811l-9.375 9.384 9.375 9.366h1.81v-5.625h6.75v-7.5h-6.75zM17.186 9.75v4.5h-6.75v5.315l-7.564-7.557 7.564-7.572v5.314z"></path>
|
||||
<path d="M21.686 2.625h1.5v18.75h-1.5v-18.75z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 384 B |
6
web/js/coreui-3.2.0/assets/icons/arrow-thick-from-top.svg
Executable file
@ -0,0 +1,6 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>arrow-thick-from-top</title>
|
||||
<path d="M15.75 5.314h-7.5v6.75h-5.625v1.81l9.366 9.375 9.384-9.375v-1.811h-5.625zM19.564 13.564l-7.572 7.564-7.557-7.564h5.315v-6.75h4.5v6.75z"></path>
|
||||
<path d="M2.625 0.815h18.75v1.5h-18.75v-1.5z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 381 B |
5
web/js/coreui-3.2.0/assets/icons/arrow-thick-left.svg
Executable file
@ -0,0 +1,5 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>arrow-thick-left</title>
|
||||
<path d="M13.811 23.25l-1.813-0.002-11.248-11.261 11.266-11.235h1.794l0 6.747h9.376v9h-9.375zM2.872 11.989l9.439 9.45-0-6.44h9.375v-6h-9.376l-0-6.422z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 330 B |
5
web/js/coreui-3.2.0/assets/icons/arrow-thick-right.svg
Executable file
@ -0,0 +1,5 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>arrow-thick-right</title>
|
||||
<path d="M11.92 23.25h-1.794l-0-6.747h-9.376v-9h9.375l-0-6.751 1.813 0.002 11.248 11.261zM2.25 15.003h9.376l0 6.422 9.438-9.412-9.439-9.45 0 6.44h-9.375z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 334 B |
6
web/js/coreui-3.2.0/assets/icons/arrow-thick-to-bottom.svg
Executable file
@ -0,0 +1,6 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>arrow-thick-to-bottom</title>
|
||||
<path d="M15.75 8.25v-7.5h-7.5v7.5h-5.625v1.81l9.366 9.375 9.384-9.375v-1.811zM11.992 17.314l-7.557-7.564h5.315v-7.5h4.5v7.5h5.314z"></path>
|
||||
<path d="M2.625 21.75h18.75v1.5h-18.75v-1.5z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 370 B |
6
web/js/coreui-3.2.0/assets/icons/arrow-thick-to-left.svg
Executable file
@ -0,0 +1,6 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>arrow-thick-to-left</title>
|
||||
<path d="M15.75 8.25v-5.625h-1.81l-9.375 9.366 9.375 9.384h1.811v-5.625h7.5v-7.5zM21.75 14.25h-7.5v5.314l-7.564-7.572 7.564-7.557v5.315h7.5z"></path>
|
||||
<path d="M0.75 2.625h1.5v18.75h-1.5v-18.75z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 376 B |
6
web/js/coreui-3.2.0/assets/icons/arrow-thick-to-right.svg
Executable file
@ -0,0 +1,6 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>arrow-thick-to-right</title>
|
||||
<path d="M8.25 2.625v5.625h-7.5v7.5h7.5v5.625h1.81l9.375-9.366-9.375-9.384zM9.75 19.565v-5.315h-7.5v-4.5h7.5v-5.314l7.564 7.572z"></path>
|
||||
<path d="M21.75 2.625h1.5v18.75h-1.5v-18.75z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 366 B |
6
web/js/coreui-3.2.0/assets/icons/arrow-thick-to-top.svg
Executable file
@ -0,0 +1,6 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>arrow-thick-to-top</title>
|
||||
<path d="M2.625 13.939v1.811h5.625v7.5h7.5v-7.5h5.625v-1.81l-9.366-9.375zM14.25 14.25v7.5h-4.5v-7.5h-5.314l7.572-7.564 7.557 7.564z"></path>
|
||||
<path d="M2.625 0.75h18.75v1.5h-18.75v-1.5z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 366 B |
5
web/js/coreui-3.2.0/assets/icons/arrow-thick-top.svg
Executable file
@ -0,0 +1,5 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>arrow-thick-top</title>
|
||||
<path d="M16.503 23.25h-9v-9.375l-6.751 0 0.002-1.814 11.261-11.248 11.235 11.266v1.794l-6.747 0zM9.003 21.75h6v-9.376l6.422-0-9.412-9.438-9.45 9.439 6.44-0z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 336 B |
5
web/js/coreui-3.2.0/assets/icons/arrow-top.svg
Executable file
@ -0,0 +1,5 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>arrow-top</title>
|
||||
<path d="M18.311 7.061l-6.311-6.311-6.31 6.311 1.061 1.061 4.5-4.5v19.593h1.5v-19.593l4.5 4.5 1.061-1.061z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 279 B |
11
web/js/coreui-3.2.0/assets/icons/assistive-listening-system.svg
Executable file
@ -0,0 +1,11 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>assistive-listening-system</title>
|
||||
<path d="M12.991 4.004l-0.395 1.454c2.94 0.505 5.248 2.725 5.877 5.575l0.009 0.048 1.496-0.169c-0.711-3.517-3.457-6.236-6.932-6.899l-0.055-0.009z"></path>
|
||||
<path d="M19.784 4.216c-1.583-1.591-3.619-2.732-5.898-3.211l-0.077-0.014-0.395 1.453c4.147 0.816 7.411 4.119 8.169 8.286l1.496-0.169c-0.439-2.502-1.616-4.676-3.294-6.345l-0.001-0.001z"></path>
|
||||
<path d="M10.927 6.973q-0.074-0.001-0.147-0c-3.189 0.030-5.763 2.623-5.763 5.816 0 0 0 0 0 0v0h1.511c0-2.367 1.905-4.289 4.266-4.316l0.003-0c0.033-0 0.066-0 0.099 0 2.331 0.032 4.24 1.956 4.255 4.287 0 0.014 0 0.029 0 0.045 0 1.225-0.515 2.329-1.34 3.109l-0.002 0.002c-0.214 0.205-0.347 0.493-0.347 0.812v2.376c-0.002 1.46-1.185 2.644-2.645 2.645h-0.405v1.5h0.416c2.288-0.003 4.143-1.857 4.145-4.145v-2.218c1.044-1.055 1.689-2.506 1.689-4.108 0-0.010-0-0.020-0-0.030v0.002c-0.031-3.163-2.574-5.722-5.729-5.777l-0.005-0z"></path>
|
||||
<path d="M13.272 12.789c0-0.003 0-0.007 0-0.010 0-1.347-1.092-2.439-2.439-2.439s-2.439 1.092-2.439 2.439c0 0.004 0 0.007 0 0.011v-0.001h1.5c-0-0.002-0-0.004-0-0.006 0-0.519 0.42-0.939 0.939-0.939s0.939 0.42 0.939 0.939c0 0.002 0 0.004-0 0.007v-0z"></path>
|
||||
<path d="M10.125 14.25h1.5v1.5h-1.5v-1.5z"></path>
|
||||
<path d="M5.25 19.125h1.5v1.5h-1.5v-1.5z"></path>
|
||||
<path d="M5.796 15.954l1.061-1.061 4.125 4.125-1.061 1.061-4.125-4.125z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
6
web/js/coreui-3.2.0/assets/icons/asterisk-circle.svg
Executable file
@ -0,0 +1,6 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>asterisk-circle</title>
|
||||
<path d="M12.75 10.67v-4.979h-1.5v4.979l-4.623-2.798-0.114 0.188v1.496l4.038 2.444-4.038 2.444v1.496l0.114 0.188 4.623-2.798v4.979h1.5v-4.979l4.623 2.798 0.114-0.188v-1.496l-4.038-2.444 4.038-2.444v-1.496l-0.114-0.188-4.623 2.798z"></path>
|
||||
<path d="M19.962 4.096c-2.030-2.030-4.836-3.286-7.934-3.286-6.197 0-11.22 5.023-11.22 11.22 0 3.098 1.256 5.903 3.286 7.934v0c2.030 2.030 4.836 3.286 7.934 3.286 6.197 0 11.22-5.023 11.22-11.22 0-3.098-1.256-5.903-3.286-7.934v0zM12.028 21.75c-5.36 0-9.72-4.36-9.72-9.72s4.36-9.72 9.72-9.72 9.72 4.36 9.72 9.72-4.36 9.72-9.72 9.72z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 749 B |
5
web/js/coreui-3.2.0/assets/icons/asterisk.svg
Executable file
@ -0,0 +1,5 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>asterisk</title>
|
||||
<path d="M13.449 12l6.051-3.662v-1.723l-0.013-0.022-6.737 4.077v-7.295h-1.5v7.295l-6.737-4.077-0.013 0.022v1.723l6.051 3.662-6.051 3.662v1.723l0.013 0.022 6.737-4.077v7.295h1.5v-7.295l6.737 4.077 0.013-0.022v-1.723l-6.051-3.662z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 400 B |
5
web/js/coreui-3.2.0/assets/icons/at.svg
Executable file
@ -0,0 +1,5 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>at</title>
|
||||
<path d="M23.242 10.875c-0.055-1.344-0.376-2.6-0.91-3.735l0.025 0.059c-0.609-1.304-1.423-2.412-2.413-3.334l-0.006-0.006c-2.139-2.005-4.958-3.109-7.938-3.109-6.213 0-11.25 5.037-11.25 11.25 0 3.107 1.259 5.919 3.295 7.955v0c2.036 2.036 4.848 3.295 7.955 3.295 3.066 0 5.846-1.227 7.875-3.216l-0.002 0.002-1.050-1.071c-1.749 1.722-4.151 2.786-6.801 2.786-0.008 0-0.016 0-0.024-0h0.001c-5.376 0-9.75-4.374-9.75-9.75s4.374-9.75 9.75-9.75c5.285 0 9.75 4.122 9.75 9v1.688c0 1.344-1.178 2.438-2.625 2.438s-2.625-1.093-2.625-2.438v-5.438h-1.5v1.254c-0.834-0.776-1.956-1.253-3.19-1.253-2.589 0-4.687 2.098-4.687 4.687s2.098 4.687 4.687 4.687c1.545 0 2.915-0.747 3.769-1.9l0.009-0.013c0.722 1.145 2.037 1.913 3.537 1.913 2.275 0 4.125-1.766 4.125-3.938v-2.063zM11.813 15.375c-1.76 0-3.188-1.427-3.188-3.188s1.427-3.188 3.188-3.188c1.76 0 3.188 1.427 3.188 3.188v0c-0.002 1.76-1.428 3.185-3.187 3.188h-0z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 1.0 KiB |
7
web/js/coreui-3.2.0/assets/icons/audio-description.svg
Executable file
@ -0,0 +1,7 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>audio-description</title>
|
||||
<path d="M22.125 3h-20.25c-0.621 0-1.125 0.504-1.125 1.125v0 15.75c0 0.621 0.504 1.125 1.125 1.125v0h20.25c0.621 0 1.125-0.504 1.125-1.125v0-15.75c0-0.621-0.504-1.125-1.125-1.125v0zM21.75 19.5h-19.5v-15h19.5z"></path>
|
||||
<path d="M6.291 13.5h2.794l0.875 2.625h1.581l-2.75-8.25h-2.206l-2.75 8.25h1.581zM7.665 9.375h0.044l0.875 2.625h-1.793z"></path>
|
||||
<path d="M19.875 12.344v-0.687c-0.002-2.087-1.694-3.779-3.781-3.781h-2.969v8.25h2.969c2.087-0.002 3.779-1.694 3.781-3.781v-0zM14.625 9.375h1.469c1.259 0.001 2.28 1.022 2.281 2.281v0.687c-0.001 1.259-1.022 2.28-2.281 2.281h-1.469z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 756 B |
10
web/js/coreui-3.2.0/assets/icons/audio-spectrum.svg
Executable file
@ -0,0 +1,10 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>audio-spectrum</title>
|
||||
<path d="M0.75 7.5h1.5v9h-1.5v-9z"></path>
|
||||
<path d="M17.625 7.5h1.5v9h-1.5v-9z"></path>
|
||||
<path d="M4.875 4.125h1.5v15.375h-1.5v-15.375z"></path>
|
||||
<path d="M13.5 4.5h1.5v15h-1.5v-15z"></path>
|
||||
<path d="M21.75 4.5h1.5v15h-1.5v-15z"></path>
|
||||
<path d="M9 0.75h1.5v22.5h-1.5v-22.5z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 450 B |
9
web/js/coreui-3.2.0/assets/icons/audio.svg
Executable file
@ -0,0 +1,9 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>audio</title>
|
||||
<path d="M5.192 5.192l-1.064-1.064c-0.005 0.004-0.009 0.009-0.014 0.013l-0 0c-2.023 2.023-3.275 4.818-3.275 7.905 0 3.071 1.238 5.852 3.243 7.873l-0.001-0.001 1.064-1.064c-1.734-1.746-2.805-4.152-2.805-6.808 0-2.679 1.090-5.104 2.852-6.854l0-0z"></path>
|
||||
<path d="M19.925 4.141c-0.019-0.019-0.038-0.037-0.057-0.056l-1.064 1.064c1.788 1.755 2.895 4.197 2.895 6.897 0 2.666-1.080 5.080-2.825 6.828l0-0 1.064 1.064c2.015-2.022 3.261-4.811 3.261-7.892 0-3.087-1.251-5.882-3.274-7.905v0z"></path>
|
||||
<path d="M7.196 7.196c-1.249 1.238-2.022 2.955-2.022 4.852 0 1.874 0.754 3.571 1.975 4.805l-0.001-0.001 1.060-1.060c-0.948-0.962-1.534-2.284-1.534-3.743 0-1.482 0.605-2.823 1.58-3.79l0-0z"></path>
|
||||
<path d="M15.739 8.214c1.001 0.971 1.623 2.329 1.623 3.832 0 1.468-0.593 2.798-1.552 3.762l0-0 1.060 1.060c1.232-1.236 1.994-2.94 1.994-4.823 0-1.918-0.79-3.651-2.063-4.892l-0.001-0.001z"></path>
|
||||
<path d="M13.817 10.136c-0.468-0.44-1.1-0.71-1.794-0.71-1.448 0-2.622 1.174-2.622 2.622s1.174 2.622 2.622 2.622c1.448 0 2.622-1.174 2.622-2.622 0-0 0-0 0-0v0c0-0.001 0-0.002 0-0.002 0-0.752-0.318-1.43-0.826-1.907l-0.001-0.001zM12.020 13.172c-0.621 0-1.125-0.504-1.125-1.125s0.504-1.125 1.125-1.125c0.621 0 1.125 0.504 1.125 1.125v0c0 0.621-0.504 1.125-1.125 1.125v0z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
8
web/js/coreui-3.2.0/assets/icons/av-timer.svg
Executable file
@ -0,0 +1,8 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>av-timer</title>
|
||||
<path d="M11.25 18h1.5v1.5h-1.5v-1.5z"></path>
|
||||
<path d="M4.5 11.25h1.5v1.5h-1.5v-1.5z"></path>
|
||||
<path d="M18 11.25h1.5v1.5h-1.5v-1.5z"></path>
|
||||
<path d="M19.425 4.575c-1.723-1.733-4.052-2.863-6.641-3.047l-0.033-0.002v-0.027h-1.5v4.5h1.5v-2.969c4.613 0.383 8.25 4.259 8.25 8.969 0 4.963-4.037 9-9 9s-9-4.037-9-9c0-0.002 0-0.005 0-0.007 0-2.487 1.011-4.738 2.644-6.364l0-0 5.418 6.838 1.176-0.932-6.397-8.073-0.591 0.496c-2.299 1.939-3.75 4.821-3.75 8.043 0 5.799 4.701 10.5 10.5 10.5s10.5-4.701 10.5-10.5c0-2.899-1.175-5.524-3.075-7.424v0z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 708 B |
6
web/js/coreui-3.2.0/assets/icons/badge.svg
Executable file
@ -0,0 +1,6 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>badge</title>
|
||||
<path d="M15.393 18l0.173 3.516-3.556-2.471-3.576 2.474 0.173-3.518h-1.502l-0.259 5.25h1.72l3.441-2.38 3.425 2.38h1.72l-0.259-5.25h-1.502z"></path>
|
||||
<path d="M19.472 7.262l-0.103-2.253-1.899-1.215-1.215-1.899-2.253-0.103-2.002-1.037-2.002 1.037-2.253 0.103-1.215 1.899-1.899 1.215-0.103 2.253-1.037 2.002 1.037 2.002 0.103 2.253 1.899 1.215 1.215 1.899 2.253 0.103 2.002 1.037 2.002-1.037 2.253-0.103 1.215-1.899 1.899-1.215 0.103-2.253 1.037-2.002zM17.989 10.869l-0.082 1.805-1.522 0.974-0.974 1.522-1.805 0.082-1.605 0.831-1.605-0.831-1.805-0.082-0.974-1.522-1.522-0.974-0.082-1.805-0.831-1.605 0.831-1.605 0.082-1.805 1.522-0.974 0.974-1.522 1.805-0.083 1.605-0.831 1.605 0.831 1.805 0.083 0.974 1.522 1.522 0.974 0.082 1.805 0.831 1.605z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 909 B |
7
web/js/coreui-3.2.0/assets/icons/balance-scale.svg
Executable file
@ -0,0 +1,7 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>balance-scale</title>
|
||||
<path d="M9.527 18.113l0.223-0.245v-1.209l-3.65-7.706h-1.699l-3.65 7.706v1.268l0.198 0.215c1.067 1.153 2.587 1.872 4.276 1.874h0c0.007 0 0.013 0 0.020-0 1.695-0.008 3.219-0.738 4.279-1.899l0.004-0.005zM8.25 17.279c-0.77 0.765-1.832 1.238-3.004 1.238-0.003 0-0.005 0-0.008 0h0c-0.005 0-0.010 0-0.015 0-0.006 0-0.014 0-0.021 0-1.147 0-2.188-0.453-2.954-1.19l0.001 0.001v-0.331l3-6.333 3 6.333z"></path>
|
||||
<path d="M19.6 8.953h-1.699l-3.65 7.706v1.268l0.198 0.215c1.067 1.153 2.587 1.872 4.276 1.874h0c0.007 0 0.013 0 0.020-0 1.695-0.008 3.219-0.738 4.279-1.899l0.004-0.005 0.223-0.245v-1.209zM21.75 17.279c-0.77 0.765-1.832 1.238-3.004 1.238-0.003 0-0.005 0-0.008 0h0c-0.005 0-0.010 0-0.015 0-0.006 0-0.014 0-0.021 0-1.147 0-2.188-0.453-2.954-1.19l0.001 0.001v-0.331l3-6.333 3 6.333z"></path>
|
||||
<path d="M12.75 9.218c0.849-0.261 1.504-0.916 1.76-1.747l0.005-0.019h4.985v-1.5h-4.985c-0.333-1.093-1.333-1.875-2.515-1.875s-2.182 0.782-2.51 1.856l-0.005 0.019h-4.985v1.5h4.985c0.261 0.849 0.916 1.504 1.747 1.76l0.019 0.005v12.485h-4.875v1.5h11.25v-1.5h-4.875zM10.875 6.703c0-0.621 0.504-1.125 1.125-1.125s1.125 0.504 1.125 1.125c0 0.621-0.504 1.125-1.125 1.125v0c-0.621 0-1.125-0.504-1.125-1.125v0z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
5
web/js/coreui-3.2.0/assets/icons/ban.svg
Executable file
@ -0,0 +1,5 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>ban</title>
|
||||
<path d="M19.955 4.045c-2.036-2.036-4.848-3.295-7.955-3.295-6.213 0-11.25 5.037-11.25 11.25 0 3.107 1.259 5.919 3.295 7.955v0c2.036 2.036 4.848 3.295 7.955 3.295 6.213 0 11.25-5.037 11.25-11.25 0-3.107-1.259-5.919-3.295-7.955v0zM12 2.25c0.003 0 0.006 0 0.009 0 2.431 0 4.653 0.894 6.356 2.37l-0.012-0.010-13.743 13.743c-1.466-1.691-2.36-3.913-2.36-6.344 0-0.003 0-0.006 0-0.009v0c0-5.376 4.374-9.75 9.75-9.75zM12 21.75c-0.002 0-0.005 0-0.008 0-2.419 0-4.632-0.885-6.332-2.349l0.013 0.011 13.739-13.739c1.453 1.687 2.338 3.9 2.338 6.319 0 0.003 0 0.006 0 0.009v-0c0 5.376-4.374 9.75-9.75 9.75z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 759 B |
12
web/js/coreui-3.2.0/assets/icons/bank.svg
Executable file
@ -0,0 +1,12 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>bank</title>
|
||||
<path d="M11.614 0.673l-10.864 5.231v2.721h22.5v-2.736zM21.75 7.125h-19.5v-0.279l9.386-4.519 10.114 4.534z"></path>
|
||||
<path d="M2.25 19.125h19.5v1.5h-19.5v-1.5z"></path>
|
||||
<path d="M0.75 21.75h22.5v1.5h-22.5v-1.5z"></path>
|
||||
<path d="M2.625 10.125h1.5v7.5h-1.5v-7.5z"></path>
|
||||
<path d="M19.875 10.125h1.5v7.5h-1.5v-7.5z"></path>
|
||||
<path d="M15.375 10.125h1.5v7.5h-1.5v-7.5z"></path>
|
||||
<path d="M7.125 10.125h1.5v7.5h-1.5v-7.5z"></path>
|
||||
<path d="M11.25 10.125h1.5v7.5h-1.5v-7.5z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 634 B |
7
web/js/coreui-3.2.0/assets/icons/bar-chart.svg
Executable file
@ -0,0 +1,7 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>bar-chart</title>
|
||||
<path d="M6.375 19.5h4.125c0.621-0.001 1.124-0.504 1.125-1.125v-9.75c-0.001-0.621-0.504-1.124-1.125-1.125h-4.125c-0.621 0.001-1.124 0.504-1.125 1.125v9.75c0.001 0.621 0.504 1.124 1.125 1.125h0zM6.75 9h3.375v9h-3.375z"></path>
|
||||
<path d="M19.875 0.75h-4.125c-0.621 0.001-1.124 0.504-1.125 1.125v16.5c0.001 0.621 0.504 1.124 1.125 1.125h4.125c0.621-0.001 1.124-0.504 1.125-1.125v-16.5c-0.001-0.621-0.504-1.124-1.125-1.125h-0zM19.5 18h-3.375v-15.75h3.375z"></path>
|
||||
<path d="M2.25 0.75h-1.5v22.5h22.5v-1.5h-21v-21z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 681 B |
14
web/js/coreui-3.2.0/assets/icons/barcode.svg
Executable file
@ -0,0 +1,14 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>barcode</title>
|
||||
<path d="M0.75 2.625v19.125h22.5v-19.125zM21.75 20.25h-19.5v-16.125h19.5z"></path>
|
||||
<path d="M3.75 6h1.5v12h-1.5v-12z"></path>
|
||||
<path d="M6.75 6h1.5v9h-1.5v-9z"></path>
|
||||
<path d="M9.75 6h1.5v12h-1.5v-12z"></path>
|
||||
<path d="M12.75 6h1.5v9h-1.5v-9z"></path>
|
||||
<path d="M15.75 6h1.5v9h-1.5v-9z"></path>
|
||||
<path d="M18.75 6h1.5v12h-1.5v-12z"></path>
|
||||
<path d="M6.75 16.5h1.5v1.5h-1.5v-1.5z"></path>
|
||||
<path d="M12.75 16.5h1.5v1.5h-1.5v-1.5z"></path>
|
||||
<path d="M15.75 16.5h1.5v1.5h-1.5v-1.5z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 645 B |
6
web/js/coreui-3.2.0/assets/icons/baseball.svg
Executable file
@ -0,0 +1,6 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>baseball</title>
|
||||
<path d="M5.063 9.375c2.382 0 4.313-1.931 4.313-4.313s-1.931-4.313-4.313-4.313c-2.382 0-4.313 1.931-4.313 4.313v0c0.003 2.381 1.932 4.31 4.312 4.313h0zM5.063 2.25c1.553 0 2.813 1.259 2.813 2.813s-1.259 2.813-2.813 2.813c-1.553 0-2.813-1.259-2.813-2.813v0c0.002-1.553 1.26-2.811 2.812-2.813h0z"></path>
|
||||
<path d="M22.356 1.793h-0c-0.645-0.645-1.535-1.043-2.519-1.043s-1.874 0.399-2.519 1.043l-0.257 0.257c-0.987 0.987-1.948 2.025-2.856 3.084l-0.015 0.017-6.508 8.604-4.001 4.001c-0.256-0.15-0.565-0.238-0.894-0.238-0.991 0-1.794 0.803-1.794 1.794 0 0.495 0.201 0.944 0.525 1.268l1.899 1.899c0.325 0.324 0.773 0.524 1.268 0.524 0.991 0 1.794-0.803 1.794-1.794 0-0.329-0.088-0.636-0.243-0.901l0.005 0.009 3.996-3.996 8.472-6.16c1.259-1.050 2.486-2.171 3.646-3.33 0.644-0.645 1.042-1.536 1.042-2.519s-0.398-1.874-1.042-2.519l0 0zM21.296 5.771c-1.122 1.122-2.308 2.206-3.526 3.223l-8.508 6.184-5.096 5.096 0.73 0.73c0.054 0.053 0.087 0.127 0.087 0.209 0 0.162-0.131 0.293-0.293 0.293-0.082 0-0.156-0.033-0.209-0.087l-1.899-1.899c-0.053-0.053-0.086-0.126-0.086-0.208 0-0.162 0.131-0.293 0.293-0.293 0.081 0 0.154 0.033 0.208 0.086l0.73 0.73 5.091-5.091 6.542-8.65c0.879-1.025 1.809-2.028 2.763-2.983l0.257-0.257c0.374-0.376 0.891-0.609 1.463-0.609 1.139 0 2.063 0.923 2.063 2.062 0 0.572-0.233 1.089-0.609 1.463l-0 0z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
9
web/js/coreui-3.2.0/assets/icons/basket.svg
Executable file
@ -0,0 +1,9 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>basket</title>
|
||||
<path d="M5.625 14.25h1.5v6h-1.5v-6z"></path>
|
||||
<path d="M9.375 14.25h1.5v6h-1.5v-6z"></path>
|
||||
<path d="M13.125 14.25h1.5v6h-1.5v-6z"></path>
|
||||
<path d="M16.875 14.25h1.5v6h-1.5v-6z"></path>
|
||||
<path d="M22.204 7.875l-3.732-7.125h-1.693l3.732 7.125h-17.021l3.732-7.125h-1.693l-3.732 7.125h-1.046v5.225l2.009 10.15h18.481l2.010-10.051v-5.324zM21.75 13.051l-1.74 8.699h-16.019l-1.741-8.797v-0.203h19.5zM21.75 11.25h-19.5v-1.875h19.5z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 593 B |
5
web/js/coreui-3.2.0/assets/icons/basketball.svg
Executable file
@ -0,0 +1,5 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>basketball</title>
|
||||
<path d="M12 0.75c-6.213 0-11.25 5.037-11.25 11.25 0 3.107 1.259 5.919 3.295 7.955v0c2.036 2.039 4.851 3.3 7.959 3.3 6.213 0 11.25-5.037 11.25-11.25 0-3.109-1.261-5.923-3.299-7.959l-0-0c-2.025-2.035-4.827-3.295-7.924-3.295-0.011 0-0.021 0-0.032 0h0.002zM5.051 5.168q0.197 0.273 0.382 0.584c0.875 1.481 1.398 3.411 1.499 5.498h-4.654c0.189-2.385 1.212-4.501 2.774-6.083l-0.001 0.001zM5.051 18.832c-1.561-1.581-2.584-3.697-2.771-6.048l-0.002-0.034h4.654c-0.101 2.087-0.624 4.017-1.499 5.498q-0.184 0.312-0.382 0.584zM11.25 21.721c-1.923-0.151-3.66-0.841-5.090-1.918l0.025 0.018c0.175-0.231 0.353-0.496 0.517-0.77l0.023-0.041c1.007-1.705 1.605-3.905 1.71-6.261h2.816zM11.25 11.25h-2.816c-0.105-2.356-0.703-4.556-1.71-6.261-0.186-0.315-0.365-0.58-0.556-0.834l0.016 0.023c1.405-1.059 3.142-1.749 5.031-1.898l0.034-0.002zM12.75 2.279c1.923 0.151 3.66 0.841 5.090 1.918l-0.025-0.018c-0.175 0.231-0.353 0.496-0.517 0.77l-0.023 0.041c-1.007 1.705-1.605 3.905-1.71 6.261h-2.816zM12.75 21.721v-8.971h2.816c0.105 2.356 0.703 4.556 1.71 6.261 0.186 0.315 0.365 0.58 0.556 0.834l-0.016-0.023c-1.405 1.059-3.142 1.749-5.031 1.898l-0.034 0.002zM18.949 18.832q-0.197-0.273-0.382-0.584c-0.875-1.481-1.398-3.411-1.499-5.498h4.654c-0.189 2.385-1.212 4.501-2.774 6.083l0.001-0.001zM17.068 11.25c0.101-2.087 0.624-4.017 1.499-5.498q0.184-0.312 0.382-0.584c1.561 1.581 2.584 3.697 2.771 6.048l0.002 0.034z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
5
web/js/coreui-3.2.0/assets/icons/bath.svg
Executable file
@ -0,0 +1,5 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>bath</title>
|
||||
<path d="M21.75 13.125h-18v-8.438c0-0.002 0-0.004 0-0.007 0-0.666 0.271-1.268 0.708-1.704l0.019-0.019c0.438-0.438 1.044-0.708 1.712-0.708 0.376 0 0.732 0.086 1.049 0.238l-0.015-0.006c-0.333 0.545-0.53 1.205-0.53 1.911 0 1.022 0.414 1.948 1.083 2.618l0.513 0.513-0.945 0.945 1.061 1.061 7.125-7.125-1.061-1.061-0.945 0.945-0.513-0.513c-0.67-0.669-1.596-1.082-2.618-1.082-0.791 0-1.523 0.248-2.125 0.669l0.012-0.008c-0.593-0.38-1.317-0.605-2.093-0.605-1.082 0-2.062 0.439-2.771 1.148l-0.019 0.019c-0.709 0.705-1.148 1.682-1.148 2.76 0 0.004 0 0.007 0 0.011v-0.001 8.438h-1.5v1.5h1.5v1.439c0 0 0 0 0 0 0 0.127 0.021 0.249 0.060 0.363l-0.002-0.008 1.395 4.186c0.153 0.451 0.572 0.769 1.066 0.769 0 0 0.001 0 0.001 0h0.605l-0.547 1.875h1.562l0.547-1.875h9.754l0.563 1.875h1.566l-0.563-1.875h0.972c0 0 0.001 0 0.001 0 0.494 0 0.913-0.319 1.064-0.761l0.002-0.008 1.395-4.186c0.037-0.106 0.058-0.228 0.058-0.355 0-0 0-0 0-0v0-1.439h1.5v-1.5zM8.837 2.837c0.399-0.398 0.949-0.644 1.557-0.644s1.158 0.246 1.557 0.644l0.513 0.513-3.114 3.114-0.513-0.513c-0.398-0.399-0.644-0.949-0.644-1.557s0.246-1.158 0.644-1.557l-0 0zM20.25 16.003l-1.291 3.872h-13.919l-1.291-3.872v-1.378h16.5z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
5
web/js/coreui-3.2.0/assets/icons/battery-0.svg
Executable file
@ -0,0 +1,5 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>battery-0</title>
|
||||
<path d="M1.874 19.875h17.251c0.002 0 0.005 0 0.008 0 0.613 0 1.111-0.494 1.117-1.105v-2.645h3v-7.875h-3v-2.644c-0.006-0.612-0.504-1.106-1.117-1.106-0.003 0-0.006 0-0.009 0h-17.25c-0.002-0-0.005-0-0.008-0-0.613 0-1.111 0.494-1.117 1.105v13.164c0.006 0.612 0.504 1.106 1.117 1.106 0.003 0 0.006 0 0.009-0h-0zM2.249 6h16.501v3.75h3v4.875h-3v3.75h-16.501z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 525 B |
8
web/js/coreui-3.2.0/assets/icons/battery-3.svg
Executable file
@ -0,0 +1,8 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>battery-3</title>
|
||||
<path d="M3.75 7.5h1.5v9.375h-1.5v-9.375z"></path>
|
||||
<path d="M6.75 7.5h1.5v9.375h-1.5v-9.375z"></path>
|
||||
<path d="M9.75 7.5h1.5v9.375h-1.5v-9.375z"></path>
|
||||
<path d="M20.25 8.25v-2.644c-0.006-0.612-0.504-1.106-1.117-1.106-0.003 0-0.006 0-0.009 0h-17.25c-0.002-0-0.005-0-0.008-0-0.613 0-1.111 0.494-1.117 1.105v13.164c0.006 0.612 0.504 1.106 1.117 1.106 0.003 0 0.006 0 0.009-0h17.25c0.002 0 0.005 0 0.008 0 0.613 0 1.111-0.494 1.117-1.105v-2.645h3v-7.875zM21.75 14.625h-3v3.75h-16.501v-12.375h16.501v3.75h3z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 676 B |
10
web/js/coreui-3.2.0/assets/icons/battery-5.svg
Executable file
@ -0,0 +1,10 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>battery-5</title>
|
||||
<path d="M3.75 7.5h1.5v9.375h-1.5v-9.375z"></path>
|
||||
<path d="M6.75 7.5h1.5v9.375h-1.5v-9.375z"></path>
|
||||
<path d="M9.75 7.5h1.5v9.375h-1.5v-9.375z"></path>
|
||||
<path d="M12.75 7.5h1.5v9.375h-1.5v-9.375z"></path>
|
||||
<path d="M15.75 7.5h1.5v9.375h-1.5v-9.375z"></path>
|
||||
<path d="M20.25 8.25v-2.644c-0.006-0.612-0.504-1.106-1.117-1.106-0.003 0-0.006 0-0.009 0h-17.25c-0.002-0-0.005-0-0.008-0-0.613 0-1.111 0.494-1.117 1.105v13.164c0.006 0.612 0.504 1.106 1.117 1.106 0.003 0 0.006 0 0.009-0h17.25c0.002 0 0.005 0 0.008 0 0.613 0 1.111-0.494 1.117-1.105v-2.645h3v-7.875zM21.75 14.625h-3v3.75h-16.501v-12.375h16.501v3.75h3z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 780 B |
7
web/js/coreui-3.2.0/assets/icons/battery-alert.svg
Executable file
@ -0,0 +1,7 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>battery-alert</title>
|
||||
<path d="M20.25 8.25v-2.644c-0.006-0.612-0.504-1.106-1.117-1.106-0.003 0-0.006 0-0.009 0h-7.875v1.5h7.5v3.75h3v4.875h-3v3.75h-16.501v-12.375h3.001v-1.5h-3.376c-0.002-0-0.005-0-0.008-0-0.613 0-1.111 0.494-1.117 1.105v13.164c0.006 0.612 0.504 1.106 1.117 1.106 0.003 0 0.006 0 0.009-0h17.25c0.002 0 0.005 0 0.008 0 0.613 0 1.111-0.494 1.117-1.105v-2.645h3v-7.875z"></path>
|
||||
<path d="M9 3v-0.375h-1.5v9.375h1.5v-9z"></path>
|
||||
<path d="M9 14.25v-0.75h-1.5v1.5h1.5v-0.75z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 640 B |
6
web/js/coreui-3.2.0/assets/icons/battery-slash.svg
Executable file
@ -0,0 +1,6 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>battery-slash</title>
|
||||
<path d="M20.25 8.25v-2.644c-0.006-0.612-0.504-1.106-1.117-1.106-0.003 0-0.006 0-0.009 0h-11.443l1.5 1.5h9.568v3.75h3v4.875h-2.25v1.5h3.75v-7.875z"></path>
|
||||
<path d="M7.061 6l-5.25-5.25h-1.061v1.061l2.689 2.689h-1.565c-0.002-0-0.005-0-0.008-0-0.613 0-1.111 0.494-1.117 1.105v13.164c0.006 0.612 0.504 1.106 1.117 1.106 0.003 0 0.006 0 0.009-0h16.94l3.375 3.375h1.061v-1.061l-10.755-10.755zM2.249 18.375v-12.375h2.69l12.375 12.375z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 605 B |
5
web/js/coreui-3.2.0/assets/icons/beach-access.svg
Executable file
@ -0,0 +1,5 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>beach-access</title>
|
||||
<path d="M12.161 12.6l6.562-6.563-1.302-1.302c-1.767-1.767-4.209-2.86-6.905-2.86-5.393 0-9.766 4.372-9.766 9.766 0 2.697 1.093 5.138 2.86 6.905l1.302 1.302 6.188-6.188 7.714 7.714h2.121zM10.516 3.375c0.007-0 0.015-0 0.022-0 2.275 0 4.335 0.926 5.822 2.421l0.242 0.242-2.675 2.675c-0.89-0.908-1.853-1.738-2.882-2.483l-0.065-0.045c-1.182-0.836-2.317-1.422-3.375-1.741-0.212-0.068-0.482-0.135-0.757-0.187l-0.044-0.007c1.076-0.552 2.347-0.876 3.694-0.876 0.006 0 0.012 0 0.019 0h-0.001zM4.913 17.727l-0.242-0.242c-1.496-1.498-2.421-3.566-2.421-5.851 0-1.351 0.323-2.626 0.897-3.753l-0.022 0.047c0.058 0.319 0.125 0.589 0.207 0.852l-0.014-0.051c0.319 1.057 0.904 2.193 1.741 3.375 0.79 1.094 1.619 2.057 2.524 2.944l0.004 0.004zM8.648 13.991c-0.556-0.545-1.511-1.546-2.364-2.752-1.072-1.516-2.184-3.652-1.582-5.412 1.754-0.6 3.881 0.503 5.391 1.567 1.212 0.855 2.223 1.819 2.773 2.379z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 1.0 KiB |
5
web/js/coreui-3.2.0/assets/icons/beaker.svg
Executable file
@ -0,0 +1,5 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>beaker</title>
|
||||
<path d="M21.375 16.616c0-0 0-0.001 0-0.001 0-0.238-0.074-0.459-0.201-0.641l0.002 0.004-5.051-7.329v-2.977h1.875c0.621-0.001 1.124-0.504 1.125-1.125v-3.797h-14.25v3.797c0.001 0.621 0.504 1.124 1.125 1.125h1.871v3.029l-5.046 7.276c-0.125 0.178-0.2 0.4-0.2 0.639 0 0.001 0 0.001 0 0.002v-0 5.504c0.001 0.621 0.504 1.124 1.125 1.125l16.502 0.004c0.621-0 1.125-0.504 1.125-1.125 0-0 0-0 0-0v0zM9.371 9.17v-4.998h-2.996v-1.922h11.25v1.922h-3v4.944l3.022 4.384h-11.278zM4.125 21.746v-5.011l1.203-1.735h13.352l1.194 1.733 0.002 5.017z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 697 B |
5
web/js/coreui-3.2.0/assets/icons/bed.svg
Executable file
@ -0,0 +1,5 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<title>bed</title>
|
||||
<path d="M19.5 10.5h-9.75v5.654h-1.038v-1.922c-0.003-2.267-1.84-4.104-4.107-4.107h-2.355v-3h-1.5v16.125h1.5v-2.238l19.5 0.156v2.082h1.5v-9c-0.002-2.070-1.68-3.748-3.75-3.75h-0zM2.25 11.625h2.354c1.439 0.002 2.605 1.168 2.607 2.607v1.922h-4.962zM21.75 19.668l-19.5-0.156v-1.858h19.5zM21.75 16.154h-10.5v-4.154h8.25c1.242 0.001 2.249 1.008 2.25 2.25v0z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 517 B |