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