import * as React from 'react'; export interface Transform-2d32Props extends React.SVGProps { ariaLabel?: string } export default function Transform-2d32({ ariaLabel, ...props }: Transform-2d32Props) { return ( ); }