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