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