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