// @flow
import * as React from "react";

import { Props } from "../Icon";

declare const NotificationOn: React.FunctionComponent<Props>;
export { NotificationOn, NotificationOn as default };
