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