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