import { svg } from '@opentiny/vue-common'
import DotDownload from '@opentiny/vue-theme/svgs/dot-download.svg'

export default () => svg({ name: 'IconDotDownload', component: DotDownload, filledComponent: DotDownload })()