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