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