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