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

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

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