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