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