@import "mixin";
@import "motion";
@import "iconset";
.xm-icon {
	display: inline-block;
	font-style: normal;
	vertical-align: baseline;
	text-align: center;
	text-transform: none;
	line-height: 1;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.xm-icon-object span {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: inherit;
	max-height: inherit;
	height: inherit;
	width: inherit;
}
.xm-icon-object span > * {
	max-width: inherit;
	max-height: inherit;
	height: auto;
	width: auto;
}
