import { svg } from '@opentiny/vue-common'
import OtherType from '@opentiny/vue-theme/svgs/other-type.svg'

export default () => svg({ name: 'IconOtherType', component: OtherType, filledComponent: OtherType })()