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