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