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