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