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