@font-face {
	font-family: "domotz-icons-1.2.3";
	src: url('#{$domotz-widgets-path}/fonts/domotz-icons-1.2.3.eot');
	src: url('#{$domotz-widgets-path}/fonts/domotz-icons-1.2.3.eot?#iefix') format('eot'),
		url('#{$domotz-widgets-path}/fonts/domotz-icons-1.2.3.woff') format('woff'),
		url('#{$domotz-widgets-path}/fonts/domotz-icons-1.2.3.ttf') format('truetype'),
		url('#{$domotz-widgets-path}/fonts/domotz-icons-1.2.3.svg#domotz-icons-1.2.3') format('svg');
}

%icon {
	font-family: "domotz-icons-1.2.3";
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	// speak: none; // only necessary if not using the private unicode range (firstGlyph option)
	text-decoration: none;
	text-transform: none;
}

@function icon-char($filename) {
	$char: "";

	@if $filename == admindown-fill {
		$char: "\E001";
	}
	@if $filename == admindown-stroke {
		$char: "\E002";
	}
	@if $filename == alert-stroke {
		$char: "\E003";
	}
	@if $filename == alert {
		$char: "\E004";
	}
	@if $filename == alerts-bg {
		$char: "\E005";
	}
	@if $filename == alerts-stroke {
		$char: "\E006";
	}
	@if $filename == android-brand {
		$char: "\E007";
	}
	@if $filename == apple-brand {
		$char: "\E008";
	}
	@if $filename == appliance {
		$char: "\E009";
	}
	@if $filename == arrow-down {
		$char: "\E00A";
	}
	@if $filename == arrow-left {
		$char: "\E00B";
	}
	@if $filename == arrow-right {
		$char: "\E00C";
	}
	@if $filename == arrow-up {
		$char: "\E00D";
	}
	@if $filename == audio-player {
		$char: "\E00E";
	}
	@if $filename == audio-video {
		$char: "\E00F";
	}
	@if $filename == bar-right {
		$char: "\E010";
	}
	@if $filename == battery-death {
		$char: "\E011";
	}
	@if $filename == battery-na {
		$char: "\E012";
	}
	@if $filename == battery-stroke {
		$char: "\E013";
	}
	@if $filename == bell-body {
		$char: "\E014";
	}
	@if $filename == bell-stroke {
		$char: "\E015";
	}
	@if $filename == bolt-filled {
		$char: "\E016";
	}
	@if $filename == bubble-dashed {
		$char: "\E017";
	}
	@if $filename == bubble {
		$char: "\E018";
	}
	@if $filename == camera {
		$char: "\E019";
	}
	@if $filename == categories {
		$char: "\E01A";
	}
	@if $filename == changes-down {
		$char: "\E01B";
	}
	@if $filename == changes-up {
		$char: "\E01C";
	}
	@if $filename == changes {
		$char: "\E01D";
	}
	@if $filename == chart-hint {
		$char: "\E01E";
	}
	@if $filename == chart-single {
		$char: "\E01F";
	}
	@if $filename == chart {
		$char: "\E020";
	}
	@if $filename == checkbox-checked {
		$char: "\E021";
	}
	@if $filename == checkbox-stroke {
		$char: "\E022";
	}
	@if $filename == circle-filled {
		$char: "\E023";
	}
	@if $filename == circle {
		$char: "\E024";
	}
	@if $filename == clock {
		$char: "\E025";
	}
	@if $filename == close {
		$char: "\E026";
	}
	@if $filename == collaboration-bg {
		$char: "\E027";
	}
	@if $filename == collaboration-overview {
		$char: "\E028";
	}
	@if $filename == collaboration-stroke {
		$char: "\E029";
	}
	@if $filename == collaboration-tick {
		$char: "\E02A";
	}
	@if $filename == control {
		$char: "\E02B";
	}
	@if $filename == curved-arrow {
		$char: "\E02C";
	}
	@if $filename == custom-device {
		$char: "\E02D";
	}
	@if $filename == delete-filled {
		$char: "\E02E";
	}
	@if $filename == delete {
		$char: "\E02F";
	}
	@if $filename == device {
		$char: "\E030";
	}
	@if $filename == devices-bg-laptop {
		$char: "\E031";
	}
	@if $filename == devices-bg-phone {
		$char: "\E032";
	}
	@if $filename == devices-stroke {
		$char: "\E033";
	}
	@if $filename == discover-magnify {
		$char: "\E034";
	}
	@if $filename == discover-solid {
		$char: "\E035";
	}
	@if $filename == divieto {
		$char: "\E036";
	}
	@if $filename == domotz-logo {
		$char: "\E037";
	}
	@if $filename == domotz {
		$char: "\E038";
	}
	@if $filename == double-arrow-down {
		$char: "\E039";
	}
	@if $filename == double-arrow-up {
		$char: "\E03A";
	}
	@if $filename == download {
		$char: "\E03B";
	}
	@if $filename == dudes-fill {
		$char: "\E03C";
	}
	@if $filename == dudes-full-stroke {
		$char: "\E03D";
	}
	@if $filename == dudes-half-stroke {
		$char: "\E03E";
	}
	@if $filename == edit {
		$char: "\E03F";
	}
	@if $filename == eth-fill {
		$char: "\E040";
	}
	@if $filename == eth-plug-fill {
		$char: "\E041";
	}
	@if $filename == eth-plug-stroke {
		$char: "\E042";
	}
	@if $filename == eth-stroke {
		$char: "\E043";
	}
	@if $filename == eth-unplug-fill {
		$char: "\E044";
	}
	@if $filename == eth-unplug-pins {
		$char: "\E045";
	}
	@if $filename == eth-unplug-stroke {
		$char: "\E046";
	}
	@if $filename == ethernet-unplugged-fill {
		$char: "\E047";
	}
	@if $filename == ethernet-unplugged-stroke {
		$char: "\E048";
	}
	@if $filename == ethernet {
		$char: "\E049";
	}
	@if $filename == ethernet_plugged {
		$char: "\E04A";
	}
	@if $filename == fav-filled-inner {
		$char: "\E04B";
	}
	@if $filename == fav-filled {
		$char: "\E04C";
	}
	@if $filename == fav {
		$char: "\E04D";
	}
	@if $filename == fill-body-lock {
		$char: "\E04E";
	}
	@if $filename == fill-upper-lock {
		$char: "\E04F";
	}
	@if $filename == game-console {
		$char: "\E050";
	}
	@if $filename == generic {
		$char: "\E051";
	}
	@if $filename == geomarker-fill {
		$char: "\E052";
	}
	@if $filename == geomarker-inner-stroke {
		$char: "\E053";
	}
	@if $filename == geomarker-outter-stroke {
		$char: "\E054";
	}
	@if $filename == gift-fill {
		$char: "\E055";
	}
	@if $filename == gift-ribbon {
		$char: "\E056";
	}
	@if $filename == gift-stroke {
		$char: "\E057";
	}
	@if $filename == group-sort {
		$char: "\E058";
	}
	@if $filename == grouping {
		$char: "\E059";
	}
	@if $filename == guest-back-fill {
		$char: "\E05A";
	}
	@if $filename == guest-back-stroke {
		$char: "\E05B";
	}
	@if $filename == guest-cross {
		$char: "\E05C";
	}
	@if $filename == guest-device-bg {
		$char: "\E05D";
	}
	@if $filename == guest-device {
		$char: "\E05E";
	}
	@if $filename == guest-front-fill {
		$char: "\E05F";
	}
	@if $filename == guest-front-stroke-x {
		$char: "\E060";
	}
	@if $filename == guest-front-stroke {
		$char: "\E061";
	}
	@if $filename == happy {
		$char: "\E062";
	}
	@if $filename == healthcare-device {
		$char: "\E063";
	}
	@if $filename == heating-cooling {
		$char: "\E064";
	}
	@if $filename == help-bg {
		$char: "\E065";
	}
	@if $filename == help-circle {
		$char: "\E066";
	}
	@if $filename == help-question-mark {
		$char: "\E067";
	}
	@if $filename == help-stroke {
		$char: "\E068";
	}
	@if $filename == hint {
		$char: "\E069";
	}
	@if $filename == home-automation {
		$char: "\E06A";
	}
	@if $filename == hourglass {
		$char: "\E06B";
	}
	@if $filename == info {
		$char: "\E06C";
	}
	@if $filename == invisible {
		$char: "\E06D";
	}
	@if $filename == keypad {
		$char: "\E06E";
	}
	@if $filename == light {
		$char: "\E06F";
	}
	@if $filename == lighting {
		$char: "\E070";
	}
	@if $filename == link {
		$char: "\E071";
	}
	@if $filename == lock {
		$char: "\E072";
	}
	@if $filename == logout-fill {
		$char: "\E073";
	}
	@if $filename == logout-stroke {
		$char: "\E074";
	}
	@if $filename == logout {
		$char: "\E075";
	}
	@if $filename == mail {
		$char: "\E076";
	}
	@if $filename == maintenance {
		$char: "\E077";
	}
	@if $filename == media-player {
		$char: "\E078";
	}
	@if $filename == menu-indented-arrow {
		$char: "\E079";
	}
	@if $filename == menu-indented {
		$char: "\E07A";
	}
	@if $filename == mobile {
		$char: "\E07B";
	}
	@if $filename == monitor {
		$char: "\E07C";
	}
	@if $filename == mtr {
		$char: "\E07D";
	}
	@if $filename == nas {
		$char: "\E07E";
	}
	@if $filename == network-bg {
		$char: "\E07F";
	}
	@if $filename == network-equipment {
		$char: "\E080";
	}
	@if $filename == network-stroke {
		$char: "\E081";
	}
	@if $filename == notice {
		$char: "\E082";
	}
	@if $filename == notice2 {
		$char: "\E083";
	}
	@if $filename == offline {
		$char: "\E084";
	}
	@if $filename == online {
		$char: "\E085";
	}
	@if $filename == ooops {
		$char: "\E086";
	}
	@if $filename == opdown-fill-plug {
		$char: "\E087";
	}
	@if $filename == opdown-stroke {
		$char: "\E088";
	}
	@if $filename == opup-fill-cable {
		$char: "\E089";
	}
	@if $filename == opup-fill-plug {
		$char: "\E08A";
	}
	@if $filename == opup-stroke {
		$char: "\E08B";
	}
	@if $filename == pc-notebook {
		$char: "\E08C";
	}
	@if $filename == plug-front {
		$char: "\E08D";
	}
	@if $filename == plug-pins {
		$char: "\E08E";
	}
	@if $filename == plug-stroke {
		$char: "\E08F";
	}
	@if $filename == plug-top {
		$char: "\E090";
	}
	@if $filename == plug {
		$char: "\E091";
	}
	@if $filename == poe-switch {
		$char: "\E092";
	}
	@if $filename == printer-fax {
		$char: "\E093";
	}
	@if $filename == qnap-logo {
		$char: "\E094";
	}
	@if $filename == radio-chart {
		$char: "\E095";
	}
	@if $filename == raspberry-logo {
		$char: "\E096";
	}
	@if $filename == rdp-fill {
		$char: "\E097";
	}
	@if $filename == rdp-stroke {
		$char: "\E098";
	}
	@if $filename == readynas-logo {
		$char: "\E099";
	}
	@if $filename == reboot-arrow-down {
		$char: "\E09A";
	}
	@if $filename == reboot-arrow-up {
		$char: "\E09B";
	}
	@if $filename == report-chart {
		$char: "\E09C";
	}
	@if $filename == reports-device {
		$char: "\E09D";
	}
	@if $filename == reports {
		$char: "\E09E";
	}
	@if $filename == robot {
		$char: "\E09F";
	}
	@if $filename == router {
		$char: "\E0A0";
	}
	@if $filename == sad {
		$char: "\E0A1";
	}
	@if $filename == sandwich {
		$char: "\E0A2";
	}
	@if $filename == search-d {
		$char: "\E0A3";
	}
	@if $filename == search {
		$char: "\E0A4";
	}
	@if $filename == security-system {
		$char: "\E0A5";
	}
	@if $filename == send-via-mail {
		$char: "\E0A6";
	}
	@if $filename == sensor {
		$char: "\E0A7";
	}
	@if $filename == server {
		$char: "\E0A8";
	}
	@if $filename == settings {
		$char: "\E0A9";
	}
	@if $filename == setup {
		$char: "\E0AA";
	}
	@if $filename == share {
		$char: "\E0AB";
	}
	@if $filename == signal-0 {
		$char: "\E0AC";
	}
	@if $filename == signal-1 {
		$char: "\E0AD";
	}
	@if $filename == signal-2 {
		$char: "\E0AE";
	}
	@if $filename == signal-3 {
		$char: "\E0AF";
	}
	@if $filename == signal-4 {
		$char: "\E0B0";
	}
	@if $filename == signal-na {
		$char: "\E0B1";
	}
	@if $filename == single-arrow-down {
		$char: "\E0B2";
	}
	@if $filename == single-arrow-up {
		$char: "\E0B3";
	}
	@if $filename == single-sort-down {
		$char: "\E0B4";
	}
	@if $filename == single-sort-up {
		$char: "\E0B5";
	}
	@if $filename == smart-power-plug {
		$char: "\E0B6";
	}
	@if $filename == sort-down {
		$char: "\E0B7";
	}
	@if $filename == sort-up {
		$char: "\E0B8";
	}
	@if $filename == sort {
		$char: "\E0B9";
	}
	@if $filename == sorting {
		$char: "\E0BA";
	}
	@if $filename == speaker {
		$char: "\E0BB";
	}
	@if $filename == ssh-fill {
		$char: "\E0BC";
	}
	@if $filename == ssh-stroke {
		$char: "\E0BD";
	}
	@if $filename == stroke-lock {
		$char: "\E0BE";
	}
	@if $filename == synology-logo {
		$char: "\E0BF";
	}
	@if $filename == tablet {
		$char: "\E0C0";
	}
	@if $filename == therm {
		$char: "\E0C1";
	}
	@if $filename == thick-circle {
		$char: "\E0C2";
	}
	@if $filename == thick-stroke {
		$char: "\E0C3";
	}
	@if $filename == thumb-up {
		$char: "\E0C4";
	}
	@if $filename == tick {
		$char: "\E0C5";
	}
	@if $filename == tick2 {
		$char: "\E0C6";
	}
	@if $filename == toggle {
		$char: "\E0C7";
	}
	@if $filename == trapano {
		$char: "\E0C8";
	}
	@if $filename == tv {
		$char: "\E0C9";
	}
	@if $filename == unknown {
		$char: "\E0CA";
	}
	@if $filename == user-login {
		$char: "\E0CB";
	}
	@if $filename == user-singup {
		$char: "\E0CC";
	}
	@if $filename == visible {
		$char: "\E0CD";
	}
	@if $filename == voip {
		$char: "\E0CE";
	}
	@if $filename == warning {
		$char: "\E0CF";
	}
	@if $filename == wearable {
		$char: "\E0D0";
	}
	@if $filename == web-fill {
		$char: "\E0D1";
	}
	@if $filename == web-stroke {
		$char: "\E0D2";
	}
	@if $filename == wifi {
		$char: "\E0D3";
	}
	@if $filename == working {
		$char: "\E0D4";
	}
	@if $filename == zigbee {
		$char: "\E0D5";
	}
	@if $filename == zz {
		$char: "\E0D6";
	}

	@return $char;
}

