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