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