@mixin icon($filename, $insert: before) {
	&:#{$insert} {
		@extend %icon;
		content: icon-char($filename);
	}
}

.icon-admindown-fill {
	@include icon(admindown-fill);
}
.icon-admindown-stroke {
	@include icon(admindown-stroke);
}
.icon-alert-stroke {
	@include icon(alert-stroke);
}
.icon-alert {
	@include icon(alert);
}
.icon-alerts-bg {
	@include icon(alerts-bg);
}
.icon-alerts-stroke {
	@include icon(alerts-stroke);
}
.icon-android-brand {
	@include icon(android-brand);
}
.icon-apple-brand {
	@include icon(apple-brand);
}
.icon-appliance {
	@include icon(appliance);
}
.icon-arrow-down {
	@include icon(arrow-down);
}
.icon-arrow-left {
	@include icon(arrow-left);
}
.icon-arrow-right {
	@include icon(arrow-right);
}
.icon-arrow-up {
	@include icon(arrow-up);
}
.icon-audio-player {
	@include icon(audio-player);
}
.icon-audio-video {
	@include icon(audio-video);
}
.icon-bar-right {
	@include icon(bar-right);
}
.icon-battery-death {
	@include icon(battery-death);
}
.icon-battery-na {
	@include icon(battery-na);
}
.icon-battery-stroke {
	@include icon(battery-stroke);
}
.icon-bell-body {
	@include icon(bell-body);
}
.icon-bell-stroke {
	@include icon(bell-stroke);
}
.icon-bolt-filled {
	@include icon(bolt-filled);
}
.icon-bubble-dashed {
	@include icon(bubble-dashed);
}
.icon-bubble {
	@include icon(bubble);
}
.icon-camera {
	@include icon(camera);
}
.icon-categories {
	@include icon(categories);
}
.icon-changes-down {
	@include icon(changes-down);
}
.icon-changes-up {
	@include icon(changes-up);
}
.icon-changes {
	@include icon(changes);
}
.icon-chart-hint {
	@include icon(chart-hint);
}
.icon-chart-single {
	@include icon(chart-single);
}
.icon-chart {
	@include icon(chart);
}
.icon-checkbox-checked {
	@include icon(checkbox-checked);
}
.icon-checkbox-stroke {
	@include icon(checkbox-stroke);
}
.icon-circle-filled {
	@include icon(circle-filled);
}
.icon-circle {
	@include icon(circle);
}
.icon-clock {
	@include icon(clock);
}
.icon-close {
	@include icon(close);
}
.icon-collaboration-bg {
	@include icon(collaboration-bg);
}
.icon-collaboration-overview {
	@include icon(collaboration-overview);
}
.icon-collaboration-stroke {
	@include icon(collaboration-stroke);
}
.icon-collaboration-tick {
	@include icon(collaboration-tick);
}
.icon-control {
	@include icon(control);
}
.icon-curved-arrow {
	@include icon(curved-arrow);
}
.icon-custom-device {
	@include icon(custom-device);
}
.icon-delete-filled {
	@include icon(delete-filled);
}
.icon-delete {
	@include icon(delete);
}
.icon-device {
	@include icon(device);
}
.icon-devices-bg-laptop {
	@include icon(devices-bg-laptop);
}
.icon-devices-bg-phone {
	@include icon(devices-bg-phone);
}
.icon-devices-stroke {
	@include icon(devices-stroke);
}
.icon-discover-magnify {
	@include icon(discover-magnify);
}
.icon-discover-solid {
	@include icon(discover-solid);
}
.icon-divieto {
	@include icon(divieto);
}
.icon-domotz-logo {
	@include icon(domotz-logo);
}
.icon-domotz {
	@include icon(domotz);
}
.icon-double-arrow-down {
	@include icon(double-arrow-down);
}
.icon-double-arrow-up {
	@include icon(double-arrow-up);
}
.icon-download {
	@include icon(download);
}
.icon-dudes-fill {
	@include icon(dudes-fill);
}
.icon-dudes-full-stroke {
	@include icon(dudes-full-stroke);
}
.icon-dudes-half-stroke {
	@include icon(dudes-half-stroke);
}
.icon-edit {
	@include icon(edit);
}
.icon-eth-fill {
	@include icon(eth-fill);
}
.icon-eth-plug-fill {
	@include icon(eth-plug-fill);
}
.icon-eth-plug-stroke {
	@include icon(eth-plug-stroke);
}
.icon-eth-stroke {
	@include icon(eth-stroke);
}
.icon-eth-unplug-fill {
	@include icon(eth-unplug-fill);
}
.icon-eth-unplug-pins {
	@include icon(eth-unplug-pins);
}
.icon-eth-unplug-stroke {
	@include icon(eth-unplug-stroke);
}
.icon-ethernet-unplugged-fill {
	@include icon(ethernet-unplugged-fill);
}
.icon-ethernet-unplugged-stroke {
	@include icon(ethernet-unplugged-stroke);
}
.icon-ethernet {
	@include icon(ethernet);
}
.icon-ethernet_plugged {
	@include icon(ethernet_plugged);
}
.icon-fav-filled-inner {
	@include icon(fav-filled-inner);
}
.icon-fav-filled {
	@include icon(fav-filled);
}
.icon-fav {
	@include icon(fav);
}
.icon-fill-body-lock {
	@include icon(fill-body-lock);
}
.icon-fill-upper-lock {
	@include icon(fill-upper-lock);
}
.icon-game-console {
	@include icon(game-console);
}
.icon-generic {
	@include icon(generic);
}
.icon-geomarker-fill {
	@include icon(geomarker-fill);
}
.icon-geomarker-inner-stroke {
	@include icon(geomarker-inner-stroke);
}
.icon-geomarker-outter-stroke {
	@include icon(geomarker-outter-stroke);
}
.icon-gift-fill {
	@include icon(gift-fill);
}
.icon-gift-ribbon {
	@include icon(gift-ribbon);
}
.icon-gift-stroke {
	@include icon(gift-stroke);
}
.icon-group-sort {
	@include icon(group-sort);
}
.icon-grouping {
	@include icon(grouping);
}
.icon-guest-back-fill {
	@include icon(guest-back-fill);
}
.icon-guest-back-stroke {
	@include icon(guest-back-stroke);
}
.icon-guest-cross {
	@include icon(guest-cross);
}
.icon-guest-device-bg {
	@include icon(guest-device-bg);
}
.icon-guest-device {
	@include icon(guest-device);
}
.icon-guest-front-fill {
	@include icon(guest-front-fill);
}
.icon-guest-front-stroke-x {
	@include icon(guest-front-stroke-x);
}
.icon-guest-front-stroke {
	@include icon(guest-front-stroke);
}
.icon-happy {
	@include icon(happy);
}
.icon-healthcare-device {
	@include icon(healthcare-device);
}
.icon-heating-cooling {
	@include icon(heating-cooling);
}
.icon-help-bg {
	@include icon(help-bg);
}
.icon-help-circle {
	@include icon(help-circle);
}
.icon-help-question-mark {
	@include icon(help-question-mark);
}
.icon-help-stroke {
	@include icon(help-stroke);
}
.icon-hint {
	@include icon(hint);
}
.icon-home-automation {
	@include icon(home-automation);
}
.icon-hourglass {
	@include icon(hourglass);
}
.icon-info {
	@include icon(info);
}
.icon-invisible {
	@include icon(invisible);
}
.icon-keypad {
	@include icon(keypad);
}
.icon-light {
	@include icon(light);
}
.icon-lighting {
	@include icon(lighting);
}
.icon-link {
	@include icon(link);
}
.icon-lock {
	@include icon(lock);
}
.icon-logout-fill {
	@include icon(logout-fill);
}
.icon-logout-stroke {
	@include icon(logout-stroke);
}
.icon-logout {
	@include icon(logout);
}
.icon-mail {
	@include icon(mail);
}
.icon-maintenance {
	@include icon(maintenance);
}
.icon-media-player {
	@include icon(media-player);
}
.icon-menu-indented-arrow {
	@include icon(menu-indented-arrow);
}
.icon-menu-indented {
	@include icon(menu-indented);
}
.icon-mobile {
	@include icon(mobile);
}
.icon-monitor {
	@include icon(monitor);
}
.icon-mtr {
	@include icon(mtr);
}
.icon-nas {
	@include icon(nas);
}
.icon-network-bg {
	@include icon(network-bg);
}
.icon-network-equipment {
	@include icon(network-equipment);
}
.icon-network-stroke {
	@include icon(network-stroke);
}
.icon-notice {
	@include icon(notice);
}
.icon-notice2 {
	@include icon(notice2);
}
.icon-offline {
	@include icon(offline);
}
.icon-online {
	@include icon(online);
}
.icon-ooops {
	@include icon(ooops);
}
.icon-opdown-fill-plug {
	@include icon(opdown-fill-plug);
}
.icon-opdown-stroke {
	@include icon(opdown-stroke);
}
.icon-opup-fill-cable {
	@include icon(opup-fill-cable);
}
.icon-opup-fill-plug {
	@include icon(opup-fill-plug);
}
.icon-opup-stroke {
	@include icon(opup-stroke);
}
.icon-pc-notebook {
	@include icon(pc-notebook);
}
.icon-plug-front {
	@include icon(plug-front);
}
.icon-plug-pins {
	@include icon(plug-pins);
}
.icon-plug-stroke {
	@include icon(plug-stroke);
}
.icon-plug-top {
	@include icon(plug-top);
}
.icon-plug {
	@include icon(plug);
}
.icon-poe-switch {
	@include icon(poe-switch);
}
.icon-printer-fax {
	@include icon(printer-fax);
}
.icon-qnap-logo {
	@include icon(qnap-logo);
}
.icon-radio-chart {
	@include icon(radio-chart);
}
.icon-raspberry-logo {
	@include icon(raspberry-logo);
}
.icon-rdp-fill {
	@include icon(rdp-fill);
}
.icon-rdp-stroke {
	@include icon(rdp-stroke);
}
.icon-readynas-logo {
	@include icon(readynas-logo);
}
.icon-reboot-arrow-down {
	@include icon(reboot-arrow-down);
}
.icon-reboot-arrow-up {
	@include icon(reboot-arrow-up);
}
.icon-report-chart {
	@include icon(report-chart);
}
.icon-reports-device {
	@include icon(reports-device);
}
.icon-reports {
	@include icon(reports);
}
.icon-robot {
	@include icon(robot);
}
.icon-router {
	@include icon(router);
}
.icon-sad {
	@include icon(sad);
}
.icon-sandwich {
	@include icon(sandwich);
}
.icon-search-d {
	@include icon(search-d);
}
.icon-search {
	@include icon(search);
}
.icon-security-system {
	@include icon(security-system);
}
.icon-send-via-mail {
	@include icon(send-via-mail);
}
.icon-sensor {
	@include icon(sensor);
}
.icon-server {
	@include icon(server);
}
.icon-settings {
	@include icon(settings);
}
.icon-setup {
	@include icon(setup);
}
.icon-share {
	@include icon(share);
}
.icon-signal-0 {
	@include icon(signal-0);
}
.icon-signal-1 {
	@include icon(signal-1);
}
.icon-signal-2 {
	@include icon(signal-2);
}
.icon-signal-3 {
	@include icon(signal-3);
}
.icon-signal-4 {
	@include icon(signal-4);
}
.icon-signal-na {
	@include icon(signal-na);
}
.icon-single-arrow-down {
	@include icon(single-arrow-down);
}
.icon-single-arrow-up {
	@include icon(single-arrow-up);
}
.icon-single-sort-down {
	@include icon(single-sort-down);
}
.icon-single-sort-up {
	@include icon(single-sort-up);
}
.icon-smart-power-plug {
	@include icon(smart-power-plug);
}
.icon-sort-down {
	@include icon(sort-down);
}
.icon-sort-up {
	@include icon(sort-up);
}
.icon-sort {
	@include icon(sort);
}
.icon-sorting {
	@include icon(sorting);
}
.icon-speaker {
	@include icon(speaker);
}
.icon-ssh-fill {
	@include icon(ssh-fill);
}
.icon-ssh-stroke {
	@include icon(ssh-stroke);
}
.icon-stroke-lock {
	@include icon(stroke-lock);
}
.icon-synology-logo {
	@include icon(synology-logo);
}
.icon-tablet {
	@include icon(tablet);
}
.icon-therm {
	@include icon(therm);
}
.icon-thick-circle {
	@include icon(thick-circle);
}
.icon-thick-stroke {
	@include icon(thick-stroke);
}
.icon-thumb-up {
	@include icon(thumb-up);
}
.icon-tick {
	@include icon(tick);
}
.icon-tick2 {
	@include icon(tick2);
}
.icon-toggle {
	@include icon(toggle);
}
.icon-trapano {
	@include icon(trapano);
}
.icon-tv {
	@include icon(tv);
}
.icon-unknown {
	@include icon(unknown);
}
.icon-user-login {
	@include icon(user-login);
}
.icon-user-singup {
	@include icon(user-singup);
}
.icon-visible {
	@include icon(visible);
}
.icon-voip {
	@include icon(voip);
}
.icon-warning {
	@include icon(warning);
}
.icon-wearable {
	@include icon(wearable);
}
.icon-web-fill {
	@include icon(web-fill);
}
.icon-web-stroke {
	@include icon(web-stroke);
}
.icon-wifi {
	@include icon(wifi);
}
.icon-working {
	@include icon(working);
}
.icon-zigbee {
	@include icon(zigbee);
}
.icon-zz {
	@include icon(zz);
}
