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