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