@font-face {
	font-family: 'Icons';
	src: url('./icons.woff?20308281') format('woff'),
		url('./icons.ttf?20308281') format('truetype'),
		url('./icons.svg?20308281#icons') format('svg');
	font-weight: normal;
	font-style: normal;
}
 
.icon, [class^="icon-"]:before, [class*=" icon-"]:before {
	
	display: inline-block;
	
	font-family: "Icons";
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	font-variant: normal;
	speak: none;
	text-decoration: inherit;
	text-align: center;
	
		-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(102, 102, 102, 0.2);
	
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	margin-right: 2px;
	width: 1.0em;
}

.icon-warning:before { content: '\21'; } /* '!' */
.icon-plus:before { content: '\2b'; } /* '+' */
.icon-list:before { content: '\2d'; } /* '-' */
.icon-left:before { content: '\3c'; } /* '&lt;' */
.icon-storage:before { content: '\3d'; } /* '=' */
.icon-user:before { content: '\40'; } /* '@' */
.icon-ok:before { content: '\56'; } /* 'V' */
.icon-cancel:before { content: '\58'; } /* 'X' */
.icon-tag:before { content: '\5c'; } /* '\' */
.icon-up:before { content: '\5e'; } /* '^' */
.icon-home:before { content: '\68'; } /* 'h' */
.icon-info:before { content: '\69'; } /* 'i' */
.icon-down:before { content: '\02c7'; } /* 'ˇ' */
.icon-upload:before { content: '\21a5'; } /* '↥' */
.icon-download:before { content: '\21a7'; } /* '↧' */
.icon-thumbup-fill:before { content: '\21d1'; } /* '⇑' */
.icon-thumbdown-fill:before { content: '\21d3'; } /* '⇓' */
.icon-thumbup:before { content: '\21e7'; } /* '⇧' */
.icon-thumbdown:before { content: '\21e9'; } /* '⇩' */
.icon-star-fill:before { content: '\2605'; } /* '★' */
.icon-star:before { content: '\2606'; } /* '☆' */
.icon-moon:before { content: '\263e'; } /* '☾' */
.icon-setting:before { content: '\2699'; } /* '⚙' */
