import React from "react";

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

export default BoldIcon;
