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

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

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