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