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