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