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