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