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

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

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