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