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