import { createSvgIcon } from "../svg-icon.type"; export const MapIcon = createSvgIcon((props, ref) => { return ( ) });