import { svg } from '@opentiny/vue-common'
import FontStyle from '@opentiny/vue-theme/svgs/font-style.svg'

export default () => svg({ name: 'IconFontStyle', component: FontStyle, filledComponent: FontStyle })()