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