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