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