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