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