import React from 'react' import './index.scss' interface Props { labelType: string } class WeaponLabelIcon extends React.Component { render() { return ( ) } } export default WeaponLabelIcon