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