import * as React from 'react'; export interface MapMarker48Props extends React.SVGProps { ariaLabel?: string } export default function MapMarker48({ ariaLabel, ...props }: MapMarker48Props) { return ( ); }