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