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

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

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