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