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

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

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