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

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

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