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