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