import * as react from 'react';
import { ForwardRefExoticComponent, ReactSVG, RefAttributes, SVGProps } from 'react';

type IconSvgElement = [elementName: keyof ReactSVG, attrs: Record<string, string>][];
type IconSvgObject = {
    [variantType: string]: IconSvgElement;
};
type SVGAttributes = Partial<SVGProps<SVGSVGElement>>;
type ComponentAttributes = RefAttributes<SVGSVGElement> & SVGAttributes;
interface HugeiconsProps extends ComponentAttributes {
    size?: string | number;
    variant?: string;
    type?: string;
}
type HugeiconsIcon = ForwardRefExoticComponent<HugeiconsProps>;
declare const createHugeiconComponent: (iconName: string, svgObject: IconSvgObject) => React.FC<React.PropsWithoutRef<HugeiconsProps> & React.RefAttributes<SVGSVGElement>>;

/**
 * @component @name AccountSetting01Icon
 * @description Renders hugeicons AccountSetting01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const AccountSetting01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name AccountSetting02Icon
 * @description Renders hugeicons AccountSetting02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const AccountSetting02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name AccountSetting03Icon
 * @description Renders hugeicons AccountSetting03Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const AccountSetting03Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name ArrowDown01Icon
 * @description Renders hugeicons ArrowDown01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const ArrowDown01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name ArrowDown02Icon
 * @description Renders hugeicons ArrowDown02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const ArrowDown02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name ArrowDown03Icon
 * @description Renders hugeicons ArrowDown03Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const ArrowDown03Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name ArrowDown04Icon
 * @description Renders hugeicons ArrowDown04Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const ArrowDown04Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name ArrowDown05Icon
 * @description Renders hugeicons ArrowDown05Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const ArrowDown05Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name ArrowExpandDiagonal01Icon
 * @description Renders hugeicons ArrowExpandDiagonal01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const ArrowExpandDiagonal01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name ArrowExpandDiagonal02Icon
 * @description Renders hugeicons ArrowExpandDiagonal02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const ArrowExpandDiagonal02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name ArrowExpandIcon
 * @description Renders hugeicons ArrowExpandIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const ArrowExpandIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name ArrowExpand01Icon
 * @description Renders hugeicons ArrowExpand01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const ArrowExpand01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name ArrowExpand02Icon
 * @description Renders hugeicons ArrowExpand02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const ArrowExpand02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Audit01Icon
 * @description Renders hugeicons Audit01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Audit01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Audit02Icon
 * @description Renders hugeicons Audit02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Audit02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name AugmentedRealityArIcon
 * @description Renders hugeicons AugmentedRealityArIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const AugmentedRealityArIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name AuthorizedIcon
 * @description Renders hugeicons AuthorizedIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const AuthorizedIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name AutoConversationsIcon
 * @description Renders hugeicons AutoConversationsIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const AutoConversationsIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BatteryFullIcon
 * @description Renders hugeicons BatteryFullIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BatteryFullIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BatteryLowIcon
 * @description Renders hugeicons BatteryLowIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BatteryLowIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BatteryMedium01Icon
 * @description Renders hugeicons BatteryMedium01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BatteryMedium01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BatteryMedium02Icon
 * @description Renders hugeicons BatteryMedium02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BatteryMedium02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BbqGrillIcon
 * @description Renders hugeicons BbqGrillIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BbqGrillIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BeachIcon
 * @description Renders hugeicons BeachIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BeachIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BeaterIcon
 * @description Renders hugeicons BeaterIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BeaterIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BeboIcon
 * @description Renders hugeicons BeboIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BeboIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BedBunkIcon
 * @description Renders hugeicons BedBunkIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BedBunkIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BedDoubleIcon
 * @description Renders hugeicons BedDoubleIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BedDoubleIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BedIcon
 * @description Renders hugeicons BedIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BedIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BiscuitIcon
 * @description Renders hugeicons BiscuitIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BiscuitIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinBagIcon
 * @description Renders hugeicons BitcoinBagIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinBagIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinCircleIcon
 * @description Renders hugeicons BitcoinCircleIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinCircleIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinCloudIcon
 * @description Renders hugeicons BitcoinCloudIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinCloudIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinCpuIcon
 * @description Renders hugeicons BitcoinCpuIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinCpuIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinCreditCardIcon
 * @description Renders hugeicons BitcoinCreditCardIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinCreditCardIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinDatabaseIcon
 * @description Renders hugeicons BitcoinDatabaseIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinDatabaseIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinDown01Icon
 * @description Renders hugeicons BitcoinDown01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinDown01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinDown02Icon
 * @description Renders hugeicons BitcoinDown02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinDown02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinEllipseIcon
 * @description Renders hugeicons BitcoinEllipseIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinEllipseIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinEyeIcon
 * @description Renders hugeicons BitcoinEyeIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinEyeIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinFilterIcon
 * @description Renders hugeicons BitcoinFilterIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinFilterIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinFlashdiskIcon
 * @description Renders hugeicons BitcoinFlashdiskIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinFlashdiskIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinGraphIcon
 * @description Renders hugeicons BitcoinGraphIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinGraphIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinIcon
 * @description Renders hugeicons BitcoinIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinInvoiceIcon
 * @description Renders hugeicons BitcoinInvoiceIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinInvoiceIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinKeyIcon
 * @description Renders hugeicons BitcoinKeyIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinKeyIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinLocationIcon
 * @description Renders hugeicons BitcoinLocationIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinLocationIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinLockIcon
 * @description Renders hugeicons BitcoinLockIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinLockIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinMailIcon
 * @description Renders hugeicons BitcoinMailIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinMailIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinMindIcon
 * @description Renders hugeicons BitcoinMindIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinMindIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinMoney01Icon
 * @description Renders hugeicons BitcoinMoney01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinMoney01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinMoney02Icon
 * @description Renders hugeicons BitcoinMoney02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinMoney02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinPieChartIcon
 * @description Renders hugeicons BitcoinPieChartIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinPieChartIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinPiggyBankIcon
 * @description Renders hugeicons BitcoinPiggyBankIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinPiggyBankIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinPresentationIcon
 * @description Renders hugeicons BitcoinPresentationIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinPresentationIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinReceiptIcon
 * @description Renders hugeicons BitcoinReceiptIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinReceiptIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinReceiveIcon
 * @description Renders hugeicons BitcoinReceiveIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinReceiveIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinRectangleIcon
 * @description Renders hugeicons BitcoinRectangleIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinRectangleIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinSafeIcon
 * @description Renders hugeicons BitcoinSafeIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinSafeIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinSearchIcon
 * @description Renders hugeicons BitcoinSearchIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinSearchIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinSendIcon
 * @description Renders hugeicons BitcoinSendIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinSendIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinSettingIcon
 * @description Renders hugeicons BitcoinSettingIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinSettingIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinShieldIcon
 * @description Renders hugeicons BitcoinShieldIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinShieldIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name BitcoinShoppingIcon
 * @description Renders hugeicons BitcoinShoppingIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const BitcoinShoppingIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name CancelCircleHalfDotIcon
 * @description Renders hugeicons CancelCircleHalfDotIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const CancelCircleHalfDotIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name CancelCircleIcon
 * @description Renders hugeicons CancelCircleIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const CancelCircleIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name CancelSquareIcon
 * @description Renders hugeicons CancelSquareIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const CancelSquareIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Cancel01Icon
 * @description Renders hugeicons Cancel01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Cancel01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Cancel02Icon
 * @description Renders hugeicons Cancel02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Cancel02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Candelier01Icon
 * @description Renders hugeicons Candelier01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Candelier01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Candelier02Icon
 * @description Renders hugeicons Candelier02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Candelier02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name CanvasIcon
 * @description Renders hugeicons CanvasIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const CanvasIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name CapIcon
 * @description Renders hugeicons CapIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const CapIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name CapProjectingIcon
 * @description Renders hugeicons CapProjectingIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const CapProjectingIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name CapRoundIcon
 * @description Renders hugeicons CapRoundIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const CapRoundIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name CapStraightIcon
 * @description Renders hugeicons CapStraightIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const CapStraightIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name CapcutIcon
 * @description Renders hugeicons CapcutIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const CapcutIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name CapcutRectangleIcon
 * @description Renders hugeicons CapcutRectangleIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const CapcutRectangleIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name CarParking01Icon
 * @description Renders hugeicons CarParking01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const CarParking01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name CarParking02Icon
 * @description Renders hugeicons CarParking02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const CarParking02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Car01Icon
 * @description Renders hugeicons Car01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Car01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Car02Icon
 * @description Renders hugeicons Car02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Car02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Car03Icon
 * @description Renders hugeicons Car03Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Car03Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Car04Icon
 * @description Renders hugeicons Car04Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Car04Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name CaravanIcon
 * @description Renders hugeicons CaravanIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const CaravanIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name CardExchange01Icon
 * @description Renders hugeicons CardExchange01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const CardExchange01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name CardExchange02Icon
 * @description Renders hugeicons CardExchange02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const CardExchange02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name CardiganIcon
 * @description Renders hugeicons CardiganIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const CardiganIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name DiceIcon
 * @description Renders hugeicons DiceIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const DiceIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name DigestionIcon
 * @description Renders hugeicons DigestionIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const DigestionIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name DiggIcon
 * @description Renders hugeicons DiggIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const DiggIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name DigitalClockIcon
 * @description Renders hugeicons DigitalClockIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const DigitalClockIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name DimSum01Icon
 * @description Renders hugeicons DimSum01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const DimSum01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name DimSum02Icon
 * @description Renders hugeicons DimSum02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const DimSum02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name DiningTableIcon
 * @description Renders hugeicons DiningTableIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const DiningTableIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name DiplomaIcon
 * @description Renders hugeicons DiplomaIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const DiplomaIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name HierarchySquare02Icon
 * @description Renders hugeicons HierarchySquare02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const HierarchySquare02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name HierarchySquare03Icon
 * @description Renders hugeicons HierarchySquare03Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const HierarchySquare03Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name HierarchySquare04Icon
 * @description Renders hugeicons HierarchySquare04Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const HierarchySquare04Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name HierarchySquare05Icon
 * @description Renders hugeicons HierarchySquare05Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const HierarchySquare05Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name HierarchySquare06Icon
 * @description Renders hugeicons HierarchySquare06Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const HierarchySquare06Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name HierarchySquare07Icon
 * @description Renders hugeicons HierarchySquare07Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const HierarchySquare07Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name HierarchySquare08Icon
 * @description Renders hugeicons HierarchySquare08Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const HierarchySquare08Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name HierarchySquare10Icon
 * @description Renders hugeicons HierarchySquare10Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const HierarchySquare10Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name HighHeels01Icon
 * @description Renders hugeicons HighHeels01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const HighHeels01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name PyramidIcon
 * @description Renders hugeicons PyramidIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const PyramidIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name PyramidMaslowoIcon
 * @description Renders hugeicons PyramidMaslowoIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const PyramidMaslowoIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name PyramidStructure01Icon
 * @description Renders hugeicons PyramidStructure01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const PyramidStructure01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name PyramidStructure02Icon
 * @description Renders hugeicons PyramidStructure02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const PyramidStructure02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name QqPlotIcon
 * @description Renders hugeicons QqPlotIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const QqPlotIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name QrCodeIcon
 * @description Renders hugeicons QrCodeIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const QrCodeIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name QrCode01Icon
 * @description Renders hugeicons QrCode01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const QrCode01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name QuestionIcon
 * @description Renders hugeicons QuestionIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const QuestionIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name SparklesIcon
 * @description Renders hugeicons SparklesIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const SparklesIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name SpartanHelmetIcon
 * @description Renders hugeicons SpartanHelmetIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const SpartanHelmetIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name SpatulaIcon
 * @description Renders hugeicons SpatulaIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const SpatulaIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name SpeakerIcon
 * @description Renders hugeicons SpeakerIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const SpeakerIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Speaker01Icon
 * @description Renders hugeicons Speaker01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Speaker01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name SpeechToTextIcon
 * @description Renders hugeicons SpeechToTextIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const SpeechToTextIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name SunCloudMidSnow01Icon
 * @description Renders hugeicons SunCloudMidSnow01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const SunCloudMidSnow01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name SunCloudMidSnow02Icon
 * @description Renders hugeicons SunCloudMidSnow02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const SunCloudMidSnow02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name SunCloudSlowWind01Icon
 * @description Renders hugeicons SunCloudSlowWind01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const SunCloudSlowWind01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name SunCloudSlowWind02Icon
 * @description Renders hugeicons SunCloudSlowWind02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const SunCloudSlowWind02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name SunCloudSnow01Icon
 * @description Renders hugeicons SunCloudSnow01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const SunCloudSnow01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name SunCloudSnow02Icon
 * @description Renders hugeicons SunCloudSnow02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const SunCloudSnow02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name SunCloud01Icon
 * @description Renders hugeicons SunCloud01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const SunCloud01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name SunCloud02Icon
 * @description Renders hugeicons SunCloud02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const SunCloud02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name SwimmingIcon
 * @description Renders hugeicons SwimmingIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const SwimmingIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name SwipeDown01Icon
 * @description Renders hugeicons SwipeDown01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const SwipeDown01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name SwipeDown02Icon
 * @description Renders hugeicons SwipeDown02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const SwipeDown02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name SwipeDown03Icon
 * @description Renders hugeicons SwipeDown03Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const SwipeDown03Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name SwipeDown04Icon
 * @description Renders hugeicons SwipeDown04Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const SwipeDown04Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name SwipeDown05Icon
 * @description Renders hugeicons SwipeDown05Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const SwipeDown05Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name SwipeDown06Icon
 * @description Renders hugeicons SwipeDown06Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const SwipeDown06Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name SwipeDown07Icon
 * @description Renders hugeicons SwipeDown07Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const SwipeDown07Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Timer02Icon
 * @description Renders hugeicons Timer02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Timer02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name TinderIcon
 * @description Renders hugeicons TinderIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const TinderIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name TinderSquareIcon
 * @description Renders hugeicons TinderSquareIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const TinderSquareIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Tired01Icon
 * @description Renders hugeicons Tired01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Tired01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Tired02Icon
 * @description Renders hugeicons Tired02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Tired02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name TissuePaperIcon
 * @description Renders hugeicons TissuePaperIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const TissuePaperIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name ToggleOffIcon
 * @description Renders hugeicons ToggleOffIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const ToggleOffIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name ToggleOnIcon
 * @description Renders hugeicons ToggleOnIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const ToggleOnIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Toilet01Icon
 * @description Renders hugeicons Toilet01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Toilet01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Toilet02Icon
 * @description Renders hugeicons Toilet02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Toilet02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name TongueIcon
 * @description Renders hugeicons TongueIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const TongueIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name TongueWinkLeftIcon
 * @description Renders hugeicons TongueWinkLeftIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const TongueWinkLeftIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name TongueWinkRightIcon
 * @description Renders hugeicons TongueWinkRightIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const TongueWinkRightIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Tongue01Icon
 * @description Renders hugeicons Tongue01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Tongue01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Tornado01Icon
 * @description Renders hugeicons Tornado01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Tornado01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Tornado02Icon
 * @description Renders hugeicons Tornado02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Tornado02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name TorriGateIcon
 * @description Renders hugeicons TorriGateIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const TorriGateIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name TouchInteraction01Icon
 * @description Renders hugeicons TouchInteraction01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const TouchInteraction01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name TouchInteraction02Icon
 * @description Renders hugeicons TouchInteraction02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const TouchInteraction02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Typescript02Icon
 * @description Renders hugeicons Typescript02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Typescript02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Typescript03Icon
 * @description Renders hugeicons Typescript03Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Typescript03Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UberIcon
 * @description Renders hugeicons UberIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UberIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UfoIcon
 * @description Renders hugeicons UfoIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UfoIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Ufo01Icon
 * @description Renders hugeicons Ufo01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Ufo01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UmbrellaDollarIcon
 * @description Renders hugeicons UmbrellaDollarIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UmbrellaDollarIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UmbrellaIcon
 * @description Renders hugeicons UmbrellaIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UmbrellaIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UnamusedIcon
 * @description Renders hugeicons UnamusedIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UnamusedIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UnavailableIcon
 * @description Renders hugeicons UnavailableIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UnavailableIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Underpants01Icon
 * @description Renders hugeicons Underpants01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Underpants01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Underpants02Icon
 * @description Renders hugeicons Underpants02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Underpants02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Underpants03Icon
 * @description Renders hugeicons Underpants03Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Underpants03Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UnfoldLessIcon
 * @description Renders hugeicons UnfoldLessIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UnfoldLessIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UnfoldMoreIcon
 * @description Renders hugeicons UnfoldMoreIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UnfoldMoreIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UngroupItemsIcon
 * @description Renders hugeicons UngroupItemsIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UngroupItemsIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UngroupLayersIcon
 * @description Renders hugeicons UngroupLayersIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UngroupLayersIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UnhappyIcon
 * @description Renders hugeicons UnhappyIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UnhappyIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UniversityIcon
 * @description Renders hugeicons UniversityIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UniversityIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Unlink01Icon
 * @description Renders hugeicons Unlink01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Unlink01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Unlink02Icon
 * @description Renders hugeicons Unlink02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Unlink02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Unlink03Icon
 * @description Renders hugeicons Unlink03Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Unlink03Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Unlink04Icon
 * @description Renders hugeicons Unlink04Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Unlink04Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Unlink05Icon
 * @description Renders hugeicons Unlink05Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Unlink05Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Unlink06Icon
 * @description Renders hugeicons Unlink06Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Unlink06Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UploadCircle01Icon
 * @description Renders hugeicons UploadCircle01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UploadCircle01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UploadCircle02Icon
 * @description Renders hugeicons UploadCircle02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UploadCircle02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UploadSquare01Icon
 * @description Renders hugeicons UploadSquare01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UploadSquare01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UploadSquare02Icon
 * @description Renders hugeicons UploadSquare02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UploadSquare02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Upload01Icon
 * @description Renders hugeicons Upload01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Upload01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Upload02Icon
 * @description Renders hugeicons Upload02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Upload02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Upload03Icon
 * @description Renders hugeicons Upload03Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Upload03Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Upload04Icon
 * @description Renders hugeicons Upload04Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Upload04Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Upload05Icon
 * @description Renders hugeicons Upload05Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Upload05Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UpworkIcon
 * @description Renders hugeicons UpworkIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UpworkIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UsbBugsIcon
 * @description Renders hugeicons UsbBugsIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UsbBugsIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UsbConnected01Icon
 * @description Renders hugeicons UsbConnected01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UsbConnected01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UsbConnected02Icon
 * @description Renders hugeicons UsbConnected02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UsbConnected02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UsbConnected03Icon
 * @description Renders hugeicons UsbConnected03Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UsbConnected03Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UsbErrorIcon
 * @description Renders hugeicons UsbErrorIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UsbErrorIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UsbIcon
 * @description Renders hugeicons UsbIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UsbIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UsbMemory01Icon
 * @description Renders hugeicons UsbMemory01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UsbMemory01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UsbMemory02Icon
 * @description Renders hugeicons UsbMemory02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UsbMemory02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UsbNotConnected01Icon
 * @description Renders hugeicons UsbNotConnected01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UsbNotConnected01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UsbNotConnected02Icon
 * @description Renders hugeicons UsbNotConnected02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UsbNotConnected02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UserAccountIcon
 * @description Renders hugeicons UserAccountIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UserAccountIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UserAdd01Icon
 * @description Renders hugeicons UserAdd01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UserAdd01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UserAdd02Icon
 * @description Renders hugeicons UserAdd02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UserAdd02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UserArrowLeftRightIcon
 * @description Renders hugeicons UserArrowLeftRightIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UserArrowLeftRightIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UserBlock01Icon
 * @description Renders hugeicons UserBlock01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UserBlock01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UserBlock02Icon
 * @description Renders hugeicons UserBlock02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UserBlock02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UserCheck01Icon
 * @description Renders hugeicons UserCheck01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UserCheck01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UserCheck02Icon
 * @description Renders hugeicons UserCheck02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UserCheck02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UserCircleIcon
 * @description Renders hugeicons UserCircleIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UserCircleIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UserCircle02Icon
 * @description Renders hugeicons UserCircle02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UserCircle02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UserEdit01Icon
 * @description Renders hugeicons UserEdit01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UserEdit01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name UserFullViewIcon
 * @description Renders hugeicons UserFullViewIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UserFullViewIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name YogurtIcon
 * @description Renders hugeicons YogurtIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const YogurtIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name YoutubeIcon
 * @description Renders hugeicons YoutubeIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const YoutubeIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name YurtIcon
 * @description Renders hugeicons YurtIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const YurtIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name ZakatIcon
 * @description Renders hugeicons ZakatIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const ZakatIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name ZapIcon
 * @description Renders hugeicons ZapIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const ZapIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name ZeppelinIcon
 * @description Renders hugeicons ZeppelinIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const ZeppelinIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Zip01Icon
 * @description Renders hugeicons Zip01Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Zip01Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name Zip02Icon
 * @description Renders hugeicons Zip02Icon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const Zip02Icon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name ZoomCircleIcon
 * @description Renders hugeicons ZoomCircleIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const ZoomCircleIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name ZoomIcon
 * @description Renders hugeicons ZoomIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const ZoomIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name ZoomInAreaIcon
 * @description Renders hugeicons ZoomInAreaIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const ZoomInAreaIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name ZoomOutAreaIcon
 * @description Renders hugeicons ZoomOutAreaIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const ZoomOutAreaIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

/**
 * @component @name ZoomSquareIcon
 * @description Renders hugeicons ZoomSquareIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const ZoomSquareIcon: react.FC<Omit<HugeiconsProps, "ref"> & react.RefAttributes<SVGSVGElement>>;

declare const index_AccountSetting01Icon: typeof AccountSetting01Icon;
declare const index_AccountSetting02Icon: typeof AccountSetting02Icon;
declare const index_AccountSetting03Icon: typeof AccountSetting03Icon;
declare const index_ArrowDown01Icon: typeof ArrowDown01Icon;
declare const index_ArrowDown02Icon: typeof ArrowDown02Icon;
declare const index_ArrowDown03Icon: typeof ArrowDown03Icon;
declare const index_ArrowDown04Icon: typeof ArrowDown04Icon;
declare const index_ArrowDown05Icon: typeof ArrowDown05Icon;
declare const index_ArrowExpand01Icon: typeof ArrowExpand01Icon;
declare const index_ArrowExpand02Icon: typeof ArrowExpand02Icon;
declare const index_ArrowExpandDiagonal01Icon: typeof ArrowExpandDiagonal01Icon;
declare const index_ArrowExpandDiagonal02Icon: typeof ArrowExpandDiagonal02Icon;
declare const index_ArrowExpandIcon: typeof ArrowExpandIcon;
declare const index_Audit01Icon: typeof Audit01Icon;
declare const index_Audit02Icon: typeof Audit02Icon;
declare const index_AugmentedRealityArIcon: typeof AugmentedRealityArIcon;
declare const index_AuthorizedIcon: typeof AuthorizedIcon;
declare const index_AutoConversationsIcon: typeof AutoConversationsIcon;
declare const index_BatteryFullIcon: typeof BatteryFullIcon;
declare const index_BatteryLowIcon: typeof BatteryLowIcon;
declare const index_BatteryMedium01Icon: typeof BatteryMedium01Icon;
declare const index_BatteryMedium02Icon: typeof BatteryMedium02Icon;
declare const index_BbqGrillIcon: typeof BbqGrillIcon;
declare const index_BeachIcon: typeof BeachIcon;
declare const index_BeaterIcon: typeof BeaterIcon;
declare const index_BeboIcon: typeof BeboIcon;
declare const index_BedBunkIcon: typeof BedBunkIcon;
declare const index_BedDoubleIcon: typeof BedDoubleIcon;
declare const index_BedIcon: typeof BedIcon;
declare const index_BiscuitIcon: typeof BiscuitIcon;
declare const index_BitcoinBagIcon: typeof BitcoinBagIcon;
declare const index_BitcoinCircleIcon: typeof BitcoinCircleIcon;
declare const index_BitcoinCloudIcon: typeof BitcoinCloudIcon;
declare const index_BitcoinCpuIcon: typeof BitcoinCpuIcon;
declare const index_BitcoinCreditCardIcon: typeof BitcoinCreditCardIcon;
declare const index_BitcoinDatabaseIcon: typeof BitcoinDatabaseIcon;
declare const index_BitcoinDown01Icon: typeof BitcoinDown01Icon;
declare const index_BitcoinDown02Icon: typeof BitcoinDown02Icon;
declare const index_BitcoinEllipseIcon: typeof BitcoinEllipseIcon;
declare const index_BitcoinEyeIcon: typeof BitcoinEyeIcon;
declare const index_BitcoinFilterIcon: typeof BitcoinFilterIcon;
declare const index_BitcoinFlashdiskIcon: typeof BitcoinFlashdiskIcon;
declare const index_BitcoinGraphIcon: typeof BitcoinGraphIcon;
declare const index_BitcoinIcon: typeof BitcoinIcon;
declare const index_BitcoinInvoiceIcon: typeof BitcoinInvoiceIcon;
declare const index_BitcoinKeyIcon: typeof BitcoinKeyIcon;
declare const index_BitcoinLocationIcon: typeof BitcoinLocationIcon;
declare const index_BitcoinLockIcon: typeof BitcoinLockIcon;
declare const index_BitcoinMailIcon: typeof BitcoinMailIcon;
declare const index_BitcoinMindIcon: typeof BitcoinMindIcon;
declare const index_BitcoinMoney01Icon: typeof BitcoinMoney01Icon;
declare const index_BitcoinMoney02Icon: typeof BitcoinMoney02Icon;
declare const index_BitcoinPieChartIcon: typeof BitcoinPieChartIcon;
declare const index_BitcoinPiggyBankIcon: typeof BitcoinPiggyBankIcon;
declare const index_BitcoinPresentationIcon: typeof BitcoinPresentationIcon;
declare const index_BitcoinReceiptIcon: typeof BitcoinReceiptIcon;
declare const index_BitcoinReceiveIcon: typeof BitcoinReceiveIcon;
declare const index_BitcoinRectangleIcon: typeof BitcoinRectangleIcon;
declare const index_BitcoinSafeIcon: typeof BitcoinSafeIcon;
declare const index_BitcoinSearchIcon: typeof BitcoinSearchIcon;
declare const index_BitcoinSendIcon: typeof BitcoinSendIcon;
declare const index_BitcoinSettingIcon: typeof BitcoinSettingIcon;
declare const index_BitcoinShieldIcon: typeof BitcoinShieldIcon;
declare const index_BitcoinShoppingIcon: typeof BitcoinShoppingIcon;
declare const index_Cancel01Icon: typeof Cancel01Icon;
declare const index_Cancel02Icon: typeof Cancel02Icon;
declare const index_CancelCircleHalfDotIcon: typeof CancelCircleHalfDotIcon;
declare const index_CancelCircleIcon: typeof CancelCircleIcon;
declare const index_CancelSquareIcon: typeof CancelSquareIcon;
declare const index_Candelier01Icon: typeof Candelier01Icon;
declare const index_Candelier02Icon: typeof Candelier02Icon;
declare const index_CanvasIcon: typeof CanvasIcon;
declare const index_CapIcon: typeof CapIcon;
declare const index_CapProjectingIcon: typeof CapProjectingIcon;
declare const index_CapRoundIcon: typeof CapRoundIcon;
declare const index_CapStraightIcon: typeof CapStraightIcon;
declare const index_CapcutIcon: typeof CapcutIcon;
declare const index_CapcutRectangleIcon: typeof CapcutRectangleIcon;
declare const index_Car01Icon: typeof Car01Icon;
declare const index_Car02Icon: typeof Car02Icon;
declare const index_Car03Icon: typeof Car03Icon;
declare const index_Car04Icon: typeof Car04Icon;
declare const index_CarParking01Icon: typeof CarParking01Icon;
declare const index_CarParking02Icon: typeof CarParking02Icon;
declare const index_CaravanIcon: typeof CaravanIcon;
declare const index_CardExchange01Icon: typeof CardExchange01Icon;
declare const index_CardExchange02Icon: typeof CardExchange02Icon;
declare const index_CardiganIcon: typeof CardiganIcon;
declare const index_DiceIcon: typeof DiceIcon;
declare const index_DigestionIcon: typeof DigestionIcon;
declare const index_DiggIcon: typeof DiggIcon;
declare const index_DigitalClockIcon: typeof DigitalClockIcon;
declare const index_DimSum01Icon: typeof DimSum01Icon;
declare const index_DimSum02Icon: typeof DimSum02Icon;
declare const index_DiningTableIcon: typeof DiningTableIcon;
declare const index_DiplomaIcon: typeof DiplomaIcon;
declare const index_HierarchySquare02Icon: typeof HierarchySquare02Icon;
declare const index_HierarchySquare03Icon: typeof HierarchySquare03Icon;
declare const index_HierarchySquare04Icon: typeof HierarchySquare04Icon;
declare const index_HierarchySquare05Icon: typeof HierarchySquare05Icon;
declare const index_HierarchySquare06Icon: typeof HierarchySquare06Icon;
declare const index_HierarchySquare07Icon: typeof HierarchySquare07Icon;
declare const index_HierarchySquare08Icon: typeof HierarchySquare08Icon;
declare const index_HierarchySquare10Icon: typeof HierarchySquare10Icon;
declare const index_HighHeels01Icon: typeof HighHeels01Icon;
declare const index_PyramidIcon: typeof PyramidIcon;
declare const index_PyramidMaslowoIcon: typeof PyramidMaslowoIcon;
declare const index_PyramidStructure01Icon: typeof PyramidStructure01Icon;
declare const index_PyramidStructure02Icon: typeof PyramidStructure02Icon;
declare const index_QqPlotIcon: typeof QqPlotIcon;
declare const index_QrCode01Icon: typeof QrCode01Icon;
declare const index_QrCodeIcon: typeof QrCodeIcon;
declare const index_QuestionIcon: typeof QuestionIcon;
declare const index_SparklesIcon: typeof SparklesIcon;
declare const index_SpartanHelmetIcon: typeof SpartanHelmetIcon;
declare const index_SpatulaIcon: typeof SpatulaIcon;
declare const index_Speaker01Icon: typeof Speaker01Icon;
declare const index_SpeakerIcon: typeof SpeakerIcon;
declare const index_SpeechToTextIcon: typeof SpeechToTextIcon;
declare const index_SunCloud01Icon: typeof SunCloud01Icon;
declare const index_SunCloud02Icon: typeof SunCloud02Icon;
declare const index_SunCloudMidSnow01Icon: typeof SunCloudMidSnow01Icon;
declare const index_SunCloudMidSnow02Icon: typeof SunCloudMidSnow02Icon;
declare const index_SunCloudSlowWind01Icon: typeof SunCloudSlowWind01Icon;
declare const index_SunCloudSlowWind02Icon: typeof SunCloudSlowWind02Icon;
declare const index_SunCloudSnow01Icon: typeof SunCloudSnow01Icon;
declare const index_SunCloudSnow02Icon: typeof SunCloudSnow02Icon;
declare const index_SwimmingIcon: typeof SwimmingIcon;
declare const index_SwipeDown01Icon: typeof SwipeDown01Icon;
declare const index_SwipeDown02Icon: typeof SwipeDown02Icon;
declare const index_SwipeDown03Icon: typeof SwipeDown03Icon;
declare const index_SwipeDown04Icon: typeof SwipeDown04Icon;
declare const index_SwipeDown05Icon: typeof SwipeDown05Icon;
declare const index_SwipeDown06Icon: typeof SwipeDown06Icon;
declare const index_SwipeDown07Icon: typeof SwipeDown07Icon;
declare const index_Timer02Icon: typeof Timer02Icon;
declare const index_TinderIcon: typeof TinderIcon;
declare const index_TinderSquareIcon: typeof TinderSquareIcon;
declare const index_Tired01Icon: typeof Tired01Icon;
declare const index_Tired02Icon: typeof Tired02Icon;
declare const index_TissuePaperIcon: typeof TissuePaperIcon;
declare const index_ToggleOffIcon: typeof ToggleOffIcon;
declare const index_ToggleOnIcon: typeof ToggleOnIcon;
declare const index_Toilet01Icon: typeof Toilet01Icon;
declare const index_Toilet02Icon: typeof Toilet02Icon;
declare const index_Tongue01Icon: typeof Tongue01Icon;
declare const index_TongueIcon: typeof TongueIcon;
declare const index_TongueWinkLeftIcon: typeof TongueWinkLeftIcon;
declare const index_TongueWinkRightIcon: typeof TongueWinkRightIcon;
declare const index_Tornado01Icon: typeof Tornado01Icon;
declare const index_Tornado02Icon: typeof Tornado02Icon;
declare const index_TorriGateIcon: typeof TorriGateIcon;
declare const index_TouchInteraction01Icon: typeof TouchInteraction01Icon;
declare const index_TouchInteraction02Icon: typeof TouchInteraction02Icon;
declare const index_Typescript02Icon: typeof Typescript02Icon;
declare const index_Typescript03Icon: typeof Typescript03Icon;
declare const index_UberIcon: typeof UberIcon;
declare const index_Ufo01Icon: typeof Ufo01Icon;
declare const index_UfoIcon: typeof UfoIcon;
declare const index_UmbrellaDollarIcon: typeof UmbrellaDollarIcon;
declare const index_UmbrellaIcon: typeof UmbrellaIcon;
declare const index_UnamusedIcon: typeof UnamusedIcon;
declare const index_UnavailableIcon: typeof UnavailableIcon;
declare const index_Underpants01Icon: typeof Underpants01Icon;
declare const index_Underpants02Icon: typeof Underpants02Icon;
declare const index_Underpants03Icon: typeof Underpants03Icon;
declare const index_UnfoldLessIcon: typeof UnfoldLessIcon;
declare const index_UnfoldMoreIcon: typeof UnfoldMoreIcon;
declare const index_UngroupItemsIcon: typeof UngroupItemsIcon;
declare const index_UngroupLayersIcon: typeof UngroupLayersIcon;
declare const index_UnhappyIcon: typeof UnhappyIcon;
declare const index_UniversityIcon: typeof UniversityIcon;
declare const index_Unlink01Icon: typeof Unlink01Icon;
declare const index_Unlink02Icon: typeof Unlink02Icon;
declare const index_Unlink03Icon: typeof Unlink03Icon;
declare const index_Unlink04Icon: typeof Unlink04Icon;
declare const index_Unlink05Icon: typeof Unlink05Icon;
declare const index_Unlink06Icon: typeof Unlink06Icon;
declare const index_Upload01Icon: typeof Upload01Icon;
declare const index_Upload02Icon: typeof Upload02Icon;
declare const index_Upload03Icon: typeof Upload03Icon;
declare const index_Upload04Icon: typeof Upload04Icon;
declare const index_Upload05Icon: typeof Upload05Icon;
declare const index_UploadCircle01Icon: typeof UploadCircle01Icon;
declare const index_UploadCircle02Icon: typeof UploadCircle02Icon;
declare const index_UploadSquare01Icon: typeof UploadSquare01Icon;
declare const index_UploadSquare02Icon: typeof UploadSquare02Icon;
declare const index_UpworkIcon: typeof UpworkIcon;
declare const index_UsbBugsIcon: typeof UsbBugsIcon;
declare const index_UsbConnected01Icon: typeof UsbConnected01Icon;
declare const index_UsbConnected02Icon: typeof UsbConnected02Icon;
declare const index_UsbConnected03Icon: typeof UsbConnected03Icon;
declare const index_UsbErrorIcon: typeof UsbErrorIcon;
declare const index_UsbIcon: typeof UsbIcon;
declare const index_UsbMemory01Icon: typeof UsbMemory01Icon;
declare const index_UsbMemory02Icon: typeof UsbMemory02Icon;
declare const index_UsbNotConnected01Icon: typeof UsbNotConnected01Icon;
declare const index_UsbNotConnected02Icon: typeof UsbNotConnected02Icon;
declare const index_UserAccountIcon: typeof UserAccountIcon;
declare const index_UserAdd01Icon: typeof UserAdd01Icon;
declare const index_UserAdd02Icon: typeof UserAdd02Icon;
declare const index_UserArrowLeftRightIcon: typeof UserArrowLeftRightIcon;
declare const index_UserBlock01Icon: typeof UserBlock01Icon;
declare const index_UserBlock02Icon: typeof UserBlock02Icon;
declare const index_UserCheck01Icon: typeof UserCheck01Icon;
declare const index_UserCheck02Icon: typeof UserCheck02Icon;
declare const index_UserCircle02Icon: typeof UserCircle02Icon;
declare const index_UserCircleIcon: typeof UserCircleIcon;
declare const index_UserEdit01Icon: typeof UserEdit01Icon;
declare const index_UserFullViewIcon: typeof UserFullViewIcon;
declare const index_YogurtIcon: typeof YogurtIcon;
declare const index_YoutubeIcon: typeof YoutubeIcon;
declare const index_YurtIcon: typeof YurtIcon;
declare const index_ZakatIcon: typeof ZakatIcon;
declare const index_ZapIcon: typeof ZapIcon;
declare const index_ZeppelinIcon: typeof ZeppelinIcon;
declare const index_Zip01Icon: typeof Zip01Icon;
declare const index_Zip02Icon: typeof Zip02Icon;
declare const index_ZoomCircleIcon: typeof ZoomCircleIcon;
declare const index_ZoomIcon: typeof ZoomIcon;
declare const index_ZoomInAreaIcon: typeof ZoomInAreaIcon;
declare const index_ZoomOutAreaIcon: typeof ZoomOutAreaIcon;
declare const index_ZoomSquareIcon: typeof ZoomSquareIcon;
declare namespace index {
  export { index_AccountSetting01Icon as AccountSetting01Icon, index_AccountSetting02Icon as AccountSetting02Icon, index_AccountSetting03Icon as AccountSetting03Icon, index_ArrowDown01Icon as ArrowDown01Icon, index_ArrowDown02Icon as ArrowDown02Icon, index_ArrowDown03Icon as ArrowDown03Icon, index_ArrowDown04Icon as ArrowDown04Icon, index_ArrowDown05Icon as ArrowDown05Icon, index_ArrowExpand01Icon as ArrowExpand01Icon, index_ArrowExpand02Icon as ArrowExpand02Icon, index_ArrowExpandDiagonal01Icon as ArrowExpandDiagonal01Icon, index_ArrowExpandDiagonal02Icon as ArrowExpandDiagonal02Icon, index_ArrowExpandIcon as ArrowExpandIcon, index_Audit01Icon as Audit01Icon, index_Audit02Icon as Audit02Icon, index_AugmentedRealityArIcon as AugmentedRealityArIcon, index_AuthorizedIcon as AuthorizedIcon, index_AutoConversationsIcon as AutoConversationsIcon, index_BatteryFullIcon as BatteryFullIcon, index_BatteryLowIcon as BatteryLowIcon, index_BatteryMedium01Icon as BatteryMedium01Icon, index_BatteryMedium02Icon as BatteryMedium02Icon, index_BbqGrillIcon as BbqGrillIcon, index_BeachIcon as BeachIcon, index_BeaterIcon as BeaterIcon, index_BeboIcon as BeboIcon, index_BedBunkIcon as BedBunkIcon, index_BedDoubleIcon as BedDoubleIcon, index_BedIcon as BedIcon, index_BiscuitIcon as BiscuitIcon, index_BitcoinBagIcon as BitcoinBagIcon, index_BitcoinCircleIcon as BitcoinCircleIcon, index_BitcoinCloudIcon as BitcoinCloudIcon, index_BitcoinCpuIcon as BitcoinCpuIcon, index_BitcoinCreditCardIcon as BitcoinCreditCardIcon, index_BitcoinDatabaseIcon as BitcoinDatabaseIcon, index_BitcoinDown01Icon as BitcoinDown01Icon, index_BitcoinDown02Icon as BitcoinDown02Icon, index_BitcoinEllipseIcon as BitcoinEllipseIcon, index_BitcoinEyeIcon as BitcoinEyeIcon, index_BitcoinFilterIcon as BitcoinFilterIcon, index_BitcoinFlashdiskIcon as BitcoinFlashdiskIcon, index_BitcoinGraphIcon as BitcoinGraphIcon, index_BitcoinIcon as BitcoinIcon, index_BitcoinInvoiceIcon as BitcoinInvoiceIcon, index_BitcoinKeyIcon as BitcoinKeyIcon, index_BitcoinLocationIcon as BitcoinLocationIcon, index_BitcoinLockIcon as BitcoinLockIcon, index_BitcoinMailIcon as BitcoinMailIcon, index_BitcoinMindIcon as BitcoinMindIcon, index_BitcoinMoney01Icon as BitcoinMoney01Icon, index_BitcoinMoney02Icon as BitcoinMoney02Icon, index_BitcoinPieChartIcon as BitcoinPieChartIcon, index_BitcoinPiggyBankIcon as BitcoinPiggyBankIcon, index_BitcoinPresentationIcon as BitcoinPresentationIcon, index_BitcoinReceiptIcon as BitcoinReceiptIcon, index_BitcoinReceiveIcon as BitcoinReceiveIcon, index_BitcoinRectangleIcon as BitcoinRectangleIcon, index_BitcoinSafeIcon as BitcoinSafeIcon, index_BitcoinSearchIcon as BitcoinSearchIcon, index_BitcoinSendIcon as BitcoinSendIcon, index_BitcoinSettingIcon as BitcoinSettingIcon, index_BitcoinShieldIcon as BitcoinShieldIcon, index_BitcoinShoppingIcon as BitcoinShoppingIcon, index_Cancel01Icon as Cancel01Icon, index_Cancel02Icon as Cancel02Icon, index_CancelCircleHalfDotIcon as CancelCircleHalfDotIcon, index_CancelCircleIcon as CancelCircleIcon, index_CancelSquareIcon as CancelSquareIcon, index_Candelier01Icon as Candelier01Icon, index_Candelier02Icon as Candelier02Icon, index_CanvasIcon as CanvasIcon, index_CapIcon as CapIcon, index_CapProjectingIcon as CapProjectingIcon, index_CapRoundIcon as CapRoundIcon, index_CapStraightIcon as CapStraightIcon, index_CapcutIcon as CapcutIcon, index_CapcutRectangleIcon as CapcutRectangleIcon, index_Car01Icon as Car01Icon, index_Car02Icon as Car02Icon, index_Car03Icon as Car03Icon, index_Car04Icon as Car04Icon, index_CarParking01Icon as CarParking01Icon, index_CarParking02Icon as CarParking02Icon, index_CaravanIcon as CaravanIcon, index_CardExchange01Icon as CardExchange01Icon, index_CardExchange02Icon as CardExchange02Icon, index_CardiganIcon as CardiganIcon, index_DiceIcon as DiceIcon, index_DigestionIcon as DigestionIcon, index_DiggIcon as DiggIcon, index_DigitalClockIcon as DigitalClockIcon, index_DimSum01Icon as DimSum01Icon, index_DimSum02Icon as DimSum02Icon, index_DiningTableIcon as DiningTableIcon, index_DiplomaIcon as DiplomaIcon, index_HierarchySquare02Icon as HierarchySquare02Icon, index_HierarchySquare03Icon as HierarchySquare03Icon, index_HierarchySquare04Icon as HierarchySquare04Icon, index_HierarchySquare05Icon as HierarchySquare05Icon, index_HierarchySquare06Icon as HierarchySquare06Icon, index_HierarchySquare07Icon as HierarchySquare07Icon, index_HierarchySquare08Icon as HierarchySquare08Icon, index_HierarchySquare10Icon as HierarchySquare10Icon, index_HighHeels01Icon as HighHeels01Icon, index_PyramidIcon as PyramidIcon, index_PyramidMaslowoIcon as PyramidMaslowoIcon, index_PyramidStructure01Icon as PyramidStructure01Icon, index_PyramidStructure02Icon as PyramidStructure02Icon, index_QqPlotIcon as QqPlotIcon, index_QrCode01Icon as QrCode01Icon, index_QrCodeIcon as QrCodeIcon, index_QuestionIcon as QuestionIcon, index_SparklesIcon as SparklesIcon, index_SpartanHelmetIcon as SpartanHelmetIcon, index_SpatulaIcon as SpatulaIcon, index_Speaker01Icon as Speaker01Icon, index_SpeakerIcon as SpeakerIcon, index_SpeechToTextIcon as SpeechToTextIcon, index_SunCloud01Icon as SunCloud01Icon, index_SunCloud02Icon as SunCloud02Icon, index_SunCloudMidSnow01Icon as SunCloudMidSnow01Icon, index_SunCloudMidSnow02Icon as SunCloudMidSnow02Icon, index_SunCloudSlowWind01Icon as SunCloudSlowWind01Icon, index_SunCloudSlowWind02Icon as SunCloudSlowWind02Icon, index_SunCloudSnow01Icon as SunCloudSnow01Icon, index_SunCloudSnow02Icon as SunCloudSnow02Icon, index_SwimmingIcon as SwimmingIcon, index_SwipeDown01Icon as SwipeDown01Icon, index_SwipeDown02Icon as SwipeDown02Icon, index_SwipeDown03Icon as SwipeDown03Icon, index_SwipeDown04Icon as SwipeDown04Icon, index_SwipeDown05Icon as SwipeDown05Icon, index_SwipeDown06Icon as SwipeDown06Icon, index_SwipeDown07Icon as SwipeDown07Icon, index_Timer02Icon as Timer02Icon, index_TinderIcon as TinderIcon, index_TinderSquareIcon as TinderSquareIcon, index_Tired01Icon as Tired01Icon, index_Tired02Icon as Tired02Icon, index_TissuePaperIcon as TissuePaperIcon, index_ToggleOffIcon as ToggleOffIcon, index_ToggleOnIcon as ToggleOnIcon, index_Toilet01Icon as Toilet01Icon, index_Toilet02Icon as Toilet02Icon, index_Tongue01Icon as Tongue01Icon, index_TongueIcon as TongueIcon, index_TongueWinkLeftIcon as TongueWinkLeftIcon, index_TongueWinkRightIcon as TongueWinkRightIcon, index_Tornado01Icon as Tornado01Icon, index_Tornado02Icon as Tornado02Icon, index_TorriGateIcon as TorriGateIcon, index_TouchInteraction01Icon as TouchInteraction01Icon, index_TouchInteraction02Icon as TouchInteraction02Icon, index_Typescript02Icon as Typescript02Icon, index_Typescript03Icon as Typescript03Icon, index_UberIcon as UberIcon, index_Ufo01Icon as Ufo01Icon, index_UfoIcon as UfoIcon, index_UmbrellaDollarIcon as UmbrellaDollarIcon, index_UmbrellaIcon as UmbrellaIcon, index_UnamusedIcon as UnamusedIcon, index_UnavailableIcon as UnavailableIcon, index_Underpants01Icon as Underpants01Icon, index_Underpants02Icon as Underpants02Icon, index_Underpants03Icon as Underpants03Icon, index_UnfoldLessIcon as UnfoldLessIcon, index_UnfoldMoreIcon as UnfoldMoreIcon, index_UngroupItemsIcon as UngroupItemsIcon, index_UngroupLayersIcon as UngroupLayersIcon, index_UnhappyIcon as UnhappyIcon, index_UniversityIcon as UniversityIcon, index_Unlink01Icon as Unlink01Icon, index_Unlink02Icon as Unlink02Icon, index_Unlink03Icon as Unlink03Icon, index_Unlink04Icon as Unlink04Icon, index_Unlink05Icon as Unlink05Icon, index_Unlink06Icon as Unlink06Icon, index_Upload01Icon as Upload01Icon, index_Upload02Icon as Upload02Icon, index_Upload03Icon as Upload03Icon, index_Upload04Icon as Upload04Icon, index_Upload05Icon as Upload05Icon, index_UploadCircle01Icon as UploadCircle01Icon, index_UploadCircle02Icon as UploadCircle02Icon, index_UploadSquare01Icon as UploadSquare01Icon, index_UploadSquare02Icon as UploadSquare02Icon, index_UpworkIcon as UpworkIcon, index_UsbBugsIcon as UsbBugsIcon, index_UsbConnected01Icon as UsbConnected01Icon, index_UsbConnected02Icon as UsbConnected02Icon, index_UsbConnected03Icon as UsbConnected03Icon, index_UsbErrorIcon as UsbErrorIcon, index_UsbIcon as UsbIcon, index_UsbMemory01Icon as UsbMemory01Icon, index_UsbMemory02Icon as UsbMemory02Icon, index_UsbNotConnected01Icon as UsbNotConnected01Icon, index_UsbNotConnected02Icon as UsbNotConnected02Icon, index_UserAccountIcon as UserAccountIcon, index_UserAdd01Icon as UserAdd01Icon, index_UserAdd02Icon as UserAdd02Icon, index_UserArrowLeftRightIcon as UserArrowLeftRightIcon, index_UserBlock01Icon as UserBlock01Icon, index_UserBlock02Icon as UserBlock02Icon, index_UserCheck01Icon as UserCheck01Icon, index_UserCheck02Icon as UserCheck02Icon, index_UserCircle02Icon as UserCircle02Icon, index_UserCircleIcon as UserCircleIcon, index_UserEdit01Icon as UserEdit01Icon, index_UserFullViewIcon as UserFullViewIcon, index_YogurtIcon as YogurtIcon, index_YoutubeIcon as YoutubeIcon, index_YurtIcon as YurtIcon, index_ZakatIcon as ZakatIcon, index_ZapIcon as ZapIcon, index_ZeppelinIcon as ZeppelinIcon, index_Zip01Icon as Zip01Icon, index_Zip02Icon as Zip02Icon, index_ZoomCircleIcon as ZoomCircleIcon, index_ZoomIcon as ZoomIcon, index_ZoomInAreaIcon as ZoomInAreaIcon, index_ZoomOutAreaIcon as ZoomOutAreaIcon, index_ZoomSquareIcon as ZoomSquareIcon };
}

export { AccountSetting01Icon, AccountSetting02Icon, AccountSetting03Icon, ArrowDown01Icon, ArrowDown02Icon, ArrowDown03Icon, ArrowDown04Icon, ArrowDown05Icon, ArrowExpand01Icon, ArrowExpand02Icon, ArrowExpandDiagonal01Icon, ArrowExpandDiagonal02Icon, ArrowExpandIcon, Audit01Icon, Audit02Icon, AugmentedRealityArIcon, AuthorizedIcon, AutoConversationsIcon, BatteryFullIcon, BatteryLowIcon, BatteryMedium01Icon, BatteryMedium02Icon, BbqGrillIcon, BeachIcon, BeaterIcon, BeboIcon, BedBunkIcon, BedDoubleIcon, BedIcon, BiscuitIcon, BitcoinBagIcon, BitcoinCircleIcon, BitcoinCloudIcon, BitcoinCpuIcon, BitcoinCreditCardIcon, BitcoinDatabaseIcon, BitcoinDown01Icon, BitcoinDown02Icon, BitcoinEllipseIcon, BitcoinEyeIcon, BitcoinFilterIcon, BitcoinFlashdiskIcon, BitcoinGraphIcon, BitcoinIcon, BitcoinInvoiceIcon, BitcoinKeyIcon, BitcoinLocationIcon, BitcoinLockIcon, BitcoinMailIcon, BitcoinMindIcon, BitcoinMoney01Icon, BitcoinMoney02Icon, BitcoinPieChartIcon, BitcoinPiggyBankIcon, BitcoinPresentationIcon, BitcoinReceiptIcon, BitcoinReceiveIcon, BitcoinRectangleIcon, BitcoinSafeIcon, BitcoinSearchIcon, BitcoinSendIcon, BitcoinSettingIcon, BitcoinShieldIcon, BitcoinShoppingIcon, Cancel01Icon, Cancel02Icon, CancelCircleHalfDotIcon, CancelCircleIcon, CancelSquareIcon, Candelier01Icon, Candelier02Icon, CanvasIcon, CapIcon, CapProjectingIcon, CapRoundIcon, CapStraightIcon, CapcutIcon, CapcutRectangleIcon, Car01Icon, Car02Icon, Car03Icon, Car04Icon, CarParking01Icon, CarParking02Icon, CaravanIcon, CardExchange01Icon, CardExchange02Icon, CardiganIcon, DiceIcon, DigestionIcon, DiggIcon, DigitalClockIcon, DimSum01Icon, DimSum02Icon, DiningTableIcon, DiplomaIcon, HierarchySquare02Icon, HierarchySquare03Icon, HierarchySquare04Icon, HierarchySquare05Icon, HierarchySquare06Icon, HierarchySquare07Icon, HierarchySquare08Icon, HierarchySquare10Icon, HighHeels01Icon, type HugeiconsIcon, type HugeiconsProps, type IconSvgObject, PyramidIcon, PyramidMaslowoIcon, PyramidStructure01Icon, PyramidStructure02Icon, QqPlotIcon, QrCode01Icon, QrCodeIcon, QuestionIcon, SparklesIcon, SpartanHelmetIcon, SpatulaIcon, Speaker01Icon, SpeakerIcon, SpeechToTextIcon, SunCloud01Icon, SunCloud02Icon, SunCloudMidSnow01Icon, SunCloudMidSnow02Icon, SunCloudSlowWind01Icon, SunCloudSlowWind02Icon, SunCloudSnow01Icon, SunCloudSnow02Icon, SwimmingIcon, SwipeDown01Icon, SwipeDown02Icon, SwipeDown03Icon, SwipeDown04Icon, SwipeDown05Icon, SwipeDown06Icon, SwipeDown07Icon, Timer02Icon, TinderIcon, TinderSquareIcon, Tired01Icon, Tired02Icon, TissuePaperIcon, ToggleOffIcon, ToggleOnIcon, Toilet01Icon, Toilet02Icon, Tongue01Icon, TongueIcon, TongueWinkLeftIcon, TongueWinkRightIcon, Tornado01Icon, Tornado02Icon, TorriGateIcon, TouchInteraction01Icon, TouchInteraction02Icon, Typescript02Icon, Typescript03Icon, UberIcon, Ufo01Icon, UfoIcon, UmbrellaDollarIcon, UmbrellaIcon, UnamusedIcon, UnavailableIcon, Underpants01Icon, Underpants02Icon, Underpants03Icon, UnfoldLessIcon, UnfoldMoreIcon, UngroupItemsIcon, UngroupLayersIcon, UnhappyIcon, UniversityIcon, Unlink01Icon, Unlink02Icon, Unlink03Icon, Unlink04Icon, Unlink05Icon, Unlink06Icon, Upload01Icon, Upload02Icon, Upload03Icon, Upload04Icon, Upload05Icon, UploadCircle01Icon, UploadCircle02Icon, UploadSquare01Icon, UploadSquare02Icon, UpworkIcon, UsbBugsIcon, UsbConnected01Icon, UsbConnected02Icon, UsbConnected03Icon, UsbErrorIcon, UsbIcon, UsbMemory01Icon, UsbMemory02Icon, UsbNotConnected01Icon, UsbNotConnected02Icon, UserAccountIcon, UserAdd01Icon, UserAdd02Icon, UserArrowLeftRightIcon, UserBlock01Icon, UserBlock02Icon, UserCheck01Icon, UserCheck02Icon, UserCircle02Icon, UserCircleIcon, UserEdit01Icon, UserFullViewIcon, YogurtIcon, YoutubeIcon, YurtIcon, ZakatIcon, ZapIcon, ZeppelinIcon, Zip01Icon, Zip02Icon, ZoomCircleIcon, ZoomIcon, ZoomInAreaIcon, ZoomOutAreaIcon, ZoomSquareIcon, createHugeiconComponent, index as icons };
