import { svg } from '@opentiny/vue-common'
import LineThrought from '@opentiny/vue-theme/svgs/line-throught.svg'

export default () => svg({ name: 'IconLineThrought', component: LineThrought, filledComponent: LineThrought })()