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