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