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