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