.svg-icon {
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	svg {
		width: 100%;
		height: 100%;
	}
}
// .svg-class {
// 	display: inline-block;
// 	width: 100%;
// 	height: 100%;
// 	overflow: hidden;
// 	// font-size: 14px;
// 	// min-width: 14px;
// }