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

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

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