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