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