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