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