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