@auth0/quantum-product 2.10.6 → 2.10.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/command-palette/command-palette-classes.d.ts +1 -1
- package/command-palette/command-palette-classes.js +1 -0
- package/command-palette/command-palette-dialog.js +7 -5
- package/command-palette/command-palette-empty.js +4 -2
- package/command-palette/command-palette-footer.js +8 -5
- package/command-palette/command-palette-group.js +13 -10
- package/command-palette/command-palette-input.js +10 -7
- package/command-palette/command-palette-item.js +8 -6
- package/command-palette/command-palette-list.js +5 -3
- package/command-palette/command-palette-loading.js +4 -2
- package/command-palette/command-palette-separator.js +4 -2
- package/command-palette/command-palette-tabs.js +11 -8
- package/command-palette/command-palette-types.d.ts +23 -13
- package/command-palette/command-palette.js +3 -3
- package/esm/command-palette/command-palette-classes.js +1 -0
- package/esm/command-palette/command-palette-dialog.js +8 -6
- package/esm/command-palette/command-palette-empty.js +5 -3
- package/esm/command-palette/command-palette-footer.js +9 -6
- package/esm/command-palette/command-palette-group.js +14 -11
- package/esm/command-palette/command-palette-input.js +11 -8
- package/esm/command-palette/command-palette-item.js +9 -7
- package/esm/command-palette/command-palette-list.js +6 -4
- package/esm/command-palette/command-palette-loading.js +5 -3
- package/esm/command-palette/command-palette-separator.js +5 -3
- package/esm/command-palette/command-palette-tabs.js +12 -9
- package/esm/command-palette/command-palette.js +3 -3
- package/esm/icon/index.js +87 -69
- package/esm/input/input-label/input-label-overrides.js +1 -0
- package/icon/index.d.ts +81 -68
- package/icon/index.js +94 -76
- package/input/input-label/input-label-overrides.d.ts +1 -1
- package/input/input-label/input-label-overrides.js +1 -0
- package/package.json +2 -2
package/icon/index.d.ts
CHANGED
|
@@ -6,17 +6,17 @@ export type IIconProps = IStyledComponentProps<{
|
|
|
6
6
|
props: IQuantumIconProps;
|
|
7
7
|
defaultComponent: 'svg';
|
|
8
8
|
}>;
|
|
9
|
-
export declare const ActivityIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
10
9
|
export declare const AaIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
10
|
+
export declare const ActivityIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
export declare const AirplaneIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
12
12
|
export declare const AirplayIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
13
13
|
export declare const AlertCircleIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
14
|
-
export declare const AlertDiamondFilledIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
15
14
|
export declare const AlertDiamondIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
15
|
+
export declare const AlertDiamondFilledIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
16
16
|
/** @deprecated */
|
|
17
17
|
export declare const AlertOctagonIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
18
|
-
export declare const AlertTriangleFilledIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
19
18
|
export declare const AlertTriangleIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
19
|
+
export declare const AlertTriangleFilledIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
20
20
|
export declare const AlignCenterIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
21
21
|
export declare const AlignJustifyIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
22
22
|
export declare const AlignLeftIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -25,103 +25,100 @@ export declare const AnalyticsIcon: React.ForwardRefExoticComponent<Omit<IIconPr
|
|
|
25
25
|
export declare const AnchorIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
26
26
|
/** @deprecated */
|
|
27
27
|
export declare const ApertureIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
28
|
-
export declare const ApiServerIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
29
28
|
export declare const ApisIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
29
|
+
export declare const ApiServerIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
30
30
|
export declare const ApplicationPlusIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
31
31
|
export declare const AppsIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
32
32
|
export declare const ArchiveIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
33
|
+
export declare const ArrowDownIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
33
34
|
export declare const ArrowDownCircleIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
34
35
|
export declare const ArrowDownLeftIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
35
36
|
export declare const ArrowDownRightIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
36
|
-
export declare const ArrowDownIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
37
|
-
export declare const ArrowLeftCircleIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
38
37
|
export declare const ArrowLeftIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
39
|
-
export declare const
|
|
38
|
+
export declare const ArrowLeftCircleIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
40
39
|
export declare const ArrowRightIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
40
|
+
export declare const ArrowRightCircleIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
41
|
+
export declare const ArrowsHIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
41
42
|
export declare const ArrowUnsortedIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
43
|
+
export declare const ArrowUpIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
42
44
|
export declare const ArrowUpCircleIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
43
45
|
export declare const ArrowUpLeftIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
44
46
|
export declare const ArrowUpRightIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
45
|
-
export declare const ArrowUpIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
46
|
-
export declare const ArrowsHIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
47
47
|
export declare const AsteriskIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
48
48
|
export declare const AtSignIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
49
49
|
export declare const Auth0LogoIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
50
50
|
export declare const AwardIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
51
|
-
export declare const BarChart2Icon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
52
51
|
export declare const BarChartIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
52
|
+
export declare const BarChart2Icon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
53
53
|
export declare const BarChartAltIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
54
54
|
export declare const Bars3Icon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
55
|
-
export declare const BatteryChargingIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
56
55
|
export declare const BatteryIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
57
|
-
export declare const
|
|
56
|
+
export declare const BatteryChargingIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
58
57
|
export declare const BellIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
58
|
+
export declare const BellOffIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
59
59
|
export declare const BiometricsIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
60
60
|
export declare const BlocksIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
61
61
|
export declare const BluetoothIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
62
62
|
export declare const BoldIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
63
|
-
export declare const BookOpenIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
64
63
|
export declare const BookIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
65
64
|
export declare const BookmarkIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
65
|
+
export declare const BookOpenIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
66
66
|
export declare const BorderPillIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
67
67
|
export declare const BorderRoundIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
68
|
-
/** @deprecated
|
|
69
|
-
export declare const BorderRoundedIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
70
|
-
export declare const BorderSharpIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
68
|
+
/** @deprecated */
|
|
71
69
|
export declare const BordersIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
70
|
+
export declare const BorderSharpIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
72
71
|
export declare const BotIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
73
72
|
export declare const BoxIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
74
73
|
export declare const BracesIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
75
74
|
export declare const BreachedPasswordIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
76
75
|
export declare const BriefcaseIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
77
76
|
export declare const BrowserIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
78
|
-
/** @deprecated use BrowserIcon */
|
|
79
|
-
export declare const BrowsersIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
80
77
|
export declare const BugIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
81
78
|
/** @deprecated */
|
|
82
79
|
export declare const BuildingIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
83
80
|
export declare const CalendarIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
84
|
-
export declare const CameraOffIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
85
81
|
export declare const CameraIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
82
|
+
export declare const CameraOffIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
83
|
+
/** @deprecated */
|
|
86
84
|
export declare const CardIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
87
85
|
export declare const CaretDownIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
88
86
|
export declare const CashIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
89
87
|
export declare const CastIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
90
|
-
export declare const
|
|
88
|
+
export declare const CheckIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
91
89
|
export declare const CheckCircleIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
90
|
+
export declare const CheckCircleFilledIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
92
91
|
/** @deprecated */
|
|
93
92
|
export declare const CheckSquareIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
94
|
-
export declare const CheckIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
95
93
|
export declare const ChevronDownIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
96
94
|
export declare const ChevronLeftIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
97
95
|
export declare const ChevronRightIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
98
|
-
export declare const ChevronUpIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
99
96
|
export declare const ChevronsDownIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
100
97
|
export declare const ChevronsLeftIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
101
98
|
export declare const ChevronsRightIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
102
99
|
export declare const ChevronsUpIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
100
|
+
export declare const ChevronUpIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
103
101
|
export declare const ChromeIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
104
102
|
export declare const CircleIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
105
103
|
export declare const CircleFilledIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
106
104
|
export declare const ClientsIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
107
|
-
export declare const ClipboardCheckIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
108
105
|
export declare const ClipboardIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
106
|
+
export declare const ClipboardCheckIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
109
107
|
export declare const ClockIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
108
|
+
export declare const CloudIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
110
109
|
export declare const CloudDrizzleIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
111
110
|
export declare const CloudLightningIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
112
111
|
export declare const CloudOffIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
113
112
|
export declare const CloudRainIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
114
113
|
export declare const CloudSnowIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
115
|
-
export declare const CloudIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
116
|
-
export declare const CodeBracketIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
117
|
-
export declare const CodeSandboxIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
118
|
-
/** @deprecated */
|
|
119
|
-
export declare const CodesandboxIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
120
114
|
export declare const CodeIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
115
|
+
export declare const CodeBracketIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
121
116
|
export declare const CodepenIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
117
|
+
export declare const CodeSandboxIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
122
118
|
export declare const CoffeeIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
123
119
|
export declare const CollapseLeftIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
124
120
|
export declare const CollapseRightIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
121
|
+
/** @deprecated */
|
|
125
122
|
export declare const ColorIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
126
123
|
export declare const ColumnsIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
127
124
|
export declare const CommandIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -141,18 +138,19 @@ export declare const CreditCardIcon: React.ForwardRefExoticComponent<Omit<IIconP
|
|
|
141
138
|
export declare const CropIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
142
139
|
export declare const CrosshairIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
143
140
|
export declare const DatabaseIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
141
|
+
/** @deprecated */
|
|
144
142
|
export declare const DeleteIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
145
143
|
export declare const DevicesIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
146
144
|
export declare const DirectoryIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
147
145
|
export declare const DirectoryPlusIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
148
146
|
export declare const DiscIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
147
|
+
export declare const DivideIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
149
148
|
export declare const DivideCircleIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
150
149
|
/** @deprecated */
|
|
151
150
|
export declare const DivideSquareIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
152
|
-
export declare const DivideIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
153
151
|
export declare const DollarSignIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
154
|
-
export declare const DownloadCloudIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
155
152
|
export declare const DownloadIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
153
|
+
export declare const DownloadCloudIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
156
154
|
export declare const DragIndicatorIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
157
155
|
/** @deprecated */
|
|
158
156
|
export declare const DropletIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -161,45 +159,45 @@ export declare const EnterpriseIcon: React.ForwardRefExoticComponent<Omit<IIconP
|
|
|
161
159
|
export declare const ExpandLeftIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
162
160
|
export declare const ExpandRightIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
163
161
|
export declare const ExternalLinkIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
164
|
-
export declare const EyeOffIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
165
162
|
export declare const EyeIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
163
|
+
export declare const EyeOffIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
166
164
|
export declare const FastForwardIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
167
165
|
export declare const FeatherIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
168
166
|
export declare const FigmaIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
167
|
+
export declare const FileIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
169
168
|
export declare const FileMinusIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
170
169
|
export declare const FilePlusIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
171
170
|
export declare const FileTextIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
172
|
-
export declare const FileIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
173
171
|
export declare const FilmIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
174
172
|
export declare const FilterIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
175
173
|
export declare const FlagIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
176
174
|
export declare const FlowIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
175
|
+
export declare const FolderIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
177
176
|
export declare const FolderCancelIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
178
177
|
export declare const FolderMinusIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
179
178
|
export declare const FolderPlusIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
180
|
-
export declare const FolderIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
181
179
|
export declare const FontIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
180
|
+
/** @deprecated */
|
|
182
181
|
export declare const Fonts2Icon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
183
182
|
export declare const FrameIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
183
|
+
/** @deprecated */
|
|
184
184
|
export declare const FramerIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
185
185
|
export declare const FrownIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
186
186
|
export declare const GiftIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
187
187
|
export declare const GitBranchIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
188
188
|
export declare const GitCommitIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
189
|
-
export declare const GitMergeIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
190
|
-
export declare const GitPullRequestIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
191
189
|
export declare const GithubIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
192
|
-
/** @deprecated use GithubIcon */
|
|
193
|
-
export declare const GitHubIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
194
190
|
export declare const GitlabIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
191
|
+
export declare const GitMergeIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
192
|
+
export declare const GitPullRequestIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
195
193
|
export declare const GlobeIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
196
194
|
export declare const GridIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
197
195
|
export declare const HardDriveIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
198
196
|
export declare const HashIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
199
197
|
export declare const HeadphonesIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
200
198
|
export declare const HeartIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
201
|
-
export declare const HelpCircleIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
202
199
|
export declare const HelpIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
200
|
+
export declare const HelpCircleIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
203
201
|
/** @deprecated */
|
|
204
202
|
export declare const HexagonIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
205
203
|
export declare const HomeIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -208,26 +206,26 @@ export declare const HostedPagesIcon: React.ForwardRefExoticComponent<Omit<IIcon
|
|
|
208
206
|
export declare const IdTagIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
209
207
|
export declare const ImageIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
210
208
|
export declare const InboxIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
211
|
-
export declare const InfoFilledIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
212
209
|
export declare const InfoIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
210
|
+
export declare const InfoFilledIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
213
211
|
export declare const IntegrationIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
214
212
|
export declare const IssuerIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
215
213
|
export declare const ItalicIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
216
214
|
export declare const KeyIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
217
215
|
export declare const LanguagesIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
218
216
|
export declare const LayersIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
217
|
+
export declare const LayoutIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
219
218
|
export declare const LayoutBottomIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
220
219
|
export declare const LayoutCenterIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
221
220
|
export declare const LayoutLeftIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
222
221
|
export declare const LayoutRightIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
223
222
|
export declare const LayoutTopIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
224
|
-
export declare const LayoutIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
225
223
|
export declare const LifeBuoyIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
226
224
|
export declare const LightningIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
225
|
+
export declare const LinkIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
227
226
|
/** @deprecated */
|
|
228
227
|
export declare const Link2Icon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
229
228
|
export declare const LinkTiltedIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
230
|
-
export declare const LinkIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
231
229
|
export declare const ListIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
232
230
|
export declare const ListNumberedIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
233
231
|
export declare const LoaderIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -235,24 +233,25 @@ export declare const LockIcon: React.ForwardRefExoticComponent<Omit<IIconProps,
|
|
|
235
233
|
export declare const LogInIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
236
234
|
export declare const LogOutIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
237
235
|
export declare const MailIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
238
|
-
export declare const MapPinIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
239
236
|
export declare const MapIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
240
|
-
export declare const
|
|
237
|
+
export declare const MapPinIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
241
238
|
export declare const MaximizeIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
239
|
+
export declare const Maximize2Icon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
242
240
|
export declare const MedalIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
243
241
|
export declare const MegaphoneIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
244
242
|
export declare const MehIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
245
243
|
export declare const MenuIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
244
|
+
/** @deprecated */
|
|
246
245
|
export declare const MessageCircleIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
247
246
|
export declare const MessageSquareIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
248
|
-
export declare const MicOffIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
249
247
|
export declare const MicIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
250
|
-
export declare const
|
|
248
|
+
export declare const MicOffIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
251
249
|
export declare const MinimizeIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
250
|
+
export declare const Minimize2Icon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
251
|
+
export declare const MinusIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
252
252
|
export declare const MinusCircleIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
253
253
|
/** @deprecated */
|
|
254
254
|
export declare const MinusSquareIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
255
|
-
export declare const MinusIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
256
255
|
export declare const MonitorIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
257
256
|
export declare const MoonIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
258
257
|
export declare const MoreHorizontalIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -260,19 +259,21 @@ export declare const MoreVerticalIcon: React.ForwardRefExoticComponent<Omit<IIco
|
|
|
260
259
|
export declare const MousePointerIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
261
260
|
export declare const MoveIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
262
261
|
export declare const MusicIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
263
|
-
export declare const Navigation2Icon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
264
262
|
export declare const NavigationIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
263
|
+
/** @deprecated */
|
|
264
|
+
export declare const Navigation2Icon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
265
265
|
export declare const OctagonIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
266
266
|
export declare const OrganizationIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
267
267
|
export declare const PackageIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
268
268
|
export declare const PageBackgroundIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
269
|
-
export declare const PaintBrushIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
270
269
|
export declare const PaintIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
270
|
+
export declare const PaintBrushIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
271
271
|
export declare const PaperclipIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
272
|
-
export declare const PauseCircleIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
273
272
|
export declare const PauseIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
273
|
+
export declare const PauseCircleIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
274
274
|
export declare const PenToolIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
275
275
|
export declare const PercentIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
276
|
+
export declare const PhoneIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
276
277
|
export declare const PhoneCallIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
277
278
|
export declare const PhoneForwardedIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
278
279
|
export declare const PhoneIncomingIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -280,16 +281,17 @@ export declare const PhoneMissedIcon: React.ForwardRefExoticComponent<Omit<IIcon
|
|
|
280
281
|
export declare const PhoneOffIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
281
282
|
export declare const PhoneOutgoingIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
282
283
|
export declare const PhoneStandardIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
283
|
-
export declare const PhoneIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
284
284
|
export declare const PieChartIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
285
|
-
export declare const PlayCircleIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
286
285
|
export declare const PlayIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
286
|
+
export declare const PlayCircleIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
287
|
+
export declare const PlusIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
287
288
|
export declare const PlusCircleIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
289
|
+
/** @deprecated */
|
|
288
290
|
export declare const PlusSquareIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
289
|
-
export declare const PlusIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
290
291
|
export declare const PowerIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
291
292
|
export declare const PrinterIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
292
293
|
export declare const RadioIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
294
|
+
/** @deprecated */
|
|
293
295
|
export declare const RecoveryCodeIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
294
296
|
export declare const RefreshCcwIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
295
297
|
export declare const RefreshCwIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -307,10 +309,10 @@ export declare const SecurityIcon: React.ForwardRefExoticComponent<Omit<IIconPro
|
|
|
307
309
|
export declare const SendIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
308
310
|
export declare const ServerIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
309
311
|
export declare const SettingsIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
310
|
-
export declare const Share2Icon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
311
312
|
export declare const ShareIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
312
|
-
export declare const
|
|
313
|
+
export declare const Share2Icon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
313
314
|
export declare const ShieldIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
315
|
+
export declare const ShieldOffIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
314
316
|
export declare const ShoppingBagIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
315
317
|
export declare const ShoppingCartIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
316
318
|
export declare const ShuffleIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -328,8 +330,9 @@ export declare const SpeakerIcon: React.ForwardRefExoticComponent<Omit<IIconProp
|
|
|
328
330
|
export declare const SquareIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
329
331
|
export declare const StarIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
330
332
|
export declare const StopCircleIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
331
|
-
export declare const Store2Icon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
332
333
|
export declare const StoreIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
334
|
+
/** @deprecated */
|
|
335
|
+
export declare const Store2Icon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
333
336
|
export declare const SunIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
334
337
|
export declare const SunriseIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
335
338
|
export declare const SunsetIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -355,39 +358,49 @@ export declare const TypeIcon: React.ForwardRefExoticComponent<Omit<IIconProps,
|
|
|
355
358
|
export declare const UmbrellaIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
356
359
|
export declare const UnderlineIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
357
360
|
export declare const UnlockIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
358
|
-
export declare const UploadCloudIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
359
361
|
export declare const UploadIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
362
|
+
export declare const UploadCloudIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
363
|
+
export declare const UserIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
360
364
|
export declare const UserCheckIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
365
|
+
export declare const UsergroupIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
361
366
|
export declare const UserMinusIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
362
367
|
export declare const UserPlusIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
363
|
-
export declare const UserXIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
364
|
-
export declare const UserIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
365
|
-
export declare const UsergroupIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
366
368
|
export declare const UsersIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
367
|
-
export declare const
|
|
369
|
+
export declare const UserXIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
368
370
|
export declare const VideoIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
371
|
+
/** @deprecated */
|
|
372
|
+
export declare const VideoOffIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
369
373
|
export declare const VoicemailIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
374
|
+
export declare const VolumeIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
370
375
|
export declare const Volume1Icon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
371
376
|
export declare const Volume2Icon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
372
377
|
export declare const VolumeXIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
373
|
-
export declare const VolumeIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
374
378
|
export declare const WatchIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
379
|
+
export declare const WebAuthnIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
375
380
|
/** @deprecated */
|
|
376
381
|
export declare const WebAuthnPlatformIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
377
|
-
export declare const WebAuthnIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
378
|
-
export declare const Widget2Icon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
379
382
|
export declare const WidgetIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
380
|
-
export declare const
|
|
383
|
+
export declare const Widget2Icon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
381
384
|
export declare const WifiIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
385
|
+
export declare const WifiOffIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
382
386
|
export declare const WindIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
383
|
-
export declare const
|
|
387
|
+
export declare const XIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
384
388
|
export declare const XCircleIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
389
|
+
export declare const XCircleFilledIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
390
|
+
export declare const XLargeIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
385
391
|
/** @deprecated */
|
|
386
392
|
export declare const XOctagonIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
393
|
+
/** @deprecated */
|
|
387
394
|
export declare const XSquareIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
388
|
-
export declare const XIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
389
|
-
export declare const XLargeIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
390
|
-
export declare const ZapOffIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
391
395
|
export declare const ZapIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
396
|
+
export declare const ZapOffIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
392
397
|
export declare const ZoomInIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
393
398
|
export declare const ZoomOutIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
399
|
+
/** @deprecated use BorderRoundIcon */
|
|
400
|
+
export declare const BorderRoundedIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
401
|
+
/** @deprecated use BrowserIcon */
|
|
402
|
+
export declare const BrowsersIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
403
|
+
/** @deprecated */
|
|
404
|
+
export declare const CodesandboxIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
405
|
+
/** @deprecated use GithubIcon */
|
|
406
|
+
export declare const GitHubIcon: React.ForwardRefExoticComponent<Omit<IIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|