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