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