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