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