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

export default () => svg({ name: 'IconLineHeight', component: LineHeight, filledComponent: LineHeight })()