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