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