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