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