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