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

export default () => svg({ name: 'IconLightningLine', component: LightningLine, filledComponent: LightningLine })()