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