@hugeicons/react-pro-demo
Version:
HugeIcons Pro React Component Library https://hugeicons.com (Demo Version)
1,372 lines (1,220 loc) • 100 kB
TypeScript
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 attr