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