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