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