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

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

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