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