Using inline SVG for greater flexibility with colourising
@ -3210,6 +3210,8 @@ input[type="submit"] {
|
||||
display: none; }
|
||||
.field.radio .input, .field.checkbox .input {
|
||||
padding-top: 4px; }
|
||||
.field.radio .input label:not(:last-child), .field.checkbox .input label:not(:last-child) {
|
||||
padding-right: 14px; }
|
||||
.field.radio .label, .field.checkbox .label {
|
||||
display: inline-block;
|
||||
float: none;
|
||||
@ -3295,9 +3297,7 @@ input[type="submit"] {
|
||||
float: none;
|
||||
width: auto; }
|
||||
.field .input .text {
|
||||
padding: 0 0 0 20px; }
|
||||
.field.checkbox .input {
|
||||
padding: 0 0 0 20px; } }
|
||||
padding: 0 20px 0 0; } }
|
||||
|
||||
@media (max-width: 800px) {
|
||||
body.context-menu-open .body {
|
||||
@ -4007,10 +4007,13 @@ input[type="submit"] {
|
||||
-webkit-filter: blur(10px);
|
||||
filter: blur(10px); }
|
||||
|
||||
.icon.white {
|
||||
-webkit-filter: invert(1);
|
||||
-moz-filter: invert(1);
|
||||
filter: invert(1); }
|
||||
.icon {
|
||||
margin-top: -0.2em;
|
||||
vertical-align: middle; }
|
||||
.icon svg {
|
||||
height: 1.4em;
|
||||
fill: #FFFFFF;
|
||||
vertical-align: middle; }
|
||||
|
||||
.slider {
|
||||
position: relative;
|
||||
@ -4137,18 +4140,14 @@ input[type="submit"] {
|
||||
display: inline-block;
|
||||
vertical-align: bottom;
|
||||
opacity: 0.8; }
|
||||
.playback-controls .control .icon {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
-webkit-filter: invert(1);
|
||||
filter: invert(1); }
|
||||
.playback-controls .control .icon svg {
|
||||
height: 12px; }
|
||||
.playback-controls .control.play {
|
||||
margin-bottom: -6px; }
|
||||
.playback-controls .control.play .icon {
|
||||
width: 24px;
|
||||
.playback-controls .control.play .icon svg {
|
||||
height: 24px; }
|
||||
.playback-controls .control.active {
|
||||
color: #08d58f !important; }
|
||||
.playback-controls .control.active svg {
|
||||
fill: #08d58f !important; }
|
||||
.playback-controls .control:hover {
|
||||
opacity: 1; }
|
||||
.playback-controls section {
|
||||
@ -4340,12 +4339,11 @@ aside {
|
||||
background: -o-linear-gradient(to bottom right, rgba(255, 255, 255, 0.75), black);
|
||||
background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.75), black); }
|
||||
aside nav a .icon {
|
||||
-webkit-filter: invert(1);
|
||||
filter: invert(1);
|
||||
height: 14px;
|
||||
padding-right: 12px;
|
||||
vertical-align: top;
|
||||
margin-top: 0; }
|
||||
aside nav a .icon svg {
|
||||
height: 14px; }
|
||||
aside nav a.active {
|
||||
background: #08d58f;
|
||||
color: #FFFFFF; }
|
||||
@ -4949,14 +4947,13 @@ main header {
|
||||
margin-bottom: -40px; }
|
||||
main header h1 {
|
||||
display: inline-block; }
|
||||
main header .icon {
|
||||
-webkit-filter: invert(1);
|
||||
filter: invert(1);
|
||||
main header .header-icon {
|
||||
display: inline-block;
|
||||
padding-right: 14px;
|
||||
height: 2.6rem;
|
||||
vertical-align: bottom;
|
||||
margin-bottom: 8px; }
|
||||
main header .header-icon svg {
|
||||
height: 2.6rem; }
|
||||
main header .options {
|
||||
position: absolute;
|
||||
top: 2.6rem;
|
||||
@ -5732,18 +5729,18 @@ main .track-view {
|
||||
|
||||
.search-view .search-form {
|
||||
position: absolute;
|
||||
top: 40px;
|
||||
top: 30px;
|
||||
left: 90px;
|
||||
right: 250px; }
|
||||
.search-view .search-form input {
|
||||
font-family: "Overpass";
|
||||
letter-spacing: -0.04em;
|
||||
font-weight: 600;
|
||||
padding: 0;
|
||||
padding: 6px 0 4px 0;
|
||||
width: 100%;
|
||||
font-size: 3rem;
|
||||
font-weight: 700;
|
||||
height: 3.1rem;
|
||||
height: 4rem;
|
||||
background: transparent;
|
||||
border-bottom: 2px solid #383734;
|
||||
border-radius: 0;
|
||||
@ -5778,13 +5775,15 @@ main .track-view {
|
||||
display: none; }
|
||||
|
||||
@media (max-width: 800px) {
|
||||
.search-view header .icon {
|
||||
margin-top: 8px; }
|
||||
.search-view .search-form {
|
||||
top: 18px;
|
||||
left: 50px;
|
||||
top: 10px;
|
||||
left: 40px;
|
||||
right: 60px; }
|
||||
.search-view .search-form input {
|
||||
font-size: 1.8rem;
|
||||
height: 1.8rem; }
|
||||
height: 2.5rem; }
|
||||
.search-view .search-result-sections {
|
||||
padding: 10px 10px 0; }
|
||||
.search-view .search-result-sections section {
|
||||
@ -5935,6 +5934,9 @@ main .track-view {
|
||||
border-bottom-right-radius: 0; }
|
||||
.discover-view .actions .autocomplete-field .input input:focus, .discover-view .actions .autocomplete-field .input input:active {
|
||||
border-color: #32b5f2; }
|
||||
.discover-view .actions .autocomplete-field .input input:not(*:root) {
|
||||
padding-top: 16px;
|
||||
padding-bottom: 11px; }
|
||||
.discover-view .actions .autocomplete-field .input:after {
|
||||
background: #32b5f2; }
|
||||
.discover-view .actions .autocomplete-field .results {
|
||||
|
||||
27
mopidy_iris/static/assets/icons/broadcast.svg
Normal file
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#231F20;}
|
||||
</style>
|
||||
<path class="st0" d="M8,9.3C7.3,9.3,6.7,8.7,6.7,8S7.3,6.7,8,6.7S9.3,7.3,9.3,8S8.7,9.3,8,9.3z"/>
|
||||
<image style="overflow:visible;" width="626" height="626" xlink:href="2EE886BE.jpg" transform="matrix(1 0 0 1 -8050 -7978.8032)">
|
||||
</image>
|
||||
<g>
|
||||
<path class="st0" d="M9.6,11.3c-0.2,0-0.5-0.1-0.6-0.3c-0.2-0.3-0.1-0.8,0.2-1c0.7-0.4,1.1-1.2,1.1-2c0-0.8-0.4-1.6-1.1-2
|
||||
C8.9,5.8,8.8,5.4,9,5c0.2-0.3,0.6-0.4,1-0.2c1.1,0.7,1.8,1.9,1.8,3.2c0,1.3-0.7,2.5-1.8,3.2C9.9,11.2,9.7,11.3,9.6,11.3z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st0" d="M6.4,11.3c-0.1,0-0.3,0-0.4-0.1C4.9,10.5,4.3,9.3,4.3,8c0-1.3,0.7-2.5,1.8-3.2C6.4,4.6,6.8,4.7,7,5
|
||||
c0.2,0.3,0.1,0.8-0.2,1C6.1,6.4,5.7,7.2,5.7,8c0,0.8,0.4,1.6,1.1,2c0.3,0.2,0.4,0.6,0.2,1C6.9,11.1,6.6,11.3,6.4,11.3z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st0" d="M11.5,12.9c-0.2,0-0.4-0.1-0.5-0.3c-0.2-0.3-0.2-0.7,0.1-1c1.1-0.9,1.8-2.3,1.8-3.7c0-1.4-0.6-2.8-1.8-3.7
|
||||
c-0.3-0.2-0.3-0.7-0.1-1c0.2-0.3,0.7-0.3,1-0.1c1.4,1.2,2.3,2.9,2.3,4.8c0,1.9-0.8,3.6-2.3,4.8C11.8,12.9,11.7,12.9,11.5,12.9z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st0" d="M4.5,13c-0.2,0-0.3-0.1-0.4-0.2C2.6,11.6,1.8,9.9,1.8,8c0-1.9,0.8-3.6,2.3-4.8C4.3,2.9,4.8,3,5,3.3
|
||||
c0.2,0.3,0.2,0.7-0.1,1C3.8,5.2,3.2,6.5,3.2,8c0,1.5,0.7,2.8,1.8,3.7c0.3,0.2,0.3,0.7,0.1,1C4.9,12.9,4.7,13,4.5,13z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
@ -1,14 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:none;stroke:#000000;stroke-width:1.4173;stroke-miterlimit:10;}
|
||||
</style>
|
||||
<circle class="st0" cx="8" cy="8" r="6.6"/>
|
||||
<circle class="st0" cx="8" cy="8" r="2.1"/>
|
||||
<path d="M5.7,8c0-1.2,1-2.3,2.3-2.3c0.3,0,0.6,0.1,0.9,0.2l1.8-4C9.9,1.6,9,1.4,8,1.4c-3.6,0-6.6,3-6.6,6.6c0,0.8,0.2,1.6,0.4,2.4
|
||||
l4-1.6C5.8,8.6,5.7,8.3,5.7,8z"/>
|
||||
<path d="M14.1,5.6l-4,1.6c0.1,0.3,0.2,0.5,0.2,0.8c0,1.2-1,2.3-2.3,2.3c-0.3,0-0.6-0.1-0.9-0.2L5.3,14C6.1,14.4,7,14.6,8,14.6
|
||||
c3.6,0,6.6-2.9,6.6-6.6C14.6,7.2,14.4,6.4,14.1,5.6z"/>
|
||||
<path d="M8,0.7C4,0.7,0.7,4,0.7,8c0,4,3.3,7.3,7.3,7.3S15.3,12,15.3,8C15.3,4,12,0.7,8,0.7z M8,6.6c0.8,0,1.4,0.6,1.4,1.4
|
||||
S8.8,9.4,8,9.4S6.6,8.8,6.6,8S7.2,6.6,8,6.6z M13.5,5.8L10.6,7c-0.3-0.7-0.8-1.3-1.5-1.6l1.3-2.8C11.8,3.2,12.9,4.4,13.5,5.8z
|
||||
M2.5,10.1L5.4,9c0.3,0.7,0.8,1.3,1.5,1.6l-1.3,2.8C4.2,12.7,3.1,11.6,2.5,10.1z"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 900 B After Width: | Height: | Size: 684 B |
@ -1,8 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve">
|
||||
<polyline fill="none" stroke="#010101" stroke-width="1.8546" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" points="
|
||||
11.207,14.299 4.845,7.936 11.207,1.576 "/>
|
||||
viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#010101;}
|
||||
</style>
|
||||
<path class="st0" d="M6.2,6.9l5.7-5.7c0.4-0.4,0.4-0.9,0-1.3c-0.4-0.4-1-0.4-1.3,0L4.2,6.3C4,6.5,3.9,6.7,3.9,6.9
|
||||
c0,0.2,0.1,0.5,0.3,0.7l6.4,6.4c0.2,0.2,0.4,0.3,0.7,0.3s0.5-0.1,0.7-0.3c0.4-0.4,0.4-0.9,0-1.3L6.2,6.9z"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 663 B After Width: | Height: | Size: 633 B |
@ -1,8 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve">
|
||||
<polyline fill="none" stroke="#010101" stroke-width="1.8546" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" points="
|
||||
4.845,1.576 11.207,7.938 4.845,14.299 "/>
|
||||
viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#010101;}
|
||||
</style>
|
||||
<path class="st0" d="M11.9,7.3L5.5,0.9c-0.4-0.4-0.9-0.4-1.3,0c-0.4,0.4-0.4,0.9,0,1.3l5.7,5.7l-5.7,5.7c-0.4,0.4-0.4,0.9,0,1.3
|
||||
c0.2,0.2,0.4,0.3,0.7,0.3s0.5-0.1,0.7-0.3l6.4-6.4c0.2-0.2,0.3-0.4,0.3-0.7S12,7.5,11.9,7.3z"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 662 B After Width: | Height: | Size: 635 B |
@ -1,10 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve">
|
||||
<line fill="none" stroke="#000000" stroke-miterlimit="10" x1="5.25" y1="4.19" x2="5.25" y2="13.217"/>
|
||||
<polyline points="2.716,6.29 5.25,3.065 7.784,6.29 "/>
|
||||
<line fill="none" stroke="#000000" stroke-miterlimit="10" x1="10.75" y1="12.092" x2="10.75" y2="3.065"/>
|
||||
<polyline points="13.284,9.992 10.75,13.217 8.216,9.992 "/>
|
||||
viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
|
||||
<g>
|
||||
<polygon points="5.3,3.1 2.7,6.3 4.8,6.3 4.8,13.2 5.8,13.2 5.8,6.3 7.8,6.3 "/>
|
||||
<polygon points="11.3,10 11.3,3.1 10.3,3.1 10.3,10 8.2,10 10.8,13.2 13.3,10 "/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 803 B After Width: | Height: | Size: 533 B |
@ -1,20 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{stroke:#000000;stroke-width:1.4173;stroke-miterlimit:10;}
|
||||
.st1{fill:none;stroke:#000000;stroke-width:1.4173;stroke-miterlimit:10;}
|
||||
</style>
|
||||
<g>
|
||||
<g>
|
||||
<path class="st0" d="M13.9,13.1c0,0.3-0.2,0.5-0.5,0.5H2.6c-0.3,0-0.5-0.2-0.5-0.5V5.4c0-0.3,0.2-0.5,0.5-0.5h10.8
|
||||
c0.3,0,0.5,0.2,0.5,0.5V13.1z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M2.7,2.8c0-0.3,0.2-0.5,0.5-0.5h3.9c0.3,0,0.5,0.2,0.5,0.5v1.6c0,0.3-0.2,0.5-0.5,0.5H3.2c-0.3,0-0.5-0.2-0.5-0.5V2.8z"/>
|
||||
<path class="st1" d="M2.7,2.8c0-0.3,0.2-0.5,0.5-0.5h3.9c0.3,0,0.5,0.2,0.5,0.5v1.6c0,0.3-0.2,0.5-0.5,0.5H3.2
|
||||
c-0.3,0-0.5-0.2-0.5-0.5V2.8z"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M13.4,4.2H8.3V2.8c0-0.7-0.5-1.2-1.2-1.2H3.2C2.5,1.6,2,2.1,2,2.8v1.6c-0.4,0.2-0.6,0.6-0.6,1v7.7c0,0.7,0.5,1.2,1.2,1.2
|
||||
h10.8c0.7,0,1.2-0.5,1.2-1.2V5.4C14.6,4.7,14.1,4.2,13.4,4.2z"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 997 B After Width: | Height: | Size: 549 B |
@ -1,12 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve">
|
||||
viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#010101;}
|
||||
</style>
|
||||
<g>
|
||||
<line fill="none" stroke="#010101" stroke-width="1.8546" stroke-miterlimit="10" x1="1.729" y1="3.359" x2="14.323" y2="3.359"/>
|
||||
<line fill="none" stroke="#010101" stroke-width="1.8546" stroke-miterlimit="10" x1="1.729" y1="7.938" x2="14.323" y2="7.938"/>
|
||||
|
||||
<line fill="none" stroke="#010101" stroke-width="1.8546" stroke-miterlimit="10" x1="1.729" y1="12.516" x2="14.323" y2="12.516"/>
|
||||
<rect x="1.7" y="2.4" class="st0" width="12.6" height="1.9"/>
|
||||
<rect x="1.7" y="7" class="st0" width="12.6" height="1.9"/>
|
||||
<rect x="1.7" y="11.6" class="st0" width="12.6" height="1.9"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 881 B After Width: | Height: | Size: 616 B |
@ -1,20 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:none;stroke:#000000;stroke-width:0.5669;stroke-miterlimit:10;}
|
||||
</style>
|
||||
<g>
|
||||
<path d="M3.4,14.5c-0.1,0.1-0.3,0.1-0.4,0L1.5,13c-0.1-0.1-0.1-0.3,0-0.4l5.3-6.2c0.1-0.1,0.3-0.1,0.4,0l2.4,2.4
|
||||
c0.1,0.1,0.1,0.3,0,0.4L3.4,14.5z"/>
|
||||
<path class="st0" d="M3.4,14.5c-0.1,0.1-0.3,0.1-0.4,0L1.5,13c-0.1-0.1-0.1-0.3,0-0.4l5.3-6.2c0.1-0.1,0.3-0.1,0.4,0l2.4,2.4
|
||||
c0.1,0.1,0.1,0.3,0,0.4L3.4,14.5z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M11,8c0.1,0.1,0.3,0.2,0.5,0.2c0,0,1.5-0.3,2.1-1c1.3-1.3,1.3-3.5,0-4.9s-3.5-1.3-4.9,0C8,3,7.7,4.4,7.7,4.4
|
||||
c0,0.2,0,0.4,0.2,0.5L11,8z"/>
|
||||
<path class="st0" d="M11,8c0.1,0.1,0.3,0.2,0.5,0.2c0,0,1.5-0.3,2.1-1c1.3-1.3,1.3-3.5,0-4.9s-3.5-1.3-4.9,0C8,3,7.7,4.4,7.7,4.4
|
||||
c0,0.2,0,0.4,0.2,0.5L11,8z"/>
|
||||
<path d="M7.4,6.2C7.2,6,6.8,6,6.6,6.2l-5.3,6.2c-0.1,0.1-0.2,0.2-0.2,0.4c0,0.2,0.1,0.3,0.2,0.4l1.5,1.5c0.1,0.1,0.2,0.2,0.4,0.2
|
||||
c0.1,0,0.3-0.1,0.4-0.1l6.2-5.3C9.9,9.3,10,9.2,10,9c0-0.2-0.1-0.3-0.2-0.4L7.4,6.2z"/>
|
||||
<path d="M13.8,2.1C13.1,1.4,12.2,1,11.2,1c-1,0-1.9,0.4-2.7,1.1C7.7,2.9,7.4,4.3,7.4,4.4c0,0.2,0,0.5,0.3,0.7l3.1,3.1
|
||||
c0.1,0.1,0.4,0.3,0.7,0.3c0,0,0,0,0,0c0.1,0,1.6-0.3,2.2-1.1C15.2,6,15.2,3.6,13.8,2.1z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 792 B |
@ -1,14 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{stroke:#000000;stroke-width:1.4173;stroke-miterlimit:10;}
|
||||
.st1{fill:none;stroke:#000000;stroke-width:1.4173;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||
</style>
|
||||
<g>
|
||||
<circle class="st0" cx="12.3" cy="10.3" r="2.4"/>
|
||||
<circle class="st0" cx="3.8" cy="12.3" r="2.4"/>
|
||||
<polyline class="st1" points="6.2,12.3 6.2,3.1 14.7,1.1 14.7,10.3 "/>
|
||||
</g>
|
||||
<path d="M15.1,0.5c-0.2-0.1-0.4-0.2-0.6-0.1L6,2.4C5.7,2.5,5.5,2.8,5.5,3.1v6.6C5,9.4,4.4,9.2,3.8,9.2c-1.7,0-3.1,1.4-3.1,3.1
|
||||
s1.4,3.1,3.1,3.1c1.7,0,3.1-1.4,3.1-3.1V3.7L14,2v5.7c-0.5-0.3-1.1-0.5-1.7-0.5c-1.7,0-3.1,1.4-3.1,3.1s1.4,3.1,3.1,3.1
|
||||
s3.1-1.4,3.1-3.1V1.1C15.4,0.9,15.3,0.7,15.1,0.5z"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 741 B After Width: | Height: | Size: 653 B |
@ -1,8 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
|
||||
<g>
|
||||
<path d="M3.4,1.6c0-0.1,0.1-0.2,0.2-0.1l9.6,6.3c0.1,0.1,0.1,0.2,0,0.2l-9.6,6.3c-0.1,0.1-0.2,0-0.2-0.1V1.6z"/>
|
||||
</g>
|
||||
<path d="M13.2,7.8L3.6,1.5c-0.1-0.1-0.2,0-0.2,0.1v12.6c0,0.1,0.1,0.2,0.2,0.1L13.2,8C13.3,8,13.3,7.9,13.2,7.8z"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 480 B After Width: | Height: | Size: 471 B |
@ -1,16 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{stroke:#000000;stroke-width:1.4173;stroke-miterlimit:10;}
|
||||
.st1{fill:none;stroke:#000000;stroke-width:1.4173;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||
</style>
|
||||
<g>
|
||||
<circle class="st0" cx="8.1" cy="11.8" r="2.4"/>
|
||||
<polyline class="st1" points="10.5,11.8 10.5,1.6 14.5,5.7 "/>
|
||||
<line class="st1" x1="1.6" y1="1.9" x2="7.7" y2="1.9"/>
|
||||
<line class="st1" x1="1.6" y1="4.3" x2="7.7" y2="4.3"/>
|
||||
<line class="st1" x1="1.6" y1="6.7" x2="7.7" y2="6.7"/>
|
||||
<path d="M11,1.1c-0.2-0.2-0.5-0.3-0.8-0.2C10,1.1,9.8,1.3,9.8,1.6v7.6C9.3,8.9,8.7,8.7,8.1,8.7C6.4,8.7,5,10.1,5,11.8
|
||||
s1.4,3.1,3.1,3.1c1.7,0,3.1-1.4,3.1-3.1V3.3L14,6.2l1-1L11,1.1z"/>
|
||||
<rect x="1.6" y="1.2" width="6.1" height="1.4"/>
|
||||
<rect x="1.6" y="3.6" width="6.1" height="1.4"/>
|
||||
<rect x="1.6" y="6" width="6.1" height="1.4"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 855 B After Width: | Height: | Size: 704 B |
@ -1,11 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:none;stroke:#000000;stroke-width:2.2677;stroke-miterlimit:10;}
|
||||
.st1{fill:none;stroke:#000000;stroke-width:2.2677;stroke-linecap:round;stroke-miterlimit:10;}
|
||||
</style>
|
||||
<circle class="st0" cx="6.9" cy="7" r="4.5"/>
|
||||
<line class="st1" x1="10.2" y1="9.9" x2="14.5" y2="14.2"/>
|
||||
<path d="M15.3,13.4l-3.5-3.5C12.2,9,12.5,8,12.5,7c0-3.1-2.5-5.6-5.6-5.6C3.8,1.4,1.3,3.9,1.3,7c0,3.1,2.5,5.6,5.6,5.6
|
||||
c1.2,0,2.4-0.4,3.3-1.1l3.5,3.5c0.2,0.2,0.5,0.3,0.8,0.3s0.6-0.1,0.8-0.3C15.7,14.6,15.7,13.8,15.3,13.4z M3.5,7
|
||||
c0-1.9,1.5-3.4,3.4-3.4c1.9,0,3.4,1.5,3.4,3.4c0,0.7-0.2,1.4-0.6,1.9C9.6,9,9.5,9,9.4,9.1C9.3,9.2,9.2,9.3,9.1,9.5
|
||||
c-0.6,0.5-1.4,0.9-2.2,0.9C5,10.4,3.5,8.9,3.5,7z"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 670 B After Width: | Height: | Size: 751 B |
@ -1,13 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve">
|
||||
<ellipse fill="none" stroke="#000000" stroke-miterlimit="10" cx="8" cy="4.306" rx="4.438" ry="1.292"/>
|
||||
<path fill="none" stroke="#000000" stroke-miterlimit="10" d="M12.438,6.915c0,0.714-1.986,1.292-4.438,1.292
|
||||
S3.563,7.629,3.563,6.915"/>
|
||||
<path fill="none" stroke="#000000" stroke-miterlimit="10" d="M12.438,9.523c0,0.714-1.986,1.292-4.438,1.292
|
||||
s-4.438-0.578-4.438-1.292"/>
|
||||
<path fill="none" stroke="#000000" stroke-miterlimit="10" d="M3.563,4.306v7.825c0,0.713,1.986,1.292,4.438,1.292
|
||||
s4.438-0.579,4.438-1.292V4.306"/>
|
||||
viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
|
||||
<path d="M12.9,4.3c0-1.4-3.1-1.8-4.9-1.8S3.1,2.9,3.1,4.3c0,0,0,0,0,0v5.2h0c0,0,0,0,0,0v2.6c0,1.4,3.1,1.8,4.9,1.8s4.9-0.4,4.9-1.8
|
||||
L12.9,4.3L12.9,4.3z M11.9,9.5c-0.1,0.2-1.4,0.8-3.9,0.8c-2.5,0-3.8-0.6-3.9-0.8V8.1C5.1,8.5,6.8,8.7,8,8.7c1.2,0,2.9-0.2,3.9-0.6
|
||||
L11.9,9.5z M8,3.5c2.5,0,3.8,0.6,3.9,0.8C11.8,4.5,10.5,5.1,8,5.1c-2.5,0-3.8-0.6-3.9-0.7v0C4.2,4.1,5.5,3.5,8,3.5z M4.1,5.5
|
||||
C5.1,5.9,6.8,6.1,8,6.1c1.2,0,2.9-0.2,3.9-0.6l0,1.4C11.8,7.1,10.5,7.7,8,7.7c-2.5,0-3.8-0.6-3.9-0.8V5.5z M8,12.9
|
||||
c-2.5,0-3.8-0.6-3.9-0.8v-1.5c1.1,0.5,2.8,0.6,3.9,0.6c1.2,0,2.9-0.2,3.9-0.6l0,1.4C11.8,12.3,10.5,12.9,8,12.9z"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1007 B After Width: | Height: | Size: 965 B |
12
mopidy_iris/static/assets/icons/stop.svg
Normal file → Executable file
@ -1,12 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#231F20;}
|
||||
</style>
|
||||
<g>
|
||||
<path class="st0" d="M14,13.8c0,0.1-0.1,0.2-0.2,0.2H2.2C2.1,14,2,13.9,2,13.8V2.2C2,2.1,2.1,2,2.2,2h11.6C13.9,2,14,2.1,14,2.2
|
||||
V13.8z"/>
|
||||
</g>
|
||||
viewBox="0 0 16 16" xml:space="preserve">
|
||||
<path d="M13.8,2H2.2C2.1,2,2,2.1,2,2.2v11.6C2,13.9,2.1,14,2.2,14h11.6c0.1,0,0.2-0.1,0.2-0.2V2.2C14,2.1,13.9,2,13.8,2
|
||||
z"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 565 B After Width: | Height: | Size: 345 B |
@ -38,7 +38,7 @@
|
||||
|
||||
// Release details
|
||||
// These are automatically injected to built HTML
|
||||
var build = "1518549650";
|
||||
var build = "1518664232";
|
||||
var version = "3.12.4";
|
||||
|
||||
// Construct the script tag
|
||||
|
||||