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