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