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