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