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