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