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

export default () => svg({ name: 'IconDownloadCloud', component: DownloadCloud, filledComponent: DownloadCloud })()