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