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