import React from "react";

/**
 * company.svg
 */
declare const CompanyIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default CompanyIcon;
