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

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

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