import { createIcon } from '../lib/create-icon' const SvgDownloadIcon = createIcon(props => { return ( ) }) export default SvgDownloadIcon