/** 扩展字体图标 */
$--y-font-path: 'fonts' !default;

@font-face {
	font-family: 'y-icon'; /* Project id 4767102 */
	src: url('./fonts/iconfont.woff') format('woff'), url('./fonts/iconfont.ttf') format('truetype');
}

body [class^='y-icon'],
body [class*='y-icon'] {
	font-family: 'y-icon' !important;
	font-size: 16px;
	font-style: normal;
	color: var(--y-color-bar);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.y-icon_empty:before {
	content: '\e601';
}

.y-icon_operation:before {
	content: '\e624';
}

.y-icon_reload:before {
	content: '\e602';
}

.y-icon_setting:before {
	content: '\e600';
}

.y-icon_compress:before {
	content: '\e662';
}

.y-icon_fullScreen:before {
	content: '\ea9d';
}

.y-icon_loading:before {
	content: '\e644';
}

.y-icon_tuozhuai:before {
	content: '\e654';
}

// icon-picker
.y-icon__add:before {
	content: '\e726';
}

.y-icon__qus:before {
	content: '\e72d';
}

.y-icon___close:before {
	content: '\e8dc';
}

.y-icon___pass:before {
	content: '\e909';
}
