foamicons 0.9.5 → 0.9.7

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/dist/index.d.cts CHANGED
@@ -501,6 +501,51 @@ declare const ArrowDownDuotone: FoamIcon;
501
501
  */
502
502
  declare const ArrowDownFill: FoamIcon;
503
503
 
504
+ /**
505
+ * @component @name ArrowDownLeftDuotone
506
+ * @description Foamicon SVG icon component, renders a `<svg>` element
507
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNzc4MjMgMTEuMzYzOEw1LjA5Mjc4IDExLjM2MzhDNC44MTY2MyAxMS4zNjM4IDQuNTkyNzggMTEuMTQgNC41OTI3OCAxMC44NjM4TDQuNTkyNzggNi4xNzgzNyIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNS4wNjM5MiAxMC44OTI2TDEwLjk1NjUgNS4wMDAwMiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K)
508
+ * @see https://foamicons.com/icons/arrow-down-left-duotone
509
+ *
510
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
511
+ * @param {number | string} [props.size=16] - Icon size (width and height)
512
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
513
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
514
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
515
+ * @returns {React.ReactElement} SVG icon element
516
+ */
517
+ declare const ArrowDownLeftDuotone: FoamIcon;
518
+
519
+ /**
520
+ * @component @name ArrowDownLeftFill
521
+ * @description Foamicon SVG icon component, renders a `<svg>` element
522
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNzc4MjMgMTEuMzYzOEw1LjA5Mjc4IDExLjM2MzhDNC44MTY2MyAxMS4zNjM4IDQuNTkyNzggMTEuMTQgNC41OTI3OCAxMC44NjM4TDQuNTkyNzggNi4xNzgzNyIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNS4wNjM5MiAxMC44OTI2TDEwLjk1NjUgNS4wMDAwMiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K)
523
+ * @see https://foamicons.com/icons/arrow-down-left-fill
524
+ *
525
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
526
+ * @param {number | string} [props.size=16] - Icon size (width and height)
527
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
528
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
529
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
530
+ * @returns {React.ReactElement} SVG icon element
531
+ */
532
+ declare const ArrowDownLeftFill: FoamIcon;
533
+
534
+ /**
535
+ * @component @name ArrowDownLeft
536
+ * @description Foamicon SVG icon component, renders a `<svg>` element
537
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNzc4MjIgMTEuMzYzOEw1LjA5Mjc3IDExLjM2MzhDNC44MTY2MyAxMS4zNjM4IDQuNTkyNzcgMTEuMTQgNC41OTI3NyAxMC44NjM4TDQuNTkyNzcgNi4xNzgzNyIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNS4wNjM5MiAxMC44OTI2TDEwLjk1NjUgNS4wMDAwMiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K)
538
+ * @see https://foamicons.com/icons/arrow-down-left
539
+ *
540
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
541
+ * @param {number | string} [props.size=16] - Icon size (width and height)
542
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
543
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
544
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
545
+ * @returns {React.ReactElement} SVG icon element
546
+ */
547
+ declare const ArrowDownLeft: FoamIcon;
548
+
504
549
  /**
505
550
  * @component @name ArrowDownNarrowWideDuotone
506
551
  * @description Foamicon SVG icon component, renders a `<svg>` element
@@ -546,6 +591,51 @@ declare const ArrowDownNarrowWideFill: FoamIcon;
546
591
  */
547
592
  declare const ArrowDownNarrowWide: FoamIcon;
548
593
 
594
+ /**
595
+ * @component @name ArrowDownRightDuotone
596
+ * @description Foamicon SVG icon component, renders a `<svg>` element
597
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjM2MzggNi4xNzgyN0wxMS4zNjM4IDEwLjg2MzdDMTEuMzYzOCAxMS4xMzk5IDExLjEzOTkgMTEuMzYzNyAxMC44NjM4IDExLjM2MzdMNi4xNzgzNSAxMS4zNjM3IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMC44OTI2IDEwLjg5MjZMNSA1LjAwMDAyIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=)
598
+ * @see https://foamicons.com/icons/arrow-down-right-duotone
599
+ *
600
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
601
+ * @param {number | string} [props.size=16] - Icon size (width and height)
602
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
603
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
604
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
605
+ * @returns {React.ReactElement} SVG icon element
606
+ */
607
+ declare const ArrowDownRightDuotone: FoamIcon;
608
+
609
+ /**
610
+ * @component @name ArrowDownRightFill
611
+ * @description Foamicon SVG icon component, renders a `<svg>` element
612
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjM2MzggNi4xNzgyN0wxMS4zNjM4IDEwLjg2MzdDMTEuMzYzOCAxMS4xMzk5IDExLjEzOTkgMTEuMzYzNyAxMC44NjM4IDExLjM2MzdMNi4xNzgzNCAxMS4zNjM3IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMC44OTI1IDEwLjg5MjZMNC45OTk5OSA1LjAwMDAyIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=)
613
+ * @see https://foamicons.com/icons/arrow-down-right-fill
614
+ *
615
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
616
+ * @param {number | string} [props.size=16] - Icon size (width and height)
617
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
618
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
619
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
620
+ * @returns {React.ReactElement} SVG icon element
621
+ */
622
+ declare const ArrowDownRightFill: FoamIcon;
623
+
624
+ /**
625
+ * @component @name ArrowDownRight
626
+ * @description Foamicon SVG icon component, renders a `<svg>` element
627
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjM2MzggNi4xNzgyN0wxMS4zNjM4IDEwLjg2MzdDMTEuMzYzOCAxMS4xMzk5IDExLjEzOTkgMTEuMzYzNyAxMC44NjM4IDExLjM2MzdMNi4xNzgzNSAxMS4zNjM3IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMC44OTI2IDEwLjg5MjZMNSA1LjAwMDAyIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=)
628
+ * @see https://foamicons.com/icons/arrow-down-right
629
+ *
630
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
631
+ * @param {number | string} [props.size=16] - Icon size (width and height)
632
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
633
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
634
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
635
+ * @returns {React.ReactElement} SVG icon element
636
+ */
637
+ declare const ArrowDownRight: FoamIcon;
638
+
549
639
  /**
550
640
  * @component @name ArrowDownUpDuotone
551
641
  * @description Foamicon SVG icon component, renders a `<svg>` element
@@ -1041,6 +1131,51 @@ declare const ArrowUpDuotone: FoamIcon;
1041
1131
  */
1042
1132
  declare const ArrowUpFill: FoamIcon;
1043
1133
 
1134
+ /**
1135
+ * @component @name ArrowUpLeftDuotone
1136
+ * @description Foamicon SVG icon component, renders a `<svg>` element
1137
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNTkyNzIgOS43NzgyN0w0LjU5MjczIDUuMDkyODJDNC41OTI3MyA0LjgxNjY4IDQuODE2NTggNC41OTI4MiA1LjA5MjczIDQuNTkyODJMOS43NzgxOCA0LjU5MjgyIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik01LjA2Mzk2IDUuMDYzOTZMMTAuOTU2NSAxMC45NTY1IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=)
1138
+ * @see https://foamicons.com/icons/arrow-up-left-duotone
1139
+ *
1140
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
1141
+ * @param {number | string} [props.size=16] - Icon size (width and height)
1142
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
1143
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
1144
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
1145
+ * @returns {React.ReactElement} SVG icon element
1146
+ */
1147
+ declare const ArrowUpLeftDuotone: FoamIcon;
1148
+
1149
+ /**
1150
+ * @component @name ArrowUpLeftFill
1151
+ * @description Foamicon SVG icon component, renders a `<svg>` element
1152
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNTkyNzIgOS43NzgyN0w0LjU5MjczIDUuMDkyODJDNC41OTI3MyA0LjgxNjY4IDQuODE2NTggNC41OTI4MiA1LjA5MjczIDQuNTkyODJMOS43NzgxOCA0LjU5MjgyIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik01LjA2Mzk2IDUuMDYzOTZMMTAuOTU2NSAxMC45NTY1IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=)
1153
+ * @see https://foamicons.com/icons/arrow-up-left-fill
1154
+ *
1155
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
1156
+ * @param {number | string} [props.size=16] - Icon size (width and height)
1157
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
1158
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
1159
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
1160
+ * @returns {React.ReactElement} SVG icon element
1161
+ */
1162
+ declare const ArrowUpLeftFill: FoamIcon;
1163
+
1164
+ /**
1165
+ * @component @name ArrowUpLeft
1166
+ * @description Foamicon SVG icon component, renders a `<svg>` element
1167
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNTkyNzIgOS43NzgyN0w0LjU5MjczIDUuMDkyODJDNC41OTI3MyA0LjgxNjY4IDQuODE2NTggNC41OTI4MiA1LjA5MjczIDQuNTkyODJMOS43NzgxOCA0LjU5MjgyIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik01LjA2Mzk2IDUuMDYzOTZMMTAuOTU2NSAxMC45NTY1IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=)
1168
+ * @see https://foamicons.com/icons/arrow-up-left
1169
+ *
1170
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
1171
+ * @param {number | string} [props.size=16] - Icon size (width and height)
1172
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
1173
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
1174
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
1175
+ * @returns {React.ReactElement} SVG icon element
1176
+ */
1177
+ declare const ArrowUpLeft: FoamIcon;
1178
+
1044
1179
  /**
1045
1180
  * @component @name ArrowUpNarrowWideDuotone
1046
1181
  * @description Foamicon SVG icon component, renders a `<svg>` element
@@ -1086,6 +1221,51 @@ declare const ArrowUpNarrowWideFill: FoamIcon;
1086
1221
  */
1087
1222
  declare const ArrowUpNarrowWide: FoamIcon;
1088
1223
 
1224
+ /**
1225
+ * @component @name ArrowUpRightDuotone
1226
+ * @description Foamicon SVG icon component, renders a `<svg>` element
1227
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMTc4MzQgNC41OTI3MkwxMC44NjM4IDQuNTkyNzJDMTEuMTM5OSA0LjU5MjcyIDExLjM2MzggNC44MTY1OCAxMS4zNjM4IDUuMDkyNzJWOS43NzgxNyIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTAuODkyNiA1LjA2Mzk2TDUuMDAwMDEgMTAuOTU2NSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K)
1228
+ * @see https://foamicons.com/icons/arrow-up-right-duotone
1229
+ *
1230
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
1231
+ * @param {number | string} [props.size=16] - Icon size (width and height)
1232
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
1233
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
1234
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
1235
+ * @returns {React.ReactElement} SVG icon element
1236
+ */
1237
+ declare const ArrowUpRightDuotone: FoamIcon;
1238
+
1239
+ /**
1240
+ * @component @name ArrowUpRightFill
1241
+ * @description Foamicon SVG icon component, renders a `<svg>` element
1242
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMTc4MzUgNC41OTI3MkwxMC44NjM4IDQuNTkyNzJDMTEuMTM5OSA0LjU5MjcyIDExLjM2MzggNC44MTY1OCAxMS4zNjM4IDUuMDkyNzJWOS43NzgxNyIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTAuODkyNiA1LjA2Mzk2TDUuMDAwMDEgMTAuOTU2NSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K)
1243
+ * @see https://foamicons.com/icons/arrow-up-right-fill
1244
+ *
1245
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
1246
+ * @param {number | string} [props.size=16] - Icon size (width and height)
1247
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
1248
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
1249
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
1250
+ * @returns {React.ReactElement} SVG icon element
1251
+ */
1252
+ declare const ArrowUpRightFill: FoamIcon;
1253
+
1254
+ /**
1255
+ * @component @name ArrowUpRight
1256
+ * @description Foamicon SVG icon component, renders a `<svg>` element
1257
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMTc4MzQgNC41OTI3MkwxMC44NjM4IDQuNTkyNzJDMTEuMTM5OSA0LjU5MjcyIDExLjM2MzggNC44MTY1OCAxMS4zNjM4IDUuMDkyNzJWOS43NzgxNyIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTAuODkyNiA1LjA2Mzk2TDUgMTAuOTU2NSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K)
1258
+ * @see https://foamicons.com/icons/arrow-up-right
1259
+ *
1260
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
1261
+ * @param {number | string} [props.size=16] - Icon size (width and height)
1262
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
1263
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
1264
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
1265
+ * @returns {React.ReactElement} SVG icon element
1266
+ */
1267
+ declare const ArrowUpRight: FoamIcon;
1268
+
1089
1269
  /**
1090
1270
  * @component @name ArrowUpWideNarrowDuotone
1091
1271
  * @description Foamicon SVG icon component, renders a `<svg>` element
@@ -1866,6 +2046,96 @@ declare const CircleAlertFill: FoamIcon;
1866
2046
  */
1867
2047
  declare const CircleAlert: FoamIcon;
1868
2048
 
2049
+ /**
2050
+ * @component @name CircleCheckboxDuotone
2051
+ * @description Foamicon SVG icon component, renders a `<svg>` element
2052
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjYiIGZpbGw9ImN1cnJlbnRDb2xvciIgZmlsbC1vcGFjaXR5PSIwLjI1IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMC42NzE5IDUuNzY1NjNMNy41MTYwNCAxMC4xMDQ5QzcuMzM1MzMgMTAuMzUzNCA2Ljk3NTM3IDEwLjM4MTYgNi43NTgxMiAxMC4xNjQ0TDUuNDIxODggOC44MjgxMiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K)
2053
+ * @see https://foamicons.com/icons/circle-checkbox-duotone
2054
+ *
2055
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
2056
+ * @param {number | string} [props.size=16] - Icon size (width and height)
2057
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
2058
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
2059
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
2060
+ * @returns {React.ReactElement} SVG icon element
2061
+ */
2062
+ declare const CircleCheckboxDuotone: FoamIcon;
2063
+
2064
+ /**
2065
+ * @component @name CircleCheckboxFill
2066
+ * @description Foamicon SVG icon component, renders a `<svg>` element
2067
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjYiIGZpbGw9ImN1cnJlbnRDb2xvciIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTAuNjcxOSA1Ljc2NTYzTDcuNTE2MDQgMTAuMTA0OUM3LjMzNTMzIDEwLjM1MzQgNi45NzUzNyAxMC4zODE2IDYuNzU4MTIgMTAuMTY0NEw1LjQyMTg4IDguODI4MTIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K)
2068
+ * @see https://foamicons.com/icons/circle-checkbox-fill
2069
+ *
2070
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
2071
+ * @param {number | string} [props.size=16] - Icon size (width and height)
2072
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
2073
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
2074
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
2075
+ * @returns {React.ReactElement} SVG icon element
2076
+ */
2077
+ declare const CircleCheckboxFill: FoamIcon;
2078
+
2079
+ /**
2080
+ * @component @name CircleCheckbox
2081
+ * @description Foamicon SVG icon component, renders a `<svg>` element
2082
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjYiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEwLjY3MTkgNS43NjU2M0w3LjUxNjA0IDEwLjEwNDlDNy4zMzUzMyAxMC4zNTM0IDYuOTc1MzcgMTAuMzgxNiA2Ljc1ODEyIDEwLjE2NDRMNS40MjE4OCA4LjgyODEyIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=)
2083
+ * @see https://foamicons.com/icons/circle-checkbox
2084
+ *
2085
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
2086
+ * @param {number | string} [props.size=16] - Icon size (width and height)
2087
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
2088
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
2089
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
2090
+ * @returns {React.ReactElement} SVG icon element
2091
+ */
2092
+ declare const CircleCheckbox: FoamIcon;
2093
+
2094
+ /**
2095
+ * @component @name CircleDashedDuotone
2096
+ * @description Foamicon SVG icon component, renders a `<svg>` element
2097
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjYiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1kYXNoYXJyYXk9IjIgMiIvPgo8L3N2Zz4K)
2098
+ * @see https://foamicons.com/icons/circle-dashed-duotone
2099
+ *
2100
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
2101
+ * @param {number | string} [props.size=16] - Icon size (width and height)
2102
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
2103
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
2104
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
2105
+ * @returns {React.ReactElement} SVG icon element
2106
+ */
2107
+ declare const CircleDashedDuotone: FoamIcon;
2108
+
2109
+ /**
2110
+ * @component @name CircleDashedFill
2111
+ * @description Foamicon SVG icon component, renders a `<svg>` element
2112
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjYiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1kYXNoYXJyYXk9IjIgMiIvPgo8L3N2Zz4K)
2113
+ * @see https://foamicons.com/icons/circle-dashed-fill
2114
+ *
2115
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
2116
+ * @param {number | string} [props.size=16] - Icon size (width and height)
2117
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
2118
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
2119
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
2120
+ * @returns {React.ReactElement} SVG icon element
2121
+ */
2122
+ declare const CircleDashedFill: FoamIcon;
2123
+
2124
+ /**
2125
+ * @component @name CircleDashed
2126
+ * @description Foamicon SVG icon component, renders a `<svg>` element
2127
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjYiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1kYXNoYXJyYXk9IjIgMiIvPgo8L3N2Zz4K)
2128
+ * @see https://foamicons.com/icons/circle-dashed
2129
+ *
2130
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
2131
+ * @param {number | string} [props.size=16] - Icon size (width and height)
2132
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
2133
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
2134
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
2135
+ * @returns {React.ReactElement} SVG icon element
2136
+ */
2137
+ declare const CircleDashed: FoamIcon;
2138
+
1869
2139
  /**
1870
2140
  * @component @name CircleDollarSignDuotone
1871
2141
  * @description Foamicon SVG icon component, renders a `<svg>` element
@@ -1911,6 +2181,126 @@ declare const CircleDollarSignFill: FoamIcon;
1911
2181
  */
1912
2182
  declare const CircleDollarSign: FoamIcon;
1913
2183
 
2184
+ /**
2185
+ * @component @name CircleDuotone
2186
+ * @description Foamicon SVG icon component, renders a `<svg>` element
2187
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjYiIGZpbGw9ImN1cnJlbnRDb2xvciIgZmlsbC1vcGFjaXR5PSIwLjI1IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=)
2188
+ * @see https://foamicons.com/icons/circle-duotone
2189
+ *
2190
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
2191
+ * @param {number | string} [props.size=16] - Icon size (width and height)
2192
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
2193
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
2194
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
2195
+ * @returns {React.ReactElement} SVG icon element
2196
+ */
2197
+ declare const CircleDuotone: FoamIcon;
2198
+
2199
+ /**
2200
+ * @component @name CircleFill
2201
+ * @description Foamicon SVG icon component, renders a `<svg>` element
2202
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjYiIGZpbGw9ImN1cnJlbnRDb2xvciIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K)
2203
+ * @see https://foamicons.com/icons/circle-fill
2204
+ *
2205
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
2206
+ * @param {number | string} [props.size=16] - Icon size (width and height)
2207
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
2208
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
2209
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
2210
+ * @returns {React.ReactElement} SVG icon element
2211
+ */
2212
+ declare const CircleFill: FoamIcon;
2213
+
2214
+ /**
2215
+ * @component @name CircleOverlapDuotone
2216
+ * @description Foamicon SVG icon component, renders a `<svg>` element
2217
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMTkyMzggNS4xOTIzOEM1LjA2Njk1IDUuNjA2MTUgNSA2LjA0NTI3IDUgNi41QzUgOC45ODUyOCA3LjAxNDcyIDExIDkuNSAxMUM5Ljk1NDUgMTEgMTAuMzkzMSAxMC45MzIgMTAuODA2NiAxMC44MDY2QzEwLjI0NjcgMTIuNjU0NiA4LjUzMDc4IDE0IDYuNSAxNEM0LjAxNDcyIDE0IDIgMTEuOTg1MyAyIDkuNUMyIDcuNDY5NDUgMy4zNDQ3NSA1Ljc1MjUxIDUuMTkyMzggNS4xOTIzOFpNOS41IDJDMTEuOTg1MyAyIDE0IDQuMDE0NzIgMTQgNi41QzE0IDguNTMwNzggMTIuNjU0NiAxMC4yNDY3IDEwLjgwNjYgMTAuODA2NkMxMC45MzIgMTAuMzkzMSAxMSA5Ljk1NDUgMTEgOS41QzExIDcuMDE0NzIgOC45ODUyOCA1IDYuNSA1QzYuMDQ1MjcgNSA1LjYwNjE1IDUuMDY2OTUgNS4xOTIzOCA1LjE5MjM4QzUuNzUyNTEgMy4zNDQ3NSA3LjQ2OTQ1IDIgOS41IDJaIiBmaWxsPSJjdXJyZW50Q29sb3IiIGZpbGwtb3BhY2l0eT0iMC4yNSIvPgo8Y2lyY2xlIGN4PSI5LjUiIGN5PSI2LjUiIHI9IjQuNSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8Y2lyY2xlIGN4PSI2LjUiIGN5PSI5LjUiIHI9IjQuNSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNS41IDhMOCA1LjUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTggMTAuNUwxMC41IDgiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTYuNSA5LjVMOS41IDYuNSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K)
2218
+ * @see https://foamicons.com/icons/circle-overlap-duotone
2219
+ *
2220
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
2221
+ * @param {number | string} [props.size=16] - Icon size (width and height)
2222
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
2223
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
2224
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
2225
+ * @returns {React.ReactElement} SVG icon element
2226
+ */
2227
+ declare const CircleOverlapDuotone: FoamIcon;
2228
+
2229
+ /**
2230
+ * @component @name CircleOverlapFill
2231
+ * @description Foamicon SVG icon component, renders a `<svg>` element
2232
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMTkyMzggNS4xOTIzOEM1LjA2Njk1IDUuNjA2MTUgNSA2LjA0NTI3IDUgNi41QzUgOC45ODUyOCA3LjAxNDcyIDExIDkuNSAxMUM5Ljk1NDUgMTEgMTAuMzkzMSAxMC45MzIgMTAuODA2NiAxMC44MDY2QzEwLjI0NjcgMTIuNjU0NiA4LjUzMDc4IDE0IDYuNSAxNEM0LjAxNDcyIDE0IDIgMTEuOTg1MyAyIDkuNUMyIDcuNDY5NDUgMy4zNDQ3NSA1Ljc1MjUxIDUuMTkyMzggNS4xOTIzOFpNOS41IDJDMTEuOTg1MyAyIDE0IDQuMDE0NzIgMTQgNi41QzE0IDguNTMwNzggMTIuNjU0NiAxMC4yNDY3IDEwLjgwNjYgMTAuODA2NkMxMC45MzIgMTAuMzkzMSAxMSA5Ljk1NDUgMTEgOS41QzExIDcuMDE0NzIgOC45ODUyOCA1IDYuNSA1QzYuMDQ1MjcgNSA1LjYwNjE1IDUuMDY2OTUgNS4xOTIzOCA1LjE5MjM4QzUuNzUyNTEgMy4zNDQ3NSA3LjQ2OTQ1IDIgOS41IDJaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPGNpcmNsZSBjeD0iOS41IiBjeT0iNi41IiByPSI0LjUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPGNpcmNsZSBjeD0iNi41IiBjeT0iOS41IiByPSI0LjUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTUuNSA4TDggNS41IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik04IDEwLjVMMTAuNSA4IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik02LjUgOS41TDkuNSA2LjUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==)
2233
+ * @see https://foamicons.com/icons/circle-overlap-fill
2234
+ *
2235
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
2236
+ * @param {number | string} [props.size=16] - Icon size (width and height)
2237
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
2238
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
2239
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
2240
+ * @returns {React.ReactElement} SVG icon element
2241
+ */
2242
+ declare const CircleOverlapFill: FoamIcon;
2243
+
2244
+ /**
2245
+ * @component @name CircleOverlap
2246
+ * @description Foamicon SVG icon component, renders a `<svg>` element
2247
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOS41IiBjeT0iNi41IiByPSI0LjUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPGNpcmNsZSBjeD0iNi41IiBjeT0iOS41IiByPSI0LjUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTUuNSA4TDggNS41IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik04IDEwLjVMMTAuNSA4IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik02LjUgOS41TDkuNSA2LjUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==)
2248
+ * @see https://foamicons.com/icons/circle-overlap
2249
+ *
2250
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
2251
+ * @param {number | string} [props.size=16] - Icon size (width and height)
2252
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
2253
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
2254
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
2255
+ * @returns {React.ReactElement} SVG icon element
2256
+ */
2257
+ declare const CircleOverlap: FoamIcon;
2258
+
2259
+ /**
2260
+ * @component @name CirclePlusDuotone
2261
+ * @description Foamicon SVG icon component, renders a `<svg>` element
2262
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjYiIGZpbGw9ImN1cnJlbnRDb2xvciIgZmlsbC1vcGFjaXR5PSIwLjI1IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik03Ljg3NSA1LjEyNVYxMS4xMjUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEwLjg3NSA4LjEyNUw0Ljg3NSA4LjEyNSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K)
2263
+ * @see https://foamicons.com/icons/circle-plus-duotone
2264
+ *
2265
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
2266
+ * @param {number | string} [props.size=16] - Icon size (width and height)
2267
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
2268
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
2269
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
2270
+ * @returns {React.ReactElement} SVG icon element
2271
+ */
2272
+ declare const CirclePlusDuotone: FoamIcon;
2273
+
2274
+ /**
2275
+ * @component @name CirclePlusFill
2276
+ * @description Foamicon SVG icon component, renders a `<svg>` element
2277
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjYiIGZpbGw9ImN1cnJlbnRDb2xvciIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNy44NzUgNS4xMjVWMTEuMTI1IiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEwLjg3NSA4LjEyNUw0Ljg3NSA4LjEyNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=)
2278
+ * @see https://foamicons.com/icons/circle-plus-fill
2279
+ *
2280
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
2281
+ * @param {number | string} [props.size=16] - Icon size (width and height)
2282
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
2283
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
2284
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
2285
+ * @returns {React.ReactElement} SVG icon element
2286
+ */
2287
+ declare const CirclePlusFill: FoamIcon;
2288
+
2289
+ /**
2290
+ * @component @name CirclePlus
2291
+ * @description Foamicon SVG icon component, renders a `<svg>` element
2292
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjYiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTcuODc1IDUuMTI1VjExLjEyNSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTAuODc1IDguMTI1TDQuODc1IDguMTI1IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=)
2293
+ * @see https://foamicons.com/icons/circle-plus
2294
+ *
2295
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
2296
+ * @param {number | string} [props.size=16] - Icon size (width and height)
2297
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
2298
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
2299
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
2300
+ * @returns {React.ReactElement} SVG icon element
2301
+ */
2302
+ declare const CirclePlus: FoamIcon;
2303
+
1914
2304
  /**
1915
2305
  * @component @name CircleQuestionMarkDuotone
1916
2306
  * @description Foamicon SVG icon component, renders a `<svg>` element
@@ -2001,6 +2391,21 @@ declare const CircleXFill: FoamIcon;
2001
2391
  */
2002
2392
  declare const CircleX: FoamIcon;
2003
2393
 
2394
+ /**
2395
+ * @component @name Circle
2396
+ * @description Foamicon SVG icon component, renders a `<svg>` element
2397
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjYiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==)
2398
+ * @see https://foamicons.com/icons/circle
2399
+ *
2400
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
2401
+ * @param {number | string} [props.size=16] - Icon size (width and height)
2402
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
2403
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
2404
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
2405
+ * @returns {React.ReactElement} SVG icon element
2406
+ */
2407
+ declare const Circle: FoamIcon;
2408
+
2004
2409
  /**
2005
2410
  * @component @name ClipboardListDuotone
2006
2411
  * @description Foamicon SVG icon component, renders a `<svg>` element
@@ -3156,6 +3561,51 @@ declare const FileDuotone: FoamIcon;
3156
3561
  */
3157
3562
  declare const FileFill: FoamIcon;
3158
3563
 
3564
+ /**
3565
+ * @component @name FileImageDuotone
3566
+ * @description Foamicon SVG icon component, renders a `<svg>` element
3567
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuMDIwNTEgMTAuOTc2NEw0LjEzNzQzIDkuNjkxOTZDNC44ODk3NiA4LjgyNjc4IDYuMjUxNTkgOC44ODcyIDYuOTI0MzUgOS44MTU2TDcuMDcyMTkgMTAuMDE5NkM3LjQ4NTEzIDEwLjU4OTUgOC4yNDMxOSAxMC43ODgxIDguODgyNTMgMTAuNDk0QzkuNTEwMTQgMTAuMjA1MyAxMC4yNTQgMTAuMzkxIDEwLjY3MjMgMTAuOTQwOEwxMi43NDcxIDEzLjY2NzdDMTIuOTA5MSAxMy44ODA2IDEyLjk4MDUgMTQuMTQ4OCAxMi45NDU3IDE0LjQxNDFDMTIuOTQ1NyAxNC40MTQxIDEyLjU1MjMgMTQuNjUyOCAxMi40NjI4IDE0LjY5MDVDMTEuNDY4NSAxNC44MjM1IDkuODQyOTIgMTUgOC4yMTczOSAxNUM2LjczNDI4IDE1IDUuMjUxMTcgMTQuODUzMSA0LjI0NzQzIDE0LjcyNjNDMy41MjQwOSAxNC42MzQ5IDMgMTQuMDEzMyAzIDEzLjI4NDJWMTEuMDMxMkMzIDExLjAxMTEgMy4wMDcyOCAxMC45OTE2IDMuMDIwNTEgMTAuOTc2NFoiIGZpbGw9ImN1cnJlbnRDb2xvciIgZmlsbC1vcGFjaXR5PSIwLjI1Ii8+CjxwYXRoIGQ9Ik0xMyAxNEwxMC40NDE5IDEwLjYzOEMxMC4xNTgzIDEwLjI2NTIgOS42NTM4MSAxMC4xMzkyIDkuMjI4MjEgMTAuMzM1TDguNTI4NSAxMC42NTY5QzguMDk0OTQgMTAuODU2MyA3LjU4MDg4IDEwLjcyMTYgNy4zMDA4NSAxMC4zMzUyTDYuMzQ3MiA5LjAxOTEzQzUuOTY5NTcgOC40OTggNS4yMDUxNCA4LjQ2NDA5IDQuNzgyODQgOC45NDk3M0wzLjAyMDUxIDEwLjk3NjRDMy4wMDcyOCAxMC45OTE2IDMgMTEuMDExMSAzIDExLjAzMTIiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEzIDZWNC41TDkuNSAxSDgiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTMgMkMzIDEuNDQ3NzIgMy40NDc3MiAxIDQgMUg4QzguNTUyMjggMSA5IDEuNDQ3NzIgOSAyVjRDOSA0LjU1MjI4IDkuNDQ3NzIgNSAxMCA1SDEyQzEyLjU1MjMgNSAxMyA1LjQ0NzcyIDEzIDZWMTRDMTMgMTQuNTUyMyAxMi41NTIzIDE1IDEyIDE1SDRDMy40NDc3MiAxNSAzIDE0LjU1MjMgMyAxNFYyWiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiLz4KPGNpcmNsZSBjeD0iNS43NSIgY3k9IjQuNzUiIHI9IjAuNzUiIGZpbGw9ImN1cnJlbnRDb2xvciIvPgo8L3N2Zz4K)
3568
+ * @see https://foamicons.com/icons/file-image-duotone
3569
+ *
3570
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
3571
+ * @param {number | string} [props.size=16] - Icon size (width and height)
3572
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
3573
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
3574
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
3575
+ * @returns {React.ReactElement} SVG icon element
3576
+ */
3577
+ declare const FileImageDuotone: FoamIcon;
3578
+
3579
+ /**
3580
+ * @component @name FileImageFill
3581
+ * @description Foamicon SVG icon component, renders a `<svg>` element
3582
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuMDIwNTEgMTAuOTc2NEw0LjEzNzQzIDkuNjkxOTZDNC44ODk3NiA4LjgyNjc4IDYuMjUxNTkgOC44ODcyIDYuOTI0MzUgOS44MTU2TDcuMDcyMTkgMTAuMDE5NkM3LjQ4NTEzIDEwLjU4OTUgOC4yNDMxOSAxMC43ODgxIDguODgyNTMgMTAuNDk0QzkuNTEwMTQgMTAuMjA1MyAxMC4yNTQgMTAuMzkxIDEwLjY3MjMgMTAuOTQwOEwxMi43NDcxIDEzLjY2NzdDMTIuOTA5MSAxMy44ODA2IDEyLjk4MDUgMTQuMTQ4OCAxMi45NDU3IDE0LjQxNDFDMTIuOTQ1NyAxNC40MTQxIDEyLjU1MjMgMTQuNjUyOCAxMi40NjI4IDE0LjY5MDVDMTEuNDY4NSAxNC44MjM1IDkuODQyOTIgMTUgOC4yMTczOSAxNUM2LjczNDI4IDE1IDUuMjUxMTcgMTQuODUzMSA0LjI0NzQzIDE0LjcyNjNDMy41MjQwOSAxNC42MzQ5IDMgMTQuMDEzMyAzIDEzLjI4NDJWMTEuMDMxMkMzIDExLjAxMTEgMy4wMDcyOCAxMC45OTE2IDMuMDIwNTEgMTAuOTc2NFoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPgo8cGF0aCBkPSJNMTMgMTRMMTAuNDQxOSAxMC42MzhDMTAuMTU4MyAxMC4yNjUyIDkuNjUzODEgMTAuMTM5MiA5LjIyODIxIDEwLjMzNUw4LjUyODUgMTAuNjU2OUM4LjA5NDk0IDEwLjg1NjMgNy41ODA4OCAxMC43MjE2IDcuMzAwODUgMTAuMzM1Mkw2LjM0NzIgOS4wMTkxM0M1Ljk2OTU3IDguNDk4IDUuMjA1MTQgOC40NjQwOSA0Ljc4Mjg0IDguOTQ5NzNMMy4wMjA1MSAxMC45NzY0QzMuMDA3MjggMTAuOTkxNiAzIDExLjAxMTEgMyAxMS4wMzEyIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMyA2VjQuNUw5LjUgMUg4IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0zIDJDMyAxLjQ0NzcyIDMuNDQ3NzIgMSA0IDFIOEM4LjU1MjI4IDEgOSAxLjQ0NzcyIDkgMlY0QzkgNC41NTIyOCA5LjQ0NzcyIDUgMTAgNUgxMkMxMi41NTIzIDUgMTMgNS40NDc3MiAxMyA2VjE0QzEzIDE0LjU1MjMgMTIuNTUyMyAxNSAxMiAxNUg0QzMuNDQ3NzIgMTUgMyAxNC41NTIzIDMgMTRWMloiIHN0cm9rZT0iY3VycmVudENvbG9yIi8+CjxjaXJjbGUgY3g9IjUuNzUiIGN5PSI0Ljc1IiByPSIwLjc1IiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9zdmc+Cg==)
3583
+ * @see https://foamicons.com/icons/file-image-fill
3584
+ *
3585
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
3586
+ * @param {number | string} [props.size=16] - Icon size (width and height)
3587
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
3588
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
3589
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
3590
+ * @returns {React.ReactElement} SVG icon element
3591
+ */
3592
+ declare const FileImageFill: FoamIcon;
3593
+
3594
+ /**
3595
+ * @component @name FileImage
3596
+ * @description Foamicon SVG icon component, renders a `<svg>` element
3597
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDE0TDEwLjQ0MTkgMTAuNjM4QzEwLjE1ODMgMTAuMjY1MiA5LjY1MzgxIDEwLjEzOTIgOS4yMjgyMSAxMC4zMzVMOC41Mjg1IDEwLjY1NjlDOC4wOTQ5NCAxMC44NTYzIDcuNTgwODggMTAuNzIxNiA3LjMwMDg1IDEwLjMzNTJMNi4zNDcyIDkuMDE5MTNDNS45Njk1NyA4LjQ5OCA1LjIwNTE0IDguNDY0MDkgNC43ODI4NCA4Ljk0OTczTDMuMDIwNTEgMTAuOTc2NEMzLjAwNzI4IDEwLjk5MTYgMyAxMS4wMTExIDMgMTEuMDMxMiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTMgNlY0LjVMOS41IDFIOCIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMyAyQzMgMS40NDc3MiAzLjQ0NzcyIDEgNCAxSDhDOC41NTIyOCAxIDkgMS40NDc3MiA5IDJWNEM5IDQuNTUyMjggOS40NDc3MiA1IDEwIDVIMTJDMTIuNTUyMyA1IDEzIDUuNDQ3NzIgMTMgNlYxNEMxMyAxNC41NTIzIDEyLjU1MjMgMTUgMTIgMTVINEMzLjQ0NzcyIDE1IDMgMTQuNTUyMyAzIDE0VjJaIiBzdHJva2U9ImN1cnJlbnRDb2xvciIvPgo8Y2lyY2xlIGN4PSI1Ljc1IiBjeT0iNC43NSIgcj0iMC43NSIgZmlsbD0iY3VycmVudENvbG9yIi8+Cjwvc3ZnPgo=)
3598
+ * @see https://foamicons.com/icons/file-image
3599
+ *
3600
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
3601
+ * @param {number | string} [props.size=16] - Icon size (width and height)
3602
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
3603
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
3604
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
3605
+ * @returns {React.ReactElement} SVG icon element
3606
+ */
3607
+ declare const FileImage: FoamIcon;
3608
+
3159
3609
  /**
3160
3610
  * @component @name FilePlusDuotone
3161
3611
  * @description Foamicon SVG icon component, renders a `<svg>` element
@@ -6186,6 +6636,51 @@ declare const ShareFill: FoamIcon;
6186
6636
  */
6187
6637
  declare const Share: FoamIcon;
6188
6638
 
6639
+ /**
6640
+ * @component @name SlashDuotone
6641
+ * @description Foamicon SVG icon component, renders a `<svg>` element
6642
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNSAxMy41TDEzLjUgMi41IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=)
6643
+ * @see https://foamicons.com/icons/slash-duotone
6644
+ *
6645
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
6646
+ * @param {number | string} [props.size=16] - Icon size (width and height)
6647
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
6648
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
6649
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
6650
+ * @returns {React.ReactElement} SVG icon element
6651
+ */
6652
+ declare const SlashDuotone: FoamIcon;
6653
+
6654
+ /**
6655
+ * @component @name SlashFill
6656
+ * @description Foamicon SVG icon component, renders a `<svg>` element
6657
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNSAxMy41TDEzLjUgMi41IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=)
6658
+ * @see https://foamicons.com/icons/slash-fill
6659
+ *
6660
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
6661
+ * @param {number | string} [props.size=16] - Icon size (width and height)
6662
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
6663
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
6664
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
6665
+ * @returns {React.ReactElement} SVG icon element
6666
+ */
6667
+ declare const SlashFill: FoamIcon;
6668
+
6669
+ /**
6670
+ * @component @name Slash
6671
+ * @description Foamicon SVG icon component, renders a `<svg>` element
6672
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNSAxMy41TDEzLjUgMi41IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=)
6673
+ * @see https://foamicons.com/icons/slash
6674
+ *
6675
+ * @param {object} props - Icon props extending SVGProps<SVGSVGElement>
6676
+ * @param {number | string} [props.size=16] - Icon size (width and height)
6677
+ * @param {number | string} [props.strokeWidth=1] - Stroke width
6678
+ * @param {boolean} [props.absoluteStrokeWidth=false] - Keep stroke width constant regardless of size
6679
+ * @param {string} [props.color='currentColor'] - Icon color (stroke color)
6680
+ * @returns {React.ReactElement} SVG icon element
6681
+ */
6682
+ declare const Slash: FoamIcon;
6683
+
6189
6684
  /**
6190
6685
  * @component @name SlidersHorizontalDuotone
6191
6686
  * @description Foamicon SVG icon component, renders a `<svg>` element
@@ -8067,9 +8562,9 @@ declare const LogoYoutubeFill: FoamIcon;
8067
8562
  */
8068
8563
  declare const LogoYoutube: FoamIcon;
8069
8564
 
8070
- declare const iconNames: readonly ["Alert", "AlertDuotone", "AlertFill", "Archive", "ArchiveArrowUp", "ArchiveArrowUpDuotone", "ArchiveArrowUpFill", "ArchiveDuotone", "ArchiveFill", "ArrowDown", "ArrowDown01", "ArrowDown01Duotone", "ArrowDown01Fill", "ArrowDown10", "ArrowDown10Duotone", "ArrowDown10Fill", "ArrowDownDuotone", "ArrowDownFill", "ArrowDownIG", "ArrowDownIGDuotone", "ArrowDownIGFill", "ArrowDownNarrowWide", "ArrowDownNarrowWideDuotone", "ArrowDownNarrowWideFill", "ArrowDownSC", "ArrowDownSCDuotone", "ArrowDownSCFill", "ArrowDownTT", "ArrowDownTTDuotone", "ArrowDownTTFill", "ArrowDownUp", "ArrowDownUpDuotone", "ArrowDownUpFill", "ArrowDownWideNarrow", "ArrowDownWideNarrowDuotone", "ArrowDownWideNarrowFill", "ArrowDownYT", "ArrowDownYTDuotone", "ArrowDownYTFill", "ArrowLeft", "ArrowLeftDuotone", "ArrowLeftFill", "ArrowRight", "ArrowRightDuotone", "ArrowRightFill", "ArrowRightToLine", "ArrowRightToLineDuotone", "ArrowRightToLineFill", "ArrowUp", "ArrowUpAZ", "ArrowUpAZDuotone", "ArrowUpAZFill", "ArrowUpDuotone", "ArrowUpFill", "ArrowUpIG", "ArrowUpIGDuotone", "ArrowUpIGFill", "ArrowUpNarrowWide", "ArrowUpNarrowWideDuotone", "ArrowUpNarrowWideFill", "ArrowUpSC", "ArrowUpSCDuotone", "ArrowUpSCFill", "ArrowUpTT", "ArrowUpTTDuotone", "ArrowUpTTFill", "ArrowUpWideNarrow", "ArrowUpWideNarrowDuotone", "ArrowUpWideNarrowFill", "ArrowUpYT", "ArrowUpYTDuotone", "ArrowUpYTFill", "ArrowUpZA", "ArrowUpZADuotone", "ArrowUpZAFill", "AtSign", "AtSignDuotone", "AtSignFill", "Ban", "BanDuotone", "BanFill", "Bell", "BellDuotone", "BellFill", "Bold", "BoldDuotone", "BoldFill", "Bookmark", "BookmarkDuotone", "BookmarkFill", "Calendar", "CalendarDuotone", "CalendarFill", "ChartColumnSquare", "ChartColumnSquareDuotone", "ChartColumnSquareFill", "Checkbox", "CheckboxDuotone", "CheckboxFill", "Checkmark", "CheckmarkDuotone", "CheckmarkFill", "ChevronDown", "ChevronDownDuotone", "ChevronDownFill", "ChevronLeft", "ChevronLeftDuotone", "ChevronLeftFill", "ChevronRight", "ChevronRightDuotone", "ChevronRightFill", "ChevronUp", "ChevronUpDown", "ChevronUpDownDuotone", "ChevronUpDownFill", "ChevronUpDuotone", "ChevronUpFill", "CircleAlert", "CircleAlertDuotone", "CircleAlertFill", "CircleDollarSign", "CircleDollarSignDuotone", "CircleDollarSignFill", "CircleQuestionMark", "CircleQuestionMarkDuotone", "CircleQuestionMarkFill", "CircleX", "CircleXDuotone", "CircleXFill", "ClipboardList", "ClipboardListDuotone", "ClipboardListFill", "Clock", "ClockArrowDown", "ClockArrowDownDuotone", "ClockArrowDownFill", "ClockArrowUp", "ClockArrowUpDuotone", "ClockArrowUpFill", "ClockDuotone", "ClockFill", "Cog", "CogDuotone", "CogFill", "Columns3", "Columns3Duotone", "Columns3Fill", "Command", "CommandDuotone", "CommandFill", "ContentHeart", "ContentHeartDuotone", "ContentHeartFill", "ContentPlus", "ContentPlusDuotone", "ContentPlusFill", "ContentUser", "ContentUserDuotone", "ContentUserFill", "Copy", "CopyDuotone", "CopyFill", "Download", "DownloadDuotone", "DownloadFill", "Eclipse", "EclipseDuotone", "EclipseFill", "Ellipsis", "EllipsisDuotone", "EllipsisFill", "EllipsisVertical", "EllipsisVerticalDuotone", "EllipsisVerticalFill", "ExternalLink", "ExternalLinkDuotone", "ExternalLinkFill", "Eye", "EyeDuotone", "EyeFill", "EyeOff", "EyeOffDuotone", "EyeOffFill", "File", "FileArrowDown", "FileArrowDownDuotone", "FileArrowDownFill", "FileArrowLeft", "FileArrowLeftDuotone", "FileArrowLeftFill", "FileArrowLeftRight", "FileArrowLeftRightDuotone", "FileArrowLeftRightFill", "FileArrowRight", "FileArrowRightDuotone", "FileArrowRightFill", "FileArrowUp", "FileArrowUpDuotone", "FileArrowUpFill", "FileCheck", "FileCheckDuotone", "FileCheckFill", "FileCog", "FileCogDuotone", "FileCogFill", "FileDuotone", "FileFill", "FilePlus", "FilePlusDuotone", "FilePlusFill", "FileUser", "FileUserDuotone", "FileUserFill", "FileX", "FileXDuotone", "FileXFill", "Flame", "FlameDuotone", "FlameFill", "Frown", "FrownDuotone", "FrownFill", "Fullscreen", "FullscreenDuotone", "FullscreenFill", "Globe", "GlobeDuotone", "GlobeFill", "Grid1x2", "Grid1x2Duotone", "Grid1x2Fill", "Grid2x2", "Grid2x2Duotone", "Grid2x2Fill", "Grip", "GripDuotone", "GripFill", "GripHorizontal", "GripHorizontalDuotone", "GripHorizontalFill", "GripVertical", "GripVerticalDuotone", "GripVerticalFill", "Heart", "HeartDuotone", "HeartFill", "History", "HistoryDuotone", "HistoryFill", "Hotspot", "HotspotDuotone", "HotspotFill", "House", "HouseDuotone", "HouseFill", "Image", "ImageDuotone", "ImageFill", "Images", "ImagesDuotone", "ImagesFill", "Inbox", "InboxDuotone", "InboxFill", "Info", "InfoDuotone", "InfoFill", "Italic", "ItalicDuotone", "ItalicFill", "Link", "LinkDuotone", "LinkFill", "List", "ListDuotone", "ListFill", "ListFilter", "ListFilterDuotone", "ListFilterFill", "ListIndentDecrease", "ListIndentDecreaseDuotone", "ListIndentDecreaseFill", "ListIndentIncrease", "ListIndentIncreaseDuotone", "ListIndentIncreaseFill", "ListOrdered", "ListOrderedDuotone", "ListOrderedFill", "LoaderCircle", "LoaderCircleDuotone", "LoaderCircleFill", "Lock", "LockDuotone", "LockFill", "LogOut", "LogOutDuotone", "LogOutFill", "Mail", "MailDuotone", "MailFill", "MailMove", "MailMoveDuotone", "MailMoveFill", "MailPlus", "MailPlusDuotone", "MailPlusFill", "MapPin", "MapPinDuotone", "MapPinFill", "Maximize", "MaximizeDuotone", "MaximizeFill", "Megaphone", "MegaphoneActive", "MegaphoneActiveDuotone", "MegaphoneActiveFill", "MegaphoneDuotone", "MegaphoneFill", "Menu", "MenuDuotone", "MenuFill", "MessageSquare", "MessageSquareDuotone", "MessageSquareFill", "MessagesSquare", "MessagesSquareDuotone", "MessagesSquareFill", "Minus", "MinusDuotone", "MinusFill", "Moon", "MoonDuotone", "MoonFill", "MousePointerClick", "MousePointerClickDuotone", "MousePointerClickFill", "Move", "MoveDuotone", "MoveFill", "Notebook", "NotebookDuotone", "NotebookFill", "Office", "OfficeDuotone", "OfficeFill", "PanelLeft", "PanelLeftDuotone", "PanelLeftFill", "PanelRight", "PanelRightDuotone", "PanelRightFill", "Pencil", "PencilDuotone", "PencilFill", "Pin", "PinDuotone", "PinFill", "Play", "PlayDuotone", "PlayFill", "Plus", "PlusDuotone", "PlusFill", "Pointer", "PointerDuotone", "PointerFill", "QuotationMarkLeft", "QuotationMarkLeftDuotone", "QuotationMarkLeftFill", "QuotationMarkRight", "QuotationMarkRightDuotone", "QuotationMarkRightFill", "Reach", "ReachDuotone", "ReachFill", "Reel", "ReelDuotone", "ReelFill", "RefreshCw", "RefreshCwDuotone", "RefreshCwFill", "RemoveFormatting", "RemoveFormattingDuotone", "RemoveFormattingFill", "Reply", "ReplyDuotone", "ReplyFill", "Rolodex", "RolodexDuotone", "RolodexFill", "RotateCw", "RotateCwDuotone", "RotateCwFill", "Rows2", "Rows2Duotone", "Rows2Fill", "Save", "SaveDuotone", "SaveFill", "Search", "SearchDuotone", "SearchFill", "SearchUser", "SearchUserDuotone", "SearchUserFill", "Share", "ShareDuotone", "ShareFill", "SlidersHorizontal", "SlidersHorizontalDuotone", "SlidersHorizontalFill", "Smile", "SmileDuotone", "SmileFill", "Sparkles", "SparklesDuotone", "SparklesFill", "Square", "SquareDuotone", "SquareFill", "SquarePen", "SquarePenDuotone", "SquarePenFill", "Star", "StarDuotone", "StarFill", "Sun", "SunDuotone", "SunFill", "TextAlignCenter", "TextAlignCenterDuotone", "TextAlignCenterFill", "TextAlignEnd", "TextAlignEndDuotone", "TextAlignEndFill", "TextAlignJustify", "TextAlignJustifyDuotone", "TextAlignJustifyFill", "TextAlignStart", "TextAlignStartDuotone", "TextAlignStartFill", "ThumbsDown", "ThumbsDownDuotone", "ThumbsDownFill", "ThumbsUp", "ThumbsUpDuotone", "ThumbsUpFill", "Trash", "TrashDuotone", "TrashEmpty", "TrashEmptyDuotone", "TrashEmptyFill", "TrashFill", "TrendingDown", "TrendingDownDuotone", "TrendingDownFill", "TrendingUp", "TrendingUpDuotone", "TrendingUpFill", "TriangleDown", "TriangleDownDuotone", "TriangleDownFill", "TriangleDownUp", "TriangleDownUpDuotone", "TriangleDownUpFill", "TriangleUp", "TriangleUpDuotone", "TriangleUpFill", "Unlink", "UnlinkDuotone", "UnlinkFill", "Unlock", "UnlockDuotone", "UnlockFill", "Upload", "UploadDuotone", "UploadFill", "User", "UserArrowLeft", "UserArrowLeftDuotone", "UserArrowLeftFill", "UserArrowLeftRight", "UserArrowLeftRightDuotone", "UserArrowLeftRightFill", "UserArrowOutUpRight", "UserArrowOutUpRightDuotone", "UserArrowOutUpRightFill", "UserArrowRight", "UserArrowRightDuotone", "UserArrowRightFill", "UserCog", "UserCogDuotone", "UserCogFill", "UserDuotone", "UserFill", "UserPlus", "UserPlusDuotone", "UserPlusFill", "Users", "UsersDuotone", "UsersFill", "Volume2", "Volume2Duotone", "Volume2Fill", "VolumeOff", "VolumeOffDuotone", "VolumeOffFill"];
8565
+ declare const iconNames: readonly ["Alert", "AlertDuotone", "AlertFill", "Archive", "ArchiveArrowUp", "ArchiveArrowUpDuotone", "ArchiveArrowUpFill", "ArchiveDuotone", "ArchiveFill", "ArrowDown", "ArrowDown01", "ArrowDown01Duotone", "ArrowDown01Fill", "ArrowDown10", "ArrowDown10Duotone", "ArrowDown10Fill", "ArrowDownDuotone", "ArrowDownFill", "ArrowDownIG", "ArrowDownIGDuotone", "ArrowDownIGFill", "ArrowDownLeft", "ArrowDownLeftDuotone", "ArrowDownLeftFill", "ArrowDownNarrowWide", "ArrowDownNarrowWideDuotone", "ArrowDownNarrowWideFill", "ArrowDownRight", "ArrowDownRightDuotone", "ArrowDownRightFill", "ArrowDownSC", "ArrowDownSCDuotone", "ArrowDownSCFill", "ArrowDownTT", "ArrowDownTTDuotone", "ArrowDownTTFill", "ArrowDownUp", "ArrowDownUpDuotone", "ArrowDownUpFill", "ArrowDownWideNarrow", "ArrowDownWideNarrowDuotone", "ArrowDownWideNarrowFill", "ArrowDownYT", "ArrowDownYTDuotone", "ArrowDownYTFill", "ArrowLeft", "ArrowLeftDuotone", "ArrowLeftFill", "ArrowRight", "ArrowRightDuotone", "ArrowRightFill", "ArrowRightToLine", "ArrowRightToLineDuotone", "ArrowRightToLineFill", "ArrowUp", "ArrowUpAZ", "ArrowUpAZDuotone", "ArrowUpAZFill", "ArrowUpDuotone", "ArrowUpFill", "ArrowUpIG", "ArrowUpIGDuotone", "ArrowUpIGFill", "ArrowUpLeft", "ArrowUpLeftDuotone", "ArrowUpLeftFill", "ArrowUpNarrowWide", "ArrowUpNarrowWideDuotone", "ArrowUpNarrowWideFill", "ArrowUpRight", "ArrowUpRightDuotone", "ArrowUpRightFill", "ArrowUpSC", "ArrowUpSCDuotone", "ArrowUpSCFill", "ArrowUpTT", "ArrowUpTTDuotone", "ArrowUpTTFill", "ArrowUpWideNarrow", "ArrowUpWideNarrowDuotone", "ArrowUpWideNarrowFill", "ArrowUpYT", "ArrowUpYTDuotone", "ArrowUpYTFill", "ArrowUpZA", "ArrowUpZADuotone", "ArrowUpZAFill", "AtSign", "AtSignDuotone", "AtSignFill", "Ban", "BanDuotone", "BanFill", "Bell", "BellDuotone", "BellFill", "Bold", "BoldDuotone", "BoldFill", "Bookmark", "BookmarkDuotone", "BookmarkFill", "Calendar", "CalendarDuotone", "CalendarFill", "ChartColumnSquare", "ChartColumnSquareDuotone", "ChartColumnSquareFill", "Checkbox", "CheckboxDuotone", "CheckboxFill", "Checkmark", "CheckmarkDuotone", "CheckmarkFill", "ChevronDown", "ChevronDownDuotone", "ChevronDownFill", "ChevronLeft", "ChevronLeftDuotone", "ChevronLeftFill", "ChevronRight", "ChevronRightDuotone", "ChevronRightFill", "ChevronUp", "ChevronUpDown", "ChevronUpDownDuotone", "ChevronUpDownFill", "ChevronUpDuotone", "ChevronUpFill", "Circle", "CircleAlert", "CircleAlertDuotone", "CircleAlertFill", "CircleCheckbox", "CircleCheckboxDuotone", "CircleCheckboxFill", "CircleDashed", "CircleDashedDuotone", "CircleDashedFill", "CircleDollarSign", "CircleDollarSignDuotone", "CircleDollarSignFill", "CircleDuotone", "CircleFill", "CircleOverlap", "CircleOverlapDuotone", "CircleOverlapFill", "CirclePlus", "CirclePlusDuotone", "CirclePlusFill", "CircleQuestionMark", "CircleQuestionMarkDuotone", "CircleQuestionMarkFill", "CircleX", "CircleXDuotone", "CircleXFill", "ClipboardList", "ClipboardListDuotone", "ClipboardListFill", "Clock", "ClockArrowDown", "ClockArrowDownDuotone", "ClockArrowDownFill", "ClockArrowUp", "ClockArrowUpDuotone", "ClockArrowUpFill", "ClockDuotone", "ClockFill", "Cog", "CogDuotone", "CogFill", "Columns3", "Columns3Duotone", "Columns3Fill", "Command", "CommandDuotone", "CommandFill", "ContentHeart", "ContentHeartDuotone", "ContentHeartFill", "ContentPlus", "ContentPlusDuotone", "ContentPlusFill", "ContentUser", "ContentUserDuotone", "ContentUserFill", "Copy", "CopyDuotone", "CopyFill", "Download", "DownloadDuotone", "DownloadFill", "Eclipse", "EclipseDuotone", "EclipseFill", "Ellipsis", "EllipsisDuotone", "EllipsisFill", "EllipsisVertical", "EllipsisVerticalDuotone", "EllipsisVerticalFill", "ExternalLink", "ExternalLinkDuotone", "ExternalLinkFill", "Eye", "EyeDuotone", "EyeFill", "EyeOff", "EyeOffDuotone", "EyeOffFill", "File", "FileArrowDown", "FileArrowDownDuotone", "FileArrowDownFill", "FileArrowLeft", "FileArrowLeftDuotone", "FileArrowLeftFill", "FileArrowLeftRight", "FileArrowLeftRightDuotone", "FileArrowLeftRightFill", "FileArrowRight", "FileArrowRightDuotone", "FileArrowRightFill", "FileArrowUp", "FileArrowUpDuotone", "FileArrowUpFill", "FileCheck", "FileCheckDuotone", "FileCheckFill", "FileCog", "FileCogDuotone", "FileCogFill", "FileDuotone", "FileFill", "FileImage", "FileImageDuotone", "FileImageFill", "FilePlus", "FilePlusDuotone", "FilePlusFill", "FileUser", "FileUserDuotone", "FileUserFill", "FileX", "FileXDuotone", "FileXFill", "Flame", "FlameDuotone", "FlameFill", "Frown", "FrownDuotone", "FrownFill", "Fullscreen", "FullscreenDuotone", "FullscreenFill", "Globe", "GlobeDuotone", "GlobeFill", "Grid1x2", "Grid1x2Duotone", "Grid1x2Fill", "Grid2x2", "Grid2x2Duotone", "Grid2x2Fill", "Grip", "GripDuotone", "GripFill", "GripHorizontal", "GripHorizontalDuotone", "GripHorizontalFill", "GripVertical", "GripVerticalDuotone", "GripVerticalFill", "Heart", "HeartDuotone", "HeartFill", "History", "HistoryDuotone", "HistoryFill", "Hotspot", "HotspotDuotone", "HotspotFill", "House", "HouseDuotone", "HouseFill", "Image", "ImageDuotone", "ImageFill", "Images", "ImagesDuotone", "ImagesFill", "Inbox", "InboxDuotone", "InboxFill", "Info", "InfoDuotone", "InfoFill", "Italic", "ItalicDuotone", "ItalicFill", "Link", "LinkDuotone", "LinkFill", "List", "ListDuotone", "ListFill", "ListFilter", "ListFilterDuotone", "ListFilterFill", "ListIndentDecrease", "ListIndentDecreaseDuotone", "ListIndentDecreaseFill", "ListIndentIncrease", "ListIndentIncreaseDuotone", "ListIndentIncreaseFill", "ListOrdered", "ListOrderedDuotone", "ListOrderedFill", "LoaderCircle", "LoaderCircleDuotone", "LoaderCircleFill", "Lock", "LockDuotone", "LockFill", "LogOut", "LogOutDuotone", "LogOutFill", "Mail", "MailDuotone", "MailFill", "MailMove", "MailMoveDuotone", "MailMoveFill", "MailPlus", "MailPlusDuotone", "MailPlusFill", "MapPin", "MapPinDuotone", "MapPinFill", "Maximize", "MaximizeDuotone", "MaximizeFill", "Megaphone", "MegaphoneActive", "MegaphoneActiveDuotone", "MegaphoneActiveFill", "MegaphoneDuotone", "MegaphoneFill", "Menu", "MenuDuotone", "MenuFill", "MessageSquare", "MessageSquareDuotone", "MessageSquareFill", "MessagesSquare", "MessagesSquareDuotone", "MessagesSquareFill", "Minus", "MinusDuotone", "MinusFill", "Moon", "MoonDuotone", "MoonFill", "MousePointerClick", "MousePointerClickDuotone", "MousePointerClickFill", "Move", "MoveDuotone", "MoveFill", "Notebook", "NotebookDuotone", "NotebookFill", "Office", "OfficeDuotone", "OfficeFill", "PanelLeft", "PanelLeftDuotone", "PanelLeftFill", "PanelRight", "PanelRightDuotone", "PanelRightFill", "Pencil", "PencilDuotone", "PencilFill", "Pin", "PinDuotone", "PinFill", "Play", "PlayDuotone", "PlayFill", "Plus", "PlusDuotone", "PlusFill", "Pointer", "PointerDuotone", "PointerFill", "QuotationMarkLeft", "QuotationMarkLeftDuotone", "QuotationMarkLeftFill", "QuotationMarkRight", "QuotationMarkRightDuotone", "QuotationMarkRightFill", "Reach", "ReachDuotone", "ReachFill", "Reel", "ReelDuotone", "ReelFill", "RefreshCw", "RefreshCwDuotone", "RefreshCwFill", "RemoveFormatting", "RemoveFormattingDuotone", "RemoveFormattingFill", "Reply", "ReplyDuotone", "ReplyFill", "Rolodex", "RolodexDuotone", "RolodexFill", "RotateCw", "RotateCwDuotone", "RotateCwFill", "Rows2", "Rows2Duotone", "Rows2Fill", "Save", "SaveDuotone", "SaveFill", "Search", "SearchDuotone", "SearchFill", "SearchUser", "SearchUserDuotone", "SearchUserFill", "Share", "ShareDuotone", "ShareFill", "Slash", "SlashDuotone", "SlashFill", "SlidersHorizontal", "SlidersHorizontalDuotone", "SlidersHorizontalFill", "Smile", "SmileDuotone", "SmileFill", "Sparkles", "SparklesDuotone", "SparklesFill", "Square", "SquareDuotone", "SquareFill", "SquarePen", "SquarePenDuotone", "SquarePenFill", "Star", "StarDuotone", "StarFill", "Sun", "SunDuotone", "SunFill", "TextAlignCenter", "TextAlignCenterDuotone", "TextAlignCenterFill", "TextAlignEnd", "TextAlignEndDuotone", "TextAlignEndFill", "TextAlignJustify", "TextAlignJustifyDuotone", "TextAlignJustifyFill", "TextAlignStart", "TextAlignStartDuotone", "TextAlignStartFill", "ThumbsDown", "ThumbsDownDuotone", "ThumbsDownFill", "ThumbsUp", "ThumbsUpDuotone", "ThumbsUpFill", "Trash", "TrashDuotone", "TrashEmpty", "TrashEmptyDuotone", "TrashEmptyFill", "TrashFill", "TrendingDown", "TrendingDownDuotone", "TrendingDownFill", "TrendingUp", "TrendingUpDuotone", "TrendingUpFill", "TriangleDown", "TriangleDownDuotone", "TriangleDownFill", "TriangleDownUp", "TriangleDownUpDuotone", "TriangleDownUpFill", "TriangleUp", "TriangleUpDuotone", "TriangleUpFill", "Unlink", "UnlinkDuotone", "UnlinkFill", "Unlock", "UnlockDuotone", "UnlockFill", "Upload", "UploadDuotone", "UploadFill", "User", "UserArrowLeft", "UserArrowLeftDuotone", "UserArrowLeftFill", "UserArrowLeftRight", "UserArrowLeftRightDuotone", "UserArrowLeftRightFill", "UserArrowOutUpRight", "UserArrowOutUpRightDuotone", "UserArrowOutUpRightFill", "UserArrowRight", "UserArrowRightDuotone", "UserArrowRightFill", "UserCog", "UserCogDuotone", "UserCogFill", "UserDuotone", "UserFill", "UserPlus", "UserPlusDuotone", "UserPlusFill", "Users", "UsersDuotone", "UsersFill", "Volume2", "Volume2Duotone", "Volume2Fill", "VolumeOff", "VolumeOffDuotone", "VolumeOffFill"];
8071
8566
  declare const logoNames: readonly ["LogoFacebook", "LogoFacebookFill", "LogoFile", "LogoFileDark", "LogoFilePdf", "LogoFilePdfDark", "LogoFileSheet", "LogoFileSheetDark", "LogoFoam", "LogoFoamDark", "LogoFoamFill", "LogoFoamSymbol", "LogoFoamSymbolDark", "LogoGmail", "LogoGmailFill", "LogoGoogle", "LogoGoogleFill", "LogoInstagram", "LogoInstagramDark", "LogoInstagramFill", "LogoLinkedin", "LogoLinkedinDark", "LogoLinkedinFill", "LogoMicrosoft", "LogoMicrosoftFill", "LogoSnapchat", "LogoSnapchatDark", "LogoSnapchatFill", "LogoTiktok", "LogoTiktokDark", "LogoTiktokFill", "LogoYoutube", "LogoYoutubeFill"];
8072
- declare const allNames: readonly ["Alert", "AlertDuotone", "AlertFill", "Archive", "ArchiveArrowUp", "ArchiveArrowUpDuotone", "ArchiveArrowUpFill", "ArchiveDuotone", "ArchiveFill", "ArrowDown", "ArrowDown01", "ArrowDown01Duotone", "ArrowDown01Fill", "ArrowDown10", "ArrowDown10Duotone", "ArrowDown10Fill", "ArrowDownDuotone", "ArrowDownFill", "ArrowDownIG", "ArrowDownIGDuotone", "ArrowDownIGFill", "ArrowDownNarrowWide", "ArrowDownNarrowWideDuotone", "ArrowDownNarrowWideFill", "ArrowDownSC", "ArrowDownSCDuotone", "ArrowDownSCFill", "ArrowDownTT", "ArrowDownTTDuotone", "ArrowDownTTFill", "ArrowDownUp", "ArrowDownUpDuotone", "ArrowDownUpFill", "ArrowDownWideNarrow", "ArrowDownWideNarrowDuotone", "ArrowDownWideNarrowFill", "ArrowDownYT", "ArrowDownYTDuotone", "ArrowDownYTFill", "ArrowLeft", "ArrowLeftDuotone", "ArrowLeftFill", "ArrowRight", "ArrowRightDuotone", "ArrowRightFill", "ArrowRightToLine", "ArrowRightToLineDuotone", "ArrowRightToLineFill", "ArrowUp", "ArrowUpAZ", "ArrowUpAZDuotone", "ArrowUpAZFill", "ArrowUpDuotone", "ArrowUpFill", "ArrowUpIG", "ArrowUpIGDuotone", "ArrowUpIGFill", "ArrowUpNarrowWide", "ArrowUpNarrowWideDuotone", "ArrowUpNarrowWideFill", "ArrowUpSC", "ArrowUpSCDuotone", "ArrowUpSCFill", "ArrowUpTT", "ArrowUpTTDuotone", "ArrowUpTTFill", "ArrowUpWideNarrow", "ArrowUpWideNarrowDuotone", "ArrowUpWideNarrowFill", "ArrowUpYT", "ArrowUpYTDuotone", "ArrowUpYTFill", "ArrowUpZA", "ArrowUpZADuotone", "ArrowUpZAFill", "AtSign", "AtSignDuotone", "AtSignFill", "Ban", "BanDuotone", "BanFill", "Bell", "BellDuotone", "BellFill", "Bold", "BoldDuotone", "BoldFill", "Bookmark", "BookmarkDuotone", "BookmarkFill", "Calendar", "CalendarDuotone", "CalendarFill", "ChartColumnSquare", "ChartColumnSquareDuotone", "ChartColumnSquareFill", "Checkbox", "CheckboxDuotone", "CheckboxFill", "Checkmark", "CheckmarkDuotone", "CheckmarkFill", "ChevronDown", "ChevronDownDuotone", "ChevronDownFill", "ChevronLeft", "ChevronLeftDuotone", "ChevronLeftFill", "ChevronRight", "ChevronRightDuotone", "ChevronRightFill", "ChevronUp", "ChevronUpDown", "ChevronUpDownDuotone", "ChevronUpDownFill", "ChevronUpDuotone", "ChevronUpFill", "CircleAlert", "CircleAlertDuotone", "CircleAlertFill", "CircleDollarSign", "CircleDollarSignDuotone", "CircleDollarSignFill", "CircleQuestionMark", "CircleQuestionMarkDuotone", "CircleQuestionMarkFill", "CircleX", "CircleXDuotone", "CircleXFill", "ClipboardList", "ClipboardListDuotone", "ClipboardListFill", "Clock", "ClockArrowDown", "ClockArrowDownDuotone", "ClockArrowDownFill", "ClockArrowUp", "ClockArrowUpDuotone", "ClockArrowUpFill", "ClockDuotone", "ClockFill", "Cog", "CogDuotone", "CogFill", "Columns3", "Columns3Duotone", "Columns3Fill", "Command", "CommandDuotone", "CommandFill", "ContentHeart", "ContentHeartDuotone", "ContentHeartFill", "ContentPlus", "ContentPlusDuotone", "ContentPlusFill", "ContentUser", "ContentUserDuotone", "ContentUserFill", "Copy", "CopyDuotone", "CopyFill", "Download", "DownloadDuotone", "DownloadFill", "Eclipse", "EclipseDuotone", "EclipseFill", "Ellipsis", "EllipsisDuotone", "EllipsisFill", "EllipsisVertical", "EllipsisVerticalDuotone", "EllipsisVerticalFill", "ExternalLink", "ExternalLinkDuotone", "ExternalLinkFill", "Eye", "EyeDuotone", "EyeFill", "EyeOff", "EyeOffDuotone", "EyeOffFill", "File", "FileArrowDown", "FileArrowDownDuotone", "FileArrowDownFill", "FileArrowLeft", "FileArrowLeftDuotone", "FileArrowLeftFill", "FileArrowLeftRight", "FileArrowLeftRightDuotone", "FileArrowLeftRightFill", "FileArrowRight", "FileArrowRightDuotone", "FileArrowRightFill", "FileArrowUp", "FileArrowUpDuotone", "FileArrowUpFill", "FileCheck", "FileCheckDuotone", "FileCheckFill", "FileCog", "FileCogDuotone", "FileCogFill", "FileDuotone", "FileFill", "FilePlus", "FilePlusDuotone", "FilePlusFill", "FileUser", "FileUserDuotone", "FileUserFill", "FileX", "FileXDuotone", "FileXFill", "Flame", "FlameDuotone", "FlameFill", "Frown", "FrownDuotone", "FrownFill", "Fullscreen", "FullscreenDuotone", "FullscreenFill", "Globe", "GlobeDuotone", "GlobeFill", "Grid1x2", "Grid1x2Duotone", "Grid1x2Fill", "Grid2x2", "Grid2x2Duotone", "Grid2x2Fill", "Grip", "GripDuotone", "GripFill", "GripHorizontal", "GripHorizontalDuotone", "GripHorizontalFill", "GripVertical", "GripVerticalDuotone", "GripVerticalFill", "Heart", "HeartDuotone", "HeartFill", "History", "HistoryDuotone", "HistoryFill", "Hotspot", "HotspotDuotone", "HotspotFill", "House", "HouseDuotone", "HouseFill", "Image", "ImageDuotone", "ImageFill", "Images", "ImagesDuotone", "ImagesFill", "Inbox", "InboxDuotone", "InboxFill", "Info", "InfoDuotone", "InfoFill", "Italic", "ItalicDuotone", "ItalicFill", "Link", "LinkDuotone", "LinkFill", "List", "ListDuotone", "ListFill", "ListFilter", "ListFilterDuotone", "ListFilterFill", "ListIndentDecrease", "ListIndentDecreaseDuotone", "ListIndentDecreaseFill", "ListIndentIncrease", "ListIndentIncreaseDuotone", "ListIndentIncreaseFill", "ListOrdered", "ListOrderedDuotone", "ListOrderedFill", "LoaderCircle", "LoaderCircleDuotone", "LoaderCircleFill", "Lock", "LockDuotone", "LockFill", "LogOut", "LogOutDuotone", "LogOutFill", "LogoFacebook", "LogoFacebookFill", "LogoFile", "LogoFileDark", "LogoFilePdf", "LogoFilePdfDark", "LogoFileSheet", "LogoFileSheetDark", "LogoFoam", "LogoFoamDark", "LogoFoamFill", "LogoFoamSymbol", "LogoFoamSymbolDark", "LogoGmail", "LogoGmailFill", "LogoGoogle", "LogoGoogleFill", "LogoInstagram", "LogoInstagramDark", "LogoInstagramFill", "LogoLinkedin", "LogoLinkedinDark", "LogoLinkedinFill", "LogoMicrosoft", "LogoMicrosoftFill", "LogoSnapchat", "LogoSnapchatDark", "LogoSnapchatFill", "LogoTiktok", "LogoTiktokDark", "LogoTiktokFill", "LogoYoutube", "LogoYoutubeFill", "Mail", "MailDuotone", "MailFill", "MailMove", "MailMoveDuotone", "MailMoveFill", "MailPlus", "MailPlusDuotone", "MailPlusFill", "MapPin", "MapPinDuotone", "MapPinFill", "Maximize", "MaximizeDuotone", "MaximizeFill", "Megaphone", "MegaphoneActive", "MegaphoneActiveDuotone", "MegaphoneActiveFill", "MegaphoneDuotone", "MegaphoneFill", "Menu", "MenuDuotone", "MenuFill", "MessageSquare", "MessageSquareDuotone", "MessageSquareFill", "MessagesSquare", "MessagesSquareDuotone", "MessagesSquareFill", "Minus", "MinusDuotone", "MinusFill", "Moon", "MoonDuotone", "MoonFill", "MousePointerClick", "MousePointerClickDuotone", "MousePointerClickFill", "Move", "MoveDuotone", "MoveFill", "Notebook", "NotebookDuotone", "NotebookFill", "Office", "OfficeDuotone", "OfficeFill", "PanelLeft", "PanelLeftDuotone", "PanelLeftFill", "PanelRight", "PanelRightDuotone", "PanelRightFill", "Pencil", "PencilDuotone", "PencilFill", "Pin", "PinDuotone", "PinFill", "Play", "PlayDuotone", "PlayFill", "Plus", "PlusDuotone", "PlusFill", "Pointer", "PointerDuotone", "PointerFill", "QuotationMarkLeft", "QuotationMarkLeftDuotone", "QuotationMarkLeftFill", "QuotationMarkRight", "QuotationMarkRightDuotone", "QuotationMarkRightFill", "Reach", "ReachDuotone", "ReachFill", "Reel", "ReelDuotone", "ReelFill", "RefreshCw", "RefreshCwDuotone", "RefreshCwFill", "RemoveFormatting", "RemoveFormattingDuotone", "RemoveFormattingFill", "Reply", "ReplyDuotone", "ReplyFill", "Rolodex", "RolodexDuotone", "RolodexFill", "RotateCw", "RotateCwDuotone", "RotateCwFill", "Rows2", "Rows2Duotone", "Rows2Fill", "Save", "SaveDuotone", "SaveFill", "Search", "SearchDuotone", "SearchFill", "SearchUser", "SearchUserDuotone", "SearchUserFill", "Share", "ShareDuotone", "ShareFill", "SlidersHorizontal", "SlidersHorizontalDuotone", "SlidersHorizontalFill", "Smile", "SmileDuotone", "SmileFill", "Sparkles", "SparklesDuotone", "SparklesFill", "Square", "SquareDuotone", "SquareFill", "SquarePen", "SquarePenDuotone", "SquarePenFill", "Star", "StarDuotone", "StarFill", "Sun", "SunDuotone", "SunFill", "TextAlignCenter", "TextAlignCenterDuotone", "TextAlignCenterFill", "TextAlignEnd", "TextAlignEndDuotone", "TextAlignEndFill", "TextAlignJustify", "TextAlignJustifyDuotone", "TextAlignJustifyFill", "TextAlignStart", "TextAlignStartDuotone", "TextAlignStartFill", "ThumbsDown", "ThumbsDownDuotone", "ThumbsDownFill", "ThumbsUp", "ThumbsUpDuotone", "ThumbsUpFill", "Trash", "TrashDuotone", "TrashEmpty", "TrashEmptyDuotone", "TrashEmptyFill", "TrashFill", "TrendingDown", "TrendingDownDuotone", "TrendingDownFill", "TrendingUp", "TrendingUpDuotone", "TrendingUpFill", "TriangleDown", "TriangleDownDuotone", "TriangleDownFill", "TriangleDownUp", "TriangleDownUpDuotone", "TriangleDownUpFill", "TriangleUp", "TriangleUpDuotone", "TriangleUpFill", "Unlink", "UnlinkDuotone", "UnlinkFill", "Unlock", "UnlockDuotone", "UnlockFill", "Upload", "UploadDuotone", "UploadFill", "User", "UserArrowLeft", "UserArrowLeftDuotone", "UserArrowLeftFill", "UserArrowLeftRight", "UserArrowLeftRightDuotone", "UserArrowLeftRightFill", "UserArrowOutUpRight", "UserArrowOutUpRightDuotone", "UserArrowOutUpRightFill", "UserArrowRight", "UserArrowRightDuotone", "UserArrowRightFill", "UserCog", "UserCogDuotone", "UserCogFill", "UserDuotone", "UserFill", "UserPlus", "UserPlusDuotone", "UserPlusFill", "Users", "UsersDuotone", "UsersFill", "Volume2", "Volume2Duotone", "Volume2Fill", "VolumeOff", "VolumeOffDuotone", "VolumeOffFill"];
8567
+ declare const allNames: readonly ["Alert", "AlertDuotone", "AlertFill", "Archive", "ArchiveArrowUp", "ArchiveArrowUpDuotone", "ArchiveArrowUpFill", "ArchiveDuotone", "ArchiveFill", "ArrowDown", "ArrowDown01", "ArrowDown01Duotone", "ArrowDown01Fill", "ArrowDown10", "ArrowDown10Duotone", "ArrowDown10Fill", "ArrowDownDuotone", "ArrowDownFill", "ArrowDownIG", "ArrowDownIGDuotone", "ArrowDownIGFill", "ArrowDownLeft", "ArrowDownLeftDuotone", "ArrowDownLeftFill", "ArrowDownNarrowWide", "ArrowDownNarrowWideDuotone", "ArrowDownNarrowWideFill", "ArrowDownRight", "ArrowDownRightDuotone", "ArrowDownRightFill", "ArrowDownSC", "ArrowDownSCDuotone", "ArrowDownSCFill", "ArrowDownTT", "ArrowDownTTDuotone", "ArrowDownTTFill", "ArrowDownUp", "ArrowDownUpDuotone", "ArrowDownUpFill", "ArrowDownWideNarrow", "ArrowDownWideNarrowDuotone", "ArrowDownWideNarrowFill", "ArrowDownYT", "ArrowDownYTDuotone", "ArrowDownYTFill", "ArrowLeft", "ArrowLeftDuotone", "ArrowLeftFill", "ArrowRight", "ArrowRightDuotone", "ArrowRightFill", "ArrowRightToLine", "ArrowRightToLineDuotone", "ArrowRightToLineFill", "ArrowUp", "ArrowUpAZ", "ArrowUpAZDuotone", "ArrowUpAZFill", "ArrowUpDuotone", "ArrowUpFill", "ArrowUpIG", "ArrowUpIGDuotone", "ArrowUpIGFill", "ArrowUpLeft", "ArrowUpLeftDuotone", "ArrowUpLeftFill", "ArrowUpNarrowWide", "ArrowUpNarrowWideDuotone", "ArrowUpNarrowWideFill", "ArrowUpRight", "ArrowUpRightDuotone", "ArrowUpRightFill", "ArrowUpSC", "ArrowUpSCDuotone", "ArrowUpSCFill", "ArrowUpTT", "ArrowUpTTDuotone", "ArrowUpTTFill", "ArrowUpWideNarrow", "ArrowUpWideNarrowDuotone", "ArrowUpWideNarrowFill", "ArrowUpYT", "ArrowUpYTDuotone", "ArrowUpYTFill", "ArrowUpZA", "ArrowUpZADuotone", "ArrowUpZAFill", "AtSign", "AtSignDuotone", "AtSignFill", "Ban", "BanDuotone", "BanFill", "Bell", "BellDuotone", "BellFill", "Bold", "BoldDuotone", "BoldFill", "Bookmark", "BookmarkDuotone", "BookmarkFill", "Calendar", "CalendarDuotone", "CalendarFill", "ChartColumnSquare", "ChartColumnSquareDuotone", "ChartColumnSquareFill", "Checkbox", "CheckboxDuotone", "CheckboxFill", "Checkmark", "CheckmarkDuotone", "CheckmarkFill", "ChevronDown", "ChevronDownDuotone", "ChevronDownFill", "ChevronLeft", "ChevronLeftDuotone", "ChevronLeftFill", "ChevronRight", "ChevronRightDuotone", "ChevronRightFill", "ChevronUp", "ChevronUpDown", "ChevronUpDownDuotone", "ChevronUpDownFill", "ChevronUpDuotone", "ChevronUpFill", "Circle", "CircleAlert", "CircleAlertDuotone", "CircleAlertFill", "CircleCheckbox", "CircleCheckboxDuotone", "CircleCheckboxFill", "CircleDashed", "CircleDashedDuotone", "CircleDashedFill", "CircleDollarSign", "CircleDollarSignDuotone", "CircleDollarSignFill", "CircleDuotone", "CircleFill", "CircleOverlap", "CircleOverlapDuotone", "CircleOverlapFill", "CirclePlus", "CirclePlusDuotone", "CirclePlusFill", "CircleQuestionMark", "CircleQuestionMarkDuotone", "CircleQuestionMarkFill", "CircleX", "CircleXDuotone", "CircleXFill", "ClipboardList", "ClipboardListDuotone", "ClipboardListFill", "Clock", "ClockArrowDown", "ClockArrowDownDuotone", "ClockArrowDownFill", "ClockArrowUp", "ClockArrowUpDuotone", "ClockArrowUpFill", "ClockDuotone", "ClockFill", "Cog", "CogDuotone", "CogFill", "Columns3", "Columns3Duotone", "Columns3Fill", "Command", "CommandDuotone", "CommandFill", "ContentHeart", "ContentHeartDuotone", "ContentHeartFill", "ContentPlus", "ContentPlusDuotone", "ContentPlusFill", "ContentUser", "ContentUserDuotone", "ContentUserFill", "Copy", "CopyDuotone", "CopyFill", "Download", "DownloadDuotone", "DownloadFill", "Eclipse", "EclipseDuotone", "EclipseFill", "Ellipsis", "EllipsisDuotone", "EllipsisFill", "EllipsisVertical", "EllipsisVerticalDuotone", "EllipsisVerticalFill", "ExternalLink", "ExternalLinkDuotone", "ExternalLinkFill", "Eye", "EyeDuotone", "EyeFill", "EyeOff", "EyeOffDuotone", "EyeOffFill", "File", "FileArrowDown", "FileArrowDownDuotone", "FileArrowDownFill", "FileArrowLeft", "FileArrowLeftDuotone", "FileArrowLeftFill", "FileArrowLeftRight", "FileArrowLeftRightDuotone", "FileArrowLeftRightFill", "FileArrowRight", "FileArrowRightDuotone", "FileArrowRightFill", "FileArrowUp", "FileArrowUpDuotone", "FileArrowUpFill", "FileCheck", "FileCheckDuotone", "FileCheckFill", "FileCog", "FileCogDuotone", "FileCogFill", "FileDuotone", "FileFill", "FileImage", "FileImageDuotone", "FileImageFill", "FilePlus", "FilePlusDuotone", "FilePlusFill", "FileUser", "FileUserDuotone", "FileUserFill", "FileX", "FileXDuotone", "FileXFill", "Flame", "FlameDuotone", "FlameFill", "Frown", "FrownDuotone", "FrownFill", "Fullscreen", "FullscreenDuotone", "FullscreenFill", "Globe", "GlobeDuotone", "GlobeFill", "Grid1x2", "Grid1x2Duotone", "Grid1x2Fill", "Grid2x2", "Grid2x2Duotone", "Grid2x2Fill", "Grip", "GripDuotone", "GripFill", "GripHorizontal", "GripHorizontalDuotone", "GripHorizontalFill", "GripVertical", "GripVerticalDuotone", "GripVerticalFill", "Heart", "HeartDuotone", "HeartFill", "History", "HistoryDuotone", "HistoryFill", "Hotspot", "HotspotDuotone", "HotspotFill", "House", "HouseDuotone", "HouseFill", "Image", "ImageDuotone", "ImageFill", "Images", "ImagesDuotone", "ImagesFill", "Inbox", "InboxDuotone", "InboxFill", "Info", "InfoDuotone", "InfoFill", "Italic", "ItalicDuotone", "ItalicFill", "Link", "LinkDuotone", "LinkFill", "List", "ListDuotone", "ListFill", "ListFilter", "ListFilterDuotone", "ListFilterFill", "ListIndentDecrease", "ListIndentDecreaseDuotone", "ListIndentDecreaseFill", "ListIndentIncrease", "ListIndentIncreaseDuotone", "ListIndentIncreaseFill", "ListOrdered", "ListOrderedDuotone", "ListOrderedFill", "LoaderCircle", "LoaderCircleDuotone", "LoaderCircleFill", "Lock", "LockDuotone", "LockFill", "LogOut", "LogOutDuotone", "LogOutFill", "LogoFacebook", "LogoFacebookFill", "LogoFile", "LogoFileDark", "LogoFilePdf", "LogoFilePdfDark", "LogoFileSheet", "LogoFileSheetDark", "LogoFoam", "LogoFoamDark", "LogoFoamFill", "LogoFoamSymbol", "LogoFoamSymbolDark", "LogoGmail", "LogoGmailFill", "LogoGoogle", "LogoGoogleFill", "LogoInstagram", "LogoInstagramDark", "LogoInstagramFill", "LogoLinkedin", "LogoLinkedinDark", "LogoLinkedinFill", "LogoMicrosoft", "LogoMicrosoftFill", "LogoSnapchat", "LogoSnapchatDark", "LogoSnapchatFill", "LogoTiktok", "LogoTiktokDark", "LogoTiktokFill", "LogoYoutube", "LogoYoutubeFill", "Mail", "MailDuotone", "MailFill", "MailMove", "MailMoveDuotone", "MailMoveFill", "MailPlus", "MailPlusDuotone", "MailPlusFill", "MapPin", "MapPinDuotone", "MapPinFill", "Maximize", "MaximizeDuotone", "MaximizeFill", "Megaphone", "MegaphoneActive", "MegaphoneActiveDuotone", "MegaphoneActiveFill", "MegaphoneDuotone", "MegaphoneFill", "Menu", "MenuDuotone", "MenuFill", "MessageSquare", "MessageSquareDuotone", "MessageSquareFill", "MessagesSquare", "MessagesSquareDuotone", "MessagesSquareFill", "Minus", "MinusDuotone", "MinusFill", "Moon", "MoonDuotone", "MoonFill", "MousePointerClick", "MousePointerClickDuotone", "MousePointerClickFill", "Move", "MoveDuotone", "MoveFill", "Notebook", "NotebookDuotone", "NotebookFill", "Office", "OfficeDuotone", "OfficeFill", "PanelLeft", "PanelLeftDuotone", "PanelLeftFill", "PanelRight", "PanelRightDuotone", "PanelRightFill", "Pencil", "PencilDuotone", "PencilFill", "Pin", "PinDuotone", "PinFill", "Play", "PlayDuotone", "PlayFill", "Plus", "PlusDuotone", "PlusFill", "Pointer", "PointerDuotone", "PointerFill", "QuotationMarkLeft", "QuotationMarkLeftDuotone", "QuotationMarkLeftFill", "QuotationMarkRight", "QuotationMarkRightDuotone", "QuotationMarkRightFill", "Reach", "ReachDuotone", "ReachFill", "Reel", "ReelDuotone", "ReelFill", "RefreshCw", "RefreshCwDuotone", "RefreshCwFill", "RemoveFormatting", "RemoveFormattingDuotone", "RemoveFormattingFill", "Reply", "ReplyDuotone", "ReplyFill", "Rolodex", "RolodexDuotone", "RolodexFill", "RotateCw", "RotateCwDuotone", "RotateCwFill", "Rows2", "Rows2Duotone", "Rows2Fill", "Save", "SaveDuotone", "SaveFill", "Search", "SearchDuotone", "SearchFill", "SearchUser", "SearchUserDuotone", "SearchUserFill", "Share", "ShareDuotone", "ShareFill", "Slash", "SlashDuotone", "SlashFill", "SlidersHorizontal", "SlidersHorizontalDuotone", "SlidersHorizontalFill", "Smile", "SmileDuotone", "SmileFill", "Sparkles", "SparklesDuotone", "SparklesFill", "Square", "SquareDuotone", "SquareFill", "SquarePen", "SquarePenDuotone", "SquarePenFill", "Star", "StarDuotone", "StarFill", "Sun", "SunDuotone", "SunFill", "TextAlignCenter", "TextAlignCenterDuotone", "TextAlignCenterFill", "TextAlignEnd", "TextAlignEndDuotone", "TextAlignEndFill", "TextAlignJustify", "TextAlignJustifyDuotone", "TextAlignJustifyFill", "TextAlignStart", "TextAlignStartDuotone", "TextAlignStartFill", "ThumbsDown", "ThumbsDownDuotone", "ThumbsDownFill", "ThumbsUp", "ThumbsUpDuotone", "ThumbsUpFill", "Trash", "TrashDuotone", "TrashEmpty", "TrashEmptyDuotone", "TrashEmptyFill", "TrashFill", "TrendingDown", "TrendingDownDuotone", "TrendingDownFill", "TrendingUp", "TrendingUpDuotone", "TrendingUpFill", "TriangleDown", "TriangleDownDuotone", "TriangleDownFill", "TriangleDownUp", "TriangleDownUpDuotone", "TriangleDownUpFill", "TriangleUp", "TriangleUpDuotone", "TriangleUpFill", "Unlink", "UnlinkDuotone", "UnlinkFill", "Unlock", "UnlockDuotone", "UnlockFill", "Upload", "UploadDuotone", "UploadFill", "User", "UserArrowLeft", "UserArrowLeftDuotone", "UserArrowLeftFill", "UserArrowLeftRight", "UserArrowLeftRightDuotone", "UserArrowLeftRightFill", "UserArrowOutUpRight", "UserArrowOutUpRightDuotone", "UserArrowOutUpRightFill", "UserArrowRight", "UserArrowRightDuotone", "UserArrowRightFill", "UserCog", "UserCogDuotone", "UserCogFill", "UserDuotone", "UserFill", "UserPlus", "UserPlusDuotone", "UserPlusFill", "Users", "UsersDuotone", "UsersFill", "Volume2", "Volume2Duotone", "Volume2Fill", "VolumeOff", "VolumeOffDuotone", "VolumeOffFill"];
8073
8568
  declare const iconAliases: Record<string, string[]>;
8074
8569
  declare const aliasToCanonical: Record<string, string>;
8075
8570
  declare const iconTags: Record<string, string[]>;
@@ -8077,4 +8572,4 @@ declare const logoAliases: Record<string, string[]>;
8077
8572
  declare const logoTags: Record<string, string[]>;
8078
8573
  declare function getCanonicalName(nameOrAlias: string): string;
8079
8574
 
8080
- export { Info as About, InfoDuotone as AboutDuotone, InfoDuotone as AboutDuotoneIcon, InfoFill as AboutFill, InfoFill as AboutFillIcon, Info as AboutIcon, ChevronUpDown as Accordion, ChevronUpDownDuotone as AccordionDuotone, ChevronUpDownDuotone as AccordionDuotoneIcon, ChevronUpDownFill as AccordionFill, ChevronUpDownFill as AccordionFillIcon, ChevronUpDown as AccordionIcon, User as Account, UserDuotone as AccountDuotone, UserDuotone as AccountDuotoneIcon, UserFill as AccountFill, UserFill as AccountFillIcon, User as AccountIcon, Plus as Add, ContentPlus as AddContent, ContentPlusDuotone as AddContentDuotone, ContentPlusDuotone as AddContentDuotoneIcon, ContentPlusFill as AddContentFill, ContentPlusFill as AddContentFillIcon, ContentPlus as AddContentIcon, PlusDuotone as AddDuotone, PlusDuotone as AddDuotoneIcon, FilePlus as AddFile, FilePlusDuotone as AddFileDuotone, FilePlusDuotone as AddFileDuotoneIcon, FilePlusFill as AddFileFill, FilePlusFill as AddFileFillIcon, FilePlus as AddFileIcon, PlusFill as AddFill, PlusFill as AddFillIcon, Plus as AddIcon, Rolodex as AddressBook, RolodexDuotone as AddressBookDuotone, RolodexDuotone as AddressBookDuotoneIcon, RolodexFill as AddressBookFill, RolodexFill as AddressBookFillIcon, Rolodex as AddressBookIcon, SlidersHorizontal as Adjust, SlidersHorizontalDuotone as AdjustDuotone, SlidersHorizontalDuotone as AdjustDuotoneIcon, SlidersHorizontalFill as AdjustFill, SlidersHorizontalFill as AdjustFillIcon, SlidersHorizontal as AdjustIcon, Sparkles as Ai, SparklesDuotone as AiDuotone, SparklesDuotone as AiDuotoneIcon, SparklesFill as AiFill, SparklesFill as AiFillIcon, Sparkles as AiIcon, Bell as Alarm, BellDuotone as AlarmDuotone, BellDuotone as AlarmDuotoneIcon, BellFill as AlarmFill, BellFill as AlarmFillIcon, Bell as AlarmIcon, Alert, AlertDuotone, AlertDuotone as AlertDuotoneIcon, AlertFill, AlertFill as AlertFillIcon, Alert as AlertIcon, TextAlignStart as AlignLeft, TextAlignStartDuotone as AlignLeftDuotone, TextAlignStartDuotone as AlignLeftDuotoneIcon, TextAlignStartFill as AlignLeftFill, TextAlignStartFill as AlignLeftFillIcon, TextAlignStart as AlignLeftIcon, TextAlignEnd as AlignRight, TextAlignEndDuotone as AlignRightDuotone, TextAlignEndDuotone as AlignRightDuotoneIcon, TextAlignEndFill as AlignRightFill, TextAlignEndFill as AlignRightFillIcon, TextAlignEnd as AlignRightIcon, Rolodex as Alphabet, RolodexDuotone as AlphabetDuotone, RolodexDuotone as AlphabetDuotoneIcon, RolodexFill as AlphabetFill, RolodexFill as AlphabetFillIcon, Rolodex as AlphabetIcon, ChartColumnSquare as Analytics, ChartColumnSquareDuotone as AnalyticsDuotone, ChartColumnSquareDuotone as AnalyticsDuotoneIcon, ChartColumnSquareFill as AnalyticsFill, ChartColumnSquareFill as AnalyticsFillIcon, ChartColumnSquare as AnalyticsIcon, Megaphone as Announce, MegaphoneDuotone as AnnounceDuotone, MegaphoneDuotone as AnnounceDuotoneIcon, MegaphoneFill as AnnounceFill, MegaphoneFill as AnnounceFillIcon, Megaphone as AnnounceIcon, Reply as Answer, ReplyDuotone as AnswerDuotone, ReplyDuotone as AnswerDuotoneIcon, ReplyFill as AnswerFill, ReplyFill as AnswerFillIcon, Reply as AnswerIcon, ThumbsUp as Approve, ThumbsUpDuotone as ApproveDuotone, ThumbsUpDuotone as ApproveDuotoneIcon, ThumbsUpFill as ApproveFill, ThumbsUpFill as ApproveFillIcon, ThumbsUp as ApproveIcon, Archive, ArchiveArrowUp, ArchiveArrowUpDuotone, ArchiveArrowUpDuotone as ArchiveArrowUpDuotoneIcon, ArchiveArrowUpFill, ArchiveArrowUpFill as ArchiveArrowUpFillIcon, ArchiveArrowUp as ArchiveArrowUpIcon, ArchiveDuotone, ArchiveDuotone as ArchiveDuotoneIcon, ArchiveFill, ArchiveFill as ArchiveFillIcon, Archive as ArchiveIcon, ArrowDown, ArrowDown01, ArrowDown01Duotone, ArrowDown01Duotone as ArrowDown01DuotoneIcon, ArrowDown01Fill, ArrowDown01Fill as ArrowDown01FillIcon, ArrowDown01 as ArrowDown01Icon, ArrowDown10, ArrowDown10Duotone, ArrowDown10Duotone as ArrowDown10DuotoneIcon, ArrowDown10Fill, ArrowDown10Fill as ArrowDown10FillIcon, ArrowDown10 as ArrowDown10Icon, ArrowDownDuotone, ArrowDownDuotone as ArrowDownDuotoneIcon, ArrowDownFill, ArrowDownFill as ArrowDownFillIcon, ArrowDownIG, ArrowDownIGDuotone, ArrowDownIGDuotone as ArrowDownIGDuotoneIcon, ArrowDownIGFill, ArrowDownIGFill as ArrowDownIGFillIcon, ArrowDownIG as ArrowDownIGIcon, ArrowDown as ArrowDownIcon, ArrowDownNarrowWide, ArrowDownNarrowWideDuotone, ArrowDownNarrowWideDuotone as ArrowDownNarrowWideDuotoneIcon, ArrowDownNarrowWideFill, ArrowDownNarrowWideFill as ArrowDownNarrowWideFillIcon, ArrowDownNarrowWide as ArrowDownNarrowWideIcon, ArrowDownSC, ArrowDownSCDuotone, ArrowDownSCDuotone as ArrowDownSCDuotoneIcon, ArrowDownSCFill, ArrowDownSCFill as ArrowDownSCFillIcon, ArrowDownSC as ArrowDownSCIcon, ArrowDownTT, ArrowDownTTDuotone, ArrowDownTTDuotone as ArrowDownTTDuotoneIcon, ArrowDownTTFill, ArrowDownTTFill as ArrowDownTTFillIcon, ArrowDownTT as ArrowDownTTIcon, ArrowDownUp, ArrowDownUpDuotone, ArrowDownUpDuotone as ArrowDownUpDuotoneIcon, ArrowDownUpFill, ArrowDownUpFill as ArrowDownUpFillIcon, ArrowDownUp as ArrowDownUpIcon, ArrowDownWideNarrow, ArrowDownWideNarrowDuotone, ArrowDownWideNarrowDuotone as ArrowDownWideNarrowDuotoneIcon, ArrowDownWideNarrowFill, ArrowDownWideNarrowFill as ArrowDownWideNarrowFillIcon, ArrowDownWideNarrow as ArrowDownWideNarrowIcon, ArrowDownYT, ArrowDownYTDuotone, ArrowDownYTDuotone as ArrowDownYTDuotoneIcon, ArrowDownYTFill, ArrowDownYTFill as ArrowDownYTFillIcon, ArrowDownYT as ArrowDownYTIcon, ArrowLeft, ArrowLeftDuotone, ArrowLeftDuotone as ArrowLeftDuotoneIcon, ArrowLeftFill, ArrowLeftFill as ArrowLeftFillIcon, ArrowLeft as ArrowLeftIcon, ArrowRight, ArrowRightDuotone, ArrowRightDuotone as ArrowRightDuotoneIcon, ArrowRightFill, ArrowRightFill as ArrowRightFillIcon, ArrowRight as ArrowRightIcon, ArrowRightToLine, ArrowRightToLineDuotone, ArrowRightToLineDuotone as ArrowRightToLineDuotoneIcon, ArrowRightToLineFill, ArrowRightToLineFill as ArrowRightToLineFillIcon, ArrowRightToLine as ArrowRightToLineIcon, ArrowUp, ArrowUpAZ, ArrowUpAZDuotone, ArrowUpAZDuotone as ArrowUpAZDuotoneIcon, ArrowUpAZFill, ArrowUpAZFill as ArrowUpAZFillIcon, ArrowUpAZ as ArrowUpAZIcon, ArrowUpDuotone, ArrowUpDuotone as ArrowUpDuotoneIcon, ArrowUpFill, ArrowUpFill as ArrowUpFillIcon, ArrowUpIG, ArrowUpIGDuotone, ArrowUpIGDuotone as ArrowUpIGDuotoneIcon, ArrowUpIGFill, ArrowUpIGFill as ArrowUpIGFillIcon, ArrowUpIG as ArrowUpIGIcon, ArrowUp as ArrowUpIcon, ArrowUpNarrowWide, ArrowUpNarrowWideDuotone, ArrowUpNarrowWideDuotone as ArrowUpNarrowWideDuotoneIcon, ArrowUpNarrowWideFill, ArrowUpNarrowWideFill as ArrowUpNarrowWideFillIcon, ArrowUpNarrowWide as ArrowUpNarrowWideIcon, ArrowUpSC, ArrowUpSCDuotone, ArrowUpSCDuotone as ArrowUpSCDuotoneIcon, ArrowUpSCFill, ArrowUpSCFill as ArrowUpSCFillIcon, ArrowUpSC as ArrowUpSCIcon, ArrowUpTT, ArrowUpTTDuotone, ArrowUpTTDuotone as ArrowUpTTDuotoneIcon, ArrowUpTTFill, ArrowUpTTFill as ArrowUpTTFillIcon, ArrowUpTT as ArrowUpTTIcon, ArrowUpWideNarrow, ArrowUpWideNarrowDuotone, ArrowUpWideNarrowDuotone as ArrowUpWideNarrowDuotoneIcon, ArrowUpWideNarrowFill, ArrowUpWideNarrowFill as ArrowUpWideNarrowFillIcon, ArrowUpWideNarrow as ArrowUpWideNarrowIcon, ArrowUpYT, ArrowUpYTDuotone, ArrowUpYTDuotone as ArrowUpYTDuotoneIcon, ArrowUpYTFill, ArrowUpYTFill as ArrowUpYTFillIcon, ArrowUpYT as ArrowUpYTIcon, ArrowUpZA, ArrowUpZADuotone, ArrowUpZADuotone as ArrowUpZADuotoneIcon, ArrowUpZAFill, ArrowUpZAFill as ArrowUpZAFillIcon, ArrowUpZA as ArrowUpZAIcon, ArchiveArrowUp as Ascending, ArchiveArrowUpDuotone as AscendingDuotone, ArchiveArrowUpDuotone as AscendingDuotoneIcon, ArchiveArrowUpFill as AscendingFill, ArchiveArrowUpFill as AscendingFillIcon, ArchiveArrowUp as AscendingIcon, AtSign, AtSignDuotone, AtSignDuotone as AtSignDuotoneIcon, AtSignFill, AtSignFill as AtSignFillIcon, AtSign as AtSignIcon, Alert as Attention, CircleAlert as AttentionCircle, CircleAlertDuotone as AttentionCircleDuotone, CircleAlertDuotone as AttentionCircleDuotoneIcon, CircleAlertFill as AttentionCircleFill, CircleAlertFill as AttentionCircleFillIcon, CircleAlert as AttentionCircleIcon, AlertDuotone as AttentionDuotone, AlertDuotone as AttentionDuotoneIcon, AlertFill as AttentionFill, AlertFill as AttentionFillIcon, Alert as AttentionIcon, Reach as Audience, ReachDuotone as AudienceDuotone, ReachDuotone as AudienceDuotoneIcon, ReachFill as AudienceFill, ReachFill as AudienceFillIcon, Reach as AudienceIcon, Volume2 as Audio, Volume2Duotone as AudioDuotone, Volume2Duotone as AudioDuotoneIcon, Volume2Fill as AudioFill, Volume2Fill as AudioFillIcon, Volume2 as AudioIcon, ArrowLeft as Back, ArrowLeftDuotone as BackDuotone, ArrowLeftDuotone as BackDuotoneIcon, ArrowLeftFill as BackFill, ArrowLeftFill as BackFillIcon, ArrowLeft as BackIcon, Ban, BanDuotone, BanDuotone as BanDuotoneIcon, BanFill, BanFill as BanFillIcon, Ban as BanIcon, ChartColumnSquare as BarChart, ChartColumnSquareDuotone as BarChartDuotone, ChartColumnSquareDuotone as BarChartDuotoneIcon, ChartColumnSquareFill as BarChartFill, ChartColumnSquareFill as BarChartFillIcon, ChartColumnSquare as BarChartIcon, Menu as Bars, MenuDuotone as BarsDuotone, MenuDuotone as BarsDuotoneIcon, MenuFill as BarsFill, MenuFill as BarsFillIcon, Menu as BarsIcon, Bell, BellDuotone, BellDuotone as BellDuotoneIcon, BellFill, BellFill as BellFillIcon, Bell as BellIcon, Trash as Bin, TrashDuotone as BinDuotone, TrashDuotone as BinDuotoneIcon, TrashFill as BinFill, TrashFill as BinFillIcon, Trash as BinIcon, Ban as Block, BanDuotone as BlockDuotone, BanDuotone as BlockDuotoneIcon, BanFill as BlockFill, BanFill as BlockFillIcon, Ban as BlockIcon, QuotationMarkRight as BlockquoteEnd, QuotationMarkRightDuotone as BlockquoteEndDuotone, QuotationMarkRightDuotone as BlockquoteEndDuotoneIcon, QuotationMarkRightFill as BlockquoteEndFill, QuotationMarkRightFill as BlockquoteEndFillIcon, QuotationMarkRight as BlockquoteEndIcon, QuotationMarkLeft as BlockquoteStart, QuotationMarkLeftDuotone as BlockquoteStartDuotone, QuotationMarkLeftDuotone as BlockquoteStartDuotoneIcon, QuotationMarkLeftFill as BlockquoteStartFill, QuotationMarkLeftFill as BlockquoteStartFillIcon, QuotationMarkLeft as BlockquoteStartIcon, Bold, BoldDuotone, BoldDuotone as BoldDuotoneIcon, BoldFill, BoldFill as BoldFillIcon, Bold as BoldIcon, Bookmark, BookmarkDuotone, BookmarkDuotone as BookmarkDuotoneIcon, BookmarkFill, BookmarkFill as BookmarkFillIcon, Bookmark as BookmarkIcon, Archive as Box, ArchiveDuotone as BoxDuotone, ArchiveDuotone as BoxDuotoneIcon, ArchiveFill as BoxFill, ArchiveFill as BoxFillIcon, Archive as BoxIcon, ContentUser as BrandAssets, ContentUserDuotone as BrandAssetsDuotone, ContentUserDuotone as BrandAssetsDuotoneIcon, ContentUserFill as BrandAssetsFill, ContentUserFill as BrandAssetsFillIcon, ContentUser as BrandAssetsIcon, Unlink as Break, UnlinkDuotone as BreakDuotone, UnlinkDuotone as BreakDuotoneIcon, UnlinkFill as BreakFill, UnlinkFill as BreakFillIcon, Unlink as BreakIcon, Sun as Bright, SunDuotone as BrightDuotone, SunDuotone as BrightDuotoneIcon, SunFill as BrightFill, SunFill as BrightFillIcon, Sun as BrightIcon, Megaphone as Broadcast, MegaphoneDuotone as BroadcastDuotone, MegaphoneDuotone as BroadcastDuotoneIcon, MegaphoneFill as BroadcastFill, MegaphoneFill as BroadcastFillIcon, Megaphone as BroadcastIcon, List as Bullets, ListDuotone as BulletsDuotone, ListDuotone as BulletsDuotoneIcon, ListFill as BulletsFill, ListFill as BulletsFillIcon, List as BulletsIcon, Calendar, CalendarDuotone, CalendarDuotone as CalendarDuotoneIcon, CalendarFill, CalendarFill as CalendarFillIcon, Calendar as CalendarIcon, CircleX as Cancel, CircleXDuotone as CancelDuotone, CircleXDuotone as CancelDuotoneIcon, CircleXFill as CancelFill, CircleXFill as CancelFillIcon, CircleX as CancelIcon, Rolodex as CardIndex, RolodexDuotone as CardIndexDuotone, RolodexDuotone as CardIndexDuotoneIcon, RolodexFill as CardIndexFill, RolodexFill as CardIndexFillIcon, Rolodex as CardIndexIcon, Grid1x2 as Cards, Grid1x2Duotone as CardsDuotone, Grid1x2Duotone as CardsDuotoneIcon, Grid1x2Fill as CardsFill, Grid1x2Fill as CardsFillIcon, Grid1x2 as CardsIcon, ChevronDown as CaretDown, ChevronDownDuotone as CaretDownDuotone, ChevronDownDuotone as CaretDownDuotoneIcon, ChevronDownFill as CaretDownFill, ChevronDownFill as CaretDownFillIcon, ChevronDown as CaretDownIcon, ChevronLeft as CaretLeft, ChevronLeftDuotone as CaretLeftDuotone, ChevronLeftDuotone as CaretLeftDuotoneIcon, ChevronLeftFill as CaretLeftFill, ChevronLeftFill as CaretLeftFillIcon, ChevronLeft as CaretLeftIcon, ChevronRight as CaretRight, ChevronRightDuotone as CaretRightDuotone, ChevronRightDuotone as CaretRightDuotoneIcon, ChevronRightFill as CaretRightFill, ChevronRightFill as CaretRightFillIcon, ChevronRight as CaretRightIcon, ChevronUp as CaretUp, ChevronUpDuotone as CaretUpDuotone, ChevronUpDuotone as CaretUpDuotoneIcon, ChevronUpFill as CaretUpFill, ChevronUpFill as CaretUpFillIcon, ChevronUp as CaretUpIcon, Alert as Caution, CircleAlert as CautionCircle, CircleAlertDuotone as CautionCircleDuotone, CircleAlertDuotone as CautionCircleDuotoneIcon, CircleAlertFill as CautionCircleFill, CircleAlertFill as CautionCircleFillIcon, CircleAlert as CautionCircleIcon, AlertDuotone as CautionDuotone, AlertDuotone as CautionDuotoneIcon, AlertFill as CautionFill, AlertFill as CautionFillIcon, Alert as CautionIcon, TextAlignCenter as Center, TextAlignCenterDuotone as CenterDuotone, TextAlignCenterDuotone as CenterDuotoneIcon, TextAlignCenterFill as CenterFill, TextAlignCenterFill as CenterFillIcon, TextAlignCenter as CenterIcon, Link as Chain, LinkDuotone as ChainDuotone, LinkDuotone as ChainDuotoneIcon, LinkFill as ChainFill, LinkFill as ChainFillIcon, Link as ChainIcon, ChartColumnSquare, ChartColumnSquareDuotone, ChartColumnSquareDuotone as ChartColumnSquareDuotoneIcon, ChartColumnSquareFill, ChartColumnSquareFill as ChartColumnSquareFillIcon, ChartColumnSquare as ChartColumnSquareIcon, MessagesSquare as Chat, MessagesSquareDuotone as ChatDuotone, MessagesSquareDuotone as ChatDuotoneIcon, MessagesSquareFill as ChatFill, MessagesSquareFill as ChatFillIcon, MessagesSquare as ChatIcon, MessageSquare as ChatSingle, MessageSquareDuotone as ChatSingleDuotone, MessageSquareDuotone as ChatSingleDuotoneIcon, MessageSquareFill as ChatSingleFill, MessageSquareFill as ChatSingleFillIcon, MessageSquare as ChatSingleIcon, MessagesSquare as Chats, MessagesSquareDuotone as ChatsDuotone, MessagesSquareDuotone as ChatsDuotoneIcon, MessagesSquareFill as ChatsFill, MessagesSquareFill as ChatsFillIcon, MessagesSquare as ChatsIcon, Checkmark as Check, CheckmarkDuotone as CheckDuotone, CheckmarkDuotone as CheckDuotoneIcon, CheckmarkFill as CheckFill, CheckmarkFill as CheckFillIcon, Checkmark as CheckIcon, Checkbox as CheckSquare, CheckboxDuotone as CheckSquareDuotone, CheckboxDuotone as CheckSquareDuotoneIcon, CheckboxFill as CheckSquareFill, CheckboxFill as CheckSquareFillIcon, Checkbox as CheckSquareIcon, Checkbox, CheckboxDuotone, CheckboxDuotone as CheckboxDuotoneIcon, CheckboxFill, CheckboxFill as CheckboxFillIcon, Checkbox as CheckboxIcon, ClipboardList as Checklist, ClipboardListDuotone as ChecklistDuotone, ClipboardListDuotone as ChecklistDuotoneIcon, ClipboardListFill as ChecklistFill, ClipboardListFill as ChecklistFillIcon, ClipboardList as ChecklistIcon, Checkmark, CheckmarkDuotone, CheckmarkDuotone as CheckmarkDuotoneIcon, CheckmarkFill, CheckmarkFill as CheckmarkFillIcon, Checkmark as CheckmarkIcon, ChevronDown, ChevronDownDuotone, ChevronDownDuotone as ChevronDownDuotoneIcon, ChevronDownFill, ChevronDownFill as ChevronDownFillIcon, ChevronDown as ChevronDownIcon, ChevronLeft, ChevronLeftDuotone, ChevronLeftDuotone as ChevronLeftDuotoneIcon, ChevronLeftFill, ChevronLeftFill as ChevronLeftFillIcon, ChevronLeft as ChevronLeftIcon, ChevronRight, ChevronRightDuotone, ChevronRightDuotone as ChevronRightDuotoneIcon, ChevronRightFill, ChevronRightFill as ChevronRightFillIcon, ChevronRight as ChevronRightIcon, ChevronUp, ChevronUpDown, ChevronUpDownDuotone, ChevronUpDownDuotone as ChevronUpDownDuotoneIcon, ChevronUpDownFill, ChevronUpDownFill as ChevronUpDownFillIcon, ChevronUpDown as ChevronUpDownIcon, ChevronUpDuotone, ChevronUpDuotone as ChevronUpDuotoneIcon, ChevronUpFill, ChevronUpFill as ChevronUpFillIcon, ChevronUp as ChevronUpIcon, CircleAlert, CircleAlertDuotone, CircleAlertDuotone as CircleAlertDuotoneIcon, CircleAlertFill, CircleAlertFill as CircleAlertFillIcon, CircleAlert as CircleAlertIcon, CircleDollarSign, CircleDollarSignDuotone, CircleDollarSignDuotone as CircleDollarSignDuotoneIcon, CircleDollarSignFill, CircleDollarSignFill as CircleDollarSignFillIcon, CircleDollarSign as CircleDollarSignIcon, CircleQuestionMark, CircleQuestionMarkDuotone, CircleQuestionMarkDuotone as CircleQuestionMarkDuotoneIcon, CircleQuestionMarkFill, CircleQuestionMarkFill as CircleQuestionMarkFillIcon, CircleQuestionMark as CircleQuestionMarkIcon, CircleX, CircleXDuotone, CircleXDuotone as CircleXDuotoneIcon, CircleXFill, CircleXFill as CircleXFillIcon, CircleX as CircleXIcon, CircleX as Clear, CircleXDuotone as ClearDuotone, CircleXDuotone as ClearDuotoneIcon, CircleXFill as ClearFill, CircleXFill as ClearFillIcon, RemoveFormatting as ClearFormat, RemoveFormattingDuotone as ClearFormatDuotone, RemoveFormattingDuotone as ClearFormatDuotoneIcon, RemoveFormattingFill as ClearFormatFill, RemoveFormattingFill as ClearFormatFillIcon, RemoveFormatting as ClearFormatIcon, CircleX as ClearIcon, MousePointerClick as Click, MousePointerClickDuotone as ClickDuotone, MousePointerClickDuotone as ClickDuotoneIcon, MousePointerClickFill as ClickFill, MousePointerClickFill as ClickFillIcon, MousePointerClick as ClickIcon, ClipboardList, ClipboardListDuotone, ClipboardListDuotone as ClipboardListDuotoneIcon, ClipboardListFill, ClipboardListFill as ClipboardListFillIcon, ClipboardList as ClipboardListIcon, Clock, ClockArrowDown, ClockArrowDownDuotone, ClockArrowDownDuotone as ClockArrowDownDuotoneIcon, ClockArrowDownFill, ClockArrowDownFill as ClockArrowDownFillIcon, ClockArrowDown as ClockArrowDownIcon, ClockArrowUp, ClockArrowUpDuotone, ClockArrowUpDuotone as ClockArrowUpDuotoneIcon, ClockArrowUpFill, ClockArrowUpFill as ClockArrowUpFillIcon, ClockArrowUp as ClockArrowUpIcon, ClockDuotone, ClockDuotone as ClockDuotoneIcon, ClockFill, ClockFill as ClockFillIcon, Clock as ClockIcon, Copy as Clone, CopyDuotone as CloneDuotone, CopyDuotone as CloneDuotoneIcon, CopyFill as CloneFill, CopyFill as CloneFillIcon, Copy as CloneIcon, CircleX as Close, CircleXDuotone as CloseDuotone, CircleXDuotone as CloseDuotoneIcon, CircleXFill as CloseFill, CircleXFill as CloseFillIcon, CircleX as CloseIcon, QuotationMarkRight as CloseQuote, QuotationMarkRightDuotone as CloseQuoteDuotone, QuotationMarkRightDuotone as CloseQuoteDuotoneIcon, QuotationMarkRightFill as CloseQuoteFill, QuotationMarkRightFill as CloseQuoteFillIcon, QuotationMarkRight as CloseQuoteIcon, Command as Cmd, CommandDuotone as CmdDuotone, CommandDuotone as CmdDuotoneIcon, CommandFill as CmdFill, CommandFill as CmdFillIcon, Command as CmdIcon, Cog, CogDuotone, CogDuotone as CogDuotoneIcon, CogFill, CogFill as CogFillIcon, Cog as CogIcon, Cog as Cogwheel, CogDuotone as CogwheelDuotone, CogDuotone as CogwheelDuotoneIcon, CogFill as CogwheelFill, CogFill as CogwheelFillIcon, Cog as CogwheelIcon, ChevronDown as Collapse, ChevronDownDuotone as CollapseDuotone, ChevronDownDuotone as CollapseDuotoneIcon, ChevronDownFill as CollapseFill, ChevronDownFill as CollapseFillIcon, ChevronDown as CollapseIcon, Columns3 as ColumnLayout, Columns3Duotone as ColumnLayoutDuotone, Columns3Duotone as ColumnLayoutDuotoneIcon, Columns3Fill as ColumnLayoutFill, Columns3Fill as ColumnLayoutFillIcon, Columns3 as ColumnLayoutIcon, Columns3, Columns3Duotone, Columns3Duotone as Columns3DuotoneIcon, Columns3Fill, Columns3Fill as Columns3FillIcon, Columns3 as Columns3Icon, Command, CommandDuotone, CommandDuotone as CommandDuotoneIcon, CommandFill, CommandFill as CommandFillIcon, Command as CommandIcon, MessageSquare as Comment, MessageSquareDuotone as CommentDuotone, MessageSquareDuotone as CommentDuotoneIcon, MessageSquareFill as CommentFill, MessageSquareFill as CommentFillIcon, MessageSquare as CommentIcon, MessagesSquare as Comments, MessagesSquareDuotone as CommentsDuotone, MessagesSquareDuotone as CommentsDuotoneIcon, MessagesSquareFill as CommentsFill, MessagesSquareFill as CommentsFillIcon, MessagesSquare as CommentsIcon, Checkmark as Complete, CheckmarkDuotone as CompleteDuotone, CheckmarkDuotone as CompleteDuotoneIcon, CheckmarkFill as CompleteFill, CheckmarkFill as CompleteFillIcon, Checkmark as CompleteIcon, SquarePen as Compose, SquarePenDuotone as ComposeDuotone, SquarePenDuotone as ComposeDuotoneIcon, SquarePenFill as ComposeFill, SquarePenFill as ComposeFillIcon, SquarePen as ComposeIcon, Cog as Config, CogDuotone as ConfigDuotone, CogDuotone as ConfigDuotoneIcon, CogFill as ConfigFill, CogFill as ConfigFillIcon, Cog as ConfigIcon, Cog as Configuration, CogDuotone as ConfigurationDuotone, CogDuotone as ConfigurationDuotoneIcon, CogFill as ConfigurationFill, CogFill as ConfigurationFillIcon, Cog as ConfigurationIcon, Link as Connect, LinkDuotone as ConnectDuotone, LinkDuotone as ConnectDuotoneIcon, LinkFill as ConnectFill, LinkFill as ConnectFillIcon, Link as ConnectIcon, Rolodex as Contacts, RolodexDuotone as ContactsDuotone, RolodexDuotone as ContactsDuotoneIcon, RolodexFill as ContactsFill, RolodexFill as ContactsFillIcon, Rolodex as ContactsIcon, ContentHeart, ContentHeartDuotone, ContentHeartDuotone as ContentHeartDuotoneIcon, ContentHeartFill, ContentHeartFill as ContentHeartFillIcon, ContentHeart as ContentHeartIcon, ContentPlus, ContentPlusDuotone, ContentPlusDuotone as ContentPlusDuotoneIcon, ContentPlusFill, ContentPlusFill as ContentPlusFillIcon, ContentPlus as ContentPlusIcon, ContentUser, ContentUserDuotone, ContentUserDuotone as ContentUserDuotoneIcon, ContentUserFill, ContentUserFill as ContentUserFillIcon, ContentUser as ContentUserIcon, Eclipse as Contrast, EclipseDuotone as ContrastDuotone, EclipseDuotone as ContrastDuotoneIcon, EclipseFill as ContrastFill, EclipseFill as ContrastFillIcon, Eclipse as ContrastIcon, SlidersHorizontal as Controls, SlidersHorizontalDuotone as ControlsDuotone, SlidersHorizontalDuotone as ControlsDuotoneIcon, SlidersHorizontalFill as ControlsFill, SlidersHorizontalFill as ControlsFillIcon, SlidersHorizontal as ControlsIcon, MessagesSquare as Conversation, MessagesSquareDuotone as ConversationDuotone, MessagesSquareDuotone as ConversationDuotoneIcon, MessagesSquareFill as ConversationFill, MessagesSquareFill as ConversationFillIcon, MessagesSquare as ConversationIcon, Copy, CopyDuotone, CopyDuotone as CopyDuotoneIcon, CopyFill, CopyFill as CopyFillIcon, Copy as CopyIcon, Plus as Create, ContentPlus as CreateContent, ContentPlusDuotone as CreateContentDuotone, ContentPlusDuotone as CreateContentDuotoneIcon, ContentPlusFill as CreateContentFill, ContentPlusFill as CreateContentFillIcon, ContentPlus as CreateContentIcon, PlusDuotone as CreateDuotone, PlusDuotone as CreateDuotoneIcon, FilePlus as CreateFile, FilePlusDuotone as CreateFileDuotone, FilePlusDuotone as CreateFileDuotoneIcon, FilePlusFill as CreateFileFill, FilePlusFill as CreateFileFillIcon, FilePlus as CreateFileIcon, PlusFill as CreateFill, PlusFill as CreateFillIcon, Plus as CreateIcon, MousePointerClick as Cursor, MousePointerClickDuotone as CursorDuotone, MousePointerClickDuotone as CursorDuotoneIcon, MousePointerClickFill as CursorFill, MousePointerClickFill as CursorFillIcon, MousePointerClick as CursorIcon, Moon as Dark, MoonDuotone as DarkDuotone, MoonDuotone as DarkDuotoneIcon, MoonFill as DarkFill, MoonFill as DarkFillIcon, Moon as DarkIcon, Moon as DarkMode, MoonDuotone as DarkModeDuotone, MoonDuotone as DarkModeDuotoneIcon, MoonFill as DarkModeFill, MoonFill as DarkModeFillIcon, Moon as DarkModeIcon, Calendar as Date, CalendarDuotone as DateDuotone, CalendarDuotone as DateDuotoneIcon, CalendarFill as DateFill, CalendarFill as DateFillIcon, Calendar as DateIcon, Sun as Day, SunDuotone as DayDuotone, SunDuotone as DayDuotoneIcon, SunFill as DayFill, SunFill as DayFillIcon, Sun as DayIcon, TrendingDown as Decline, TrendingDownDuotone as DeclineDuotone, TrendingDownDuotone as DeclineDuotoneIcon, TrendingDownFill as DeclineFill, TrendingDownFill as DeclineFillIcon, TrendingDown as DeclineIcon, Minus as Decrease, MinusDuotone as DecreaseDuotone, MinusDuotone as DecreaseDuotoneIcon, MinusFill as DecreaseFill, MinusFill as DecreaseFillIcon, Minus as DecreaseIcon, Trash as Delete, TrashDuotone as DeleteDuotone, TrashDuotone as DeleteDuotoneIcon, TrashFill as DeleteFill, TrashFill as DeleteFillIcon, Trash as DeleteIcon, ArrowDown01 as Descending, ArrowDown01Duotone as DescendingDuotone, ArrowDown01Duotone as DescendingDuotoneIcon, ArrowDown01Fill as DescendingFill, ArrowDown01Fill as DescendingFillIcon, ArrowDown01 as DescendingIcon, Grid1x2 as Design, Grid1x2Duotone as DesignDuotone, Grid1x2Duotone as DesignDuotoneIcon, Grid1x2Fill as DesignFill, Grid1x2Fill as DesignFillIcon, Grid1x2 as DesignIcon, Info as Details, InfoDuotone as DetailsDuotone, InfoDuotone as DetailsDuotoneIcon, InfoFill as DetailsFill, InfoFill as DetailsFillIcon, Info as DetailsIcon, ArchiveArrowUp as Direction, ArchiveArrowUpDuotone as DirectionDuotone, ArchiveArrowUpDuotone as DirectionDuotoneIcon, ArchiveArrowUpFill as DirectionFill, ArchiveArrowUpFill as DirectionFillIcon, ArchiveArrowUp as DirectionIcon, ThumbsDown as Disapprove, ThumbsDownDuotone as DisapproveDuotone, ThumbsDownDuotone as DisapproveDuotoneIcon, ThumbsDownFill as DisapproveFill, ThumbsDownFill as DisapproveFillIcon, ThumbsDown as DisapproveIcon, Unlink as Disconnect, UnlinkDuotone as DisconnectDuotone, UnlinkDuotone as DisconnectDuotoneIcon, UnlinkFill as DisconnectFill, UnlinkFill as DisconnectFillIcon, Unlink as DisconnectIcon, Save as Disk, SaveDuotone as DiskDuotone, SaveDuotone as DiskDuotoneIcon, SaveFill as DiskFill, SaveFill as DiskFillIcon, Save as DiskIcon, ThumbsDown as Dislike, ThumbsDownDuotone as DislikeDuotone, ThumbsDownDuotone as DislikeDuotoneIcon, ThumbsDownFill as DislikeFill, ThumbsDownFill as DislikeFillIcon, ThumbsDown as DislikeIcon, File as Document, FileDuotone as DocumentDuotone, FileDuotone as DocumentDuotoneIcon, FileFill as DocumentFill, FileFill as DocumentFillIcon, File as DocumentIcon, CircleDollarSign as Dollar, CircleDollarSignDuotone as DollarDuotone, CircleDollarSignDuotone as DollarDuotoneIcon, CircleDollarSignFill as DollarFill, CircleDollarSignFill as DollarFillIcon, CircleDollarSign as DollarIcon, Checkmark as Done, CheckmarkDuotone as DoneDuotone, CheckmarkDuotone as DoneDuotoneIcon, CheckmarkFill as DoneFill, CheckmarkFill as DoneFillIcon, Checkmark as DoneIcon, ArrowDown as Down, ArrowDownDuotone as DownDuotone, ArrowDownDuotone as DownDuotoneIcon, ArrowDownFill as DownFill, ArrowDownFill as DownFillIcon, ArrowDown as DownIcon, Download, DownloadDuotone, DownloadDuotone as DownloadDuotoneIcon, FileArrowDown as DownloadFile, FileArrowDownDuotone as DownloadFileDuotone, FileArrowDownDuotone as DownloadFileDuotoneIcon, FileArrowDownFill as DownloadFileFill, FileArrowDownFill as DownloadFileFillIcon, FileArrowDown as DownloadFileIcon, DownloadFill, DownloadFill as DownloadFillIcon, Download as DownloadIcon, TrendingDown as Downtrend, TrendingDownDuotone as DowntrendDuotone, TrendingDownDuotone as DowntrendDuotoneIcon, TrendingDownFill as DowntrendFill, TrendingDownFill as DowntrendFillIcon, TrendingDown as DowntrendIcon, SquarePen as Draft, SquarePenDuotone as DraftDuotone, SquarePenDuotone as DraftDuotoneIcon, SquarePenFill as DraftFill, SquarePenFill as DraftFillIcon, SquarePen as DraftIcon, Move as Drag, MoveDuotone as DragDuotone, MoveDuotone as DragDuotoneIcon, MoveFill as DragFill, MoveFill as DragFillIcon, Move as DragIcon, PanelLeft as DrawerLeft, PanelLeftDuotone as DrawerLeftDuotone, PanelLeftDuotone as DrawerLeftDuotoneIcon, PanelLeftFill as DrawerLeftFill, PanelLeftFill as DrawerLeftFillIcon, PanelLeft as DrawerLeftIcon, PanelRight as DrawerRight, PanelRightDuotone as DrawerRightDuotone, PanelRightDuotone as DrawerRightDuotoneIcon, PanelRightFill as DrawerRightFill, PanelRightFill as DrawerRightFillIcon, PanelRight as DrawerRightIcon, ChevronDown as Dropdown, ChevronDownDuotone as DropdownDuotone, ChevronDownDuotone as DropdownDuotoneIcon, ChevronDownFill as DropdownFill, ChevronDownFill as DropdownFillIcon, ChevronDown as DropdownIcon, Copy as Duplicate, CopyDuotone as DuplicateDuotone, CopyDuotone as DuplicateDuotoneIcon, CopyFill as DuplicateFill, CopyFill as DuplicateFillIcon, Copy as DuplicateIcon, ArrowRight as East, ArrowRightDuotone as EastDuotone, ArrowRightDuotone as EastDuotoneIcon, ArrowRightFill as EastFill, ArrowRightFill as EastFillIcon, ArrowRight as EastIcon, Eclipse, EclipseDuotone, EclipseDuotone as EclipseDuotoneIcon, EclipseFill, EclipseFill as EclipseFillIcon, Eclipse as EclipseIcon, Pencil as Edit, PencilDuotone as EditDuotone, PencilDuotone as EditDuotoneIcon, PencilFill as EditFill, PencilFill as EditFillIcon, Pencil as EditIcon, SquarePen as Editor, SquarePenDuotone as EditorDuotone, SquarePenDuotone as EditorDuotoneIcon, SquarePenFill as EditorFill, SquarePenFill as EditorFillIcon, SquarePen as EditorIcon, Ellipsis, EllipsisDuotone, EllipsisDuotone as EllipsisDuotoneIcon, EllipsisFill, EllipsisFill as EllipsisFillIcon, Ellipsis as EllipsisIcon, EllipsisVertical, EllipsisVerticalDuotone, EllipsisVerticalDuotone as EllipsisVerticalDuotoneIcon, EllipsisVerticalFill, EllipsisVerticalFill as EllipsisVerticalFillIcon, EllipsisVertical as EllipsisVerticalIcon, Mail as Email, MailDuotone as EmailDuotone, MailDuotone as EmailDuotoneIcon, MailFill as EmailFill, MailFill as EmailFillIcon, Mail as EmailIcon, Heart as Emotion, HeartDuotone as EmotionDuotone, HeartDuotone as EmotionDuotoneIcon, HeartFill as EmotionFill, HeartFill as EmotionFillIcon, Heart as EmotionIcon, Italic as Emphasis, ItalicDuotone as EmphasisDuotone, ItalicDuotone as EmphasisDuotoneIcon, ItalicFill as EmphasisFill, ItalicFill as EmphasisFillIcon, Italic as EmphasisIcon, Maximize as Enlarge, MaximizeDuotone as EnlargeDuotone, MaximizeDuotone as EnlargeDuotoneIcon, MaximizeFill as EnlargeFill, MaximizeFill as EnlargeFillIcon, Maximize as EnlargeIcon, Mail as Envelope, MailDuotone as EnvelopeDuotone, MailDuotone as EnvelopeDuotoneIcon, MailFill as EnvelopeFill, MailFill as EnvelopeFillIcon, Mail as EnvelopeIcon, SlidersHorizontal as Equalizer, SlidersHorizontalDuotone as EqualizerDuotone, SlidersHorizontalDuotone as EqualizerDuotoneIcon, SlidersHorizontalFill as EqualizerFill, SlidersHorizontalFill as EqualizerFillIcon, SlidersHorizontal as EqualizerIcon, CircleAlert as Error, CircleAlertDuotone as ErrorDuotone, CircleAlertDuotone as ErrorDuotoneIcon, CircleAlertFill as ErrorFill, CircleAlertFill as ErrorFillIcon, CircleAlert as ErrorIcon, Calendar as Event, CalendarDuotone as EventDuotone, CalendarDuotone as EventDuotoneIcon, CalendarFill as EventFill, CalendarFill as EventFillIcon, Calendar as EventIcon, LogOut as Exit, LogOutDuotone as ExitDuotone, LogOutDuotone as ExitDuotoneIcon, LogOutFill as ExitFill, LogOutFill as ExitFillIcon, LogOut as ExitIcon, ChevronUp as Expand, ChevronUpDuotone as ExpandDuotone, ChevronUpDuotone as ExpandDuotoneIcon, ChevronUpFill as ExpandFill, ChevronUpFill as ExpandFillIcon, ChevronUp as ExpandIcon, Maximize as ExpandWindow, MaximizeDuotone as ExpandWindowDuotone, MaximizeDuotone as ExpandWindowDuotoneIcon, MaximizeFill as ExpandWindowFill, MaximizeFill as ExpandWindowFillIcon, Maximize as ExpandWindowIcon, Search as Explore, SearchDuotone as ExploreDuotone, SearchDuotone as ExploreDuotoneIcon, SearchFill as ExploreFill, SearchFill as ExploreFillIcon, Search as ExploreIcon, Download as Export, DownloadDuotone as ExportDuotone, DownloadDuotone as ExportDuotoneIcon, DownloadFill as ExportFill, DownloadFill as ExportFillIcon, Download as ExportIcon, ExternalLink as External, ExternalLinkDuotone as ExternalDuotone, ExternalLinkDuotone as ExternalDuotoneIcon, ExternalLinkFill as ExternalFill, ExternalLinkFill as ExternalFillIcon, ExternalLink as ExternalIcon, ExternalLink, ExternalLinkDuotone, ExternalLinkDuotone as ExternalLinkDuotoneIcon, ExternalLinkFill, ExternalLinkFill as ExternalLinkFillIcon, ExternalLink as ExternalLinkIcon, Eye, EyeDuotone, EyeDuotone as EyeDuotoneIcon, EyeFill, EyeFill as EyeFillIcon, Eye as EyeIcon, EyeOff, EyeOffDuotone, EyeOffDuotone as EyeOffDuotoneIcon, EyeOffFill, EyeOffFill as EyeOffFillIcon, EyeOff as EyeOffIcon, TrendingDown as Falling, TrendingDownDuotone as FallingDuotone, TrendingDownDuotone as FallingDuotoneIcon, TrendingDownFill as FallingFill, TrendingDownFill as FallingFillIcon, TrendingDown as FallingIcon, CircleQuestionMark as Faq, CircleQuestionMarkDuotone as FaqDuotone, CircleQuestionMarkDuotone as FaqDuotoneIcon, CircleQuestionMarkFill as FaqFill, CircleQuestionMarkFill as FaqFillIcon, CircleQuestionMark as FaqIcon, Star as Favorite, StarDuotone as FavoriteDuotone, StarDuotone as FavoriteDuotoneIcon, StarFill as FavoriteFill, StarFill as FavoriteFillIcon, Star as FavoriteIcon, Star as Favourite, StarDuotone as FavouriteDuotone, StarDuotone as FavouriteDuotoneIcon, StarFill as FavouriteFill, StarFill as FavouriteFillIcon, Star as FavouriteIcon, File, FileUser as FileAccount, FileUserDuotone as FileAccountDuotone, FileUserDuotone as FileAccountDuotoneIcon, FileUserFill as FileAccountFill, FileUserFill as FileAccountFillIcon, FileUser as FileAccountIcon, FileArrowDown, FileArrowDownDuotone, FileArrowDownDuotone as FileArrowDownDuotoneIcon, FileArrowDownFill, FileArrowDownFill as FileArrowDownFillIcon, FileArrowDown as FileArrowDownIcon, FileArrowLeft, FileArrowLeftDuotone, FileArrowLeftDuotone as FileArrowLeftDuotoneIcon, FileArrowLeftFill, FileArrowLeftFill as FileArrowLeftFillIcon, FileArrowLeft as FileArrowLeftIcon, FileArrowLeftRight, FileArrowLeftRightDuotone, FileArrowLeftRightDuotone as FileArrowLeftRightDuotoneIcon, FileArrowLeftRightFill, FileArrowLeftRightFill as FileArrowLeftRightFillIcon, FileArrowLeftRight as FileArrowLeftRightIcon, FileArrowRight, FileArrowRightDuotone, FileArrowRightDuotone as FileArrowRightDuotoneIcon, FileArrowRightFill, FileArrowRightFill as FileArrowRightFillIcon, FileArrowRight as FileArrowRightIcon, FileArrowUp, FileArrowUpDuotone, FileArrowUpDuotone as FileArrowUpDuotoneIcon, FileArrowUpFill, FileArrowUpFill as FileArrowUpFillIcon, FileArrowUp as FileArrowUpIcon, FileArrowLeft as FileBack, FileArrowLeftDuotone as FileBackDuotone, FileArrowLeftDuotone as FileBackDuotoneIcon, FileArrowLeftFill as FileBackFill, FileArrowLeftFill as FileBackFillIcon, FileArrowLeft as FileBackIcon, FileX as FileCancel, FileXDuotone as FileCancelDuotone, FileXDuotone as FileCancelDuotoneIcon, FileXFill as FileCancelFill, FileXFill as FileCancelFillIcon, FileX as FileCancelIcon, FileCheck, FileCheckDuotone, FileCheckDuotone as FileCheckDuotoneIcon, FileCheckFill, FileCheckFill as FileCheckFillIcon, FileCheck as FileCheckIcon, FileCog, FileCogDuotone, FileCogDuotone as FileCogDuotoneIcon, FileCogFill, FileCogFill as FileCogFillIcon, FileCog as FileCogIcon, FileCheck as FileComplete, FileCheckDuotone as FileCompleteDuotone, FileCheckDuotone as FileCompleteDuotoneIcon, FileCheckFill as FileCompleteFill, FileCheckFill as FileCompleteFillIcon, FileCheck as FileCompleteIcon, FileCog as FileConfig, FileCogDuotone as FileConfigDuotone, FileCogDuotone as FileConfigDuotoneIcon, FileCogFill as FileConfigFill, FileCogFill as FileConfigFillIcon, FileCog as FileConfigIcon, FileX as FileDelete, FileXDuotone as FileDeleteDuotone, FileXDuotone as FileDeleteDuotoneIcon, FileXFill as FileDeleteFill, FileXFill as FileDeleteFillIcon, FileX as FileDeleteIcon, FileCheck as FileDone, FileCheckDuotone as FileDoneDuotone, FileCheckDuotone as FileDoneDuotoneIcon, FileCheckFill as FileDoneFill, FileCheckFill as FileDoneFillIcon, FileCheck as FileDoneIcon, FileDuotone, FileDuotone as FileDuotoneIcon, FileArrowLeftRight as FileExchange, FileArrowLeftRightDuotone as FileExchangeDuotone, FileArrowLeftRightDuotone as FileExchangeDuotoneIcon, FileArrowLeftRightFill as FileExchangeFill, FileArrowLeftRightFill as FileExchangeFillIcon, FileArrowLeftRight as FileExchangeIcon, FileFill, FileFill as FileFillIcon, FileArrowRight as FileForward, FileArrowRightDuotone as FileForwardDuotone, FileArrowRightDuotone as FileForwardDuotoneIcon, FileArrowRightFill as FileForwardFill, FileArrowRightFill as FileForwardFillIcon, FileArrowRight as FileForwardIcon, File as FileIcon, FileArrowRight as FileNext, FileArrowRightDuotone as FileNextDuotone, FileArrowRightDuotone as FileNextDuotoneIcon, FileArrowRightFill as FileNextFill, FileArrowRightFill as FileNextFillIcon, FileArrowRight as FileNextIcon, FilePlus, FilePlusDuotone, FilePlusDuotone as FilePlusDuotoneIcon, FilePlusFill, FilePlusFill as FilePlusFillIcon, FilePlus as FilePlusIcon, FileArrowLeft as FilePrevious, FileArrowLeftDuotone as FilePreviousDuotone, FileArrowLeftDuotone as FilePreviousDuotoneIcon, FileArrowLeftFill as FilePreviousFill, FileArrowLeftFill as FilePreviousFillIcon, FileArrowLeft as FilePreviousIcon, FileUser as FileProfile, FileUserDuotone as FileProfileDuotone, FileUserDuotone as FileProfileDuotoneIcon, FileUserFill as FileProfileFill, FileUserFill as FileProfileFillIcon, FileUser as FileProfileIcon, FileX as FileRemove, FileXDuotone as FileRemoveDuotone, FileXDuotone as FileRemoveDuotoneIcon, FileXFill as FileRemoveFill, FileXFill as FileRemoveFillIcon, FileX as FileRemoveIcon, FileCog as FileSettings, FileCogDuotone as FileSettingsDuotone, FileCogDuotone as FileSettingsDuotoneIcon, FileCogFill as FileSettingsFill, FileCogFill as FileSettingsFillIcon, FileCog as FileSettingsIcon, FileArrowLeftRight as FileSync, FileArrowLeftRightDuotone as FileSyncDuotone, FileArrowLeftRightDuotone as FileSyncDuotoneIcon, FileArrowLeftRightFill as FileSyncFill, FileArrowLeftRightFill as FileSyncFillIcon, FileArrowLeftRight as FileSyncIcon, FileArrowLeftRight as FileTransfer, FileArrowLeftRightDuotone as FileTransferDuotone, FileArrowLeftRightDuotone as FileTransferDuotoneIcon, FileArrowLeftRightFill as FileTransferFill, FileArrowLeftRightFill as FileTransferFillIcon, FileArrowLeftRight as FileTransferIcon, FileUser, FileUserDuotone, FileUserDuotone as FileUserDuotoneIcon, FileUserFill, FileUserFill as FileUserFillIcon, FileUser as FileUserIcon, FileCheck as FileVerified, FileCheckDuotone as FileVerifiedDuotone, FileCheckDuotone as FileVerifiedDuotoneIcon, FileCheckFill as FileVerifiedFill, FileCheckFill as FileVerifiedFillIcon, FileCheck as FileVerifiedIcon, FileX, FileXDuotone, FileXDuotone as FileXDuotoneIcon, FileXFill, FileXFill as FileXFillIcon, FileX as FileXIcon, Reel as Film, ReelDuotone as FilmDuotone, ReelDuotone as FilmDuotoneIcon, ReelFill as FilmFill, ReelFill as FilmFillIcon, Reel as FilmIcon, ListFilter as Filter, ListFilterDuotone as FilterDuotone, ListFilterDuotone as FilterDuotoneIcon, ListFilterFill as FilterFill, ListFilterFill as FilterFillIcon, ListFilter as FilterIcon, SlidersHorizontal as Filters, SlidersHorizontalDuotone as FiltersDuotone, SlidersHorizontalDuotone as FiltersDuotoneIcon, SlidersHorizontalFill as FiltersFill, SlidersHorizontalFill as FiltersFillIcon, SlidersHorizontal as FiltersIcon, Search as Find, SearchDuotone as FindDuotone, SearchDuotone as FindDuotoneIcon, SearchFill as FindFill, SearchFill as FindFillIcon, Search as FindIcon, SearchUser as FindUser, SearchUserDuotone as FindUserDuotone, SearchUserDuotone as FindUserDuotoneIcon, SearchUserFill as FindUserFill, SearchUserFill as FindUserFillIcon, SearchUser as FindUserIcon, Flame as Fire, FlameDuotone as FireDuotone, FlameDuotone as FireDuotoneIcon, FlameFill as FireFill, FlameFill as FireFillIcon, Flame as FireIcon, Bookmark as Flag, BookmarkDuotone as FlagDuotone, BookmarkDuotone as FlagDuotoneIcon, BookmarkFill as FlagFill, BookmarkFill as FlagFillIcon, Bookmark as FlagIcon, Flame, FlameDuotone, FlameDuotone as FlameDuotoneIcon, FlameFill, FlameFill as FlameFillIcon, Flame as FlameIcon, Save as Floppy, SaveDuotone as FloppyDuotone, SaveDuotone as FloppyDuotoneIcon, SaveFill as FloppyFill, SaveFill as FloppyFillIcon, Save as FloppyIcon, Info as FoamAbout, InfoDuotone as FoamAboutDuotone, InfoFill as FoamAboutFill, ChevronUpDown as FoamAccordion, ChevronUpDownDuotone as FoamAccordionDuotone, ChevronUpDownFill as FoamAccordionFill, User as FoamAccount, UserDuotone as FoamAccountDuotone, UserFill as FoamAccountFill, Plus as FoamAdd, ContentPlus as FoamAddContent, ContentPlusDuotone as FoamAddContentDuotone, ContentPlusFill as FoamAddContentFill, PlusDuotone as FoamAddDuotone, FilePlus as FoamAddFile, FilePlusDuotone as FoamAddFileDuotone, FilePlusFill as FoamAddFileFill, PlusFill as FoamAddFill, Rolodex as FoamAddressBook, RolodexDuotone as FoamAddressBookDuotone, RolodexFill as FoamAddressBookFill, SlidersHorizontal as FoamAdjust, SlidersHorizontalDuotone as FoamAdjustDuotone, SlidersHorizontalFill as FoamAdjustFill, Sparkles as FoamAi, SparklesDuotone as FoamAiDuotone, SparklesFill as FoamAiFill, Bell as FoamAlarm, BellDuotone as FoamAlarmDuotone, BellFill as FoamAlarmFill, Alert as FoamAlert, AlertDuotone as FoamAlertDuotone, AlertFill as FoamAlertFill, TextAlignStart as FoamAlignLeft, TextAlignStartDuotone as FoamAlignLeftDuotone, TextAlignStartFill as FoamAlignLeftFill, TextAlignEnd as FoamAlignRight, TextAlignEndDuotone as FoamAlignRightDuotone, TextAlignEndFill as FoamAlignRightFill, Rolodex as FoamAlphabet, RolodexDuotone as FoamAlphabetDuotone, RolodexFill as FoamAlphabetFill, ChartColumnSquare as FoamAnalytics, ChartColumnSquareDuotone as FoamAnalyticsDuotone, ChartColumnSquareFill as FoamAnalyticsFill, Megaphone as FoamAnnounce, MegaphoneDuotone as FoamAnnounceDuotone, MegaphoneFill as FoamAnnounceFill, Reply as FoamAnswer, ReplyDuotone as FoamAnswerDuotone, ReplyFill as FoamAnswerFill, ThumbsUp as FoamApprove, ThumbsUpDuotone as FoamApproveDuotone, ThumbsUpFill as FoamApproveFill, Archive as FoamArchive, ArchiveArrowUp as FoamArchiveArrowUp, ArchiveArrowUpDuotone as FoamArchiveArrowUpDuotone, ArchiveArrowUpFill as FoamArchiveArrowUpFill, ArchiveDuotone as FoamArchiveDuotone, ArchiveFill as FoamArchiveFill, ArrowDown as FoamArrowDown, ArrowDown01 as FoamArrowDown01, ArrowDown01Duotone as FoamArrowDown01Duotone, ArrowDown01Fill as FoamArrowDown01Fill, ArrowDown10 as FoamArrowDown10, ArrowDown10Duotone as FoamArrowDown10Duotone, ArrowDown10Fill as FoamArrowDown10Fill, ArrowDownDuotone as FoamArrowDownDuotone, ArrowDownFill as FoamArrowDownFill, ArrowDownIG as FoamArrowDownIG, ArrowDownIGDuotone as FoamArrowDownIGDuotone, ArrowDownIGFill as FoamArrowDownIGFill, ArrowDownNarrowWide as FoamArrowDownNarrowWide, ArrowDownNarrowWideDuotone as FoamArrowDownNarrowWideDuotone, ArrowDownNarrowWideFill as FoamArrowDownNarrowWideFill, ArrowDownSC as FoamArrowDownSC, ArrowDownSCDuotone as FoamArrowDownSCDuotone, ArrowDownSCFill as FoamArrowDownSCFill, ArrowDownTT as FoamArrowDownTT, ArrowDownTTDuotone as FoamArrowDownTTDuotone, ArrowDownTTFill as FoamArrowDownTTFill, ArrowDownUp as FoamArrowDownUp, ArrowDownUpDuotone as FoamArrowDownUpDuotone, ArrowDownUpFill as FoamArrowDownUpFill, ArrowDownWideNarrow as FoamArrowDownWideNarrow, ArrowDownWideNarrowDuotone as FoamArrowDownWideNarrowDuotone, ArrowDownWideNarrowFill as FoamArrowDownWideNarrowFill, ArrowDownYT as FoamArrowDownYT, ArrowDownYTDuotone as FoamArrowDownYTDuotone, ArrowDownYTFill as FoamArrowDownYTFill, ArrowLeft as FoamArrowLeft, ArrowLeftDuotone as FoamArrowLeftDuotone, ArrowLeftFill as FoamArrowLeftFill, ArrowRight as FoamArrowRight, ArrowRightDuotone as FoamArrowRightDuotone, ArrowRightFill as FoamArrowRightFill, ArrowRightToLine as FoamArrowRightToLine, ArrowRightToLineDuotone as FoamArrowRightToLineDuotone, ArrowRightToLineFill as FoamArrowRightToLineFill, ArrowUp as FoamArrowUp, ArrowUpAZ as FoamArrowUpAZ, ArrowUpAZDuotone as FoamArrowUpAZDuotone, ArrowUpAZFill as FoamArrowUpAZFill, ArrowUpDuotone as FoamArrowUpDuotone, ArrowUpFill as FoamArrowUpFill, ArrowUpIG as FoamArrowUpIG, ArrowUpIGDuotone as FoamArrowUpIGDuotone, ArrowUpIGFill as FoamArrowUpIGFill, ArrowUpNarrowWide as FoamArrowUpNarrowWide, ArrowUpNarrowWideDuotone as FoamArrowUpNarrowWideDuotone, ArrowUpNarrowWideFill as FoamArrowUpNarrowWideFill, ArrowUpSC as FoamArrowUpSC, ArrowUpSCDuotone as FoamArrowUpSCDuotone, ArrowUpSCFill as FoamArrowUpSCFill, ArrowUpTT as FoamArrowUpTT, ArrowUpTTDuotone as FoamArrowUpTTDuotone, ArrowUpTTFill as FoamArrowUpTTFill, ArrowUpWideNarrow as FoamArrowUpWideNarrow, ArrowUpWideNarrowDuotone as FoamArrowUpWideNarrowDuotone, ArrowUpWideNarrowFill as FoamArrowUpWideNarrowFill, ArrowUpYT as FoamArrowUpYT, ArrowUpYTDuotone as FoamArrowUpYTDuotone, ArrowUpYTFill as FoamArrowUpYTFill, ArrowUpZA as FoamArrowUpZA, ArrowUpZADuotone as FoamArrowUpZADuotone, ArrowUpZAFill as FoamArrowUpZAFill, ArchiveArrowUp as FoamAscending, ArchiveArrowUpDuotone as FoamAscendingDuotone, ArchiveArrowUpFill as FoamAscendingFill, AtSign as FoamAtSign, AtSignDuotone as FoamAtSignDuotone, AtSignFill as FoamAtSignFill, Alert as FoamAttention, CircleAlert as FoamAttentionCircle, CircleAlertDuotone as FoamAttentionCircleDuotone, CircleAlertFill as FoamAttentionCircleFill, AlertDuotone as FoamAttentionDuotone, AlertFill as FoamAttentionFill, Reach as FoamAudience, ReachDuotone as FoamAudienceDuotone, ReachFill as FoamAudienceFill, Volume2 as FoamAudio, Volume2Duotone as FoamAudioDuotone, Volume2Fill as FoamAudioFill, ArrowLeft as FoamBack, ArrowLeftDuotone as FoamBackDuotone, ArrowLeftFill as FoamBackFill, Ban as FoamBan, BanDuotone as FoamBanDuotone, BanFill as FoamBanFill, ChartColumnSquare as FoamBarChart, ChartColumnSquareDuotone as FoamBarChartDuotone, ChartColumnSquareFill as FoamBarChartFill, Menu as FoamBars, MenuDuotone as FoamBarsDuotone, MenuFill as FoamBarsFill, Bell as FoamBell, BellDuotone as FoamBellDuotone, BellFill as FoamBellFill, Trash as FoamBin, TrashDuotone as FoamBinDuotone, TrashFill as FoamBinFill, Ban as FoamBlock, BanDuotone as FoamBlockDuotone, BanFill as FoamBlockFill, QuotationMarkRight as FoamBlockquoteEnd, QuotationMarkRightDuotone as FoamBlockquoteEndDuotone, QuotationMarkRightFill as FoamBlockquoteEndFill, QuotationMarkLeft as FoamBlockquoteStart, QuotationMarkLeftDuotone as FoamBlockquoteStartDuotone, QuotationMarkLeftFill as FoamBlockquoteStartFill, Bold as FoamBold, BoldDuotone as FoamBoldDuotone, BoldFill as FoamBoldFill, Bookmark as FoamBookmark, BookmarkDuotone as FoamBookmarkDuotone, BookmarkFill as FoamBookmarkFill, Archive as FoamBox, ArchiveDuotone as FoamBoxDuotone, ArchiveFill as FoamBoxFill, ContentUser as FoamBrandAssets, ContentUserDuotone as FoamBrandAssetsDuotone, ContentUserFill as FoamBrandAssetsFill, Unlink as FoamBreak, UnlinkDuotone as FoamBreakDuotone, UnlinkFill as FoamBreakFill, Sun as FoamBright, SunDuotone as FoamBrightDuotone, SunFill as FoamBrightFill, Megaphone as FoamBroadcast, MegaphoneDuotone as FoamBroadcastDuotone, MegaphoneFill as FoamBroadcastFill, List as FoamBullets, ListDuotone as FoamBulletsDuotone, ListFill as FoamBulletsFill, Calendar as FoamCalendar, CalendarDuotone as FoamCalendarDuotone, CalendarFill as FoamCalendarFill, CircleX as FoamCancel, CircleXDuotone as FoamCancelDuotone, CircleXFill as FoamCancelFill, Rolodex as FoamCardIndex, RolodexDuotone as FoamCardIndexDuotone, RolodexFill as FoamCardIndexFill, Grid1x2 as FoamCards, Grid1x2Duotone as FoamCardsDuotone, Grid1x2Fill as FoamCardsFill, ChevronDown as FoamCaretDown, ChevronDownDuotone as FoamCaretDownDuotone, ChevronDownFill as FoamCaretDownFill, ChevronLeft as FoamCaretLeft, ChevronLeftDuotone as FoamCaretLeftDuotone, ChevronLeftFill as FoamCaretLeftFill, ChevronRight as FoamCaretRight, ChevronRightDuotone as FoamCaretRightDuotone, ChevronRightFill as FoamCaretRightFill, ChevronUp as FoamCaretUp, ChevronUpDuotone as FoamCaretUpDuotone, ChevronUpFill as FoamCaretUpFill, Alert as FoamCaution, CircleAlert as FoamCautionCircle, CircleAlertDuotone as FoamCautionCircleDuotone, CircleAlertFill as FoamCautionCircleFill, AlertDuotone as FoamCautionDuotone, AlertFill as FoamCautionFill, TextAlignCenter as FoamCenter, TextAlignCenterDuotone as FoamCenterDuotone, TextAlignCenterFill as FoamCenterFill, Link as FoamChain, LinkDuotone as FoamChainDuotone, LinkFill as FoamChainFill, ChartColumnSquare as FoamChartColumnSquare, ChartColumnSquareDuotone as FoamChartColumnSquareDuotone, ChartColumnSquareFill as FoamChartColumnSquareFill, MessagesSquare as FoamChat, MessagesSquareDuotone as FoamChatDuotone, MessagesSquareFill as FoamChatFill, MessageSquare as FoamChatSingle, MessageSquareDuotone as FoamChatSingleDuotone, MessageSquareFill as FoamChatSingleFill, MessagesSquare as FoamChats, MessagesSquareDuotone as FoamChatsDuotone, MessagesSquareFill as FoamChatsFill, Checkmark as FoamCheck, CheckmarkDuotone as FoamCheckDuotone, CheckmarkFill as FoamCheckFill, Checkbox as FoamCheckSquare, CheckboxDuotone as FoamCheckSquareDuotone, CheckboxFill as FoamCheckSquareFill, Checkbox as FoamCheckbox, CheckboxDuotone as FoamCheckboxDuotone, CheckboxFill as FoamCheckboxFill, ClipboardList as FoamChecklist, ClipboardListDuotone as FoamChecklistDuotone, ClipboardListFill as FoamChecklistFill, Checkmark as FoamCheckmark, CheckmarkDuotone as FoamCheckmarkDuotone, CheckmarkFill as FoamCheckmarkFill, ChevronDown as FoamChevronDown, ChevronDownDuotone as FoamChevronDownDuotone, ChevronDownFill as FoamChevronDownFill, ChevronLeft as FoamChevronLeft, ChevronLeftDuotone as FoamChevronLeftDuotone, ChevronLeftFill as FoamChevronLeftFill, ChevronRight as FoamChevronRight, ChevronRightDuotone as FoamChevronRightDuotone, ChevronRightFill as FoamChevronRightFill, ChevronUp as FoamChevronUp, ChevronUpDown as FoamChevronUpDown, ChevronUpDownDuotone as FoamChevronUpDownDuotone, ChevronUpDownFill as FoamChevronUpDownFill, ChevronUpDuotone as FoamChevronUpDuotone, ChevronUpFill as FoamChevronUpFill, CircleAlert as FoamCircleAlert, CircleAlertDuotone as FoamCircleAlertDuotone, CircleAlertFill as FoamCircleAlertFill, CircleDollarSign as FoamCircleDollarSign, CircleDollarSignDuotone as FoamCircleDollarSignDuotone, CircleDollarSignFill as FoamCircleDollarSignFill, CircleQuestionMark as FoamCircleQuestionMark, CircleQuestionMarkDuotone as FoamCircleQuestionMarkDuotone, CircleQuestionMarkFill as FoamCircleQuestionMarkFill, CircleX as FoamCircleX, CircleXDuotone as FoamCircleXDuotone, CircleXFill as FoamCircleXFill, CircleX as FoamClear, CircleXDuotone as FoamClearDuotone, CircleXFill as FoamClearFill, RemoveFormatting as FoamClearFormat, RemoveFormattingDuotone as FoamClearFormatDuotone, RemoveFormattingFill as FoamClearFormatFill, MousePointerClick as FoamClick, MousePointerClickDuotone as FoamClickDuotone, MousePointerClickFill as FoamClickFill, ClipboardList as FoamClipboardList, ClipboardListDuotone as FoamClipboardListDuotone, ClipboardListFill as FoamClipboardListFill, Clock as FoamClock, ClockArrowDown as FoamClockArrowDown, ClockArrowDownDuotone as FoamClockArrowDownDuotone, ClockArrowDownFill as FoamClockArrowDownFill, ClockArrowUp as FoamClockArrowUp, ClockArrowUpDuotone as FoamClockArrowUpDuotone, ClockArrowUpFill as FoamClockArrowUpFill, ClockDuotone as FoamClockDuotone, ClockFill as FoamClockFill, Copy as FoamClone, CopyDuotone as FoamCloneDuotone, CopyFill as FoamCloneFill, CircleX as FoamClose, CircleXDuotone as FoamCloseDuotone, CircleXFill as FoamCloseFill, QuotationMarkRight as FoamCloseQuote, QuotationMarkRightDuotone as FoamCloseQuoteDuotone, QuotationMarkRightFill as FoamCloseQuoteFill, Command as FoamCmd, CommandDuotone as FoamCmdDuotone, CommandFill as FoamCmdFill, Cog as FoamCog, CogDuotone as FoamCogDuotone, CogFill as FoamCogFill, Cog as FoamCogwheel, CogDuotone as FoamCogwheelDuotone, CogFill as FoamCogwheelFill, ChevronDown as FoamCollapse, ChevronDownDuotone as FoamCollapseDuotone, ChevronDownFill as FoamCollapseFill, Columns3 as FoamColumnLayout, Columns3Duotone as FoamColumnLayoutDuotone, Columns3Fill as FoamColumnLayoutFill, Columns3 as FoamColumns3, Columns3Duotone as FoamColumns3Duotone, Columns3Fill as FoamColumns3Fill, Command as FoamCommand, CommandDuotone as FoamCommandDuotone, CommandFill as FoamCommandFill, MessageSquare as FoamComment, MessageSquareDuotone as FoamCommentDuotone, MessageSquareFill as FoamCommentFill, MessagesSquare as FoamComments, MessagesSquareDuotone as FoamCommentsDuotone, MessagesSquareFill as FoamCommentsFill, Checkmark as FoamComplete, CheckmarkDuotone as FoamCompleteDuotone, CheckmarkFill as FoamCompleteFill, SquarePen as FoamCompose, SquarePenDuotone as FoamComposeDuotone, SquarePenFill as FoamComposeFill, Cog as FoamConfig, CogDuotone as FoamConfigDuotone, CogFill as FoamConfigFill, Cog as FoamConfiguration, CogDuotone as FoamConfigurationDuotone, CogFill as FoamConfigurationFill, Link as FoamConnect, LinkDuotone as FoamConnectDuotone, LinkFill as FoamConnectFill, Rolodex as FoamContacts, RolodexDuotone as FoamContactsDuotone, RolodexFill as FoamContactsFill, ContentHeart as FoamContentHeart, ContentHeartDuotone as FoamContentHeartDuotone, ContentHeartFill as FoamContentHeartFill, ContentPlus as FoamContentPlus, ContentPlusDuotone as FoamContentPlusDuotone, ContentPlusFill as FoamContentPlusFill, ContentUser as FoamContentUser, ContentUserDuotone as FoamContentUserDuotone, ContentUserFill as FoamContentUserFill, Eclipse as FoamContrast, EclipseDuotone as FoamContrastDuotone, EclipseFill as FoamContrastFill, SlidersHorizontal as FoamControls, SlidersHorizontalDuotone as FoamControlsDuotone, SlidersHorizontalFill as FoamControlsFill, MessagesSquare as FoamConversation, MessagesSquareDuotone as FoamConversationDuotone, MessagesSquareFill as FoamConversationFill, Copy as FoamCopy, CopyDuotone as FoamCopyDuotone, CopyFill as FoamCopyFill, Plus as FoamCreate, ContentPlus as FoamCreateContent, ContentPlusDuotone as FoamCreateContentDuotone, ContentPlusFill as FoamCreateContentFill, PlusDuotone as FoamCreateDuotone, FilePlus as FoamCreateFile, FilePlusDuotone as FoamCreateFileDuotone, FilePlusFill as FoamCreateFileFill, PlusFill as FoamCreateFill, MousePointerClick as FoamCursor, MousePointerClickDuotone as FoamCursorDuotone, MousePointerClickFill as FoamCursorFill, Moon as FoamDark, MoonDuotone as FoamDarkDuotone, MoonFill as FoamDarkFill, Moon as FoamDarkMode, MoonDuotone as FoamDarkModeDuotone, MoonFill as FoamDarkModeFill, Calendar as FoamDate, CalendarDuotone as FoamDateDuotone, CalendarFill as FoamDateFill, Sun as FoamDay, SunDuotone as FoamDayDuotone, SunFill as FoamDayFill, TrendingDown as FoamDecline, TrendingDownDuotone as FoamDeclineDuotone, TrendingDownFill as FoamDeclineFill, Minus as FoamDecrease, MinusDuotone as FoamDecreaseDuotone, MinusFill as FoamDecreaseFill, Trash as FoamDelete, TrashDuotone as FoamDeleteDuotone, TrashFill as FoamDeleteFill, ArrowDown01 as FoamDescending, ArrowDown01Duotone as FoamDescendingDuotone, ArrowDown01Fill as FoamDescendingFill, Grid1x2 as FoamDesign, Grid1x2Duotone as FoamDesignDuotone, Grid1x2Fill as FoamDesignFill, Info as FoamDetails, InfoDuotone as FoamDetailsDuotone, InfoFill as FoamDetailsFill, ArchiveArrowUp as FoamDirection, ArchiveArrowUpDuotone as FoamDirectionDuotone, ArchiveArrowUpFill as FoamDirectionFill, ThumbsDown as FoamDisapprove, ThumbsDownDuotone as FoamDisapproveDuotone, ThumbsDownFill as FoamDisapproveFill, Unlink as FoamDisconnect, UnlinkDuotone as FoamDisconnectDuotone, UnlinkFill as FoamDisconnectFill, Save as FoamDisk, SaveDuotone as FoamDiskDuotone, SaveFill as FoamDiskFill, ThumbsDown as FoamDislike, ThumbsDownDuotone as FoamDislikeDuotone, ThumbsDownFill as FoamDislikeFill, File as FoamDocument, FileDuotone as FoamDocumentDuotone, FileFill as FoamDocumentFill, CircleDollarSign as FoamDollar, CircleDollarSignDuotone as FoamDollarDuotone, CircleDollarSignFill as FoamDollarFill, Checkmark as FoamDone, CheckmarkDuotone as FoamDoneDuotone, CheckmarkFill as FoamDoneFill, ArrowDown as FoamDown, ArrowDownDuotone as FoamDownDuotone, ArrowDownFill as FoamDownFill, Download as FoamDownload, DownloadDuotone as FoamDownloadDuotone, FileArrowDown as FoamDownloadFile, FileArrowDownDuotone as FoamDownloadFileDuotone, FileArrowDownFill as FoamDownloadFileFill, DownloadFill as FoamDownloadFill, TrendingDown as FoamDowntrend, TrendingDownDuotone as FoamDowntrendDuotone, TrendingDownFill as FoamDowntrendFill, SquarePen as FoamDraft, SquarePenDuotone as FoamDraftDuotone, SquarePenFill as FoamDraftFill, Move as FoamDrag, MoveDuotone as FoamDragDuotone, MoveFill as FoamDragFill, PanelLeft as FoamDrawerLeft, PanelLeftDuotone as FoamDrawerLeftDuotone, PanelLeftFill as FoamDrawerLeftFill, PanelRight as FoamDrawerRight, PanelRightDuotone as FoamDrawerRightDuotone, PanelRightFill as FoamDrawerRightFill, ChevronDown as FoamDropdown, ChevronDownDuotone as FoamDropdownDuotone, ChevronDownFill as FoamDropdownFill, Copy as FoamDuplicate, CopyDuotone as FoamDuplicateDuotone, CopyFill as FoamDuplicateFill, ArrowRight as FoamEast, ArrowRightDuotone as FoamEastDuotone, ArrowRightFill as FoamEastFill, Eclipse as FoamEclipse, EclipseDuotone as FoamEclipseDuotone, EclipseFill as FoamEclipseFill, Pencil as FoamEdit, PencilDuotone as FoamEditDuotone, PencilFill as FoamEditFill, SquarePen as FoamEditor, SquarePenDuotone as FoamEditorDuotone, SquarePenFill as FoamEditorFill, Ellipsis as FoamEllipsis, EllipsisDuotone as FoamEllipsisDuotone, EllipsisFill as FoamEllipsisFill, EllipsisVertical as FoamEllipsisVertical, EllipsisVerticalDuotone as FoamEllipsisVerticalDuotone, EllipsisVerticalFill as FoamEllipsisVerticalFill, Mail as FoamEmail, MailDuotone as FoamEmailDuotone, MailFill as FoamEmailFill, Heart as FoamEmotion, HeartDuotone as FoamEmotionDuotone, HeartFill as FoamEmotionFill, Italic as FoamEmphasis, ItalicDuotone as FoamEmphasisDuotone, ItalicFill as FoamEmphasisFill, Maximize as FoamEnlarge, MaximizeDuotone as FoamEnlargeDuotone, MaximizeFill as FoamEnlargeFill, Mail as FoamEnvelope, MailDuotone as FoamEnvelopeDuotone, MailFill as FoamEnvelopeFill, SlidersHorizontal as FoamEqualizer, SlidersHorizontalDuotone as FoamEqualizerDuotone, SlidersHorizontalFill as FoamEqualizerFill, CircleAlert as FoamError, CircleAlertDuotone as FoamErrorDuotone, CircleAlertFill as FoamErrorFill, Calendar as FoamEvent, CalendarDuotone as FoamEventDuotone, CalendarFill as FoamEventFill, LogOut as FoamExit, LogOutDuotone as FoamExitDuotone, LogOutFill as FoamExitFill, ChevronUp as FoamExpand, ChevronUpDuotone as FoamExpandDuotone, ChevronUpFill as FoamExpandFill, Maximize as FoamExpandWindow, MaximizeDuotone as FoamExpandWindowDuotone, MaximizeFill as FoamExpandWindowFill, Search as FoamExplore, SearchDuotone as FoamExploreDuotone, SearchFill as FoamExploreFill, Download as FoamExport, DownloadDuotone as FoamExportDuotone, DownloadFill as FoamExportFill, ExternalLink as FoamExternal, ExternalLinkDuotone as FoamExternalDuotone, ExternalLinkFill as FoamExternalFill, ExternalLink as FoamExternalLink, ExternalLinkDuotone as FoamExternalLinkDuotone, ExternalLinkFill as FoamExternalLinkFill, Eye as FoamEye, EyeDuotone as FoamEyeDuotone, EyeFill as FoamEyeFill, EyeOff as FoamEyeOff, EyeOffDuotone as FoamEyeOffDuotone, EyeOffFill as FoamEyeOffFill, TrendingDown as FoamFalling, TrendingDownDuotone as FoamFallingDuotone, TrendingDownFill as FoamFallingFill, CircleQuestionMark as FoamFaq, CircleQuestionMarkDuotone as FoamFaqDuotone, CircleQuestionMarkFill as FoamFaqFill, Star as FoamFavorite, StarDuotone as FoamFavoriteDuotone, StarFill as FoamFavoriteFill, Star as FoamFavourite, StarDuotone as FoamFavouriteDuotone, StarFill as FoamFavouriteFill, File as FoamFile, FileUser as FoamFileAccount, FileUserDuotone as FoamFileAccountDuotone, FileUserFill as FoamFileAccountFill, FileArrowDown as FoamFileArrowDown, FileArrowDownDuotone as FoamFileArrowDownDuotone, FileArrowDownFill as FoamFileArrowDownFill, FileArrowLeft as FoamFileArrowLeft, FileArrowLeftDuotone as FoamFileArrowLeftDuotone, FileArrowLeftFill as FoamFileArrowLeftFill, FileArrowLeftRight as FoamFileArrowLeftRight, FileArrowLeftRightDuotone as FoamFileArrowLeftRightDuotone, FileArrowLeftRightFill as FoamFileArrowLeftRightFill, FileArrowRight as FoamFileArrowRight, FileArrowRightDuotone as FoamFileArrowRightDuotone, FileArrowRightFill as FoamFileArrowRightFill, FileArrowUp as FoamFileArrowUp, FileArrowUpDuotone as FoamFileArrowUpDuotone, FileArrowUpFill as FoamFileArrowUpFill, FileArrowLeft as FoamFileBack, FileArrowLeftDuotone as FoamFileBackDuotone, FileArrowLeftFill as FoamFileBackFill, FileX as FoamFileCancel, FileXDuotone as FoamFileCancelDuotone, FileXFill as FoamFileCancelFill, FileCheck as FoamFileCheck, FileCheckDuotone as FoamFileCheckDuotone, FileCheckFill as FoamFileCheckFill, FileCog as FoamFileCog, FileCogDuotone as FoamFileCogDuotone, FileCogFill as FoamFileCogFill, FileCheck as FoamFileComplete, FileCheckDuotone as FoamFileCompleteDuotone, FileCheckFill as FoamFileCompleteFill, FileCog as FoamFileConfig, FileCogDuotone as FoamFileConfigDuotone, FileCogFill as FoamFileConfigFill, FileX as FoamFileDelete, FileXDuotone as FoamFileDeleteDuotone, FileXFill as FoamFileDeleteFill, FileCheck as FoamFileDone, FileCheckDuotone as FoamFileDoneDuotone, FileCheckFill as FoamFileDoneFill, FileDuotone as FoamFileDuotone, FileArrowLeftRight as FoamFileExchange, FileArrowLeftRightDuotone as FoamFileExchangeDuotone, FileArrowLeftRightFill as FoamFileExchangeFill, FileFill as FoamFileFill, FileArrowRight as FoamFileForward, FileArrowRightDuotone as FoamFileForwardDuotone, FileArrowRightFill as FoamFileForwardFill, FileArrowRight as FoamFileNext, FileArrowRightDuotone as FoamFileNextDuotone, FileArrowRightFill as FoamFileNextFill, FilePlus as FoamFilePlus, FilePlusDuotone as FoamFilePlusDuotone, FilePlusFill as FoamFilePlusFill, FileArrowLeft as FoamFilePrevious, FileArrowLeftDuotone as FoamFilePreviousDuotone, FileArrowLeftFill as FoamFilePreviousFill, FileUser as FoamFileProfile, FileUserDuotone as FoamFileProfileDuotone, FileUserFill as FoamFileProfileFill, FileX as FoamFileRemove, FileXDuotone as FoamFileRemoveDuotone, FileXFill as FoamFileRemoveFill, FileCog as FoamFileSettings, FileCogDuotone as FoamFileSettingsDuotone, FileCogFill as FoamFileSettingsFill, FileArrowLeftRight as FoamFileSync, FileArrowLeftRightDuotone as FoamFileSyncDuotone, FileArrowLeftRightFill as FoamFileSyncFill, FileArrowLeftRight as FoamFileTransfer, FileArrowLeftRightDuotone as FoamFileTransferDuotone, FileArrowLeftRightFill as FoamFileTransferFill, FileUser as FoamFileUser, FileUserDuotone as FoamFileUserDuotone, FileUserFill as FoamFileUserFill, FileCheck as FoamFileVerified, FileCheckDuotone as FoamFileVerifiedDuotone, FileCheckFill as FoamFileVerifiedFill, FileX as FoamFileX, FileXDuotone as FoamFileXDuotone, FileXFill as FoamFileXFill, Reel as FoamFilm, ReelDuotone as FoamFilmDuotone, ReelFill as FoamFilmFill, ListFilter as FoamFilter, ListFilterDuotone as FoamFilterDuotone, ListFilterFill as FoamFilterFill, SlidersHorizontal as FoamFilters, SlidersHorizontalDuotone as FoamFiltersDuotone, SlidersHorizontalFill as FoamFiltersFill, Search as FoamFind, SearchDuotone as FoamFindDuotone, SearchFill as FoamFindFill, SearchUser as FoamFindUser, SearchUserDuotone as FoamFindUserDuotone, SearchUserFill as FoamFindUserFill, Flame as FoamFire, FlameDuotone as FoamFireDuotone, FlameFill as FoamFireFill, Bookmark as FoamFlag, BookmarkDuotone as FoamFlagDuotone, BookmarkFill as FoamFlagFill, Flame as FoamFlame, FlameDuotone as FoamFlameDuotone, FlameFill as FoamFlameFill, Save as FoamFloppy, SaveDuotone as FoamFloppyDuotone, SaveFill as FoamFloppyFill, ArrowRightToLine as FoamFold, ArrowRightToLineDuotone as FoamFoldDuotone, ArrowRightToLineFill as FoamFoldFill, Ban as FoamForbidden, BanDuotone as FoamForbiddenDuotone, BanFill as FoamForbiddenFill, Share as FoamForward, ShareDuotone as FoamForwardDuotone, ShareFill as FoamForwardFill, Frown as FoamFrown, FrownDuotone as FoamFrownDuotone, FrownFill as FoamFrownFill, Fullscreen as FoamFullScreen, FullscreenDuotone as FoamFullScreenDuotone, FullscreenFill as FoamFullScreenFill, Fullscreen as FoamFullscreen, FullscreenDuotone as FoamFullscreenDuotone, FullscreenFill as FoamFullscreenFill, ListFilter as FoamFunnel, ListFilterDuotone as FoamFunnelDuotone, ListFilterFill as FoamFunnelFill, Images as FoamGallery, ImagesDuotone as FoamGalleryDuotone, ImagesFill as FoamGalleryFill, Trash as FoamGarbage, TrashDuotone as FoamGarbageDuotone, TrashFill as FoamGarbageFill, Cog as FoamGear, CogDuotone as FoamGearDuotone, CogFill as FoamGearFill, Sparkles as FoamGenerate, SparklesDuotone as FoamGenerateDuotone, SparklesFill as FoamGenerateFill, MapPin as FoamGeo, MapPinDuotone as FoamGeoDuotone, MapPinFill as FoamGeoFill, Download as FoamGet, DownloadDuotone as FoamGetDuotone, DownloadFill as FoamGetFill, Globe as FoamGlobe, GlobeDuotone as FoamGlobeDuotone, GlobeFill as FoamGlobeFill, ChartColumnSquare as FoamGraph, ChartColumnSquareDuotone as FoamGraphDuotone, ChartColumnSquareFill as FoamGraphFill, Grid2x2 as FoamGrid, Grid1x2 as FoamGrid1x2, Grid1x2Duotone as FoamGrid1x2Duotone, Grid1x2Fill as FoamGrid1x2Fill, Grid2x2 as FoamGrid2x2, Grid2x2Duotone as FoamGrid2x2Duotone, Grid2x2Fill as FoamGrid2x2Fill, Grid2x2Duotone as FoamGridDuotone, Grid2x2Fill as FoamGridFill, Grip as FoamGrip, GripDuotone as FoamGripDuotone, GripFill as FoamGripFill, GripHorizontal as FoamGripHorizontal, GripHorizontalDuotone as FoamGripHorizontalDuotone, GripHorizontalFill as FoamGripHorizontalFill, GripVertical as FoamGripVertical, GripVerticalDuotone as FoamGripVerticalDuotone, GripVerticalFill as FoamGripVerticalFill, Users as FoamGroup, UsersDuotone as FoamGroupDuotone, UsersFill as FoamGroupFill, TrendingUp as FoamGrowth, TrendingUpDuotone as FoamGrowthDuotone, TrendingUpFill as FoamGrowthFill, Eclipse as FoamHalfMoon, EclipseDuotone as FoamHalfMoonDuotone, EclipseFill as FoamHalfMoonFill, Menu as FoamHamburger, MenuDuotone as FoamHamburgerDuotone, MenuFill as FoamHamburgerFill, Smile as FoamHappy, SmileDuotone as FoamHappyDuotone, SmileFill as FoamHappyFill, Heart as FoamHeart, HeartDuotone as FoamHeartDuotone, HeartFill as FoamHeartFill, CircleQuestionMark as FoamHelp, CircleQuestionMarkDuotone as FoamHelpDuotone, CircleQuestionMarkFill as FoamHelpFill, EyeOff as FoamHidden, EyeOffDuotone as FoamHiddenDuotone, EyeOffFill as FoamHiddenFill, EyeOff as FoamHide, EyeOffDuotone as FoamHideDuotone, EyeOffFill as FoamHideFill, History as FoamHistory, HistoryDuotone as FoamHistoryDuotone, HistoryFill as FoamHistoryFill, House as FoamHome, HouseDuotone as FoamHomeDuotone, HouseFill as FoamHomeFill, Rows2 as FoamHorizontalSplit, Rows2Duotone as FoamHorizontalSplitDuotone, Rows2Fill as FoamHorizontalSplitFill, Flame as FoamHot, FlameDuotone as FoamHotDuotone, FlameFill as FoamHotFill, Hotspot as FoamHotspot, HotspotDuotone as FoamHotspotDuotone, HotspotFill as FoamHotspotFill, House as FoamHouse, HouseDuotone as FoamHouseDuotone, HouseFill as FoamHouseFill, type FoamIcon, ArrowDownIG as FoamIgDown, ArrowDownIGDuotone as FoamIgDownDuotone, ArrowDownIGFill as FoamIgDownFill, ArrowUpIG as FoamIgUp, ArrowUpIGDuotone as FoamIgUpDuotone, ArrowUpIGFill as FoamIgUpFill, Image as FoamImage, ImageDuotone as FoamImageDuotone, ImageFill as FoamImageFill, Images as FoamImages, ImagesDuotone as FoamImagesDuotone, ImagesFill as FoamImagesFill, Upload as FoamImport, UploadDuotone as FoamImportDuotone, UploadFill as FoamImportFill, Reach as FoamImpressions, ReachDuotone as FoamImpressionsDuotone, ReachFill as FoamImpressionsFill, Inbox as FoamInbox, InboxDuotone as FoamInboxDuotone, InboxFill as FoamInboxFill, TrendingUp as FoamIncrease, TrendingUpDuotone as FoamIncreaseDuotone, TrendingUpFill as FoamIncreaseFill, ArrowRightToLine as FoamIndent, ArrowRightToLineDuotone as FoamIndentDuotone, ArrowRightToLineFill as FoamIndentFill, Info as FoamInfo, InfoDuotone as FoamInfoDuotone, InfoFill as FoamInfoFill, Info as FoamInformation, InfoDuotone as FoamInformationDuotone, InfoFill as FoamInformationFill, ArrowDownIG as FoamInstagramDown, ArrowDownIGDuotone as FoamInstagramDownDuotone, ArrowDownIGFill as FoamInstagramDownFill, ArrowUpIG as FoamInstagramUp, ArrowUpIGDuotone as FoamInstagramUpDuotone, ArrowUpIGFill as FoamInstagramUpFill, Globe as FoamInternet, GlobeDuotone as FoamInternetDuotone, GlobeFill as FoamInternetFill, EyeOff as FoamInvisible, EyeOffDuotone as FoamInvisibleDuotone, EyeOffFill as FoamInvisibleFill, Italic as FoamItalic, ItalicDuotone as FoamItalicDuotone, ItalicFill as FoamItalicFill, List as FoamItems, ListDuotone as FoamItemsDuotone, ListFill as FoamItemsFill, TextAlignJustify as FoamJustify, TextAlignJustifyDuotone as FoamJustifyDuotone, TextAlignJustifyFill as FoamJustifyFill, Command as FoamKeyboard, CommandDuotone as FoamKeyboardDuotone, CommandFill as FoamKeyboardFill, Globe as FoamLanguage, GlobeDuotone as FoamLanguageDuotone, GlobeFill as FoamLanguageFill, Grid2x2 as FoamLayout, Grid2x2Duotone as FoamLayoutDuotone, Grid2x2Fill as FoamLayoutFill, ArrowLeft as FoamLeft, ArrowLeftDuotone as FoamLeftDuotone, ArrowLeftFill as FoamLeftFill, Sun as FoamLight, SunDuotone as FoamLightDuotone, SunFill as FoamLightFill, ThumbsUp as FoamLike, ThumbsUpDuotone as FoamLikeDuotone, ThumbsUpFill as FoamLikeFill, Heart as FoamLikes, HeartDuotone as FoamLikesDuotone, HeartFill as FoamLikesFill, Link as FoamLink, LinkDuotone as FoamLinkDuotone, LinkFill as FoamLinkFill, List as FoamList, ListDuotone as FoamListDuotone, ListFill as FoamListFill, ListFilter as FoamListFilter, ListFilterDuotone as FoamListFilterDuotone, ListFilterFill as FoamListFilterFill, ListIndentDecrease as FoamListIndentDecrease, ListIndentDecreaseDuotone as FoamListIndentDecreaseDuotone, ListIndentDecreaseFill as FoamListIndentDecreaseFill, ListIndentIncrease as FoamListIndentIncrease, ListIndentIncreaseDuotone as FoamListIndentIncreaseDuotone, ListIndentIncreaseFill as FoamListIndentIncreaseFill, ListOrdered as FoamListOrdered, ListOrderedDuotone as FoamListOrderedDuotone, ListOrderedFill as FoamListOrderedFill, LoaderCircle as FoamLoaderCircle, LoaderCircleDuotone as FoamLoaderCircleDuotone, LoaderCircleFill as FoamLoaderCircleFill, LoaderCircle as FoamLoading, LoaderCircleDuotone as FoamLoadingDuotone, LoaderCircleFill as FoamLoadingFill, MapPin as FoamLocation, MapPinDuotone as FoamLocationDuotone, MapPinFill as FoamLocationFill, Lock as FoamLock, LockDuotone as FoamLockDuotone, LockFill as FoamLockFill, Lock as FoamLocked, LockDuotone as FoamLockedDuotone, LockFill as FoamLockedFill, LogOut as FoamLogOut, LogOutDuotone as FoamLogOutDuotone, LogOutFill as FoamLogOutFill, LogoFacebook as FoamLogoFacebook, LogoFacebookFill as FoamLogoFacebookFill, LogoFile as FoamLogoFile, LogoFileDark as FoamLogoFileDark, LogoFilePdf as FoamLogoFilePdf, LogoFilePdfDark as FoamLogoFilePdfDark, LogoFileSheet as FoamLogoFileSheet, LogoFileSheetDark as FoamLogoFileSheetDark, LogoFoam as FoamLogoFoam, LogoFoamDark as FoamLogoFoamDark, LogoFoamFill as FoamLogoFoamFill, LogoFoamSymbol as FoamLogoFoamSymbol, LogoFoamSymbolDark as FoamLogoFoamSymbolDark, LogoGmail as FoamLogoGmail, LogoGmailFill as FoamLogoGmailFill, LogoGoogle as FoamLogoGoogle, LogoGoogleFill as FoamLogoGoogleFill, LogoInstagram as FoamLogoInstagram, LogoInstagramDark as FoamLogoInstagramDark, LogoInstagramFill as FoamLogoInstagramFill, LogoLinkedin as FoamLogoLinkedin, LogoLinkedinDark as FoamLogoLinkedinDark, LogoLinkedinFill as FoamLogoLinkedinFill, LogoMicrosoft as FoamLogoMicrosoft, LogoMicrosoftFill as FoamLogoMicrosoftFill, LogoSnapchat as FoamLogoSnapchat, LogoSnapchatDark as FoamLogoSnapchatDark, LogoSnapchatFill as FoamLogoSnapchatFill, LogoTiktok as FoamLogoTiktok, LogoTiktokDark as FoamLogoTiktokDark, LogoTiktokFill as FoamLogoTiktokFill, LogoYoutube as FoamLogoYoutube, LogoYoutubeFill as FoamLogoYoutubeFill, LogOut as FoamLogout, LogOutDuotone as FoamLogoutDuotone, LogOutFill as FoamLogoutFill, Search as FoamLookup, SearchDuotone as FoamLookupDuotone, SearchFill as FoamLookupFill, SearchUser as FoamLookupPerson, SearchUserDuotone as FoamLookupPersonDuotone, SearchUserFill as FoamLookupPersonFill, Heart as FoamLove, HeartDuotone as FoamLoveDuotone, HeartFill as FoamLoveFill, Sparkles as FoamMagic, SparklesDuotone as FoamMagicDuotone, SparklesFill as FoamMagicFill, Search as FoamMagnifyingGlass, SearchDuotone as FoamMagnifyingGlassDuotone, SearchFill as FoamMagnifyingGlassFill, Mail as FoamMail, MailDuotone as FoamMailDuotone, MailFill as FoamMailFill, MailMove as FoamMailMove, MailMoveDuotone as FoamMailMoveDuotone, MailMoveFill as FoamMailMoveFill, MailPlus as FoamMailPlus, MailPlusDuotone as FoamMailPlusDuotone, MailPlusFill as FoamMailPlusFill, Inbox as FoamMailbox, InboxDuotone as FoamMailboxDuotone, InboxFill as FoamMailboxFill, MapPin as FoamMapPin, MapPinDuotone as FoamMapPinDuotone, MapPinFill as FoamMapPinFill, MapPin as FoamMarker, MapPinDuotone as FoamMarkerDuotone, MapPinFill as FoamMarkerFill, Megaphone as FoamMarketing, MegaphoneDuotone as FoamMarketingDuotone, MegaphoneFill as FoamMarketingFill, Maximize as FoamMaximize, MaximizeDuotone as FoamMaximizeDuotone, MaximizeFill as FoamMaximizeFill, Fullscreen as FoamMaximizeScreen, FullscreenDuotone as FoamMaximizeScreenDuotone, FullscreenFill as FoamMaximizeScreenFill, Image as FoamMedia, ImageDuotone as FoamMediaDuotone, ImageFill as FoamMediaFill, ContentUser as FoamMediaPacks, ContentUserDuotone as FoamMediaPacksDuotone, ContentUserFill as FoamMediaPacksFill, ContentUser as FoamMediapacks, ContentUserDuotone as FoamMediapacksDuotone, ContentUserFill as FoamMediapacksFill, Megaphone as FoamMegaphone, MegaphoneActive as FoamMegaphoneActive, MegaphoneActiveDuotone as FoamMegaphoneActiveDuotone, MegaphoneActiveFill as FoamMegaphoneActiveFill, MegaphoneDuotone as FoamMegaphoneDuotone, MegaphoneFill as FoamMegaphoneFill, Menu as FoamMenu, MenuDuotone as FoamMenuDuotone, MenuFill as FoamMenuFill, Mail as FoamMessage, MailDuotone as FoamMessageDuotone, MailFill as FoamMessageFill, MessageSquare as FoamMessageSquare, MessageSquareDuotone as FoamMessageSquareDuotone, MessageSquareFill as FoamMessageSquareFill, MessagesSquare as FoamMessagesSquare, MessagesSquareDuotone as FoamMessagesSquareDuotone, MessagesSquareFill as FoamMessagesSquareFill, Minus as FoamMinus, MinusDuotone as FoamMinusDuotone, MinusFill as FoamMinusFill, Pencil as FoamModify, PencilDuotone as FoamModifyDuotone, PencilFill as FoamModifyFill, CircleDollarSign as FoamMoney, CircleDollarSignDuotone as FoamMoneyDuotone, CircleDollarSignFill as FoamMoneyFill, Moon as FoamMoon, MoonDuotone as FoamMoonDuotone, MoonFill as FoamMoonFill, MousePointerClick as FoamMousePointerClick, MousePointerClickDuotone as FoamMousePointerClickDuotone, MousePointerClickFill as FoamMousePointerClickFill, Move as FoamMove, MoveDuotone as FoamMoveDuotone, MoveFill as FoamMoveFill, VolumeOff as FoamMute, VolumeOffDuotone as FoamMuteDuotone, VolumeOffFill as FoamMuteFill, Menu as FoamNavigation, MenuDuotone as FoamNavigationDuotone, MenuFill as FoamNavigationFill, Frown as FoamNegative, FrownDuotone as FoamNegativeDuotone, FrownFill as FoamNegativeFill, Plus as FoamNew, PlusDuotone as FoamNewDuotone, FilePlus as FoamNewFile, FilePlusDuotone as FoamNewFileDuotone, FilePlusFill as FoamNewFileFill, PlusFill as FoamNewFill, ContentPlus as FoamNewPost, ContentPlusDuotone as FoamNewPostDuotone, ContentPlusFill as FoamNewPostFill, ArrowRight as FoamNext, ArrowRightDuotone as FoamNextDuotone, ArrowRightFill as FoamNextFill, Moon as FoamNight, MoonDuotone as FoamNightDuotone, MoonFill as FoamNightFill, ThumbsDown as FoamNo, ThumbsDownDuotone as FoamNoDuotone, ThumbsDownFill as FoamNoFill, VolumeOff as FoamNoSound, VolumeOffDuotone as FoamNoSoundDuotone, VolumeOffFill as FoamNoSoundFill, ArrowUp as FoamNorth, ArrowUpDuotone as FoamNorthDuotone, ArrowUpFill as FoamNorthFill, Ban as FoamNotAllowed, BanDuotone as FoamNotAllowedDuotone, BanFill as FoamNotAllowedFill, Notebook as FoamNotebook, NotebookDuotone as FoamNotebookDuotone, NotebookFill as FoamNotebookFill, Bell as FoamNotification, BellDuotone as FoamNotificationDuotone, BellFill as FoamNotificationFill, ListOrdered as FoamNumberedList, ListOrderedDuotone as FoamNumberedListDuotone, ListOrderedFill as FoamNumberedListFill, Office as FoamOffice, OfficeDuotone as FoamOfficeDuotone, OfficeFill as FoamOfficeFill, ListOrdered as FoamOl, ListOrderedDuotone as FoamOlDuotone, ListOrderedFill as FoamOlFill, ExternalLink as FoamOpenNew, ExternalLinkDuotone as FoamOpenNewDuotone, ExternalLinkFill as FoamOpenNewFill, QuotationMarkLeft as FoamOpenQuote, QuotationMarkLeftDuotone as FoamOpenQuoteDuotone, QuotationMarkLeftFill as FoamOpenQuoteFill, Cog as FoamOptions, CogDuotone as FoamOptionsDuotone, CogFill as FoamOptionsFill, TriangleDownUp as FoamOrderToggle, TriangleDownUpDuotone as FoamOrderToggleDuotone, TriangleDownUpFill as FoamOrderToggleFill, File as FoamPage, FileDuotone as FoamPageDuotone, FileFill as FoamPageFill, PanelLeft as FoamPanelLeft, PanelLeftDuotone as FoamPanelLeftDuotone, PanelLeftFill as FoamPanelLeftFill, PanelRight as FoamPanelRight, PanelRightDuotone as FoamPanelRightDuotone, PanelRightFill as FoamPanelRightFill, History as FoamPast, HistoryDuotone as FoamPastDuotone, HistoryFill as FoamPastFill, CircleDollarSign as FoamPayment, CircleDollarSignDuotone as FoamPaymentDuotone, CircleDollarSignFill as FoamPaymentFill, Pencil as FoamPencil, PencilDuotone as FoamPencilDuotone, PencilFill as FoamPencilFill, Users as FoamPeople, UsersDuotone as FoamPeopleDuotone, UsersFill as FoamPeopleFill, User as FoamPerson, UserDuotone as FoamPersonDuotone, UserFill as FoamPersonFill, Users as FoamPersons, UsersDuotone as FoamPersonsDuotone, UsersFill as FoamPersonsFill, Image as FoamPhoto, ImageDuotone as FoamPhotoDuotone, ImageFill as FoamPhotoFill, Images as FoamPhotos, ImagesDuotone as FoamPhotosDuotone, ImagesFill as FoamPhotosFill, Image as FoamPicture, ImageDuotone as FoamPictureDuotone, ImageFill as FoamPictureFill, Images as FoamPictures, ImagesDuotone as FoamPicturesDuotone, ImagesFill as FoamPicturesFill, Pin as FoamPin, PinDuotone as FoamPinDuotone, PinFill as FoamPinFill, MapPin as FoamPlace, MapPinDuotone as FoamPlaceDuotone, MapPinFill as FoamPlaceFill, RemoveFormatting as FoamPlainText, RemoveFormattingDuotone as FoamPlainTextDuotone, RemoveFormattingFill as FoamPlainTextFill, Play as FoamPlay, Play as FoamPlayButton, PlayDuotone as FoamPlayButtonDuotone, PlayFill as FoamPlayButtonFill, PlayDuotone as FoamPlayDuotone, PlayFill as FoamPlayFill, Plus as FoamPlus, PlusDuotone as FoamPlusDuotone, PlusFill as FoamPlusFill, Pointer as FoamPointer, PointerDuotone as FoamPointerDuotone, PointerFill as FoamPointerFill, Smile as FoamPositive, SmileDuotone as FoamPositiveDuotone, SmileFill as FoamPositiveFill, Cog as FoamPreferences, CogDuotone as FoamPreferencesDuotone, CogFill as FoamPreferencesFill, Save as FoamPreserve, SaveDuotone as FoamPreserveDuotone, SaveFill as FoamPreserveFill, ContentUser as FoamPressKit, ContentUserDuotone as FoamPressKitDuotone, ContentUserFill as FoamPressKitFill, ArrowLeft as FoamPrevious, ArrowLeftDuotone as FoamPreviousDuotone, ArrowLeftFill as FoamPreviousFill, CircleDollarSign as FoamPrice, CircleDollarSignDuotone as FoamPriceDuotone, CircleDollarSignFill as FoamPriceFill, Lock as FoamPrivate, LockDuotone as FoamPrivateDuotone, LockFill as FoamPrivateFill, User as FoamProfile, UserDuotone as FoamProfileDuotone, UserFill as FoamProfileFill, LoaderCircle as FoamProgress, LoaderCircleDuotone as FoamProgressDuotone, LoaderCircleFill as FoamProgressFill, Ban as FoamProhibited, BanDuotone as FoamProhibitedDuotone, BanFill as FoamProhibitedFill, Megaphone as FoamPromote, MegaphoneDuotone as FoamPromoteDuotone, MegaphoneFill as FoamPromoteFill, Lock as FoamProtected, LockDuotone as FoamProtectedDuotone, LockFill as FoamProtectedFill, Unlock as FoamPublic, UnlockDuotone as FoamPublicDuotone, UnlockFill as FoamPublicFill, Search as FoamQuery, SearchDuotone as FoamQueryDuotone, SearchFill as FoamQueryFill, CircleQuestionMark as FoamQuestion, CircleQuestionMarkDuotone as FoamQuestionDuotone, CircleQuestionMarkFill as FoamQuestionFill, QuotationMarkLeft as FoamQuotationMarkLeft, QuotationMarkLeftDuotone as FoamQuotationMarkLeftDuotone, QuotationMarkLeftFill as FoamQuotationMarkLeftFill, QuotationMarkRight as FoamQuotationMarkRight, QuotationMarkRightDuotone as FoamQuotationMarkRightDuotone, QuotationMarkRightFill as FoamQuotationMarkRightFill, QuotationMarkLeft as FoamQuoteLeft, QuotationMarkLeftDuotone as FoamQuoteLeftDuotone, QuotationMarkLeftFill as FoamQuoteLeftFill, QuotationMarkRight as FoamQuoteRight, QuotationMarkRightDuotone as FoamQuoteRightDuotone, QuotationMarkRightFill as FoamQuoteRightFill, Star as FoamRating, StarDuotone as FoamRatingDuotone, StarFill as FoamRatingFill, Reach as FoamReach, ReachDuotone as FoamReachDuotone, ReachFill as FoamReachFill, History as FoamRecent, HistoryDuotone as FoamRecentDuotone, HistoryFill as FoamRecentFill, RotateCw as FoamRedo, RotateCwDuotone as FoamRedoDuotone, RotateCwFill as FoamRedoFill, Minus as FoamReduce, MinusDuotone as FoamReduceDuotone, MinusFill as FoamReduceFill, Reel as FoamReel, ReelDuotone as FoamReelDuotone, ReelFill as FoamReelFill, RefreshCw as FoamRefresh, RefreshCw as FoamRefreshCw, RefreshCwDuotone as FoamRefreshCwDuotone, RefreshCwFill as FoamRefreshCwFill, RefreshCwDuotone as FoamRefreshDuotone, RefreshCwFill as FoamRefreshFill, RefreshCw as FoamReload, RefreshCwDuotone as FoamReloadDuotone, RefreshCwFill as FoamReloadFill, Trash as FoamRemove, TrashDuotone as FoamRemoveDuotone, TrashFill as FoamRemoveFill, RemoveFormatting as FoamRemoveFormatting, RemoveFormattingDuotone as FoamRemoveFormattingDuotone, RemoveFormattingFill as FoamRemoveFormattingFill, ArrowDownUp as FoamReorder, ArrowDownUpDuotone as FoamReorderDuotone, ArrowDownUpFill as FoamReorderFill, Reply as FoamReply, ReplyDuotone as FoamReplyDuotone, ReplyFill as FoamReplyFill, Move as FoamReposition, MoveDuotone as FoamRepositionDuotone, MoveFill as FoamRepositionFill, Reply as FoamRespond, ReplyDuotone as FoamRespondDuotone, ReplyFill as FoamRespondFill, ArrowRight as FoamRight, ArrowRightDuotone as FoamRightDuotone, ArrowRightFill as FoamRightFill, TrendingUp as FoamRising, TrendingUpDuotone as FoamRisingDuotone, TrendingUpFill as FoamRisingFill, Rolodex as FoamRolodex, RolodexDuotone as FoamRolodexDuotone, RolodexFill as FoamRolodexFill, ClipboardList as FoamRoster, ClipboardListDuotone as FoamRosterDuotone, ClipboardListFill as FoamRosterFill, RotateCw as FoamRotate, RotateCw as FoamRotateCw, RotateCwDuotone as FoamRotateCwDuotone, RotateCwFill as FoamRotateCwFill, RotateCwDuotone as FoamRotateDuotone, RotateCwFill as FoamRotateFill, Rows2 as FoamRows, Rows2 as FoamRows2, Rows2Duotone as FoamRows2Duotone, Rows2Fill as FoamRows2Fill, Rows2Duotone as FoamRowsDuotone, Rows2Fill as FoamRowsFill, Frown as FoamSad, FrownDuotone as FoamSadDuotone, FrownFill as FoamSadFill, Save as FoamSave, SaveDuotone as FoamSaveDuotone, SaveFill as FoamSaveFill, Bookmark as FoamSaved, BookmarkDuotone as FoamSavedDuotone, BookmarkFill as FoamSavedFill, Calendar as FoamSchedule, CalendarDuotone as FoamScheduleDuotone, CalendarFill as FoamScheduleFill, Search as FoamSearch, SearchDuotone as FoamSearchDuotone, SearchFill as FoamSearchFill, SearchUser as FoamSearchPerson, SearchUserDuotone as FoamSearchPersonDuotone, SearchUserFill as FoamSearchPersonFill, SearchUser as FoamSearchUser, SearchUserDuotone as FoamSearchUserDuotone, SearchUserFill as FoamSearchUserFill, Lock as FoamSecure, LockDuotone as FoamSecureDuotone, LockFill as FoamSecureFill, Upload as FoamSend, UploadDuotone as FoamSendDuotone, UploadFill as FoamSendFill, Cog as FoamSettings, CogDuotone as FoamSettingsDuotone, CogFill as FoamSettingsFill, Share as FoamShare, ShareDuotone as FoamShareDuotone, ShareFill as FoamShareFill, Share as FoamShareLink, ShareDuotone as FoamShareLinkDuotone, ShareFill as FoamShareLinkFill, Sparkles as FoamShine, SparklesDuotone as FoamShineDuotone, SparklesFill as FoamShineFill, Reel as FoamShort, ReelDuotone as FoamShortDuotone, ReelFill as FoamShortFill, Reel as FoamShortVideo, ReelDuotone as FoamShortVideoDuotone, ReelFill as FoamShortVideoFill, Command as FoamShortcut, CommandDuotone as FoamShortcutDuotone, CommandFill as FoamShortcutFill, Eye as FoamShow, EyeDuotone as FoamShowDuotone, EyeFill as FoamShowFill, PanelLeft as FoamSidebarLeft, PanelLeftDuotone as FoamSidebarLeftDuotone, PanelLeftFill as FoamSidebarLeftFill, PanelRight as FoamSidebarRight, PanelRightDuotone as FoamSidebarRightDuotone, PanelRightFill as FoamSidebarRightFill, LogOut as FoamSignOut, LogOutDuotone as FoamSignOutDuotone, LogOutFill as FoamSignOutFill, Hotspot as FoamSignal, HotspotDuotone as FoamSignalDuotone, HotspotFill as FoamSignalFill, LogOut as FoamSignout, LogOutDuotone as FoamSignoutDuotone, LogOutFill as FoamSignoutFill, VolumeOff as FoamSilent, VolumeOffDuotone as FoamSilentDuotone, VolumeOffFill as FoamSilentFill, SlidersHorizontal as FoamSlidersHorizontal, SlidersHorizontalDuotone as FoamSlidersHorizontalDuotone, SlidersHorizontalFill as FoamSlidersHorizontalFill, Smile as FoamSmile, SmileDuotone as FoamSmileDuotone, SmileFill as FoamSmileFill, Smile as FoamSmiley, SmileDuotone as FoamSmileyDuotone, SmileFill as FoamSmileyFill, ArrowDownSC as FoamSnapchat, ArrowDownSCDuotone as FoamSnapchatDuotone, ArrowDownSCFill as FoamSnapchatFill, ArrowDownUp as FoamSort, ArrowUpAZ as FoamSortAZ, ArrowUpAZDuotone as FoamSortAZDuotone, ArrowUpAZFill as FoamSortAZFill, ArrowUpAZ as FoamSortAlphaAsc, ArrowUpAZDuotone as FoamSortAlphaAscDuotone, ArrowUpAZFill as FoamSortAlphaAscFill, ArrowUpZA as FoamSortAlphaDesc, ArrowUpZADuotone as FoamSortAlphaDescDuotone, ArrowUpZAFill as FoamSortAlphaDescFill, ArrowDownNarrowWide as FoamSortAsc, ArrowUpNarrowWide as FoamSortAscAlt, ArrowUpNarrowWideDuotone as FoamSortAscAltDuotone, ArrowUpNarrowWideFill as FoamSortAscAltFill, ArrowDownNarrowWideDuotone as FoamSortAscDuotone, ArrowDownNarrowWideFill as FoamSortAscFill, ArrowDownNarrowWide as FoamSortAscending, ArrowDownNarrowWideDuotone as FoamSortAscendingDuotone, ArrowDownNarrowWideFill as FoamSortAscendingFill, ArrowUpWideNarrow as FoamSortDesc, ArrowDownWideNarrow as FoamSortDescAlt, ArrowDownWideNarrowDuotone as FoamSortDescAltDuotone, ArrowDownWideNarrowFill as FoamSortDescAltFill, ArrowUpWideNarrowDuotone as FoamSortDescDuotone, ArrowUpWideNarrowFill as FoamSortDescFill, ArrowUpWideNarrow as FoamSortDescending, ArrowUpWideNarrowDuotone as FoamSortDescendingDuotone, ArrowUpWideNarrowFill as FoamSortDescendingFill, ArrowDownUpDuotone as FoamSortDuotone, ArrowDownUpFill as FoamSortFill, ArrowDown01 as FoamSortNumeric, ArrowDown01Duotone as FoamSortNumericDuotone, ArrowDown01Fill as FoamSortNumericFill, TriangleDownUp as FoamSortToggle, TriangleDownUpDuotone as FoamSortToggleDuotone, TriangleDownUpFill as FoamSortToggleFill, ArrowUpZA as FoamSortZA, ArrowUpZADuotone as FoamSortZADuotone, ArrowUpZAFill as FoamSortZAFill, Volume2 as FoamSound, Volume2Duotone as FoamSoundDuotone, Volume2Fill as FoamSoundFill, ArrowDown as FoamSouth, ArrowDownDuotone as FoamSouthDuotone, ArrowDownFill as FoamSouthFill, Sparkles as FoamSparkles, SparklesDuotone as FoamSparklesDuotone, SparklesFill as FoamSparklesFill, Volume2 as FoamSpeaker, Volume2Duotone as FoamSpeakerDuotone, Volume2Fill as FoamSpeakerFill, VolumeOff as FoamSpeakerOff, VolumeOffDuotone as FoamSpeakerOffDuotone, VolumeOffFill as FoamSpeakerOffFill, LoaderCircle as FoamSpinner, LoaderCircleDuotone as FoamSpinnerDuotone, LoaderCircleFill as FoamSpinnerFill, Square as FoamSquare, SquareDuotone as FoamSquareDuotone, SquareFill as FoamSquareFill, SquarePen as FoamSquarePen, SquarePenDuotone as FoamSquarePenDuotone, SquarePenFill as FoamSquarePenFill, Star as FoamStar, StarDuotone as FoamStarDuotone, StarFill as FoamStarFill, Play as FoamStart, PlayDuotone as FoamStartDuotone, PlayFill as FoamStartFill, ChartColumnSquare as FoamStats, ChartColumnSquareDuotone as FoamStatsDuotone, ChartColumnSquareFill as FoamStatsFill, Pin as FoamStick, PinDuotone as FoamStickDuotone, PinFill as FoamStickFill, Square as FoamStop, SquareDuotone as FoamStopDuotone, SquareFill as FoamStopFill, Archive as FoamStorage, ArchiveDuotone as FoamStorageDuotone, ArchiveFill as FoamStorageFill, Bold as FoamStrong, BoldDuotone as FoamStrongDuotone, BoldFill as FoamStrongFill, Minus as FoamSubtract, MinusDuotone as FoamSubtractDuotone, MinusFill as FoamSubtractFill, Checkmark as FoamSuccess, CheckmarkDuotone as FoamSuccessDuotone, CheckmarkFill as FoamSuccessFill, Sun as FoamSun, SunDuotone as FoamSunDuotone, SunFill as FoamSunFill, CircleQuestionMark as FoamSupport, CircleQuestionMarkDuotone as FoamSupportDuotone, CircleQuestionMarkFill as FoamSupportFill, ArrowDownUp as FoamSwap, ArrowDownUpDuotone as FoamSwapDuotone, ArrowDownUpFill as FoamSwapFill, RefreshCw as FoamSync, RefreshCwDuotone as FoamSyncDuotone, RefreshCwFill as FoamSyncFill, Pin as FoamTack, PinDuotone as FoamTackDuotone, PinFill as FoamTackFill, Checkbox as FoamTask, CheckboxDuotone as FoamTaskDuotone, CheckboxFill as FoamTaskFill, ClipboardList as FoamTasks, ClipboardListDuotone as FoamTasksDuotone, ClipboardListFill as FoamTasksFill, Users as FoamTeam, UsersDuotone as FoamTeamDuotone, UsersFill as FoamTeamFill, TextAlignCenter as FoamTextAlignCenter, TextAlignCenterDuotone as FoamTextAlignCenterDuotone, TextAlignCenterFill as FoamTextAlignCenterFill, TextAlignEnd as FoamTextAlignEnd, TextAlignEndDuotone as FoamTextAlignEndDuotone, TextAlignEndFill as FoamTextAlignEndFill, TextAlignJustify as FoamTextAlignJustify, TextAlignJustifyDuotone as FoamTextAlignJustifyDuotone, TextAlignJustifyFill as FoamTextAlignJustifyFill, TextAlignStart as FoamTextAlignStart, TextAlignStartDuotone as FoamTextAlignStartDuotone, TextAlignStartFill as FoamTextAlignStartFill, Bold as FoamTextBold, BoldDuotone as FoamTextBoldDuotone, BoldFill as FoamTextBoldFill, Italic as FoamTextItalic, ItalicDuotone as FoamTextItalicDuotone, ItalicFill as FoamTextItalicFill, Columns3 as FoamThreeColumns, Columns3Duotone as FoamThreeColumnsDuotone, Columns3Fill as FoamThreeColumnsFill, ThumbsDown as FoamThumbsDown, ThumbsDownDuotone as FoamThumbsDownDuotone, ThumbsDownFill as FoamThumbsDownFill, ThumbsUp as FoamThumbsUp, ThumbsUpDuotone as FoamThumbsUpDuotone, ThumbsUpFill as FoamThumbsUpFill, Pin as FoamThumbtack, PinDuotone as FoamThumbtackDuotone, PinFill as FoamThumbtackFill, Checkmark as FoamTick, CheckmarkDuotone as FoamTickDuotone, CheckmarkFill as FoamTickFill, ArrowDownTT as FoamTiktok, ArrowDownTTDuotone as FoamTiktokDuotone, ArrowDownTTFill as FoamTiktokFill, Grid2x2 as FoamTiles, Grid2x2Duotone as FoamTilesDuotone, Grid2x2Fill as FoamTilesFill, Clock as FoamTime, ClockDuotone as FoamTimeDuotone, ClockFill as FoamTimeFill, CircleX as FoamTimes, CircleXDuotone as FoamTimesDuotone, CircleXFill as FoamTimesFill, ClipboardList as FoamTodo, ClipboardListDuotone as FoamTodoDuotone, ClipboardListFill as FoamTodoFill, Trash as FoamTrash, TrashDuotone as FoamTrashDuotone, TrashEmpty as FoamTrashEmpty, TrashEmptyDuotone as FoamTrashEmptyDuotone, TrashEmptyFill as FoamTrashEmptyFill, TrashFill as FoamTrashFill, Inbox as FoamTray, InboxDuotone as FoamTrayDuotone, InboxFill as FoamTrayFill, Flame as FoamTrending, TrendingDown as FoamTrendingDown, TrendingDownDuotone as FoamTrendingDownDuotone, TrendingDownFill as FoamTrendingDownFill, FlameDuotone as FoamTrendingDuotone, FlameFill as FoamTrendingFill, TrendingUp as FoamTrendingUp, TrendingUpDuotone as FoamTrendingUpDuotone, TrendingUpFill as FoamTrendingUpFill, TriangleDown as FoamTriangleDown, TriangleDownDuotone as FoamTriangleDownDuotone, TriangleDownFill as FoamTriangleDownFill, TriangleDownUp as FoamTriangleDownUp, TriangleDownUpDuotone as FoamTriangleDownUpDuotone, TriangleDownUpFill as FoamTriangleDownUpFill, TriangleUp as FoamTriangleUp, TriangleUpDuotone as FoamTriangleUpDuotone, TriangleUpFill as FoamTriangleUpFill, RotateCw as FoamTurn, RotateCwDuotone as FoamTurnDuotone, RotateCwFill as FoamTurnFill, History as FoamUndo, HistoryDuotone as FoamUndoDuotone, HistoryFill as FoamUndoFill, Frown as FoamUnhappy, FrownDuotone as FoamUnhappyDuotone, FrownFill as FoamUnhappyFill, Unlink as FoamUnlink, UnlinkDuotone as FoamUnlinkDuotone, UnlinkFill as FoamUnlinkFill, Unlock as FoamUnlock, UnlockDuotone as FoamUnlockDuotone, UnlockFill as FoamUnlockFill, Unlock as FoamUnlocked, UnlockDuotone as FoamUnlockedDuotone, UnlockFill as FoamUnlockedFill, Unlock as FoamUnsecure, UnlockDuotone as FoamUnsecureDuotone, UnlockFill as FoamUnsecureFill, ArrowUp as FoamUp, ArrowUpDuotone as FoamUpDuotone, ArrowUpFill as FoamUpFill, Upload as FoamUpload, UploadDuotone as FoamUploadDuotone, FileArrowUp as FoamUploadFile, FileArrowUpDuotone as FoamUploadFileDuotone, FileArrowUpFill as FoamUploadFileFill, UploadFill as FoamUploadFill, Link as FoamUrl, LinkDuotone as FoamUrlDuotone, LinkFill as FoamUrlFill, User as FoamUser, UserArrowLeft as FoamUserArrowLeft, UserArrowLeftDuotone as FoamUserArrowLeftDuotone, UserArrowLeftFill as FoamUserArrowLeftFill, UserArrowLeftRight as FoamUserArrowLeftRight, UserArrowLeftRightDuotone as FoamUserArrowLeftRightDuotone, UserArrowLeftRightFill as FoamUserArrowLeftRightFill, UserArrowOutUpRight as FoamUserArrowOutUpRight, UserArrowOutUpRightDuotone as FoamUserArrowOutUpRightDuotone, UserArrowOutUpRightFill as FoamUserArrowOutUpRightFill, UserArrowRight as FoamUserArrowRight, UserArrowRightDuotone as FoamUserArrowRightDuotone, UserArrowRightFill as FoamUserArrowRightFill, UserCog as FoamUserCog, UserCogDuotone as FoamUserCogDuotone, UserCogFill as FoamUserCogFill, FileUser as FoamUserDocument, FileUserDuotone as FoamUserDocumentDuotone, FileUserFill as FoamUserDocumentFill, UserDuotone as FoamUserDuotone, UserFill as FoamUserFill, UserPlus as FoamUserPlus, UserPlusDuotone as FoamUserPlusDuotone, UserPlusFill as FoamUserPlusFill, SearchUser as FoamUserSearch, SearchUserDuotone as FoamUserSearchDuotone, SearchUserFill as FoamUserSearchFill, Users as FoamUsers, UsersDuotone as FoamUsersDuotone, UsersFill as FoamUsersFill, Play as FoamVideo, PlayDuotone as FoamVideoDuotone, PlayFill as FoamVideoFill, Eye as FoamView, EyeDuotone as FoamViewDuotone, EyeFill as FoamViewFill, Reach as FoamViews, ReachDuotone as FoamViewsDuotone, ReachFill as FoamViewsFill, Eye as FoamVisibility, EyeDuotone as FoamVisibilityDuotone, EyeFill as FoamVisibilityFill, Eye as FoamVisible, EyeDuotone as FoamVisibleDuotone, EyeFill as FoamVisibleFill, Volume2 as FoamVolume, Volume2 as FoamVolume2, Volume2Duotone as FoamVolume2Duotone, Volume2Fill as FoamVolume2Fill, Volume2Duotone as FoamVolumeDuotone, Volume2Fill as FoamVolumeFill, VolumeOff as FoamVolumeOff, VolumeOffDuotone as FoamVolumeOffDuotone, VolumeOffFill as FoamVolumeOffFill, Alert as FoamWarning, CircleAlert as FoamWarningCircle, CircleAlertDuotone as FoamWarningCircleDuotone, CircleAlertFill as FoamWarningCircleFill, AlertDuotone as FoamWarningDuotone, AlertFill as FoamWarningFill, Clock as FoamWatch, ClockDuotone as FoamWatchDuotone, ClockFill as FoamWatchFill, Globe as FoamWeb, GlobeDuotone as FoamWebDuotone, GlobeFill as FoamWebFill, ArrowLeft as FoamWest, ArrowLeftDuotone as FoamWestDuotone, ArrowLeftFill as FoamWestFill, Hotspot as FoamWifi, HotspotDuotone as FoamWifiDuotone, HotspotFill as FoamWifiFill, Hotspot as FoamWireless, HotspotDuotone as FoamWirelessDuotone, HotspotFill as FoamWirelessFill, Globe as FoamWorld, GlobeDuotone as FoamWorldDuotone, GlobeFill as FoamWorldFill, Pencil as FoamWrite, PencilDuotone as FoamWriteDuotone, PencilFill as FoamWriteFill, SquarePen as FoamWriteNew, SquarePenDuotone as FoamWriteNewDuotone, SquarePenFill as FoamWriteNewFill, CircleX as FoamX, CircleXDuotone as FoamXDuotone, CircleXFill as FoamXFill, ThumbsUp as FoamYes, ThumbsUpDuotone as FoamYesDuotone, ThumbsUpFill as FoamYesFill, ArrowDownYT as FoamYoutube, ArrowDownYTDuotone as FoamYoutubeDuotone, ArrowDownYTFill as FoamYoutubeFill, ArrowRightToLine as Fold, ArrowRightToLineDuotone as FoldDuotone, ArrowRightToLineDuotone as FoldDuotoneIcon, ArrowRightToLineFill as FoldFill, ArrowRightToLineFill as FoldFillIcon, ArrowRightToLine as FoldIcon, Ban as Forbidden, BanDuotone as ForbiddenDuotone, BanDuotone as ForbiddenDuotoneIcon, BanFill as ForbiddenFill, BanFill as ForbiddenFillIcon, Ban as ForbiddenIcon, Share as Forward, ShareDuotone as ForwardDuotone, ShareDuotone as ForwardDuotoneIcon, ShareFill as ForwardFill, ShareFill as ForwardFillIcon, Share as ForwardIcon, Frown, FrownDuotone, FrownDuotone as FrownDuotoneIcon, FrownFill, FrownFill as FrownFillIcon, Frown as FrownIcon, Fullscreen as FullScreen, FullscreenDuotone as FullScreenDuotone, FullscreenDuotone as FullScreenDuotoneIcon, FullscreenFill as FullScreenFill, FullscreenFill as FullScreenFillIcon, Fullscreen as FullScreenIcon, Fullscreen, FullscreenDuotone, FullscreenDuotone as FullscreenDuotoneIcon, FullscreenFill, FullscreenFill as FullscreenFillIcon, Fullscreen as FullscreenIcon, ListFilter as Funnel, ListFilterDuotone as FunnelDuotone, ListFilterDuotone as FunnelDuotoneIcon, ListFilterFill as FunnelFill, ListFilterFill as FunnelFillIcon, ListFilter as FunnelIcon, Images as Gallery, ImagesDuotone as GalleryDuotone, ImagesDuotone as GalleryDuotoneIcon, ImagesFill as GalleryFill, ImagesFill as GalleryFillIcon, Images as GalleryIcon, Trash as Garbage, TrashDuotone as GarbageDuotone, TrashDuotone as GarbageDuotoneIcon, TrashFill as GarbageFill, TrashFill as GarbageFillIcon, Trash as GarbageIcon, Cog as Gear, CogDuotone as GearDuotone, CogDuotone as GearDuotoneIcon, CogFill as GearFill, CogFill as GearFillIcon, Cog as GearIcon, Sparkles as Generate, SparklesDuotone as GenerateDuotone, SparklesDuotone as GenerateDuotoneIcon, SparklesFill as GenerateFill, SparklesFill as GenerateFillIcon, Sparkles as GenerateIcon, MapPin as Geo, MapPinDuotone as GeoDuotone, MapPinDuotone as GeoDuotoneIcon, MapPinFill as GeoFill, MapPinFill as GeoFillIcon, MapPin as GeoIcon, Download as Get, DownloadDuotone as GetDuotone, DownloadDuotone as GetDuotoneIcon, DownloadFill as GetFill, DownloadFill as GetFillIcon, Download as GetIcon, Globe, GlobeDuotone, GlobeDuotone as GlobeDuotoneIcon, GlobeFill, GlobeFill as GlobeFillIcon, Globe as GlobeIcon, ChartColumnSquare as Graph, ChartColumnSquareDuotone as GraphDuotone, ChartColumnSquareDuotone as GraphDuotoneIcon, ChartColumnSquareFill as GraphFill, ChartColumnSquareFill as GraphFillIcon, ChartColumnSquare as GraphIcon, Grid2x2 as Grid, Grid1x2, Grid1x2Duotone, Grid1x2Duotone as Grid1x2DuotoneIcon, Grid1x2Fill, Grid1x2Fill as Grid1x2FillIcon, Grid1x2 as Grid1x2Icon, Grid2x2, Grid2x2Duotone, Grid2x2Duotone as Grid2x2DuotoneIcon, Grid2x2Fill, Grid2x2Fill as Grid2x2FillIcon, Grid2x2 as Grid2x2Icon, Grid2x2Duotone as GridDuotone, Grid2x2Duotone as GridDuotoneIcon, Grid2x2Fill as GridFill, Grid2x2Fill as GridFillIcon, Grid2x2 as GridIcon, Grip, GripDuotone, GripDuotone as GripDuotoneIcon, GripFill, GripFill as GripFillIcon, GripHorizontal, GripHorizontalDuotone, GripHorizontalDuotone as GripHorizontalDuotoneIcon, GripHorizontalFill, GripHorizontalFill as GripHorizontalFillIcon, GripHorizontal as GripHorizontalIcon, Grip as GripIcon, GripVertical, GripVerticalDuotone, GripVerticalDuotone as GripVerticalDuotoneIcon, GripVerticalFill, GripVerticalFill as GripVerticalFillIcon, GripVertical as GripVerticalIcon, Users as Group, UsersDuotone as GroupDuotone, UsersDuotone as GroupDuotoneIcon, UsersFill as GroupFill, UsersFill as GroupFillIcon, Users as GroupIcon, TrendingUp as Growth, TrendingUpDuotone as GrowthDuotone, TrendingUpDuotone as GrowthDuotoneIcon, TrendingUpFill as GrowthFill, TrendingUpFill as GrowthFillIcon, TrendingUp as GrowthIcon, Eclipse as HalfMoon, EclipseDuotone as HalfMoonDuotone, EclipseDuotone as HalfMoonDuotoneIcon, EclipseFill as HalfMoonFill, EclipseFill as HalfMoonFillIcon, Eclipse as HalfMoonIcon, Menu as Hamburger, MenuDuotone as HamburgerDuotone, MenuDuotone as HamburgerDuotoneIcon, MenuFill as HamburgerFill, MenuFill as HamburgerFillIcon, Menu as HamburgerIcon, Smile as Happy, SmileDuotone as HappyDuotone, SmileDuotone as HappyDuotoneIcon, SmileFill as HappyFill, SmileFill as HappyFillIcon, Smile as HappyIcon, Heart, HeartDuotone, HeartDuotone as HeartDuotoneIcon, HeartFill, HeartFill as HeartFillIcon, Heart as HeartIcon, CircleQuestionMark as Help, CircleQuestionMarkDuotone as HelpDuotone, CircleQuestionMarkDuotone as HelpDuotoneIcon, CircleQuestionMarkFill as HelpFill, CircleQuestionMarkFill as HelpFillIcon, CircleQuestionMark as HelpIcon, EyeOff as Hidden, EyeOffDuotone as HiddenDuotone, EyeOffDuotone as HiddenDuotoneIcon, EyeOffFill as HiddenFill, EyeOffFill as HiddenFillIcon, EyeOff as HiddenIcon, EyeOff as Hide, EyeOffDuotone as HideDuotone, EyeOffDuotone as HideDuotoneIcon, EyeOffFill as HideFill, EyeOffFill as HideFillIcon, EyeOff as HideIcon, History, HistoryDuotone, HistoryDuotone as HistoryDuotoneIcon, HistoryFill, HistoryFill as HistoryFillIcon, History as HistoryIcon, House as Home, HouseDuotone as HomeDuotone, HouseDuotone as HomeDuotoneIcon, HouseFill as HomeFill, HouseFill as HomeFillIcon, House as HomeIcon, Rows2 as HorizontalSplit, Rows2Duotone as HorizontalSplitDuotone, Rows2Duotone as HorizontalSplitDuotoneIcon, Rows2Fill as HorizontalSplitFill, Rows2Fill as HorizontalSplitFillIcon, Rows2 as HorizontalSplitIcon, Flame as Hot, FlameDuotone as HotDuotone, FlameDuotone as HotDuotoneIcon, FlameFill as HotFill, FlameFill as HotFillIcon, Flame as HotIcon, Hotspot, HotspotDuotone, HotspotDuotone as HotspotDuotoneIcon, HotspotFill, HotspotFill as HotspotFillIcon, Hotspot as HotspotIcon, House, HouseDuotone, HouseDuotone as HouseDuotoneIcon, HouseFill, HouseFill as HouseFillIcon, House as HouseIcon, Icon, type IconNode, type IconNodeElement, type IconProps, ArrowDownIG as IgDown, ArrowDownIGDuotone as IgDownDuotone, ArrowDownIGDuotone as IgDownDuotoneIcon, ArrowDownIGFill as IgDownFill, ArrowDownIGFill as IgDownFillIcon, ArrowDownIG as IgDownIcon, ArrowUpIG as IgUp, ArrowUpIGDuotone as IgUpDuotone, ArrowUpIGDuotone as IgUpDuotoneIcon, ArrowUpIGFill as IgUpFill, ArrowUpIGFill as IgUpFillIcon, ArrowUpIG as IgUpIcon, Image, ImageDuotone, ImageDuotone as ImageDuotoneIcon, ImageFill, ImageFill as ImageFillIcon, Image as ImageIcon, Images, ImagesDuotone, ImagesDuotone as ImagesDuotoneIcon, ImagesFill, ImagesFill as ImagesFillIcon, Images as ImagesIcon, Upload as Import, UploadDuotone as ImportDuotone, UploadDuotone as ImportDuotoneIcon, UploadFill as ImportFill, UploadFill as ImportFillIcon, Upload as ImportIcon, Reach as Impressions, ReachDuotone as ImpressionsDuotone, ReachDuotone as ImpressionsDuotoneIcon, ReachFill as ImpressionsFill, ReachFill as ImpressionsFillIcon, Reach as ImpressionsIcon, Inbox, InboxDuotone, InboxDuotone as InboxDuotoneIcon, InboxFill, InboxFill as InboxFillIcon, Inbox as InboxIcon, TrendingUp as Increase, TrendingUpDuotone as IncreaseDuotone, TrendingUpDuotone as IncreaseDuotoneIcon, TrendingUpFill as IncreaseFill, TrendingUpFill as IncreaseFillIcon, TrendingUp as IncreaseIcon, ArrowRightToLine as Indent, ArrowRightToLineDuotone as IndentDuotone, ArrowRightToLineDuotone as IndentDuotoneIcon, ArrowRightToLineFill as IndentFill, ArrowRightToLineFill as IndentFillIcon, ArrowRightToLine as IndentIcon, Info, InfoDuotone, InfoDuotone as InfoDuotoneIcon, InfoFill, InfoFill as InfoFillIcon, Info as InfoIcon, Info as Information, InfoDuotone as InformationDuotone, InfoDuotone as InformationDuotoneIcon, InfoFill as InformationFill, InfoFill as InformationFillIcon, Info as InformationIcon, ArrowDownIG as InstagramDown, ArrowDownIGDuotone as InstagramDownDuotone, ArrowDownIGDuotone as InstagramDownDuotoneIcon, ArrowDownIGFill as InstagramDownFill, ArrowDownIGFill as InstagramDownFillIcon, ArrowDownIG as InstagramDownIcon, ArrowUpIG as InstagramUp, ArrowUpIGDuotone as InstagramUpDuotone, ArrowUpIGDuotone as InstagramUpDuotoneIcon, ArrowUpIGFill as InstagramUpFill, ArrowUpIGFill as InstagramUpFillIcon, ArrowUpIG as InstagramUpIcon, Globe as Internet, GlobeDuotone as InternetDuotone, GlobeDuotone as InternetDuotoneIcon, GlobeFill as InternetFill, GlobeFill as InternetFillIcon, Globe as InternetIcon, EyeOff as Invisible, EyeOffDuotone as InvisibleDuotone, EyeOffDuotone as InvisibleDuotoneIcon, EyeOffFill as InvisibleFill, EyeOffFill as InvisibleFillIcon, EyeOff as InvisibleIcon, Italic, ItalicDuotone, ItalicDuotone as ItalicDuotoneIcon, ItalicFill, ItalicFill as ItalicFillIcon, Italic as ItalicIcon, List as Items, ListDuotone as ItemsDuotone, ListDuotone as ItemsDuotoneIcon, ListFill as ItemsFill, ListFill as ItemsFillIcon, List as ItemsIcon, TextAlignJustify as Justify, TextAlignJustifyDuotone as JustifyDuotone, TextAlignJustifyDuotone as JustifyDuotoneIcon, TextAlignJustifyFill as JustifyFill, TextAlignJustifyFill as JustifyFillIcon, TextAlignJustify as JustifyIcon, Command as Keyboard, CommandDuotone as KeyboardDuotone, CommandDuotone as KeyboardDuotoneIcon, CommandFill as KeyboardFill, CommandFill as KeyboardFillIcon, Command as KeyboardIcon, Globe as Language, GlobeDuotone as LanguageDuotone, GlobeDuotone as LanguageDuotoneIcon, GlobeFill as LanguageFill, GlobeFill as LanguageFillIcon, Globe as LanguageIcon, Grid2x2 as Layout, Grid2x2Duotone as LayoutDuotone, Grid2x2Duotone as LayoutDuotoneIcon, Grid2x2Fill as LayoutFill, Grid2x2Fill as LayoutFillIcon, Grid2x2 as LayoutIcon, ArrowLeft as Left, ArrowLeftDuotone as LeftDuotone, ArrowLeftDuotone as LeftDuotoneIcon, ArrowLeftFill as LeftFill, ArrowLeftFill as LeftFillIcon, ArrowLeft as LeftIcon, Sun as Light, SunDuotone as LightDuotone, SunDuotone as LightDuotoneIcon, SunFill as LightFill, SunFill as LightFillIcon, Sun as LightIcon, ThumbsUp as Like, ThumbsUpDuotone as LikeDuotone, ThumbsUpDuotone as LikeDuotoneIcon, ThumbsUpFill as LikeFill, ThumbsUpFill as LikeFillIcon, ThumbsUp as LikeIcon, Heart as Likes, HeartDuotone as LikesDuotone, HeartDuotone as LikesDuotoneIcon, HeartFill as LikesFill, HeartFill as LikesFillIcon, Heart as LikesIcon, Link, LinkDuotone, LinkDuotone as LinkDuotoneIcon, LinkFill, LinkFill as LinkFillIcon, Link as LinkIcon, List, ListDuotone, ListDuotone as ListDuotoneIcon, ListFill, ListFill as ListFillIcon, ListFilter, ListFilterDuotone, ListFilterDuotone as ListFilterDuotoneIcon, ListFilterFill, ListFilterFill as ListFilterFillIcon, ListFilter as ListFilterIcon, List as ListIcon, ListIndentDecrease, ListIndentDecreaseDuotone, ListIndentDecreaseDuotone as ListIndentDecreaseDuotoneIcon, ListIndentDecreaseFill, ListIndentDecreaseFill as ListIndentDecreaseFillIcon, ListIndentDecrease as ListIndentDecreaseIcon, ListIndentIncrease, ListIndentIncreaseDuotone, ListIndentIncreaseDuotone as ListIndentIncreaseDuotoneIcon, ListIndentIncreaseFill, ListIndentIncreaseFill as ListIndentIncreaseFillIcon, ListIndentIncrease as ListIndentIncreaseIcon, ListOrdered, ListOrderedDuotone, ListOrderedDuotone as ListOrderedDuotoneIcon, ListOrderedFill, ListOrderedFill as ListOrderedFillIcon, ListOrdered as ListOrderedIcon, LoaderCircle, LoaderCircleDuotone, LoaderCircleDuotone as LoaderCircleDuotoneIcon, LoaderCircleFill, LoaderCircleFill as LoaderCircleFillIcon, LoaderCircle as LoaderCircleIcon, LoaderCircle as Loading, LoaderCircleDuotone as LoadingDuotone, LoaderCircleDuotone as LoadingDuotoneIcon, LoaderCircleFill as LoadingFill, LoaderCircleFill as LoadingFillIcon, LoaderCircle as LoadingIcon, MapPin as Location, MapPinDuotone as LocationDuotone, MapPinDuotone as LocationDuotoneIcon, MapPinFill as LocationFill, MapPinFill as LocationFillIcon, MapPin as LocationIcon, Lock, LockDuotone, LockDuotone as LockDuotoneIcon, LockFill, LockFill as LockFillIcon, Lock as LockIcon, Lock as Locked, LockDuotone as LockedDuotone, LockDuotone as LockedDuotoneIcon, LockFill as LockedFill, LockFill as LockedFillIcon, Lock as LockedIcon, LogOut, LogOutDuotone, LogOutDuotone as LogOutDuotoneIcon, LogOutFill, LogOutFill as LogOutFillIcon, LogOut as LogOutIcon, LogoFacebook, LogoFacebookFill, LogoFacebookFill as LogoFacebookFillIcon, LogoFacebook as LogoFacebookIcon, LogoFile, LogoFileDark, LogoFileDark as LogoFileDarkIcon, LogoFile as LogoFileIcon, LogoFilePdf, LogoFilePdfDark, LogoFilePdfDark as LogoFilePdfDarkIcon, LogoFilePdf as LogoFilePdfIcon, LogoFileSheet, LogoFileSheetDark, LogoFileSheetDark as LogoFileSheetDarkIcon, LogoFileSheet as LogoFileSheetIcon, LogoFoam, LogoFoamDark, LogoFoamDark as LogoFoamDarkIcon, LogoFoamFill, LogoFoamFill as LogoFoamFillIcon, LogoFoam as LogoFoamIcon, LogoFoamSymbol, LogoFoamSymbolDark, LogoFoamSymbolDark as LogoFoamSymbolDarkIcon, LogoFoamSymbol as LogoFoamSymbolIcon, LogoGmail, LogoGmailFill, LogoGmailFill as LogoGmailFillIcon, LogoGmail as LogoGmailIcon, LogoGoogle, LogoGoogleFill, LogoGoogleFill as LogoGoogleFillIcon, LogoGoogle as LogoGoogleIcon, LogoInstagram, LogoInstagramDark, LogoInstagramDark as LogoInstagramDarkIcon, LogoInstagramFill, LogoInstagramFill as LogoInstagramFillIcon, LogoInstagram as LogoInstagramIcon, LogoLinkedin, LogoLinkedinDark, LogoLinkedinDark as LogoLinkedinDarkIcon, LogoLinkedinFill, LogoLinkedinFill as LogoLinkedinFillIcon, LogoLinkedin as LogoLinkedinIcon, LogoMicrosoft, LogoMicrosoftFill, LogoMicrosoftFill as LogoMicrosoftFillIcon, LogoMicrosoft as LogoMicrosoftIcon, LogoSnapchat, LogoSnapchatDark, LogoSnapchatDark as LogoSnapchatDarkIcon, LogoSnapchatFill, LogoSnapchatFill as LogoSnapchatFillIcon, LogoSnapchat as LogoSnapchatIcon, LogoTiktok, LogoTiktokDark, LogoTiktokDark as LogoTiktokDarkIcon, LogoTiktokFill, LogoTiktokFill as LogoTiktokFillIcon, LogoTiktok as LogoTiktokIcon, LogoYoutube, LogoYoutubeFill, LogoYoutubeFill as LogoYoutubeFillIcon, LogoYoutube as LogoYoutubeIcon, LogOut as Logout, LogOutDuotone as LogoutDuotone, LogOutDuotone as LogoutDuotoneIcon, LogOutFill as LogoutFill, LogOutFill as LogoutFillIcon, LogOut as LogoutIcon, Search as Lookup, SearchDuotone as LookupDuotone, SearchDuotone as LookupDuotoneIcon, SearchFill as LookupFill, SearchFill as LookupFillIcon, Search as LookupIcon, SearchUser as LookupPerson, SearchUserDuotone as LookupPersonDuotone, SearchUserDuotone as LookupPersonDuotoneIcon, SearchUserFill as LookupPersonFill, SearchUserFill as LookupPersonFillIcon, SearchUser as LookupPersonIcon, Heart as Love, HeartDuotone as LoveDuotone, HeartDuotone as LoveDuotoneIcon, HeartFill as LoveFill, HeartFill as LoveFillIcon, Heart as LoveIcon, Sparkles as Magic, SparklesDuotone as MagicDuotone, SparklesDuotone as MagicDuotoneIcon, SparklesFill as MagicFill, SparklesFill as MagicFillIcon, Sparkles as MagicIcon, Search as MagnifyingGlass, SearchDuotone as MagnifyingGlassDuotone, SearchDuotone as MagnifyingGlassDuotoneIcon, SearchFill as MagnifyingGlassFill, SearchFill as MagnifyingGlassFillIcon, Search as MagnifyingGlassIcon, Mail, MailDuotone, MailDuotone as MailDuotoneIcon, MailFill, MailFill as MailFillIcon, Mail as MailIcon, MailMove, MailMoveDuotone, MailMoveDuotone as MailMoveDuotoneIcon, MailMoveFill, MailMoveFill as MailMoveFillIcon, MailMove as MailMoveIcon, MailPlus, MailPlusDuotone, MailPlusDuotone as MailPlusDuotoneIcon, MailPlusFill, MailPlusFill as MailPlusFillIcon, MailPlus as MailPlusIcon, Inbox as Mailbox, InboxDuotone as MailboxDuotone, InboxDuotone as MailboxDuotoneIcon, InboxFill as MailboxFill, InboxFill as MailboxFillIcon, Inbox as MailboxIcon, MapPin, MapPinDuotone, MapPinDuotone as MapPinDuotoneIcon, MapPinFill, MapPinFill as MapPinFillIcon, MapPin as MapPinIcon, MapPin as Marker, MapPinDuotone as MarkerDuotone, MapPinDuotone as MarkerDuotoneIcon, MapPinFill as MarkerFill, MapPinFill as MarkerFillIcon, MapPin as MarkerIcon, Megaphone as Marketing, MegaphoneDuotone as MarketingDuotone, MegaphoneDuotone as MarketingDuotoneIcon, MegaphoneFill as MarketingFill, MegaphoneFill as MarketingFillIcon, Megaphone as MarketingIcon, Maximize, MaximizeDuotone, MaximizeDuotone as MaximizeDuotoneIcon, MaximizeFill, MaximizeFill as MaximizeFillIcon, Maximize as MaximizeIcon, Fullscreen as MaximizeScreen, FullscreenDuotone as MaximizeScreenDuotone, FullscreenDuotone as MaximizeScreenDuotoneIcon, FullscreenFill as MaximizeScreenFill, FullscreenFill as MaximizeScreenFillIcon, Fullscreen as MaximizeScreenIcon, Image as Media, ImageDuotone as MediaDuotone, ImageDuotone as MediaDuotoneIcon, ImageFill as MediaFill, ImageFill as MediaFillIcon, Image as MediaIcon, ContentUser as MediaPacks, ContentUserDuotone as MediaPacksDuotone, ContentUserDuotone as MediaPacksDuotoneIcon, ContentUserFill as MediaPacksFill, ContentUserFill as MediaPacksFillIcon, ContentUser as MediaPacksIcon, ContentUser as Mediapacks, ContentUserDuotone as MediapacksDuotone, ContentUserDuotone as MediapacksDuotoneIcon, ContentUserFill as MediapacksFill, ContentUserFill as MediapacksFillIcon, ContentUser as MediapacksIcon, Megaphone, MegaphoneActive, MegaphoneActiveDuotone, MegaphoneActiveDuotone as MegaphoneActiveDuotoneIcon, MegaphoneActiveFill, MegaphoneActiveFill as MegaphoneActiveFillIcon, MegaphoneActive as MegaphoneActiveIcon, MegaphoneDuotone, MegaphoneDuotone as MegaphoneDuotoneIcon, MegaphoneFill, MegaphoneFill as MegaphoneFillIcon, Megaphone as MegaphoneIcon, Menu, MenuDuotone, MenuDuotone as MenuDuotoneIcon, MenuFill, MenuFill as MenuFillIcon, Menu as MenuIcon, Mail as Message, MailDuotone as MessageDuotone, MailDuotone as MessageDuotoneIcon, MailFill as MessageFill, MailFill as MessageFillIcon, Mail as MessageIcon, MessageSquare, MessageSquareDuotone, MessageSquareDuotone as MessageSquareDuotoneIcon, MessageSquareFill, MessageSquareFill as MessageSquareFillIcon, MessageSquare as MessageSquareIcon, MessagesSquare, MessagesSquareDuotone, MessagesSquareDuotone as MessagesSquareDuotoneIcon, MessagesSquareFill, MessagesSquareFill as MessagesSquareFillIcon, MessagesSquare as MessagesSquareIcon, Minus, MinusDuotone, MinusDuotone as MinusDuotoneIcon, MinusFill, MinusFill as MinusFillIcon, Minus as MinusIcon, Pencil as Modify, PencilDuotone as ModifyDuotone, PencilDuotone as ModifyDuotoneIcon, PencilFill as ModifyFill, PencilFill as ModifyFillIcon, Pencil as ModifyIcon, CircleDollarSign as Money, CircleDollarSignDuotone as MoneyDuotone, CircleDollarSignDuotone as MoneyDuotoneIcon, CircleDollarSignFill as MoneyFill, CircleDollarSignFill as MoneyFillIcon, CircleDollarSign as MoneyIcon, Moon, MoonDuotone, MoonDuotone as MoonDuotoneIcon, MoonFill, MoonFill as MoonFillIcon, Moon as MoonIcon, MousePointerClick, MousePointerClickDuotone, MousePointerClickDuotone as MousePointerClickDuotoneIcon, MousePointerClickFill, MousePointerClickFill as MousePointerClickFillIcon, MousePointerClick as MousePointerClickIcon, Move, MoveDuotone, MoveDuotone as MoveDuotoneIcon, MoveFill, MoveFill as MoveFillIcon, Move as MoveIcon, VolumeOff as Mute, VolumeOffDuotone as MuteDuotone, VolumeOffDuotone as MuteDuotoneIcon, VolumeOffFill as MuteFill, VolumeOffFill as MuteFillIcon, VolumeOff as MuteIcon, Menu as Navigation, MenuDuotone as NavigationDuotone, MenuDuotone as NavigationDuotoneIcon, MenuFill as NavigationFill, MenuFill as NavigationFillIcon, Menu as NavigationIcon, Frown as Negative, FrownDuotone as NegativeDuotone, FrownDuotone as NegativeDuotoneIcon, FrownFill as NegativeFill, FrownFill as NegativeFillIcon, Frown as NegativeIcon, Plus as New, PlusDuotone as NewDuotone, PlusDuotone as NewDuotoneIcon, FilePlus as NewFile, FilePlusDuotone as NewFileDuotone, FilePlusDuotone as NewFileDuotoneIcon, FilePlusFill as NewFileFill, FilePlusFill as NewFileFillIcon, FilePlus as NewFileIcon, PlusFill as NewFill, PlusFill as NewFillIcon, Plus as NewIcon, ContentPlus as NewPost, ContentPlusDuotone as NewPostDuotone, ContentPlusDuotone as NewPostDuotoneIcon, ContentPlusFill as NewPostFill, ContentPlusFill as NewPostFillIcon, ContentPlus as NewPostIcon, ArrowRight as Next, ArrowRightDuotone as NextDuotone, ArrowRightDuotone as NextDuotoneIcon, ArrowRightFill as NextFill, ArrowRightFill as NextFillIcon, ArrowRight as NextIcon, Moon as Night, MoonDuotone as NightDuotone, MoonDuotone as NightDuotoneIcon, MoonFill as NightFill, MoonFill as NightFillIcon, Moon as NightIcon, ThumbsDown as No, ThumbsDownDuotone as NoDuotone, ThumbsDownDuotone as NoDuotoneIcon, ThumbsDownFill as NoFill, ThumbsDownFill as NoFillIcon, ThumbsDown as NoIcon, VolumeOff as NoSound, VolumeOffDuotone as NoSoundDuotone, VolumeOffDuotone as NoSoundDuotoneIcon, VolumeOffFill as NoSoundFill, VolumeOffFill as NoSoundFillIcon, VolumeOff as NoSoundIcon, ArrowUp as North, ArrowUpDuotone as NorthDuotone, ArrowUpDuotone as NorthDuotoneIcon, ArrowUpFill as NorthFill, ArrowUpFill as NorthFillIcon, ArrowUp as NorthIcon, Ban as NotAllowed, BanDuotone as NotAllowedDuotone, BanDuotone as NotAllowedDuotoneIcon, BanFill as NotAllowedFill, BanFill as NotAllowedFillIcon, Ban as NotAllowedIcon, Notebook, NotebookDuotone, NotebookDuotone as NotebookDuotoneIcon, NotebookFill, NotebookFill as NotebookFillIcon, Notebook as NotebookIcon, Bell as Notification, BellDuotone as NotificationDuotone, BellDuotone as NotificationDuotoneIcon, BellFill as NotificationFill, BellFill as NotificationFillIcon, Bell as NotificationIcon, ListOrdered as NumberedList, ListOrderedDuotone as NumberedListDuotone, ListOrderedDuotone as NumberedListDuotoneIcon, ListOrderedFill as NumberedListFill, ListOrderedFill as NumberedListFillIcon, ListOrdered as NumberedListIcon, Office, OfficeDuotone, OfficeDuotone as OfficeDuotoneIcon, OfficeFill, OfficeFill as OfficeFillIcon, Office as OfficeIcon, ListOrdered as Ol, ListOrderedDuotone as OlDuotone, ListOrderedDuotone as OlDuotoneIcon, ListOrderedFill as OlFill, ListOrderedFill as OlFillIcon, ListOrdered as OlIcon, ExternalLink as OpenNew, ExternalLinkDuotone as OpenNewDuotone, ExternalLinkDuotone as OpenNewDuotoneIcon, ExternalLinkFill as OpenNewFill, ExternalLinkFill as OpenNewFillIcon, ExternalLink as OpenNewIcon, QuotationMarkLeft as OpenQuote, QuotationMarkLeftDuotone as OpenQuoteDuotone, QuotationMarkLeftDuotone as OpenQuoteDuotoneIcon, QuotationMarkLeftFill as OpenQuoteFill, QuotationMarkLeftFill as OpenQuoteFillIcon, QuotationMarkLeft as OpenQuoteIcon, Cog as Options, CogDuotone as OptionsDuotone, CogDuotone as OptionsDuotoneIcon, CogFill as OptionsFill, CogFill as OptionsFillIcon, Cog as OptionsIcon, TriangleDownUp as OrderToggle, TriangleDownUpDuotone as OrderToggleDuotone, TriangleDownUpDuotone as OrderToggleDuotoneIcon, TriangleDownUpFill as OrderToggleFill, TriangleDownUpFill as OrderToggleFillIcon, TriangleDownUp as OrderToggleIcon, File as Page, FileDuotone as PageDuotone, FileDuotone as PageDuotoneIcon, FileFill as PageFill, FileFill as PageFillIcon, File as PageIcon, PanelLeft, PanelLeftDuotone, PanelLeftDuotone as PanelLeftDuotoneIcon, PanelLeftFill, PanelLeftFill as PanelLeftFillIcon, PanelLeft as PanelLeftIcon, PanelRight, PanelRightDuotone, PanelRightDuotone as PanelRightDuotoneIcon, PanelRightFill, PanelRightFill as PanelRightFillIcon, PanelRight as PanelRightIcon, History as Past, HistoryDuotone as PastDuotone, HistoryDuotone as PastDuotoneIcon, HistoryFill as PastFill, HistoryFill as PastFillIcon, History as PastIcon, CircleDollarSign as Payment, CircleDollarSignDuotone as PaymentDuotone, CircleDollarSignDuotone as PaymentDuotoneIcon, CircleDollarSignFill as PaymentFill, CircleDollarSignFill as PaymentFillIcon, CircleDollarSign as PaymentIcon, Pencil, PencilDuotone, PencilDuotone as PencilDuotoneIcon, PencilFill, PencilFill as PencilFillIcon, Pencil as PencilIcon, Users as People, UsersDuotone as PeopleDuotone, UsersDuotone as PeopleDuotoneIcon, UsersFill as PeopleFill, UsersFill as PeopleFillIcon, Users as PeopleIcon, User as Person, UserDuotone as PersonDuotone, UserDuotone as PersonDuotoneIcon, UserFill as PersonFill, UserFill as PersonFillIcon, User as PersonIcon, Users as Persons, UsersDuotone as PersonsDuotone, UsersDuotone as PersonsDuotoneIcon, UsersFill as PersonsFill, UsersFill as PersonsFillIcon, Users as PersonsIcon, Image as Photo, ImageDuotone as PhotoDuotone, ImageDuotone as PhotoDuotoneIcon, ImageFill as PhotoFill, ImageFill as PhotoFillIcon, Image as PhotoIcon, Images as Photos, ImagesDuotone as PhotosDuotone, ImagesDuotone as PhotosDuotoneIcon, ImagesFill as PhotosFill, ImagesFill as PhotosFillIcon, Images as PhotosIcon, Image as Picture, ImageDuotone as PictureDuotone, ImageDuotone as PictureDuotoneIcon, ImageFill as PictureFill, ImageFill as PictureFillIcon, Image as PictureIcon, Images as Pictures, ImagesDuotone as PicturesDuotone, ImagesDuotone as PicturesDuotoneIcon, ImagesFill as PicturesFill, ImagesFill as PicturesFillIcon, Images as PicturesIcon, Pin, PinDuotone, PinDuotone as PinDuotoneIcon, PinFill, PinFill as PinFillIcon, Pin as PinIcon, MapPin as Place, MapPinDuotone as PlaceDuotone, MapPinDuotone as PlaceDuotoneIcon, MapPinFill as PlaceFill, MapPinFill as PlaceFillIcon, MapPin as PlaceIcon, RemoveFormatting as PlainText, RemoveFormattingDuotone as PlainTextDuotone, RemoveFormattingDuotone as PlainTextDuotoneIcon, RemoveFormattingFill as PlainTextFill, RemoveFormattingFill as PlainTextFillIcon, RemoveFormatting as PlainTextIcon, Play, Play as PlayButton, PlayDuotone as PlayButtonDuotone, PlayDuotone as PlayButtonDuotoneIcon, PlayFill as PlayButtonFill, PlayFill as PlayButtonFillIcon, Play as PlayButtonIcon, PlayDuotone, PlayDuotone as PlayDuotoneIcon, PlayFill, PlayFill as PlayFillIcon, Play as PlayIcon, Plus, PlusDuotone, PlusDuotone as PlusDuotoneIcon, PlusFill, PlusFill as PlusFillIcon, Plus as PlusIcon, Pointer, PointerDuotone, PointerDuotone as PointerDuotoneIcon, PointerFill, PointerFill as PointerFillIcon, Pointer as PointerIcon, Smile as Positive, SmileDuotone as PositiveDuotone, SmileDuotone as PositiveDuotoneIcon, SmileFill as PositiveFill, SmileFill as PositiveFillIcon, Smile as PositiveIcon, Cog as Preferences, CogDuotone as PreferencesDuotone, CogDuotone as PreferencesDuotoneIcon, CogFill as PreferencesFill, CogFill as PreferencesFillIcon, Cog as PreferencesIcon, Save as Preserve, SaveDuotone as PreserveDuotone, SaveDuotone as PreserveDuotoneIcon, SaveFill as PreserveFill, SaveFill as PreserveFillIcon, Save as PreserveIcon, ContentUser as PressKit, ContentUserDuotone as PressKitDuotone, ContentUserDuotone as PressKitDuotoneIcon, ContentUserFill as PressKitFill, ContentUserFill as PressKitFillIcon, ContentUser as PressKitIcon, ArrowLeft as Previous, ArrowLeftDuotone as PreviousDuotone, ArrowLeftDuotone as PreviousDuotoneIcon, ArrowLeftFill as PreviousFill, ArrowLeftFill as PreviousFillIcon, ArrowLeft as PreviousIcon, CircleDollarSign as Price, CircleDollarSignDuotone as PriceDuotone, CircleDollarSignDuotone as PriceDuotoneIcon, CircleDollarSignFill as PriceFill, CircleDollarSignFill as PriceFillIcon, CircleDollarSign as PriceIcon, Lock as Private, LockDuotone as PrivateDuotone, LockDuotone as PrivateDuotoneIcon, LockFill as PrivateFill, LockFill as PrivateFillIcon, Lock as PrivateIcon, User as Profile, UserDuotone as ProfileDuotone, UserDuotone as ProfileDuotoneIcon, UserFill as ProfileFill, UserFill as ProfileFillIcon, User as ProfileIcon, LoaderCircle as Progress, LoaderCircleDuotone as ProgressDuotone, LoaderCircleDuotone as ProgressDuotoneIcon, LoaderCircleFill as ProgressFill, LoaderCircleFill as ProgressFillIcon, LoaderCircle as ProgressIcon, Ban as Prohibited, BanDuotone as ProhibitedDuotone, BanDuotone as ProhibitedDuotoneIcon, BanFill as ProhibitedFill, BanFill as ProhibitedFillIcon, Ban as ProhibitedIcon, Megaphone as Promote, MegaphoneDuotone as PromoteDuotone, MegaphoneDuotone as PromoteDuotoneIcon, MegaphoneFill as PromoteFill, MegaphoneFill as PromoteFillIcon, Megaphone as PromoteIcon, Lock as Protected, LockDuotone as ProtectedDuotone, LockDuotone as ProtectedDuotoneIcon, LockFill as ProtectedFill, LockFill as ProtectedFillIcon, Lock as ProtectedIcon, Unlock as Public, UnlockDuotone as PublicDuotone, UnlockDuotone as PublicDuotoneIcon, UnlockFill as PublicFill, UnlockFill as PublicFillIcon, Unlock as PublicIcon, Search as Query, SearchDuotone as QueryDuotone, SearchDuotone as QueryDuotoneIcon, SearchFill as QueryFill, SearchFill as QueryFillIcon, Search as QueryIcon, CircleQuestionMark as Question, CircleQuestionMarkDuotone as QuestionDuotone, CircleQuestionMarkDuotone as QuestionDuotoneIcon, CircleQuestionMarkFill as QuestionFill, CircleQuestionMarkFill as QuestionFillIcon, CircleQuestionMark as QuestionIcon, QuotationMarkLeft, QuotationMarkLeftDuotone, QuotationMarkLeftDuotone as QuotationMarkLeftDuotoneIcon, QuotationMarkLeftFill, QuotationMarkLeftFill as QuotationMarkLeftFillIcon, QuotationMarkLeft as QuotationMarkLeftIcon, QuotationMarkRight, QuotationMarkRightDuotone, QuotationMarkRightDuotone as QuotationMarkRightDuotoneIcon, QuotationMarkRightFill, QuotationMarkRightFill as QuotationMarkRightFillIcon, QuotationMarkRight as QuotationMarkRightIcon, QuotationMarkLeft as QuoteLeft, QuotationMarkLeftDuotone as QuoteLeftDuotone, QuotationMarkLeftDuotone as QuoteLeftDuotoneIcon, QuotationMarkLeftFill as QuoteLeftFill, QuotationMarkLeftFill as QuoteLeftFillIcon, QuotationMarkLeft as QuoteLeftIcon, QuotationMarkRight as QuoteRight, QuotationMarkRightDuotone as QuoteRightDuotone, QuotationMarkRightDuotone as QuoteRightDuotoneIcon, QuotationMarkRightFill as QuoteRightFill, QuotationMarkRightFill as QuoteRightFillIcon, QuotationMarkRight as QuoteRightIcon, Star as Rating, StarDuotone as RatingDuotone, StarDuotone as RatingDuotoneIcon, StarFill as RatingFill, StarFill as RatingFillIcon, Star as RatingIcon, Reach, ReachDuotone, ReachDuotone as ReachDuotoneIcon, ReachFill, ReachFill as ReachFillIcon, Reach as ReachIcon, History as Recent, HistoryDuotone as RecentDuotone, HistoryDuotone as RecentDuotoneIcon, HistoryFill as RecentFill, HistoryFill as RecentFillIcon, History as RecentIcon, RotateCw as Redo, RotateCwDuotone as RedoDuotone, RotateCwDuotone as RedoDuotoneIcon, RotateCwFill as RedoFill, RotateCwFill as RedoFillIcon, RotateCw as RedoIcon, Minus as Reduce, MinusDuotone as ReduceDuotone, MinusDuotone as ReduceDuotoneIcon, MinusFill as ReduceFill, MinusFill as ReduceFillIcon, Minus as ReduceIcon, Reel, ReelDuotone, ReelDuotone as ReelDuotoneIcon, ReelFill, ReelFill as ReelFillIcon, Reel as ReelIcon, RefreshCw as Refresh, RefreshCw, RefreshCwDuotone, RefreshCwDuotone as RefreshCwDuotoneIcon, RefreshCwFill, RefreshCwFill as RefreshCwFillIcon, RefreshCw as RefreshCwIcon, RefreshCwDuotone as RefreshDuotone, RefreshCwDuotone as RefreshDuotoneIcon, RefreshCwFill as RefreshFill, RefreshCwFill as RefreshFillIcon, RefreshCw as RefreshIcon, RefreshCw as Reload, RefreshCwDuotone as ReloadDuotone, RefreshCwDuotone as ReloadDuotoneIcon, RefreshCwFill as ReloadFill, RefreshCwFill as ReloadFillIcon, RefreshCw as ReloadIcon, Trash as Remove, TrashDuotone as RemoveDuotone, TrashDuotone as RemoveDuotoneIcon, TrashFill as RemoveFill, TrashFill as RemoveFillIcon, RemoveFormatting, RemoveFormattingDuotone, RemoveFormattingDuotone as RemoveFormattingDuotoneIcon, RemoveFormattingFill, RemoveFormattingFill as RemoveFormattingFillIcon, RemoveFormatting as RemoveFormattingIcon, Trash as RemoveIcon, ArrowDownUp as Reorder, ArrowDownUpDuotone as ReorderDuotone, ArrowDownUpDuotone as ReorderDuotoneIcon, ArrowDownUpFill as ReorderFill, ArrowDownUpFill as ReorderFillIcon, ArrowDownUp as ReorderIcon, Reply, ReplyDuotone, ReplyDuotone as ReplyDuotoneIcon, ReplyFill, ReplyFill as ReplyFillIcon, Reply as ReplyIcon, Move as Reposition, MoveDuotone as RepositionDuotone, MoveDuotone as RepositionDuotoneIcon, MoveFill as RepositionFill, MoveFill as RepositionFillIcon, Move as RepositionIcon, Reply as Respond, ReplyDuotone as RespondDuotone, ReplyDuotone as RespondDuotoneIcon, ReplyFill as RespondFill, ReplyFill as RespondFillIcon, Reply as RespondIcon, ArrowRight as Right, ArrowRightDuotone as RightDuotone, ArrowRightDuotone as RightDuotoneIcon, ArrowRightFill as RightFill, ArrowRightFill as RightFillIcon, ArrowRight as RightIcon, TrendingUp as Rising, TrendingUpDuotone as RisingDuotone, TrendingUpDuotone as RisingDuotoneIcon, TrendingUpFill as RisingFill, TrendingUpFill as RisingFillIcon, TrendingUp as RisingIcon, Rolodex, RolodexDuotone, RolodexDuotone as RolodexDuotoneIcon, RolodexFill, RolodexFill as RolodexFillIcon, Rolodex as RolodexIcon, ClipboardList as Roster, ClipboardListDuotone as RosterDuotone, ClipboardListDuotone as RosterDuotoneIcon, ClipboardListFill as RosterFill, ClipboardListFill as RosterFillIcon, ClipboardList as RosterIcon, RotateCw as Rotate, RotateCw, RotateCwDuotone, RotateCwDuotone as RotateCwDuotoneIcon, RotateCwFill, RotateCwFill as RotateCwFillIcon, RotateCw as RotateCwIcon, RotateCwDuotone as RotateDuotone, RotateCwDuotone as RotateDuotoneIcon, RotateCwFill as RotateFill, RotateCwFill as RotateFillIcon, RotateCw as RotateIcon, Rows2 as Rows, Rows2, Rows2Duotone, Rows2Duotone as Rows2DuotoneIcon, Rows2Fill, Rows2Fill as Rows2FillIcon, Rows2 as Rows2Icon, Rows2Duotone as RowsDuotone, Rows2Duotone as RowsDuotoneIcon, Rows2Fill as RowsFill, Rows2Fill as RowsFillIcon, Rows2 as RowsIcon, Frown as Sad, FrownDuotone as SadDuotone, FrownDuotone as SadDuotoneIcon, FrownFill as SadFill, FrownFill as SadFillIcon, Frown as SadIcon, Save, SaveDuotone, SaveDuotone as SaveDuotoneIcon, SaveFill, SaveFill as SaveFillIcon, Save as SaveIcon, Bookmark as Saved, BookmarkDuotone as SavedDuotone, BookmarkDuotone as SavedDuotoneIcon, BookmarkFill as SavedFill, BookmarkFill as SavedFillIcon, Bookmark as SavedIcon, Calendar as Schedule, CalendarDuotone as ScheduleDuotone, CalendarDuotone as ScheduleDuotoneIcon, CalendarFill as ScheduleFill, CalendarFill as ScheduleFillIcon, Calendar as ScheduleIcon, Search, SearchDuotone, SearchDuotone as SearchDuotoneIcon, SearchFill, SearchFill as SearchFillIcon, Search as SearchIcon, SearchUser as SearchPerson, SearchUserDuotone as SearchPersonDuotone, SearchUserDuotone as SearchPersonDuotoneIcon, SearchUserFill as SearchPersonFill, SearchUserFill as SearchPersonFillIcon, SearchUser as SearchPersonIcon, SearchUser, SearchUserDuotone, SearchUserDuotone as SearchUserDuotoneIcon, SearchUserFill, SearchUserFill as SearchUserFillIcon, SearchUser as SearchUserIcon, Lock as Secure, LockDuotone as SecureDuotone, LockDuotone as SecureDuotoneIcon, LockFill as SecureFill, LockFill as SecureFillIcon, Lock as SecureIcon, Upload as Send, UploadDuotone as SendDuotone, UploadDuotone as SendDuotoneIcon, UploadFill as SendFill, UploadFill as SendFillIcon, Upload as SendIcon, Cog as Settings, CogDuotone as SettingsDuotone, CogDuotone as SettingsDuotoneIcon, CogFill as SettingsFill, CogFill as SettingsFillIcon, Cog as SettingsIcon, Share, ShareDuotone, ShareDuotone as ShareDuotoneIcon, ShareFill, ShareFill as ShareFillIcon, Share as ShareIcon, Share as ShareLink, ShareDuotone as ShareLinkDuotone, ShareDuotone as ShareLinkDuotoneIcon, ShareFill as ShareLinkFill, ShareFill as ShareLinkFillIcon, Share as ShareLinkIcon, Sparkles as Shine, SparklesDuotone as ShineDuotone, SparklesDuotone as ShineDuotoneIcon, SparklesFill as ShineFill, SparklesFill as ShineFillIcon, Sparkles as ShineIcon, Reel as Short, ReelDuotone as ShortDuotone, ReelDuotone as ShortDuotoneIcon, ReelFill as ShortFill, ReelFill as ShortFillIcon, Reel as ShortIcon, Reel as ShortVideo, ReelDuotone as ShortVideoDuotone, ReelDuotone as ShortVideoDuotoneIcon, ReelFill as ShortVideoFill, ReelFill as ShortVideoFillIcon, Reel as ShortVideoIcon, Command as Shortcut, CommandDuotone as ShortcutDuotone, CommandDuotone as ShortcutDuotoneIcon, CommandFill as ShortcutFill, CommandFill as ShortcutFillIcon, Command as ShortcutIcon, Eye as Show, EyeDuotone as ShowDuotone, EyeDuotone as ShowDuotoneIcon, EyeFill as ShowFill, EyeFill as ShowFillIcon, Eye as ShowIcon, PanelLeft as SidebarLeft, PanelLeftDuotone as SidebarLeftDuotone, PanelLeftDuotone as SidebarLeftDuotoneIcon, PanelLeftFill as SidebarLeftFill, PanelLeftFill as SidebarLeftFillIcon, PanelLeft as SidebarLeftIcon, PanelRight as SidebarRight, PanelRightDuotone as SidebarRightDuotone, PanelRightDuotone as SidebarRightDuotoneIcon, PanelRightFill as SidebarRightFill, PanelRightFill as SidebarRightFillIcon, PanelRight as SidebarRightIcon, LogOut as SignOut, LogOutDuotone as SignOutDuotone, LogOutDuotone as SignOutDuotoneIcon, LogOutFill as SignOutFill, LogOutFill as SignOutFillIcon, LogOut as SignOutIcon, Hotspot as Signal, HotspotDuotone as SignalDuotone, HotspotDuotone as SignalDuotoneIcon, HotspotFill as SignalFill, HotspotFill as SignalFillIcon, Hotspot as SignalIcon, LogOut as Signout, LogOutDuotone as SignoutDuotone, LogOutDuotone as SignoutDuotoneIcon, LogOutFill as SignoutFill, LogOutFill as SignoutFillIcon, LogOut as SignoutIcon, VolumeOff as Silent, VolumeOffDuotone as SilentDuotone, VolumeOffDuotone as SilentDuotoneIcon, VolumeOffFill as SilentFill, VolumeOffFill as SilentFillIcon, VolumeOff as SilentIcon, SlidersHorizontal, SlidersHorizontalDuotone, SlidersHorizontalDuotone as SlidersHorizontalDuotoneIcon, SlidersHorizontalFill, SlidersHorizontalFill as SlidersHorizontalFillIcon, SlidersHorizontal as SlidersHorizontalIcon, Smile, SmileDuotone, SmileDuotone as SmileDuotoneIcon, SmileFill, SmileFill as SmileFillIcon, Smile as SmileIcon, Smile as Smiley, SmileDuotone as SmileyDuotone, SmileDuotone as SmileyDuotoneIcon, SmileFill as SmileyFill, SmileFill as SmileyFillIcon, Smile as SmileyIcon, ArrowDownSC as Snapchat, ArrowDownSCDuotone as SnapchatDuotone, ArrowDownSCDuotone as SnapchatDuotoneIcon, ArrowDownSCFill as SnapchatFill, ArrowDownSCFill as SnapchatFillIcon, ArrowDownSC as SnapchatIcon, ArrowDownUp as Sort, ArrowUpAZ as SortAZ, ArrowUpAZDuotone as SortAZDuotone, ArrowUpAZDuotone as SortAZDuotoneIcon, ArrowUpAZFill as SortAZFill, ArrowUpAZFill as SortAZFillIcon, ArrowUpAZ as SortAZIcon, ArrowUpAZ as SortAlphaAsc, ArrowUpAZDuotone as SortAlphaAscDuotone, ArrowUpAZDuotone as SortAlphaAscDuotoneIcon, ArrowUpAZFill as SortAlphaAscFill, ArrowUpAZFill as SortAlphaAscFillIcon, ArrowUpAZ as SortAlphaAscIcon, ArrowUpZA as SortAlphaDesc, ArrowUpZADuotone as SortAlphaDescDuotone, ArrowUpZADuotone as SortAlphaDescDuotoneIcon, ArrowUpZAFill as SortAlphaDescFill, ArrowUpZAFill as SortAlphaDescFillIcon, ArrowUpZA as SortAlphaDescIcon, ArrowDownNarrowWide as SortAsc, ArrowUpNarrowWide as SortAscAlt, ArrowUpNarrowWideDuotone as SortAscAltDuotone, ArrowUpNarrowWideDuotone as SortAscAltDuotoneIcon, ArrowUpNarrowWideFill as SortAscAltFill, ArrowUpNarrowWideFill as SortAscAltFillIcon, ArrowUpNarrowWide as SortAscAltIcon, ArrowDownNarrowWideDuotone as SortAscDuotone, ArrowDownNarrowWideDuotone as SortAscDuotoneIcon, ArrowDownNarrowWideFill as SortAscFill, ArrowDownNarrowWideFill as SortAscFillIcon, ArrowDownNarrowWide as SortAscIcon, ArrowDownNarrowWide as SortAscending, ArrowDownNarrowWideDuotone as SortAscendingDuotone, ArrowDownNarrowWideDuotone as SortAscendingDuotoneIcon, ArrowDownNarrowWideFill as SortAscendingFill, ArrowDownNarrowWideFill as SortAscendingFillIcon, ArrowDownNarrowWide as SortAscendingIcon, ArrowUpWideNarrow as SortDesc, ArrowDownWideNarrow as SortDescAlt, ArrowDownWideNarrowDuotone as SortDescAltDuotone, ArrowDownWideNarrowDuotone as SortDescAltDuotoneIcon, ArrowDownWideNarrowFill as SortDescAltFill, ArrowDownWideNarrowFill as SortDescAltFillIcon, ArrowDownWideNarrow as SortDescAltIcon, ArrowUpWideNarrowDuotone as SortDescDuotone, ArrowUpWideNarrowDuotone as SortDescDuotoneIcon, ArrowUpWideNarrowFill as SortDescFill, ArrowUpWideNarrowFill as SortDescFillIcon, ArrowUpWideNarrow as SortDescIcon, ArrowUpWideNarrow as SortDescending, ArrowUpWideNarrowDuotone as SortDescendingDuotone, ArrowUpWideNarrowDuotone as SortDescendingDuotoneIcon, ArrowUpWideNarrowFill as SortDescendingFill, ArrowUpWideNarrowFill as SortDescendingFillIcon, ArrowUpWideNarrow as SortDescendingIcon, ArrowDownUpDuotone as SortDuotone, ArrowDownUpDuotone as SortDuotoneIcon, ArrowDownUpFill as SortFill, ArrowDownUpFill as SortFillIcon, ArrowDownUp as SortIcon, ArrowDown01 as SortNumeric, ArrowDown01Duotone as SortNumericDuotone, ArrowDown01Duotone as SortNumericDuotoneIcon, ArrowDown01Fill as SortNumericFill, ArrowDown01Fill as SortNumericFillIcon, ArrowDown01 as SortNumericIcon, TriangleDownUp as SortToggle, TriangleDownUpDuotone as SortToggleDuotone, TriangleDownUpDuotone as SortToggleDuotoneIcon, TriangleDownUpFill as SortToggleFill, TriangleDownUpFill as SortToggleFillIcon, TriangleDownUp as SortToggleIcon, ArrowUpZA as SortZA, ArrowUpZADuotone as SortZADuotone, ArrowUpZADuotone as SortZADuotoneIcon, ArrowUpZAFill as SortZAFill, ArrowUpZAFill as SortZAFillIcon, ArrowUpZA as SortZAIcon, Volume2 as Sound, Volume2Duotone as SoundDuotone, Volume2Duotone as SoundDuotoneIcon, Volume2Fill as SoundFill, Volume2Fill as SoundFillIcon, Volume2 as SoundIcon, ArrowDown as South, ArrowDownDuotone as SouthDuotone, ArrowDownDuotone as SouthDuotoneIcon, ArrowDownFill as SouthFill, ArrowDownFill as SouthFillIcon, ArrowDown as SouthIcon, Sparkles, SparklesDuotone, SparklesDuotone as SparklesDuotoneIcon, SparklesFill, SparklesFill as SparklesFillIcon, Sparkles as SparklesIcon, Volume2 as Speaker, Volume2Duotone as SpeakerDuotone, Volume2Duotone as SpeakerDuotoneIcon, Volume2Fill as SpeakerFill, Volume2Fill as SpeakerFillIcon, Volume2 as SpeakerIcon, VolumeOff as SpeakerOff, VolumeOffDuotone as SpeakerOffDuotone, VolumeOffDuotone as SpeakerOffDuotoneIcon, VolumeOffFill as SpeakerOffFill, VolumeOffFill as SpeakerOffFillIcon, VolumeOff as SpeakerOffIcon, LoaderCircle as Spinner, LoaderCircleDuotone as SpinnerDuotone, LoaderCircleDuotone as SpinnerDuotoneIcon, LoaderCircleFill as SpinnerFill, LoaderCircleFill as SpinnerFillIcon, LoaderCircle as SpinnerIcon, Square, SquareDuotone, SquareDuotone as SquareDuotoneIcon, SquareFill, SquareFill as SquareFillIcon, Square as SquareIcon, SquarePen, SquarePenDuotone, SquarePenDuotone as SquarePenDuotoneIcon, SquarePenFill, SquarePenFill as SquarePenFillIcon, SquarePen as SquarePenIcon, Star, StarDuotone, StarDuotone as StarDuotoneIcon, StarFill, StarFill as StarFillIcon, Star as StarIcon, Play as Start, PlayDuotone as StartDuotone, PlayDuotone as StartDuotoneIcon, PlayFill as StartFill, PlayFill as StartFillIcon, Play as StartIcon, ChartColumnSquare as Stats, ChartColumnSquareDuotone as StatsDuotone, ChartColumnSquareDuotone as StatsDuotoneIcon, ChartColumnSquareFill as StatsFill, ChartColumnSquareFill as StatsFillIcon, ChartColumnSquare as StatsIcon, Pin as Stick, PinDuotone as StickDuotone, PinDuotone as StickDuotoneIcon, PinFill as StickFill, PinFill as StickFillIcon, Pin as StickIcon, Square as Stop, SquareDuotone as StopDuotone, SquareDuotone as StopDuotoneIcon, SquareFill as StopFill, SquareFill as StopFillIcon, Square as StopIcon, Archive as Storage, ArchiveDuotone as StorageDuotone, ArchiveDuotone as StorageDuotoneIcon, ArchiveFill as StorageFill, ArchiveFill as StorageFillIcon, Archive as StorageIcon, Bold as Strong, BoldDuotone as StrongDuotone, BoldDuotone as StrongDuotoneIcon, BoldFill as StrongFill, BoldFill as StrongFillIcon, Bold as StrongIcon, Minus as Subtract, MinusDuotone as SubtractDuotone, MinusDuotone as SubtractDuotoneIcon, MinusFill as SubtractFill, MinusFill as SubtractFillIcon, Minus as SubtractIcon, Checkmark as Success, CheckmarkDuotone as SuccessDuotone, CheckmarkDuotone as SuccessDuotoneIcon, CheckmarkFill as SuccessFill, CheckmarkFill as SuccessFillIcon, Checkmark as SuccessIcon, Sun, SunDuotone, SunDuotone as SunDuotoneIcon, SunFill, SunFill as SunFillIcon, Sun as SunIcon, CircleQuestionMark as Support, CircleQuestionMarkDuotone as SupportDuotone, CircleQuestionMarkDuotone as SupportDuotoneIcon, CircleQuestionMarkFill as SupportFill, CircleQuestionMarkFill as SupportFillIcon, CircleQuestionMark as SupportIcon, ArrowDownUp as Swap, ArrowDownUpDuotone as SwapDuotone, ArrowDownUpDuotone as SwapDuotoneIcon, ArrowDownUpFill as SwapFill, ArrowDownUpFill as SwapFillIcon, ArrowDownUp as SwapIcon, RefreshCw as Sync, RefreshCwDuotone as SyncDuotone, RefreshCwDuotone as SyncDuotoneIcon, RefreshCwFill as SyncFill, RefreshCwFill as SyncFillIcon, RefreshCw as SyncIcon, Pin as Tack, PinDuotone as TackDuotone, PinDuotone as TackDuotoneIcon, PinFill as TackFill, PinFill as TackFillIcon, Pin as TackIcon, Checkbox as Task, CheckboxDuotone as TaskDuotone, CheckboxDuotone as TaskDuotoneIcon, CheckboxFill as TaskFill, CheckboxFill as TaskFillIcon, Checkbox as TaskIcon, ClipboardList as Tasks, ClipboardListDuotone as TasksDuotone, ClipboardListDuotone as TasksDuotoneIcon, ClipboardListFill as TasksFill, ClipboardListFill as TasksFillIcon, ClipboardList as TasksIcon, Users as Team, UsersDuotone as TeamDuotone, UsersDuotone as TeamDuotoneIcon, UsersFill as TeamFill, UsersFill as TeamFillIcon, Users as TeamIcon, TextAlignCenter, TextAlignCenterDuotone, TextAlignCenterDuotone as TextAlignCenterDuotoneIcon, TextAlignCenterFill, TextAlignCenterFill as TextAlignCenterFillIcon, TextAlignCenter as TextAlignCenterIcon, TextAlignEnd, TextAlignEndDuotone, TextAlignEndDuotone as TextAlignEndDuotoneIcon, TextAlignEndFill, TextAlignEndFill as TextAlignEndFillIcon, TextAlignEnd as TextAlignEndIcon, TextAlignJustify, TextAlignJustifyDuotone, TextAlignJustifyDuotone as TextAlignJustifyDuotoneIcon, TextAlignJustifyFill, TextAlignJustifyFill as TextAlignJustifyFillIcon, TextAlignJustify as TextAlignJustifyIcon, TextAlignStart, TextAlignStartDuotone, TextAlignStartDuotone as TextAlignStartDuotoneIcon, TextAlignStartFill, TextAlignStartFill as TextAlignStartFillIcon, TextAlignStart as TextAlignStartIcon, Bold as TextBold, BoldDuotone as TextBoldDuotone, BoldDuotone as TextBoldDuotoneIcon, BoldFill as TextBoldFill, BoldFill as TextBoldFillIcon, Bold as TextBoldIcon, Italic as TextItalic, ItalicDuotone as TextItalicDuotone, ItalicDuotone as TextItalicDuotoneIcon, ItalicFill as TextItalicFill, ItalicFill as TextItalicFillIcon, Italic as TextItalicIcon, Columns3 as ThreeColumns, Columns3Duotone as ThreeColumnsDuotone, Columns3Duotone as ThreeColumnsDuotoneIcon, Columns3Fill as ThreeColumnsFill, Columns3Fill as ThreeColumnsFillIcon, Columns3 as ThreeColumnsIcon, ThumbsDown, ThumbsDownDuotone, ThumbsDownDuotone as ThumbsDownDuotoneIcon, ThumbsDownFill, ThumbsDownFill as ThumbsDownFillIcon, ThumbsDown as ThumbsDownIcon, ThumbsUp, ThumbsUpDuotone, ThumbsUpDuotone as ThumbsUpDuotoneIcon, ThumbsUpFill, ThumbsUpFill as ThumbsUpFillIcon, ThumbsUp as ThumbsUpIcon, Pin as Thumbtack, PinDuotone as ThumbtackDuotone, PinDuotone as ThumbtackDuotoneIcon, PinFill as ThumbtackFill, PinFill as ThumbtackFillIcon, Pin as ThumbtackIcon, Checkmark as Tick, CheckmarkDuotone as TickDuotone, CheckmarkDuotone as TickDuotoneIcon, CheckmarkFill as TickFill, CheckmarkFill as TickFillIcon, Checkmark as TickIcon, ArrowDownTT as Tiktok, ArrowDownTTDuotone as TiktokDuotone, ArrowDownTTDuotone as TiktokDuotoneIcon, ArrowDownTTFill as TiktokFill, ArrowDownTTFill as TiktokFillIcon, ArrowDownTT as TiktokIcon, Grid2x2 as Tiles, Grid2x2Duotone as TilesDuotone, Grid2x2Duotone as TilesDuotoneIcon, Grid2x2Fill as TilesFill, Grid2x2Fill as TilesFillIcon, Grid2x2 as TilesIcon, Clock as Time, ClockDuotone as TimeDuotone, ClockDuotone as TimeDuotoneIcon, ClockFill as TimeFill, ClockFill as TimeFillIcon, Clock as TimeIcon, CircleX as Times, CircleXDuotone as TimesDuotone, CircleXDuotone as TimesDuotoneIcon, CircleXFill as TimesFill, CircleXFill as TimesFillIcon, CircleX as TimesIcon, ClipboardList as Todo, ClipboardListDuotone as TodoDuotone, ClipboardListDuotone as TodoDuotoneIcon, ClipboardListFill as TodoFill, ClipboardListFill as TodoFillIcon, ClipboardList as TodoIcon, Trash, TrashDuotone, TrashDuotone as TrashDuotoneIcon, TrashEmpty, TrashEmptyDuotone, TrashEmptyDuotone as TrashEmptyDuotoneIcon, TrashEmptyFill, TrashEmptyFill as TrashEmptyFillIcon, TrashEmpty as TrashEmptyIcon, TrashFill, TrashFill as TrashFillIcon, Trash as TrashIcon, Inbox as Tray, InboxDuotone as TrayDuotone, InboxDuotone as TrayDuotoneIcon, InboxFill as TrayFill, InboxFill as TrayFillIcon, Inbox as TrayIcon, Flame as Trending, TrendingDown, TrendingDownDuotone, TrendingDownDuotone as TrendingDownDuotoneIcon, TrendingDownFill, TrendingDownFill as TrendingDownFillIcon, TrendingDown as TrendingDownIcon, FlameDuotone as TrendingDuotone, FlameDuotone as TrendingDuotoneIcon, FlameFill as TrendingFill, FlameFill as TrendingFillIcon, Flame as TrendingIcon, TrendingUp, TrendingUpDuotone, TrendingUpDuotone as TrendingUpDuotoneIcon, TrendingUpFill, TrendingUpFill as TrendingUpFillIcon, TrendingUp as TrendingUpIcon, TriangleDown, TriangleDownDuotone, TriangleDownDuotone as TriangleDownDuotoneIcon, TriangleDownFill, TriangleDownFill as TriangleDownFillIcon, TriangleDown as TriangleDownIcon, TriangleDownUp, TriangleDownUpDuotone, TriangleDownUpDuotone as TriangleDownUpDuotoneIcon, TriangleDownUpFill, TriangleDownUpFill as TriangleDownUpFillIcon, TriangleDownUp as TriangleDownUpIcon, TriangleUp, TriangleUpDuotone, TriangleUpDuotone as TriangleUpDuotoneIcon, TriangleUpFill, TriangleUpFill as TriangleUpFillIcon, TriangleUp as TriangleUpIcon, RotateCw as Turn, RotateCwDuotone as TurnDuotone, RotateCwDuotone as TurnDuotoneIcon, RotateCwFill as TurnFill, RotateCwFill as TurnFillIcon, RotateCw as TurnIcon, History as Undo, HistoryDuotone as UndoDuotone, HistoryDuotone as UndoDuotoneIcon, HistoryFill as UndoFill, HistoryFill as UndoFillIcon, History as UndoIcon, Frown as Unhappy, FrownDuotone as UnhappyDuotone, FrownDuotone as UnhappyDuotoneIcon, FrownFill as UnhappyFill, FrownFill as UnhappyFillIcon, Frown as UnhappyIcon, Unlink, UnlinkDuotone, UnlinkDuotone as UnlinkDuotoneIcon, UnlinkFill, UnlinkFill as UnlinkFillIcon, Unlink as UnlinkIcon, Unlock, UnlockDuotone, UnlockDuotone as UnlockDuotoneIcon, UnlockFill, UnlockFill as UnlockFillIcon, Unlock as UnlockIcon, Unlock as Unlocked, UnlockDuotone as UnlockedDuotone, UnlockDuotone as UnlockedDuotoneIcon, UnlockFill as UnlockedFill, UnlockFill as UnlockedFillIcon, Unlock as UnlockedIcon, Unlock as Unsecure, UnlockDuotone as UnsecureDuotone, UnlockDuotone as UnsecureDuotoneIcon, UnlockFill as UnsecureFill, UnlockFill as UnsecureFillIcon, Unlock as UnsecureIcon, ArrowUp as Up, ArrowUpDuotone as UpDuotone, ArrowUpDuotone as UpDuotoneIcon, ArrowUpFill as UpFill, ArrowUpFill as UpFillIcon, ArrowUp as UpIcon, Upload, UploadDuotone, UploadDuotone as UploadDuotoneIcon, FileArrowUp as UploadFile, FileArrowUpDuotone as UploadFileDuotone, FileArrowUpDuotone as UploadFileDuotoneIcon, FileArrowUpFill as UploadFileFill, FileArrowUpFill as UploadFileFillIcon, FileArrowUp as UploadFileIcon, UploadFill, UploadFill as UploadFillIcon, Upload as UploadIcon, Link as Url, LinkDuotone as UrlDuotone, LinkDuotone as UrlDuotoneIcon, LinkFill as UrlFill, LinkFill as UrlFillIcon, Link as UrlIcon, User, UserArrowLeft, UserArrowLeftDuotone, UserArrowLeftDuotone as UserArrowLeftDuotoneIcon, UserArrowLeftFill, UserArrowLeftFill as UserArrowLeftFillIcon, UserArrowLeft as UserArrowLeftIcon, UserArrowLeftRight, UserArrowLeftRightDuotone, UserArrowLeftRightDuotone as UserArrowLeftRightDuotoneIcon, UserArrowLeftRightFill, UserArrowLeftRightFill as UserArrowLeftRightFillIcon, UserArrowLeftRight as UserArrowLeftRightIcon, UserArrowOutUpRight, UserArrowOutUpRightDuotone, UserArrowOutUpRightDuotone as UserArrowOutUpRightDuotoneIcon, UserArrowOutUpRightFill, UserArrowOutUpRightFill as UserArrowOutUpRightFillIcon, UserArrowOutUpRight as UserArrowOutUpRightIcon, UserArrowRight, UserArrowRightDuotone, UserArrowRightDuotone as UserArrowRightDuotoneIcon, UserArrowRightFill, UserArrowRightFill as UserArrowRightFillIcon, UserArrowRight as UserArrowRightIcon, UserCog, UserCogDuotone, UserCogDuotone as UserCogDuotoneIcon, UserCogFill, UserCogFill as UserCogFillIcon, UserCog as UserCogIcon, FileUser as UserDocument, FileUserDuotone as UserDocumentDuotone, FileUserDuotone as UserDocumentDuotoneIcon, FileUserFill as UserDocumentFill, FileUserFill as UserDocumentFillIcon, FileUser as UserDocumentIcon, UserDuotone, UserDuotone as UserDuotoneIcon, UserFill, UserFill as UserFillIcon, User as UserIcon, UserPlus, UserPlusDuotone, UserPlusDuotone as UserPlusDuotoneIcon, UserPlusFill, UserPlusFill as UserPlusFillIcon, UserPlus as UserPlusIcon, SearchUser as UserSearch, SearchUserDuotone as UserSearchDuotone, SearchUserDuotone as UserSearchDuotoneIcon, SearchUserFill as UserSearchFill, SearchUserFill as UserSearchFillIcon, SearchUser as UserSearchIcon, Users, UsersDuotone, UsersDuotone as UsersDuotoneIcon, UsersFill, UsersFill as UsersFillIcon, Users as UsersIcon, Play as Video, PlayDuotone as VideoDuotone, PlayDuotone as VideoDuotoneIcon, PlayFill as VideoFill, PlayFill as VideoFillIcon, Play as VideoIcon, Eye as View, EyeDuotone as ViewDuotone, EyeDuotone as ViewDuotoneIcon, EyeFill as ViewFill, EyeFill as ViewFillIcon, Eye as ViewIcon, Reach as Views, ReachDuotone as ViewsDuotone, ReachDuotone as ViewsDuotoneIcon, ReachFill as ViewsFill, ReachFill as ViewsFillIcon, Reach as ViewsIcon, Eye as Visibility, EyeDuotone as VisibilityDuotone, EyeDuotone as VisibilityDuotoneIcon, EyeFill as VisibilityFill, EyeFill as VisibilityFillIcon, Eye as VisibilityIcon, Eye as Visible, EyeDuotone as VisibleDuotone, EyeDuotone as VisibleDuotoneIcon, EyeFill as VisibleFill, EyeFill as VisibleFillIcon, Eye as VisibleIcon, Volume2 as Volume, Volume2, Volume2Duotone, Volume2Duotone as Volume2DuotoneIcon, Volume2Fill, Volume2Fill as Volume2FillIcon, Volume2 as Volume2Icon, Volume2Duotone as VolumeDuotone, Volume2Duotone as VolumeDuotoneIcon, Volume2Fill as VolumeFill, Volume2Fill as VolumeFillIcon, Volume2 as VolumeIcon, VolumeOff, VolumeOffDuotone, VolumeOffDuotone as VolumeOffDuotoneIcon, VolumeOffFill, VolumeOffFill as VolumeOffFillIcon, VolumeOff as VolumeOffIcon, Alert as Warning, CircleAlert as WarningCircle, CircleAlertDuotone as WarningCircleDuotone, CircleAlertDuotone as WarningCircleDuotoneIcon, CircleAlertFill as WarningCircleFill, CircleAlertFill as WarningCircleFillIcon, CircleAlert as WarningCircleIcon, AlertDuotone as WarningDuotone, AlertDuotone as WarningDuotoneIcon, AlertFill as WarningFill, AlertFill as WarningFillIcon, Alert as WarningIcon, Clock as Watch, ClockDuotone as WatchDuotone, ClockDuotone as WatchDuotoneIcon, ClockFill as WatchFill, ClockFill as WatchFillIcon, Clock as WatchIcon, Globe as Web, GlobeDuotone as WebDuotone, GlobeDuotone as WebDuotoneIcon, GlobeFill as WebFill, GlobeFill as WebFillIcon, Globe as WebIcon, ArrowLeft as West, ArrowLeftDuotone as WestDuotone, ArrowLeftDuotone as WestDuotoneIcon, ArrowLeftFill as WestFill, ArrowLeftFill as WestFillIcon, ArrowLeft as WestIcon, Hotspot as Wifi, HotspotDuotone as WifiDuotone, HotspotDuotone as WifiDuotoneIcon, HotspotFill as WifiFill, HotspotFill as WifiFillIcon, Hotspot as WifiIcon, Hotspot as Wireless, HotspotDuotone as WirelessDuotone, HotspotDuotone as WirelessDuotoneIcon, HotspotFill as WirelessFill, HotspotFill as WirelessFillIcon, Hotspot as WirelessIcon, Globe as World, GlobeDuotone as WorldDuotone, GlobeDuotone as WorldDuotoneIcon, GlobeFill as WorldFill, GlobeFill as WorldFillIcon, Globe as WorldIcon, Pencil as Write, PencilDuotone as WriteDuotone, PencilDuotone as WriteDuotoneIcon, PencilFill as WriteFill, PencilFill as WriteFillIcon, Pencil as WriteIcon, SquarePen as WriteNew, SquarePenDuotone as WriteNewDuotone, SquarePenDuotone as WriteNewDuotoneIcon, SquarePenFill as WriteNewFill, SquarePenFill as WriteNewFillIcon, SquarePen as WriteNewIcon, CircleX as X, CircleXDuotone as XDuotone, CircleXDuotone as XDuotoneIcon, CircleXFill as XFill, CircleXFill as XFillIcon, CircleX as XIcon, ThumbsUp as Yes, ThumbsUpDuotone as YesDuotone, ThumbsUpDuotone as YesDuotoneIcon, ThumbsUpFill as YesFill, ThumbsUpFill as YesFillIcon, ThumbsUp as YesIcon, ArrowDownYT as Youtube, ArrowDownYTDuotone as YoutubeDuotone, ArrowDownYTDuotone as YoutubeDuotoneIcon, ArrowDownYTFill as YoutubeFill, ArrowDownYTFill as YoutubeFillIcon, ArrowDownYT as YoutubeIcon, aliasToCanonical, allNames, createFoamicon, getCanonicalName, iconAliases, iconNames, iconTags, logoAliases, logoNames, logoTags };
8575
+ export { Info as About, InfoDuotone as AboutDuotone, InfoDuotone as AboutDuotoneIcon, InfoFill as AboutFill, InfoFill as AboutFillIcon, Info as AboutIcon, ChevronUpDown as Accordion, ChevronUpDownDuotone as AccordionDuotone, ChevronUpDownDuotone as AccordionDuotoneIcon, ChevronUpDownFill as AccordionFill, ChevronUpDownFill as AccordionFillIcon, ChevronUpDown as AccordionIcon, User as Account, UserDuotone as AccountDuotone, UserDuotone as AccountDuotoneIcon, UserFill as AccountFill, UserFill as AccountFillIcon, User as AccountIcon, Plus as Add, ContentPlus as AddContent, ContentPlusDuotone as AddContentDuotone, ContentPlusDuotone as AddContentDuotoneIcon, ContentPlusFill as AddContentFill, ContentPlusFill as AddContentFillIcon, ContentPlus as AddContentIcon, PlusDuotone as AddDuotone, PlusDuotone as AddDuotoneIcon, FilePlus as AddFile, FilePlusDuotone as AddFileDuotone, FilePlusDuotone as AddFileDuotoneIcon, FilePlusFill as AddFileFill, FilePlusFill as AddFileFillIcon, FilePlus as AddFileIcon, PlusFill as AddFill, PlusFill as AddFillIcon, Plus as AddIcon, Rolodex as AddressBook, RolodexDuotone as AddressBookDuotone, RolodexDuotone as AddressBookDuotoneIcon, RolodexFill as AddressBookFill, RolodexFill as AddressBookFillIcon, Rolodex as AddressBookIcon, SlidersHorizontal as Adjust, SlidersHorizontalDuotone as AdjustDuotone, SlidersHorizontalDuotone as AdjustDuotoneIcon, SlidersHorizontalFill as AdjustFill, SlidersHorizontalFill as AdjustFillIcon, SlidersHorizontal as AdjustIcon, Sparkles as Ai, SparklesDuotone as AiDuotone, SparklesDuotone as AiDuotoneIcon, SparklesFill as AiFill, SparklesFill as AiFillIcon, Sparkles as AiIcon, Bell as Alarm, BellDuotone as AlarmDuotone, BellDuotone as AlarmDuotoneIcon, BellFill as AlarmFill, BellFill as AlarmFillIcon, Bell as AlarmIcon, Alert, AlertDuotone, AlertDuotone as AlertDuotoneIcon, AlertFill, AlertFill as AlertFillIcon, Alert as AlertIcon, TextAlignStart as AlignLeft, TextAlignStartDuotone as AlignLeftDuotone, TextAlignStartDuotone as AlignLeftDuotoneIcon, TextAlignStartFill as AlignLeftFill, TextAlignStartFill as AlignLeftFillIcon, TextAlignStart as AlignLeftIcon, TextAlignEnd as AlignRight, TextAlignEndDuotone as AlignRightDuotone, TextAlignEndDuotone as AlignRightDuotoneIcon, TextAlignEndFill as AlignRightFill, TextAlignEndFill as AlignRightFillIcon, TextAlignEnd as AlignRightIcon, Rolodex as Alphabet, RolodexDuotone as AlphabetDuotone, RolodexDuotone as AlphabetDuotoneIcon, RolodexFill as AlphabetFill, RolodexFill as AlphabetFillIcon, Rolodex as AlphabetIcon, ChartColumnSquare as Analytics, ChartColumnSquareDuotone as AnalyticsDuotone, ChartColumnSquareDuotone as AnalyticsDuotoneIcon, ChartColumnSquareFill as AnalyticsFill, ChartColumnSquareFill as AnalyticsFillIcon, ChartColumnSquare as AnalyticsIcon, Megaphone as Announce, MegaphoneDuotone as AnnounceDuotone, MegaphoneDuotone as AnnounceDuotoneIcon, MegaphoneFill as AnnounceFill, MegaphoneFill as AnnounceFillIcon, Megaphone as AnnounceIcon, Reply as Answer, ReplyDuotone as AnswerDuotone, ReplyDuotone as AnswerDuotoneIcon, ReplyFill as AnswerFill, ReplyFill as AnswerFillIcon, Reply as AnswerIcon, ThumbsUp as Approve, ThumbsUpDuotone as ApproveDuotone, ThumbsUpDuotone as ApproveDuotoneIcon, ThumbsUpFill as ApproveFill, ThumbsUpFill as ApproveFillIcon, ThumbsUp as ApproveIcon, Archive, ArchiveArrowUp, ArchiveArrowUpDuotone, ArchiveArrowUpDuotone as ArchiveArrowUpDuotoneIcon, ArchiveArrowUpFill, ArchiveArrowUpFill as ArchiveArrowUpFillIcon, ArchiveArrowUp as ArchiveArrowUpIcon, ArchiveDuotone, ArchiveDuotone as ArchiveDuotoneIcon, ArchiveFill, ArchiveFill as ArchiveFillIcon, Archive as ArchiveIcon, ArrowDown, ArrowDown01, ArrowDown01Duotone, ArrowDown01Duotone as ArrowDown01DuotoneIcon, ArrowDown01Fill, ArrowDown01Fill as ArrowDown01FillIcon, ArrowDown01 as ArrowDown01Icon, ArrowDown10, ArrowDown10Duotone, ArrowDown10Duotone as ArrowDown10DuotoneIcon, ArrowDown10Fill, ArrowDown10Fill as ArrowDown10FillIcon, ArrowDown10 as ArrowDown10Icon, ArrowDownDuotone, ArrowDownDuotone as ArrowDownDuotoneIcon, ArrowDownFill, ArrowDownFill as ArrowDownFillIcon, ArrowDownIG, ArrowDownIGDuotone, ArrowDownIGDuotone as ArrowDownIGDuotoneIcon, ArrowDownIGFill, ArrowDownIGFill as ArrowDownIGFillIcon, ArrowDownIG as ArrowDownIGIcon, ArrowDown as ArrowDownIcon, ArrowDownLeft, ArrowDownLeftDuotone, ArrowDownLeftDuotone as ArrowDownLeftDuotoneIcon, ArrowDownLeftFill, ArrowDownLeftFill as ArrowDownLeftFillIcon, ArrowDownLeft as ArrowDownLeftIcon, ArrowDownNarrowWide, ArrowDownNarrowWideDuotone, ArrowDownNarrowWideDuotone as ArrowDownNarrowWideDuotoneIcon, ArrowDownNarrowWideFill, ArrowDownNarrowWideFill as ArrowDownNarrowWideFillIcon, ArrowDownNarrowWide as ArrowDownNarrowWideIcon, ArrowDownRight, ArrowDownRightDuotone, ArrowDownRightDuotone as ArrowDownRightDuotoneIcon, ArrowDownRightFill, ArrowDownRightFill as ArrowDownRightFillIcon, ArrowDownRight as ArrowDownRightIcon, ArrowDownSC, ArrowDownSCDuotone, ArrowDownSCDuotone as ArrowDownSCDuotoneIcon, ArrowDownSCFill, ArrowDownSCFill as ArrowDownSCFillIcon, ArrowDownSC as ArrowDownSCIcon, ArrowDownTT, ArrowDownTTDuotone, ArrowDownTTDuotone as ArrowDownTTDuotoneIcon, ArrowDownTTFill, ArrowDownTTFill as ArrowDownTTFillIcon, ArrowDownTT as ArrowDownTTIcon, ArrowDownUp, ArrowDownUpDuotone, ArrowDownUpDuotone as ArrowDownUpDuotoneIcon, ArrowDownUpFill, ArrowDownUpFill as ArrowDownUpFillIcon, ArrowDownUp as ArrowDownUpIcon, ArrowDownWideNarrow, ArrowDownWideNarrowDuotone, ArrowDownWideNarrowDuotone as ArrowDownWideNarrowDuotoneIcon, ArrowDownWideNarrowFill, ArrowDownWideNarrowFill as ArrowDownWideNarrowFillIcon, ArrowDownWideNarrow as ArrowDownWideNarrowIcon, ArrowDownYT, ArrowDownYTDuotone, ArrowDownYTDuotone as ArrowDownYTDuotoneIcon, ArrowDownYTFill, ArrowDownYTFill as ArrowDownYTFillIcon, ArrowDownYT as ArrowDownYTIcon, ArrowLeft, ArrowLeftDuotone, ArrowLeftDuotone as ArrowLeftDuotoneIcon, ArrowLeftFill, ArrowLeftFill as ArrowLeftFillIcon, ArrowLeft as ArrowLeftIcon, ArrowRight, ArrowRightDuotone, ArrowRightDuotone as ArrowRightDuotoneIcon, ArrowRightFill, ArrowRightFill as ArrowRightFillIcon, ArrowRight as ArrowRightIcon, ArrowRightToLine, ArrowRightToLineDuotone, ArrowRightToLineDuotone as ArrowRightToLineDuotoneIcon, ArrowRightToLineFill, ArrowRightToLineFill as ArrowRightToLineFillIcon, ArrowRightToLine as ArrowRightToLineIcon, ArrowUp, ArrowUpAZ, ArrowUpAZDuotone, ArrowUpAZDuotone as ArrowUpAZDuotoneIcon, ArrowUpAZFill, ArrowUpAZFill as ArrowUpAZFillIcon, ArrowUpAZ as ArrowUpAZIcon, ArrowUpDuotone, ArrowUpDuotone as ArrowUpDuotoneIcon, ArrowUpFill, ArrowUpFill as ArrowUpFillIcon, ArrowUpIG, ArrowUpIGDuotone, ArrowUpIGDuotone as ArrowUpIGDuotoneIcon, ArrowUpIGFill, ArrowUpIGFill as ArrowUpIGFillIcon, ArrowUpIG as ArrowUpIGIcon, ArrowUp as ArrowUpIcon, ArrowUpLeft, ArrowUpLeftDuotone, ArrowUpLeftDuotone as ArrowUpLeftDuotoneIcon, ArrowUpLeftFill, ArrowUpLeftFill as ArrowUpLeftFillIcon, ArrowUpLeft as ArrowUpLeftIcon, ArrowUpNarrowWide, ArrowUpNarrowWideDuotone, ArrowUpNarrowWideDuotone as ArrowUpNarrowWideDuotoneIcon, ArrowUpNarrowWideFill, ArrowUpNarrowWideFill as ArrowUpNarrowWideFillIcon, ArrowUpNarrowWide as ArrowUpNarrowWideIcon, ArrowUpRight, ArrowUpRightDuotone, ArrowUpRightDuotone as ArrowUpRightDuotoneIcon, ArrowUpRightFill, ArrowUpRightFill as ArrowUpRightFillIcon, ArrowUpRight as ArrowUpRightIcon, ArrowUpSC, ArrowUpSCDuotone, ArrowUpSCDuotone as ArrowUpSCDuotoneIcon, ArrowUpSCFill, ArrowUpSCFill as ArrowUpSCFillIcon, ArrowUpSC as ArrowUpSCIcon, ArrowUpTT, ArrowUpTTDuotone, ArrowUpTTDuotone as ArrowUpTTDuotoneIcon, ArrowUpTTFill, ArrowUpTTFill as ArrowUpTTFillIcon, ArrowUpTT as ArrowUpTTIcon, ArrowUpWideNarrow, ArrowUpWideNarrowDuotone, ArrowUpWideNarrowDuotone as ArrowUpWideNarrowDuotoneIcon, ArrowUpWideNarrowFill, ArrowUpWideNarrowFill as ArrowUpWideNarrowFillIcon, ArrowUpWideNarrow as ArrowUpWideNarrowIcon, ArrowUpYT, ArrowUpYTDuotone, ArrowUpYTDuotone as ArrowUpYTDuotoneIcon, ArrowUpYTFill, ArrowUpYTFill as ArrowUpYTFillIcon, ArrowUpYT as ArrowUpYTIcon, ArrowUpZA, ArrowUpZADuotone, ArrowUpZADuotone as ArrowUpZADuotoneIcon, ArrowUpZAFill, ArrowUpZAFill as ArrowUpZAFillIcon, ArrowUpZA as ArrowUpZAIcon, ArchiveArrowUp as Ascending, ArchiveArrowUpDuotone as AscendingDuotone, ArchiveArrowUpDuotone as AscendingDuotoneIcon, ArchiveArrowUpFill as AscendingFill, ArchiveArrowUpFill as AscendingFillIcon, ArchiveArrowUp as AscendingIcon, AtSign, AtSignDuotone, AtSignDuotone as AtSignDuotoneIcon, AtSignFill, AtSignFill as AtSignFillIcon, AtSign as AtSignIcon, Alert as Attention, CircleAlert as AttentionCircle, CircleAlertDuotone as AttentionCircleDuotone, CircleAlertDuotone as AttentionCircleDuotoneIcon, CircleAlertFill as AttentionCircleFill, CircleAlertFill as AttentionCircleFillIcon, CircleAlert as AttentionCircleIcon, AlertDuotone as AttentionDuotone, AlertDuotone as AttentionDuotoneIcon, AlertFill as AttentionFill, AlertFill as AttentionFillIcon, Alert as AttentionIcon, Reach as Audience, ReachDuotone as AudienceDuotone, ReachDuotone as AudienceDuotoneIcon, ReachFill as AudienceFill, ReachFill as AudienceFillIcon, Reach as AudienceIcon, Volume2 as Audio, Volume2Duotone as AudioDuotone, Volume2Duotone as AudioDuotoneIcon, Volume2Fill as AudioFill, Volume2Fill as AudioFillIcon, Volume2 as AudioIcon, ArrowLeft as Back, ArrowLeftDuotone as BackDuotone, ArrowLeftDuotone as BackDuotoneIcon, ArrowLeftFill as BackFill, ArrowLeftFill as BackFillIcon, ArrowLeft as BackIcon, Ban, BanDuotone, BanDuotone as BanDuotoneIcon, BanFill, BanFill as BanFillIcon, Ban as BanIcon, ChartColumnSquare as BarChart, ChartColumnSquareDuotone as BarChartDuotone, ChartColumnSquareDuotone as BarChartDuotoneIcon, ChartColumnSquareFill as BarChartFill, ChartColumnSquareFill as BarChartFillIcon, ChartColumnSquare as BarChartIcon, Menu as Bars, MenuDuotone as BarsDuotone, MenuDuotone as BarsDuotoneIcon, MenuFill as BarsFill, MenuFill as BarsFillIcon, Menu as BarsIcon, Bell, BellDuotone, BellDuotone as BellDuotoneIcon, BellFill, BellFill as BellFillIcon, Bell as BellIcon, Trash as Bin, TrashDuotone as BinDuotone, TrashDuotone as BinDuotoneIcon, TrashFill as BinFill, TrashFill as BinFillIcon, Trash as BinIcon, Ban as Block, BanDuotone as BlockDuotone, BanDuotone as BlockDuotoneIcon, BanFill as BlockFill, BanFill as BlockFillIcon, Ban as BlockIcon, QuotationMarkRight as BlockquoteEnd, QuotationMarkRightDuotone as BlockquoteEndDuotone, QuotationMarkRightDuotone as BlockquoteEndDuotoneIcon, QuotationMarkRightFill as BlockquoteEndFill, QuotationMarkRightFill as BlockquoteEndFillIcon, QuotationMarkRight as BlockquoteEndIcon, QuotationMarkLeft as BlockquoteStart, QuotationMarkLeftDuotone as BlockquoteStartDuotone, QuotationMarkLeftDuotone as BlockquoteStartDuotoneIcon, QuotationMarkLeftFill as BlockquoteStartFill, QuotationMarkLeftFill as BlockquoteStartFillIcon, QuotationMarkLeft as BlockquoteStartIcon, Bold, BoldDuotone, BoldDuotone as BoldDuotoneIcon, BoldFill, BoldFill as BoldFillIcon, Bold as BoldIcon, Bookmark, BookmarkDuotone, BookmarkDuotone as BookmarkDuotoneIcon, BookmarkFill, BookmarkFill as BookmarkFillIcon, Bookmark as BookmarkIcon, Archive as Box, ArchiveDuotone as BoxDuotone, ArchiveDuotone as BoxDuotoneIcon, ArchiveFill as BoxFill, ArchiveFill as BoxFillIcon, Archive as BoxIcon, ContentUser as BrandAssets, ContentUserDuotone as BrandAssetsDuotone, ContentUserDuotone as BrandAssetsDuotoneIcon, ContentUserFill as BrandAssetsFill, ContentUserFill as BrandAssetsFillIcon, ContentUser as BrandAssetsIcon, Unlink as Break, UnlinkDuotone as BreakDuotone, UnlinkDuotone as BreakDuotoneIcon, UnlinkFill as BreakFill, UnlinkFill as BreakFillIcon, Unlink as BreakIcon, Sun as Bright, SunDuotone as BrightDuotone, SunDuotone as BrightDuotoneIcon, SunFill as BrightFill, SunFill as BrightFillIcon, Sun as BrightIcon, Megaphone as Broadcast, MegaphoneDuotone as BroadcastDuotone, MegaphoneDuotone as BroadcastDuotoneIcon, MegaphoneFill as BroadcastFill, MegaphoneFill as BroadcastFillIcon, Megaphone as BroadcastIcon, List as Bullets, ListDuotone as BulletsDuotone, ListDuotone as BulletsDuotoneIcon, ListFill as BulletsFill, ListFill as BulletsFillIcon, List as BulletsIcon, Calendar, CalendarDuotone, CalendarDuotone as CalendarDuotoneIcon, CalendarFill, CalendarFill as CalendarFillIcon, Calendar as CalendarIcon, CircleX as Cancel, CircleXDuotone as CancelDuotone, CircleXDuotone as CancelDuotoneIcon, CircleXFill as CancelFill, CircleXFill as CancelFillIcon, CircleX as CancelIcon, Rolodex as CardIndex, RolodexDuotone as CardIndexDuotone, RolodexDuotone as CardIndexDuotoneIcon, RolodexFill as CardIndexFill, RolodexFill as CardIndexFillIcon, Rolodex as CardIndexIcon, Grid1x2 as Cards, Grid1x2Duotone as CardsDuotone, Grid1x2Duotone as CardsDuotoneIcon, Grid1x2Fill as CardsFill, Grid1x2Fill as CardsFillIcon, Grid1x2 as CardsIcon, ChevronDown as CaretDown, ChevronDownDuotone as CaretDownDuotone, ChevronDownDuotone as CaretDownDuotoneIcon, ChevronDownFill as CaretDownFill, ChevronDownFill as CaretDownFillIcon, ChevronDown as CaretDownIcon, ChevronLeft as CaretLeft, ChevronLeftDuotone as CaretLeftDuotone, ChevronLeftDuotone as CaretLeftDuotoneIcon, ChevronLeftFill as CaretLeftFill, ChevronLeftFill as CaretLeftFillIcon, ChevronLeft as CaretLeftIcon, ChevronRight as CaretRight, ChevronRightDuotone as CaretRightDuotone, ChevronRightDuotone as CaretRightDuotoneIcon, ChevronRightFill as CaretRightFill, ChevronRightFill as CaretRightFillIcon, ChevronRight as CaretRightIcon, ChevronUp as CaretUp, ChevronUpDuotone as CaretUpDuotone, ChevronUpDuotone as CaretUpDuotoneIcon, ChevronUpFill as CaretUpFill, ChevronUpFill as CaretUpFillIcon, ChevronUp as CaretUpIcon, Alert as Caution, CircleAlert as CautionCircle, CircleAlertDuotone as CautionCircleDuotone, CircleAlertDuotone as CautionCircleDuotoneIcon, CircleAlertFill as CautionCircleFill, CircleAlertFill as CautionCircleFillIcon, CircleAlert as CautionCircleIcon, AlertDuotone as CautionDuotone, AlertDuotone as CautionDuotoneIcon, AlertFill as CautionFill, AlertFill as CautionFillIcon, Alert as CautionIcon, TextAlignCenter as Center, TextAlignCenterDuotone as CenterDuotone, TextAlignCenterDuotone as CenterDuotoneIcon, TextAlignCenterFill as CenterFill, TextAlignCenterFill as CenterFillIcon, TextAlignCenter as CenterIcon, Link as Chain, LinkDuotone as ChainDuotone, LinkDuotone as ChainDuotoneIcon, LinkFill as ChainFill, LinkFill as ChainFillIcon, Link as ChainIcon, ChartColumnSquare, ChartColumnSquareDuotone, ChartColumnSquareDuotone as ChartColumnSquareDuotoneIcon, ChartColumnSquareFill, ChartColumnSquareFill as ChartColumnSquareFillIcon, ChartColumnSquare as ChartColumnSquareIcon, MessagesSquare as Chat, MessagesSquareDuotone as ChatDuotone, MessagesSquareDuotone as ChatDuotoneIcon, MessagesSquareFill as ChatFill, MessagesSquareFill as ChatFillIcon, MessagesSquare as ChatIcon, MessageSquare as ChatSingle, MessageSquareDuotone as ChatSingleDuotone, MessageSquareDuotone as ChatSingleDuotoneIcon, MessageSquareFill as ChatSingleFill, MessageSquareFill as ChatSingleFillIcon, MessageSquare as ChatSingleIcon, MessagesSquare as Chats, MessagesSquareDuotone as ChatsDuotone, MessagesSquareDuotone as ChatsDuotoneIcon, MessagesSquareFill as ChatsFill, MessagesSquareFill as ChatsFillIcon, MessagesSquare as ChatsIcon, Checkmark as Check, CheckmarkDuotone as CheckDuotone, CheckmarkDuotone as CheckDuotoneIcon, CheckmarkFill as CheckFill, CheckmarkFill as CheckFillIcon, Checkmark as CheckIcon, Checkbox as CheckSquare, CheckboxDuotone as CheckSquareDuotone, CheckboxDuotone as CheckSquareDuotoneIcon, CheckboxFill as CheckSquareFill, CheckboxFill as CheckSquareFillIcon, Checkbox as CheckSquareIcon, Checkbox, CheckboxDuotone, CheckboxDuotone as CheckboxDuotoneIcon, CheckboxFill, CheckboxFill as CheckboxFillIcon, Checkbox as CheckboxIcon, ClipboardList as Checklist, ClipboardListDuotone as ChecklistDuotone, ClipboardListDuotone as ChecklistDuotoneIcon, ClipboardListFill as ChecklistFill, ClipboardListFill as ChecklistFillIcon, ClipboardList as ChecklistIcon, Checkmark, CheckmarkDuotone, CheckmarkDuotone as CheckmarkDuotoneIcon, CheckmarkFill, CheckmarkFill as CheckmarkFillIcon, Checkmark as CheckmarkIcon, ChevronDown, ChevronDownDuotone, ChevronDownDuotone as ChevronDownDuotoneIcon, ChevronDownFill, ChevronDownFill as ChevronDownFillIcon, ChevronDown as ChevronDownIcon, ChevronLeft, ChevronLeftDuotone, ChevronLeftDuotone as ChevronLeftDuotoneIcon, ChevronLeftFill, ChevronLeftFill as ChevronLeftFillIcon, ChevronLeft as ChevronLeftIcon, ChevronRight, ChevronRightDuotone, ChevronRightDuotone as ChevronRightDuotoneIcon, ChevronRightFill, ChevronRightFill as ChevronRightFillIcon, ChevronRight as ChevronRightIcon, ChevronUp, ChevronUpDown, ChevronUpDownDuotone, ChevronUpDownDuotone as ChevronUpDownDuotoneIcon, ChevronUpDownFill, ChevronUpDownFill as ChevronUpDownFillIcon, ChevronUpDown as ChevronUpDownIcon, ChevronUpDuotone, ChevronUpDuotone as ChevronUpDuotoneIcon, ChevronUpFill, ChevronUpFill as ChevronUpFillIcon, ChevronUp as ChevronUpIcon, Circle, CircleAlert, CircleAlertDuotone, CircleAlertDuotone as CircleAlertDuotoneIcon, CircleAlertFill, CircleAlertFill as CircleAlertFillIcon, CircleAlert as CircleAlertIcon, CircleCheckbox, CircleCheckboxDuotone, CircleCheckboxDuotone as CircleCheckboxDuotoneIcon, CircleCheckboxFill, CircleCheckboxFill as CircleCheckboxFillIcon, CircleCheckbox as CircleCheckboxIcon, CircleDashed, CircleDashedDuotone, CircleDashedDuotone as CircleDashedDuotoneIcon, CircleDashedFill, CircleDashedFill as CircleDashedFillIcon, CircleDashed as CircleDashedIcon, CircleDollarSign, CircleDollarSignDuotone, CircleDollarSignDuotone as CircleDollarSignDuotoneIcon, CircleDollarSignFill, CircleDollarSignFill as CircleDollarSignFillIcon, CircleDollarSign as CircleDollarSignIcon, CircleDuotone, CircleDuotone as CircleDuotoneIcon, CircleFill, CircleFill as CircleFillIcon, Circle as CircleIcon, CircleOverlap, CircleOverlapDuotone, CircleOverlapDuotone as CircleOverlapDuotoneIcon, CircleOverlapFill, CircleOverlapFill as CircleOverlapFillIcon, CircleOverlap as CircleOverlapIcon, CirclePlus, CirclePlusDuotone, CirclePlusDuotone as CirclePlusDuotoneIcon, CirclePlusFill, CirclePlusFill as CirclePlusFillIcon, CirclePlus as CirclePlusIcon, CircleQuestionMark, CircleQuestionMarkDuotone, CircleQuestionMarkDuotone as CircleQuestionMarkDuotoneIcon, CircleQuestionMarkFill, CircleQuestionMarkFill as CircleQuestionMarkFillIcon, CircleQuestionMark as CircleQuestionMarkIcon, CircleX, CircleXDuotone, CircleXDuotone as CircleXDuotoneIcon, CircleXFill, CircleXFill as CircleXFillIcon, CircleX as CircleXIcon, CircleX as Clear, CircleXDuotone as ClearDuotone, CircleXDuotone as ClearDuotoneIcon, CircleXFill as ClearFill, CircleXFill as ClearFillIcon, RemoveFormatting as ClearFormat, RemoveFormattingDuotone as ClearFormatDuotone, RemoveFormattingDuotone as ClearFormatDuotoneIcon, RemoveFormattingFill as ClearFormatFill, RemoveFormattingFill as ClearFormatFillIcon, RemoveFormatting as ClearFormatIcon, CircleX as ClearIcon, MousePointerClick as Click, MousePointerClickDuotone as ClickDuotone, MousePointerClickDuotone as ClickDuotoneIcon, MousePointerClickFill as ClickFill, MousePointerClickFill as ClickFillIcon, MousePointerClick as ClickIcon, ClipboardList, ClipboardListDuotone, ClipboardListDuotone as ClipboardListDuotoneIcon, ClipboardListFill, ClipboardListFill as ClipboardListFillIcon, ClipboardList as ClipboardListIcon, Clock, ClockArrowDown, ClockArrowDownDuotone, ClockArrowDownDuotone as ClockArrowDownDuotoneIcon, ClockArrowDownFill, ClockArrowDownFill as ClockArrowDownFillIcon, ClockArrowDown as ClockArrowDownIcon, ClockArrowUp, ClockArrowUpDuotone, ClockArrowUpDuotone as ClockArrowUpDuotoneIcon, ClockArrowUpFill, ClockArrowUpFill as ClockArrowUpFillIcon, ClockArrowUp as ClockArrowUpIcon, ClockDuotone, ClockDuotone as ClockDuotoneIcon, ClockFill, ClockFill as ClockFillIcon, Clock as ClockIcon, Copy as Clone, CopyDuotone as CloneDuotone, CopyDuotone as CloneDuotoneIcon, CopyFill as CloneFill, CopyFill as CloneFillIcon, Copy as CloneIcon, CircleX as Close, CircleXDuotone as CloseDuotone, CircleXDuotone as CloseDuotoneIcon, CircleXFill as CloseFill, CircleXFill as CloseFillIcon, CircleX as CloseIcon, QuotationMarkRight as CloseQuote, QuotationMarkRightDuotone as CloseQuoteDuotone, QuotationMarkRightDuotone as CloseQuoteDuotoneIcon, QuotationMarkRightFill as CloseQuoteFill, QuotationMarkRightFill as CloseQuoteFillIcon, QuotationMarkRight as CloseQuoteIcon, Command as Cmd, CommandDuotone as CmdDuotone, CommandDuotone as CmdDuotoneIcon, CommandFill as CmdFill, CommandFill as CmdFillIcon, Command as CmdIcon, Cog, CogDuotone, CogDuotone as CogDuotoneIcon, CogFill, CogFill as CogFillIcon, Cog as CogIcon, Cog as Cogwheel, CogDuotone as CogwheelDuotone, CogDuotone as CogwheelDuotoneIcon, CogFill as CogwheelFill, CogFill as CogwheelFillIcon, Cog as CogwheelIcon, ChevronDown as Collapse, ChevronDownDuotone as CollapseDuotone, ChevronDownDuotone as CollapseDuotoneIcon, ChevronDownFill as CollapseFill, ChevronDownFill as CollapseFillIcon, ChevronDown as CollapseIcon, Columns3 as ColumnLayout, Columns3Duotone as ColumnLayoutDuotone, Columns3Duotone as ColumnLayoutDuotoneIcon, Columns3Fill as ColumnLayoutFill, Columns3Fill as ColumnLayoutFillIcon, Columns3 as ColumnLayoutIcon, Columns3, Columns3Duotone, Columns3Duotone as Columns3DuotoneIcon, Columns3Fill, Columns3Fill as Columns3FillIcon, Columns3 as Columns3Icon, Command, CommandDuotone, CommandDuotone as CommandDuotoneIcon, CommandFill, CommandFill as CommandFillIcon, Command as CommandIcon, MessageSquare as Comment, MessageSquareDuotone as CommentDuotone, MessageSquareDuotone as CommentDuotoneIcon, MessageSquareFill as CommentFill, MessageSquareFill as CommentFillIcon, MessageSquare as CommentIcon, MessagesSquare as Comments, MessagesSquareDuotone as CommentsDuotone, MessagesSquareDuotone as CommentsDuotoneIcon, MessagesSquareFill as CommentsFill, MessagesSquareFill as CommentsFillIcon, MessagesSquare as CommentsIcon, Checkmark as Complete, CheckmarkDuotone as CompleteDuotone, CheckmarkDuotone as CompleteDuotoneIcon, CheckmarkFill as CompleteFill, CheckmarkFill as CompleteFillIcon, Checkmark as CompleteIcon, SquarePen as Compose, SquarePenDuotone as ComposeDuotone, SquarePenDuotone as ComposeDuotoneIcon, SquarePenFill as ComposeFill, SquarePenFill as ComposeFillIcon, SquarePen as ComposeIcon, Cog as Config, CogDuotone as ConfigDuotone, CogDuotone as ConfigDuotoneIcon, CogFill as ConfigFill, CogFill as ConfigFillIcon, Cog as ConfigIcon, Cog as Configuration, CogDuotone as ConfigurationDuotone, CogDuotone as ConfigurationDuotoneIcon, CogFill as ConfigurationFill, CogFill as ConfigurationFillIcon, Cog as ConfigurationIcon, Link as Connect, LinkDuotone as ConnectDuotone, LinkDuotone as ConnectDuotoneIcon, LinkFill as ConnectFill, LinkFill as ConnectFillIcon, Link as ConnectIcon, Rolodex as Contacts, RolodexDuotone as ContactsDuotone, RolodexDuotone as ContactsDuotoneIcon, RolodexFill as ContactsFill, RolodexFill as ContactsFillIcon, Rolodex as ContactsIcon, ContentHeart, ContentHeartDuotone, ContentHeartDuotone as ContentHeartDuotoneIcon, ContentHeartFill, ContentHeartFill as ContentHeartFillIcon, ContentHeart as ContentHeartIcon, ContentPlus, ContentPlusDuotone, ContentPlusDuotone as ContentPlusDuotoneIcon, ContentPlusFill, ContentPlusFill as ContentPlusFillIcon, ContentPlus as ContentPlusIcon, ContentUser, ContentUserDuotone, ContentUserDuotone as ContentUserDuotoneIcon, ContentUserFill, ContentUserFill as ContentUserFillIcon, ContentUser as ContentUserIcon, Eclipse as Contrast, EclipseDuotone as ContrastDuotone, EclipseDuotone as ContrastDuotoneIcon, EclipseFill as ContrastFill, EclipseFill as ContrastFillIcon, Eclipse as ContrastIcon, SlidersHorizontal as Controls, SlidersHorizontalDuotone as ControlsDuotone, SlidersHorizontalDuotone as ControlsDuotoneIcon, SlidersHorizontalFill as ControlsFill, SlidersHorizontalFill as ControlsFillIcon, SlidersHorizontal as ControlsIcon, MessagesSquare as Conversation, MessagesSquareDuotone as ConversationDuotone, MessagesSquareDuotone as ConversationDuotoneIcon, MessagesSquareFill as ConversationFill, MessagesSquareFill as ConversationFillIcon, MessagesSquare as ConversationIcon, Copy, CopyDuotone, CopyDuotone as CopyDuotoneIcon, CopyFill, CopyFill as CopyFillIcon, Copy as CopyIcon, Plus as Create, ContentPlus as CreateContent, ContentPlusDuotone as CreateContentDuotone, ContentPlusDuotone as CreateContentDuotoneIcon, ContentPlusFill as CreateContentFill, ContentPlusFill as CreateContentFillIcon, ContentPlus as CreateContentIcon, PlusDuotone as CreateDuotone, PlusDuotone as CreateDuotoneIcon, FilePlus as CreateFile, FilePlusDuotone as CreateFileDuotone, FilePlusDuotone as CreateFileDuotoneIcon, FilePlusFill as CreateFileFill, FilePlusFill as CreateFileFillIcon, FilePlus as CreateFileIcon, PlusFill as CreateFill, PlusFill as CreateFillIcon, Plus as CreateIcon, MousePointerClick as Cursor, MousePointerClickDuotone as CursorDuotone, MousePointerClickDuotone as CursorDuotoneIcon, MousePointerClickFill as CursorFill, MousePointerClickFill as CursorFillIcon, MousePointerClick as CursorIcon, Moon as Dark, MoonDuotone as DarkDuotone, MoonDuotone as DarkDuotoneIcon, MoonFill as DarkFill, MoonFill as DarkFillIcon, Moon as DarkIcon, Moon as DarkMode, MoonDuotone as DarkModeDuotone, MoonDuotone as DarkModeDuotoneIcon, MoonFill as DarkModeFill, MoonFill as DarkModeFillIcon, Moon as DarkModeIcon, Calendar as Date, CalendarDuotone as DateDuotone, CalendarDuotone as DateDuotoneIcon, CalendarFill as DateFill, CalendarFill as DateFillIcon, Calendar as DateIcon, Sun as Day, SunDuotone as DayDuotone, SunDuotone as DayDuotoneIcon, SunFill as DayFill, SunFill as DayFillIcon, Sun as DayIcon, TrendingDown as Decline, TrendingDownDuotone as DeclineDuotone, TrendingDownDuotone as DeclineDuotoneIcon, TrendingDownFill as DeclineFill, TrendingDownFill as DeclineFillIcon, TrendingDown as DeclineIcon, Minus as Decrease, MinusDuotone as DecreaseDuotone, MinusDuotone as DecreaseDuotoneIcon, MinusFill as DecreaseFill, MinusFill as DecreaseFillIcon, Minus as DecreaseIcon, Trash as Delete, TrashDuotone as DeleteDuotone, TrashDuotone as DeleteDuotoneIcon, TrashFill as DeleteFill, TrashFill as DeleteFillIcon, Trash as DeleteIcon, ArrowDown01 as Descending, ArrowDown01Duotone as DescendingDuotone, ArrowDown01Duotone as DescendingDuotoneIcon, ArrowDown01Fill as DescendingFill, ArrowDown01Fill as DescendingFillIcon, ArrowDown01 as DescendingIcon, Grid1x2 as Design, Grid1x2Duotone as DesignDuotone, Grid1x2Duotone as DesignDuotoneIcon, Grid1x2Fill as DesignFill, Grid1x2Fill as DesignFillIcon, Grid1x2 as DesignIcon, Info as Details, InfoDuotone as DetailsDuotone, InfoDuotone as DetailsDuotoneIcon, InfoFill as DetailsFill, InfoFill as DetailsFillIcon, Info as DetailsIcon, ArchiveArrowUp as Direction, ArchiveArrowUpDuotone as DirectionDuotone, ArchiveArrowUpDuotone as DirectionDuotoneIcon, ArchiveArrowUpFill as DirectionFill, ArchiveArrowUpFill as DirectionFillIcon, ArchiveArrowUp as DirectionIcon, ThumbsDown as Disapprove, ThumbsDownDuotone as DisapproveDuotone, ThumbsDownDuotone as DisapproveDuotoneIcon, ThumbsDownFill as DisapproveFill, ThumbsDownFill as DisapproveFillIcon, ThumbsDown as DisapproveIcon, Unlink as Disconnect, UnlinkDuotone as DisconnectDuotone, UnlinkDuotone as DisconnectDuotoneIcon, UnlinkFill as DisconnectFill, UnlinkFill as DisconnectFillIcon, Unlink as DisconnectIcon, Save as Disk, SaveDuotone as DiskDuotone, SaveDuotone as DiskDuotoneIcon, SaveFill as DiskFill, SaveFill as DiskFillIcon, Save as DiskIcon, ThumbsDown as Dislike, ThumbsDownDuotone as DislikeDuotone, ThumbsDownDuotone as DislikeDuotoneIcon, ThumbsDownFill as DislikeFill, ThumbsDownFill as DislikeFillIcon, ThumbsDown as DislikeIcon, File as Document, FileDuotone as DocumentDuotone, FileDuotone as DocumentDuotoneIcon, FileFill as DocumentFill, FileFill as DocumentFillIcon, File as DocumentIcon, CircleDollarSign as Dollar, CircleDollarSignDuotone as DollarDuotone, CircleDollarSignDuotone as DollarDuotoneIcon, CircleDollarSignFill as DollarFill, CircleDollarSignFill as DollarFillIcon, CircleDollarSign as DollarIcon, Checkmark as Done, CheckmarkDuotone as DoneDuotone, CheckmarkDuotone as DoneDuotoneIcon, CheckmarkFill as DoneFill, CheckmarkFill as DoneFillIcon, Checkmark as DoneIcon, ArrowDown as Down, ArrowDownDuotone as DownDuotone, ArrowDownDuotone as DownDuotoneIcon, ArrowDownFill as DownFill, ArrowDownFill as DownFillIcon, ArrowDown as DownIcon, Download, DownloadDuotone, DownloadDuotone as DownloadDuotoneIcon, FileArrowDown as DownloadFile, FileArrowDownDuotone as DownloadFileDuotone, FileArrowDownDuotone as DownloadFileDuotoneIcon, FileArrowDownFill as DownloadFileFill, FileArrowDownFill as DownloadFileFillIcon, FileArrowDown as DownloadFileIcon, DownloadFill, DownloadFill as DownloadFillIcon, Download as DownloadIcon, TrendingDown as Downtrend, TrendingDownDuotone as DowntrendDuotone, TrendingDownDuotone as DowntrendDuotoneIcon, TrendingDownFill as DowntrendFill, TrendingDownFill as DowntrendFillIcon, TrendingDown as DowntrendIcon, SquarePen as Draft, SquarePenDuotone as DraftDuotone, SquarePenDuotone as DraftDuotoneIcon, SquarePenFill as DraftFill, SquarePenFill as DraftFillIcon, SquarePen as DraftIcon, Move as Drag, MoveDuotone as DragDuotone, MoveDuotone as DragDuotoneIcon, MoveFill as DragFill, MoveFill as DragFillIcon, Move as DragIcon, PanelLeft as DrawerLeft, PanelLeftDuotone as DrawerLeftDuotone, PanelLeftDuotone as DrawerLeftDuotoneIcon, PanelLeftFill as DrawerLeftFill, PanelLeftFill as DrawerLeftFillIcon, PanelLeft as DrawerLeftIcon, PanelRight as DrawerRight, PanelRightDuotone as DrawerRightDuotone, PanelRightDuotone as DrawerRightDuotoneIcon, PanelRightFill as DrawerRightFill, PanelRightFill as DrawerRightFillIcon, PanelRight as DrawerRightIcon, ChevronDown as Dropdown, ChevronDownDuotone as DropdownDuotone, ChevronDownDuotone as DropdownDuotoneIcon, ChevronDownFill as DropdownFill, ChevronDownFill as DropdownFillIcon, ChevronDown as DropdownIcon, Copy as Duplicate, CopyDuotone as DuplicateDuotone, CopyDuotone as DuplicateDuotoneIcon, CopyFill as DuplicateFill, CopyFill as DuplicateFillIcon, Copy as DuplicateIcon, ArrowRight as East, ArrowRightDuotone as EastDuotone, ArrowRightDuotone as EastDuotoneIcon, ArrowRightFill as EastFill, ArrowRightFill as EastFillIcon, ArrowRight as EastIcon, Eclipse, EclipseDuotone, EclipseDuotone as EclipseDuotoneIcon, EclipseFill, EclipseFill as EclipseFillIcon, Eclipse as EclipseIcon, Pencil as Edit, PencilDuotone as EditDuotone, PencilDuotone as EditDuotoneIcon, PencilFill as EditFill, PencilFill as EditFillIcon, Pencil as EditIcon, SquarePen as Editor, SquarePenDuotone as EditorDuotone, SquarePenDuotone as EditorDuotoneIcon, SquarePenFill as EditorFill, SquarePenFill as EditorFillIcon, SquarePen as EditorIcon, Ellipsis, EllipsisDuotone, EllipsisDuotone as EllipsisDuotoneIcon, EllipsisFill, EllipsisFill as EllipsisFillIcon, Ellipsis as EllipsisIcon, EllipsisVertical, EllipsisVerticalDuotone, EllipsisVerticalDuotone as EllipsisVerticalDuotoneIcon, EllipsisVerticalFill, EllipsisVerticalFill as EllipsisVerticalFillIcon, EllipsisVertical as EllipsisVerticalIcon, Mail as Email, MailDuotone as EmailDuotone, MailDuotone as EmailDuotoneIcon, MailFill as EmailFill, MailFill as EmailFillIcon, Mail as EmailIcon, Heart as Emotion, HeartDuotone as EmotionDuotone, HeartDuotone as EmotionDuotoneIcon, HeartFill as EmotionFill, HeartFill as EmotionFillIcon, Heart as EmotionIcon, Italic as Emphasis, ItalicDuotone as EmphasisDuotone, ItalicDuotone as EmphasisDuotoneIcon, ItalicFill as EmphasisFill, ItalicFill as EmphasisFillIcon, Italic as EmphasisIcon, Maximize as Enlarge, MaximizeDuotone as EnlargeDuotone, MaximizeDuotone as EnlargeDuotoneIcon, MaximizeFill as EnlargeFill, MaximizeFill as EnlargeFillIcon, Maximize as EnlargeIcon, Mail as Envelope, MailDuotone as EnvelopeDuotone, MailDuotone as EnvelopeDuotoneIcon, MailFill as EnvelopeFill, MailFill as EnvelopeFillIcon, Mail as EnvelopeIcon, SlidersHorizontal as Equalizer, SlidersHorizontalDuotone as EqualizerDuotone, SlidersHorizontalDuotone as EqualizerDuotoneIcon, SlidersHorizontalFill as EqualizerFill, SlidersHorizontalFill as EqualizerFillIcon, SlidersHorizontal as EqualizerIcon, CircleAlert as Error, CircleAlertDuotone as ErrorDuotone, CircleAlertDuotone as ErrorDuotoneIcon, CircleAlertFill as ErrorFill, CircleAlertFill as ErrorFillIcon, CircleAlert as ErrorIcon, Calendar as Event, CalendarDuotone as EventDuotone, CalendarDuotone as EventDuotoneIcon, CalendarFill as EventFill, CalendarFill as EventFillIcon, Calendar as EventIcon, LogOut as Exit, LogOutDuotone as ExitDuotone, LogOutDuotone as ExitDuotoneIcon, LogOutFill as ExitFill, LogOutFill as ExitFillIcon, LogOut as ExitIcon, ChevronUp as Expand, ChevronUpDuotone as ExpandDuotone, ChevronUpDuotone as ExpandDuotoneIcon, ChevronUpFill as ExpandFill, ChevronUpFill as ExpandFillIcon, ChevronUp as ExpandIcon, Maximize as ExpandWindow, MaximizeDuotone as ExpandWindowDuotone, MaximizeDuotone as ExpandWindowDuotoneIcon, MaximizeFill as ExpandWindowFill, MaximizeFill as ExpandWindowFillIcon, Maximize as ExpandWindowIcon, Search as Explore, SearchDuotone as ExploreDuotone, SearchDuotone as ExploreDuotoneIcon, SearchFill as ExploreFill, SearchFill as ExploreFillIcon, Search as ExploreIcon, Download as Export, DownloadDuotone as ExportDuotone, DownloadDuotone as ExportDuotoneIcon, DownloadFill as ExportFill, DownloadFill as ExportFillIcon, Download as ExportIcon, ExternalLink as External, ExternalLinkDuotone as ExternalDuotone, ExternalLinkDuotone as ExternalDuotoneIcon, ExternalLinkFill as ExternalFill, ExternalLinkFill as ExternalFillIcon, ExternalLink as ExternalIcon, ExternalLink, ExternalLinkDuotone, ExternalLinkDuotone as ExternalLinkDuotoneIcon, ExternalLinkFill, ExternalLinkFill as ExternalLinkFillIcon, ExternalLink as ExternalLinkIcon, Eye, EyeDuotone, EyeDuotone as EyeDuotoneIcon, EyeFill, EyeFill as EyeFillIcon, Eye as EyeIcon, EyeOff, EyeOffDuotone, EyeOffDuotone as EyeOffDuotoneIcon, EyeOffFill, EyeOffFill as EyeOffFillIcon, EyeOff as EyeOffIcon, TrendingDown as Falling, TrendingDownDuotone as FallingDuotone, TrendingDownDuotone as FallingDuotoneIcon, TrendingDownFill as FallingFill, TrendingDownFill as FallingFillIcon, TrendingDown as FallingIcon, CircleQuestionMark as Faq, CircleQuestionMarkDuotone as FaqDuotone, CircleQuestionMarkDuotone as FaqDuotoneIcon, CircleQuestionMarkFill as FaqFill, CircleQuestionMarkFill as FaqFillIcon, CircleQuestionMark as FaqIcon, Star as Favorite, StarDuotone as FavoriteDuotone, StarDuotone as FavoriteDuotoneIcon, StarFill as FavoriteFill, StarFill as FavoriteFillIcon, Star as FavoriteIcon, Star as Favourite, StarDuotone as FavouriteDuotone, StarDuotone as FavouriteDuotoneIcon, StarFill as FavouriteFill, StarFill as FavouriteFillIcon, Star as FavouriteIcon, File, FileUser as FileAccount, FileUserDuotone as FileAccountDuotone, FileUserDuotone as FileAccountDuotoneIcon, FileUserFill as FileAccountFill, FileUserFill as FileAccountFillIcon, FileUser as FileAccountIcon, FileArrowDown, FileArrowDownDuotone, FileArrowDownDuotone as FileArrowDownDuotoneIcon, FileArrowDownFill, FileArrowDownFill as FileArrowDownFillIcon, FileArrowDown as FileArrowDownIcon, FileArrowLeft, FileArrowLeftDuotone, FileArrowLeftDuotone as FileArrowLeftDuotoneIcon, FileArrowLeftFill, FileArrowLeftFill as FileArrowLeftFillIcon, FileArrowLeft as FileArrowLeftIcon, FileArrowLeftRight, FileArrowLeftRightDuotone, FileArrowLeftRightDuotone as FileArrowLeftRightDuotoneIcon, FileArrowLeftRightFill, FileArrowLeftRightFill as FileArrowLeftRightFillIcon, FileArrowLeftRight as FileArrowLeftRightIcon, FileArrowRight, FileArrowRightDuotone, FileArrowRightDuotone as FileArrowRightDuotoneIcon, FileArrowRightFill, FileArrowRightFill as FileArrowRightFillIcon, FileArrowRight as FileArrowRightIcon, FileArrowUp, FileArrowUpDuotone, FileArrowUpDuotone as FileArrowUpDuotoneIcon, FileArrowUpFill, FileArrowUpFill as FileArrowUpFillIcon, FileArrowUp as FileArrowUpIcon, FileArrowLeft as FileBack, FileArrowLeftDuotone as FileBackDuotone, FileArrowLeftDuotone as FileBackDuotoneIcon, FileArrowLeftFill as FileBackFill, FileArrowLeftFill as FileBackFillIcon, FileArrowLeft as FileBackIcon, FileX as FileCancel, FileXDuotone as FileCancelDuotone, FileXDuotone as FileCancelDuotoneIcon, FileXFill as FileCancelFill, FileXFill as FileCancelFillIcon, FileX as FileCancelIcon, FileCheck, FileCheckDuotone, FileCheckDuotone as FileCheckDuotoneIcon, FileCheckFill, FileCheckFill as FileCheckFillIcon, FileCheck as FileCheckIcon, FileCog, FileCogDuotone, FileCogDuotone as FileCogDuotoneIcon, FileCogFill, FileCogFill as FileCogFillIcon, FileCog as FileCogIcon, FileCheck as FileComplete, FileCheckDuotone as FileCompleteDuotone, FileCheckDuotone as FileCompleteDuotoneIcon, FileCheckFill as FileCompleteFill, FileCheckFill as FileCompleteFillIcon, FileCheck as FileCompleteIcon, FileCog as FileConfig, FileCogDuotone as FileConfigDuotone, FileCogDuotone as FileConfigDuotoneIcon, FileCogFill as FileConfigFill, FileCogFill as FileConfigFillIcon, FileCog as FileConfigIcon, FileX as FileDelete, FileXDuotone as FileDeleteDuotone, FileXDuotone as FileDeleteDuotoneIcon, FileXFill as FileDeleteFill, FileXFill as FileDeleteFillIcon, FileX as FileDeleteIcon, FileCheck as FileDone, FileCheckDuotone as FileDoneDuotone, FileCheckDuotone as FileDoneDuotoneIcon, FileCheckFill as FileDoneFill, FileCheckFill as FileDoneFillIcon, FileCheck as FileDoneIcon, FileDuotone, FileDuotone as FileDuotoneIcon, FileArrowLeftRight as FileExchange, FileArrowLeftRightDuotone as FileExchangeDuotone, FileArrowLeftRightDuotone as FileExchangeDuotoneIcon, FileArrowLeftRightFill as FileExchangeFill, FileArrowLeftRightFill as FileExchangeFillIcon, FileArrowLeftRight as FileExchangeIcon, FileFill, FileFill as FileFillIcon, FileArrowRight as FileForward, FileArrowRightDuotone as FileForwardDuotone, FileArrowRightDuotone as FileForwardDuotoneIcon, FileArrowRightFill as FileForwardFill, FileArrowRightFill as FileForwardFillIcon, FileArrowRight as FileForwardIcon, File as FileIcon, FileImage, FileImageDuotone, FileImageDuotone as FileImageDuotoneIcon, FileImageFill, FileImageFill as FileImageFillIcon, FileImage as FileImageIcon, FileArrowRight as FileNext, FileArrowRightDuotone as FileNextDuotone, FileArrowRightDuotone as FileNextDuotoneIcon, FileArrowRightFill as FileNextFill, FileArrowRightFill as FileNextFillIcon, FileArrowRight as FileNextIcon, FilePlus, FilePlusDuotone, FilePlusDuotone as FilePlusDuotoneIcon, FilePlusFill, FilePlusFill as FilePlusFillIcon, FilePlus as FilePlusIcon, FileArrowLeft as FilePrevious, FileArrowLeftDuotone as FilePreviousDuotone, FileArrowLeftDuotone as FilePreviousDuotoneIcon, FileArrowLeftFill as FilePreviousFill, FileArrowLeftFill as FilePreviousFillIcon, FileArrowLeft as FilePreviousIcon, FileUser as FileProfile, FileUserDuotone as FileProfileDuotone, FileUserDuotone as FileProfileDuotoneIcon, FileUserFill as FileProfileFill, FileUserFill as FileProfileFillIcon, FileUser as FileProfileIcon, FileX as FileRemove, FileXDuotone as FileRemoveDuotone, FileXDuotone as FileRemoveDuotoneIcon, FileXFill as FileRemoveFill, FileXFill as FileRemoveFillIcon, FileX as FileRemoveIcon, FileCog as FileSettings, FileCogDuotone as FileSettingsDuotone, FileCogDuotone as FileSettingsDuotoneIcon, FileCogFill as FileSettingsFill, FileCogFill as FileSettingsFillIcon, FileCog as FileSettingsIcon, FileArrowLeftRight as FileSync, FileArrowLeftRightDuotone as FileSyncDuotone, FileArrowLeftRightDuotone as FileSyncDuotoneIcon, FileArrowLeftRightFill as FileSyncFill, FileArrowLeftRightFill as FileSyncFillIcon, FileArrowLeftRight as FileSyncIcon, FileArrowLeftRight as FileTransfer, FileArrowLeftRightDuotone as FileTransferDuotone, FileArrowLeftRightDuotone as FileTransferDuotoneIcon, FileArrowLeftRightFill as FileTransferFill, FileArrowLeftRightFill as FileTransferFillIcon, FileArrowLeftRight as FileTransferIcon, FileUser, FileUserDuotone, FileUserDuotone as FileUserDuotoneIcon, FileUserFill, FileUserFill as FileUserFillIcon, FileUser as FileUserIcon, FileCheck as FileVerified, FileCheckDuotone as FileVerifiedDuotone, FileCheckDuotone as FileVerifiedDuotoneIcon, FileCheckFill as FileVerifiedFill, FileCheckFill as FileVerifiedFillIcon, FileCheck as FileVerifiedIcon, FileX, FileXDuotone, FileXDuotone as FileXDuotoneIcon, FileXFill, FileXFill as FileXFillIcon, FileX as FileXIcon, Reel as Film, ReelDuotone as FilmDuotone, ReelDuotone as FilmDuotoneIcon, ReelFill as FilmFill, ReelFill as FilmFillIcon, Reel as FilmIcon, ListFilter as Filter, ListFilterDuotone as FilterDuotone, ListFilterDuotone as FilterDuotoneIcon, ListFilterFill as FilterFill, ListFilterFill as FilterFillIcon, ListFilter as FilterIcon, SlidersHorizontal as Filters, SlidersHorizontalDuotone as FiltersDuotone, SlidersHorizontalDuotone as FiltersDuotoneIcon, SlidersHorizontalFill as FiltersFill, SlidersHorizontalFill as FiltersFillIcon, SlidersHorizontal as FiltersIcon, Search as Find, SearchDuotone as FindDuotone, SearchDuotone as FindDuotoneIcon, SearchFill as FindFill, SearchFill as FindFillIcon, Search as FindIcon, SearchUser as FindUser, SearchUserDuotone as FindUserDuotone, SearchUserDuotone as FindUserDuotoneIcon, SearchUserFill as FindUserFill, SearchUserFill as FindUserFillIcon, SearchUser as FindUserIcon, Flame as Fire, FlameDuotone as FireDuotone, FlameDuotone as FireDuotoneIcon, FlameFill as FireFill, FlameFill as FireFillIcon, Flame as FireIcon, Bookmark as Flag, BookmarkDuotone as FlagDuotone, BookmarkDuotone as FlagDuotoneIcon, BookmarkFill as FlagFill, BookmarkFill as FlagFillIcon, Bookmark as FlagIcon, Flame, FlameDuotone, FlameDuotone as FlameDuotoneIcon, FlameFill, FlameFill as FlameFillIcon, Flame as FlameIcon, Save as Floppy, SaveDuotone as FloppyDuotone, SaveDuotone as FloppyDuotoneIcon, SaveFill as FloppyFill, SaveFill as FloppyFillIcon, Save as FloppyIcon, Info as FoamAbout, InfoDuotone as FoamAboutDuotone, InfoFill as FoamAboutFill, ChevronUpDown as FoamAccordion, ChevronUpDownDuotone as FoamAccordionDuotone, ChevronUpDownFill as FoamAccordionFill, User as FoamAccount, UserDuotone as FoamAccountDuotone, UserFill as FoamAccountFill, Plus as FoamAdd, ContentPlus as FoamAddContent, ContentPlusDuotone as FoamAddContentDuotone, ContentPlusFill as FoamAddContentFill, PlusDuotone as FoamAddDuotone, FilePlus as FoamAddFile, FilePlusDuotone as FoamAddFileDuotone, FilePlusFill as FoamAddFileFill, PlusFill as FoamAddFill, Rolodex as FoamAddressBook, RolodexDuotone as FoamAddressBookDuotone, RolodexFill as FoamAddressBookFill, SlidersHorizontal as FoamAdjust, SlidersHorizontalDuotone as FoamAdjustDuotone, SlidersHorizontalFill as FoamAdjustFill, Sparkles as FoamAi, SparklesDuotone as FoamAiDuotone, SparklesFill as FoamAiFill, Bell as FoamAlarm, BellDuotone as FoamAlarmDuotone, BellFill as FoamAlarmFill, Alert as FoamAlert, AlertDuotone as FoamAlertDuotone, AlertFill as FoamAlertFill, TextAlignStart as FoamAlignLeft, TextAlignStartDuotone as FoamAlignLeftDuotone, TextAlignStartFill as FoamAlignLeftFill, TextAlignEnd as FoamAlignRight, TextAlignEndDuotone as FoamAlignRightDuotone, TextAlignEndFill as FoamAlignRightFill, Rolodex as FoamAlphabet, RolodexDuotone as FoamAlphabetDuotone, RolodexFill as FoamAlphabetFill, ChartColumnSquare as FoamAnalytics, ChartColumnSquareDuotone as FoamAnalyticsDuotone, ChartColumnSquareFill as FoamAnalyticsFill, Megaphone as FoamAnnounce, MegaphoneDuotone as FoamAnnounceDuotone, MegaphoneFill as FoamAnnounceFill, Reply as FoamAnswer, ReplyDuotone as FoamAnswerDuotone, ReplyFill as FoamAnswerFill, ThumbsUp as FoamApprove, ThumbsUpDuotone as FoamApproveDuotone, ThumbsUpFill as FoamApproveFill, Archive as FoamArchive, ArchiveArrowUp as FoamArchiveArrowUp, ArchiveArrowUpDuotone as FoamArchiveArrowUpDuotone, ArchiveArrowUpFill as FoamArchiveArrowUpFill, ArchiveDuotone as FoamArchiveDuotone, ArchiveFill as FoamArchiveFill, ArrowDown as FoamArrowDown, ArrowDown01 as FoamArrowDown01, ArrowDown01Duotone as FoamArrowDown01Duotone, ArrowDown01Fill as FoamArrowDown01Fill, ArrowDown10 as FoamArrowDown10, ArrowDown10Duotone as FoamArrowDown10Duotone, ArrowDown10Fill as FoamArrowDown10Fill, ArrowDownDuotone as FoamArrowDownDuotone, ArrowDownFill as FoamArrowDownFill, ArrowDownIG as FoamArrowDownIG, ArrowDownIGDuotone as FoamArrowDownIGDuotone, ArrowDownIGFill as FoamArrowDownIGFill, ArrowDownLeft as FoamArrowDownLeft, ArrowDownLeftDuotone as FoamArrowDownLeftDuotone, ArrowDownLeftFill as FoamArrowDownLeftFill, ArrowDownNarrowWide as FoamArrowDownNarrowWide, ArrowDownNarrowWideDuotone as FoamArrowDownNarrowWideDuotone, ArrowDownNarrowWideFill as FoamArrowDownNarrowWideFill, ArrowDownRight as FoamArrowDownRight, ArrowDownRightDuotone as FoamArrowDownRightDuotone, ArrowDownRightFill as FoamArrowDownRightFill, ArrowDownSC as FoamArrowDownSC, ArrowDownSCDuotone as FoamArrowDownSCDuotone, ArrowDownSCFill as FoamArrowDownSCFill, ArrowDownTT as FoamArrowDownTT, ArrowDownTTDuotone as FoamArrowDownTTDuotone, ArrowDownTTFill as FoamArrowDownTTFill, ArrowDownUp as FoamArrowDownUp, ArrowDownUpDuotone as FoamArrowDownUpDuotone, ArrowDownUpFill as FoamArrowDownUpFill, ArrowDownWideNarrow as FoamArrowDownWideNarrow, ArrowDownWideNarrowDuotone as FoamArrowDownWideNarrowDuotone, ArrowDownWideNarrowFill as FoamArrowDownWideNarrowFill, ArrowDownYT as FoamArrowDownYT, ArrowDownYTDuotone as FoamArrowDownYTDuotone, ArrowDownYTFill as FoamArrowDownYTFill, ArrowLeft as FoamArrowLeft, ArrowLeftDuotone as FoamArrowLeftDuotone, ArrowLeftFill as FoamArrowLeftFill, ArrowRight as FoamArrowRight, ArrowRightDuotone as FoamArrowRightDuotone, ArrowRightFill as FoamArrowRightFill, ArrowRightToLine as FoamArrowRightToLine, ArrowRightToLineDuotone as FoamArrowRightToLineDuotone, ArrowRightToLineFill as FoamArrowRightToLineFill, ArrowUp as FoamArrowUp, ArrowUpAZ as FoamArrowUpAZ, ArrowUpAZDuotone as FoamArrowUpAZDuotone, ArrowUpAZFill as FoamArrowUpAZFill, ArrowUpDuotone as FoamArrowUpDuotone, ArrowUpFill as FoamArrowUpFill, ArrowUpIG as FoamArrowUpIG, ArrowUpIGDuotone as FoamArrowUpIGDuotone, ArrowUpIGFill as FoamArrowUpIGFill, ArrowUpLeft as FoamArrowUpLeft, ArrowUpLeftDuotone as FoamArrowUpLeftDuotone, ArrowUpLeftFill as FoamArrowUpLeftFill, ArrowUpNarrowWide as FoamArrowUpNarrowWide, ArrowUpNarrowWideDuotone as FoamArrowUpNarrowWideDuotone, ArrowUpNarrowWideFill as FoamArrowUpNarrowWideFill, ArrowUpRight as FoamArrowUpRight, ArrowUpRightDuotone as FoamArrowUpRightDuotone, ArrowUpRightFill as FoamArrowUpRightFill, ArrowUpSC as FoamArrowUpSC, ArrowUpSCDuotone as FoamArrowUpSCDuotone, ArrowUpSCFill as FoamArrowUpSCFill, ArrowUpTT as FoamArrowUpTT, ArrowUpTTDuotone as FoamArrowUpTTDuotone, ArrowUpTTFill as FoamArrowUpTTFill, ArrowUpWideNarrow as FoamArrowUpWideNarrow, ArrowUpWideNarrowDuotone as FoamArrowUpWideNarrowDuotone, ArrowUpWideNarrowFill as FoamArrowUpWideNarrowFill, ArrowUpYT as FoamArrowUpYT, ArrowUpYTDuotone as FoamArrowUpYTDuotone, ArrowUpYTFill as FoamArrowUpYTFill, ArrowUpZA as FoamArrowUpZA, ArrowUpZADuotone as FoamArrowUpZADuotone, ArrowUpZAFill as FoamArrowUpZAFill, ArchiveArrowUp as FoamAscending, ArchiveArrowUpDuotone as FoamAscendingDuotone, ArchiveArrowUpFill as FoamAscendingFill, AtSign as FoamAtSign, AtSignDuotone as FoamAtSignDuotone, AtSignFill as FoamAtSignFill, Alert as FoamAttention, CircleAlert as FoamAttentionCircle, CircleAlertDuotone as FoamAttentionCircleDuotone, CircleAlertFill as FoamAttentionCircleFill, AlertDuotone as FoamAttentionDuotone, AlertFill as FoamAttentionFill, Reach as FoamAudience, ReachDuotone as FoamAudienceDuotone, ReachFill as FoamAudienceFill, Volume2 as FoamAudio, Volume2Duotone as FoamAudioDuotone, Volume2Fill as FoamAudioFill, ArrowLeft as FoamBack, ArrowLeftDuotone as FoamBackDuotone, ArrowLeftFill as FoamBackFill, Ban as FoamBan, BanDuotone as FoamBanDuotone, BanFill as FoamBanFill, ChartColumnSquare as FoamBarChart, ChartColumnSquareDuotone as FoamBarChartDuotone, ChartColumnSquareFill as FoamBarChartFill, Menu as FoamBars, MenuDuotone as FoamBarsDuotone, MenuFill as FoamBarsFill, Bell as FoamBell, BellDuotone as FoamBellDuotone, BellFill as FoamBellFill, Trash as FoamBin, TrashDuotone as FoamBinDuotone, TrashFill as FoamBinFill, Ban as FoamBlock, BanDuotone as FoamBlockDuotone, BanFill as FoamBlockFill, QuotationMarkRight as FoamBlockquoteEnd, QuotationMarkRightDuotone as FoamBlockquoteEndDuotone, QuotationMarkRightFill as FoamBlockquoteEndFill, QuotationMarkLeft as FoamBlockquoteStart, QuotationMarkLeftDuotone as FoamBlockquoteStartDuotone, QuotationMarkLeftFill as FoamBlockquoteStartFill, Bold as FoamBold, BoldDuotone as FoamBoldDuotone, BoldFill as FoamBoldFill, Bookmark as FoamBookmark, BookmarkDuotone as FoamBookmarkDuotone, BookmarkFill as FoamBookmarkFill, Archive as FoamBox, ArchiveDuotone as FoamBoxDuotone, ArchiveFill as FoamBoxFill, ContentUser as FoamBrandAssets, ContentUserDuotone as FoamBrandAssetsDuotone, ContentUserFill as FoamBrandAssetsFill, Unlink as FoamBreak, UnlinkDuotone as FoamBreakDuotone, UnlinkFill as FoamBreakFill, Sun as FoamBright, SunDuotone as FoamBrightDuotone, SunFill as FoamBrightFill, Megaphone as FoamBroadcast, MegaphoneDuotone as FoamBroadcastDuotone, MegaphoneFill as FoamBroadcastFill, List as FoamBullets, ListDuotone as FoamBulletsDuotone, ListFill as FoamBulletsFill, Calendar as FoamCalendar, CalendarDuotone as FoamCalendarDuotone, CalendarFill as FoamCalendarFill, CircleX as FoamCancel, CircleXDuotone as FoamCancelDuotone, CircleXFill as FoamCancelFill, Rolodex as FoamCardIndex, RolodexDuotone as FoamCardIndexDuotone, RolodexFill as FoamCardIndexFill, Grid1x2 as FoamCards, Grid1x2Duotone as FoamCardsDuotone, Grid1x2Fill as FoamCardsFill, ChevronDown as FoamCaretDown, ChevronDownDuotone as FoamCaretDownDuotone, ChevronDownFill as FoamCaretDownFill, ChevronLeft as FoamCaretLeft, ChevronLeftDuotone as FoamCaretLeftDuotone, ChevronLeftFill as FoamCaretLeftFill, ChevronRight as FoamCaretRight, ChevronRightDuotone as FoamCaretRightDuotone, ChevronRightFill as FoamCaretRightFill, ChevronUp as FoamCaretUp, ChevronUpDuotone as FoamCaretUpDuotone, ChevronUpFill as FoamCaretUpFill, Alert as FoamCaution, CircleAlert as FoamCautionCircle, CircleAlertDuotone as FoamCautionCircleDuotone, CircleAlertFill as FoamCautionCircleFill, AlertDuotone as FoamCautionDuotone, AlertFill as FoamCautionFill, TextAlignCenter as FoamCenter, TextAlignCenterDuotone as FoamCenterDuotone, TextAlignCenterFill as FoamCenterFill, Link as FoamChain, LinkDuotone as FoamChainDuotone, LinkFill as FoamChainFill, ChartColumnSquare as FoamChartColumnSquare, ChartColumnSquareDuotone as FoamChartColumnSquareDuotone, ChartColumnSquareFill as FoamChartColumnSquareFill, MessagesSquare as FoamChat, MessagesSquareDuotone as FoamChatDuotone, MessagesSquareFill as FoamChatFill, MessageSquare as FoamChatSingle, MessageSquareDuotone as FoamChatSingleDuotone, MessageSquareFill as FoamChatSingleFill, MessagesSquare as FoamChats, MessagesSquareDuotone as FoamChatsDuotone, MessagesSquareFill as FoamChatsFill, Checkmark as FoamCheck, CheckmarkDuotone as FoamCheckDuotone, CheckmarkFill as FoamCheckFill, Checkbox as FoamCheckSquare, CheckboxDuotone as FoamCheckSquareDuotone, CheckboxFill as FoamCheckSquareFill, Checkbox as FoamCheckbox, CheckboxDuotone as FoamCheckboxDuotone, CheckboxFill as FoamCheckboxFill, ClipboardList as FoamChecklist, ClipboardListDuotone as FoamChecklistDuotone, ClipboardListFill as FoamChecklistFill, Checkmark as FoamCheckmark, CheckmarkDuotone as FoamCheckmarkDuotone, CheckmarkFill as FoamCheckmarkFill, ChevronDown as FoamChevronDown, ChevronDownDuotone as FoamChevronDownDuotone, ChevronDownFill as FoamChevronDownFill, ChevronLeft as FoamChevronLeft, ChevronLeftDuotone as FoamChevronLeftDuotone, ChevronLeftFill as FoamChevronLeftFill, ChevronRight as FoamChevronRight, ChevronRightDuotone as FoamChevronRightDuotone, ChevronRightFill as FoamChevronRightFill, ChevronUp as FoamChevronUp, ChevronUpDown as FoamChevronUpDown, ChevronUpDownDuotone as FoamChevronUpDownDuotone, ChevronUpDownFill as FoamChevronUpDownFill, ChevronUpDuotone as FoamChevronUpDuotone, ChevronUpFill as FoamChevronUpFill, Circle as FoamCircle, CircleAlert as FoamCircleAlert, CircleAlertDuotone as FoamCircleAlertDuotone, CircleAlertFill as FoamCircleAlertFill, CircleCheckbox as FoamCircleCheckbox, CircleCheckboxDuotone as FoamCircleCheckboxDuotone, CircleCheckboxFill as FoamCircleCheckboxFill, CircleDashed as FoamCircleDashed, CircleDashedDuotone as FoamCircleDashedDuotone, CircleDashedFill as FoamCircleDashedFill, CircleDollarSign as FoamCircleDollarSign, CircleDollarSignDuotone as FoamCircleDollarSignDuotone, CircleDollarSignFill as FoamCircleDollarSignFill, CircleDuotone as FoamCircleDuotone, CircleFill as FoamCircleFill, CircleOverlap as FoamCircleOverlap, CircleOverlapDuotone as FoamCircleOverlapDuotone, CircleOverlapFill as FoamCircleOverlapFill, CirclePlus as FoamCirclePlus, CirclePlusDuotone as FoamCirclePlusDuotone, CirclePlusFill as FoamCirclePlusFill, CircleQuestionMark as FoamCircleQuestionMark, CircleQuestionMarkDuotone as FoamCircleQuestionMarkDuotone, CircleQuestionMarkFill as FoamCircleQuestionMarkFill, CircleX as FoamCircleX, CircleXDuotone as FoamCircleXDuotone, CircleXFill as FoamCircleXFill, CircleX as FoamClear, CircleXDuotone as FoamClearDuotone, CircleXFill as FoamClearFill, RemoveFormatting as FoamClearFormat, RemoveFormattingDuotone as FoamClearFormatDuotone, RemoveFormattingFill as FoamClearFormatFill, MousePointerClick as FoamClick, MousePointerClickDuotone as FoamClickDuotone, MousePointerClickFill as FoamClickFill, ClipboardList as FoamClipboardList, ClipboardListDuotone as FoamClipboardListDuotone, ClipboardListFill as FoamClipboardListFill, Clock as FoamClock, ClockArrowDown as FoamClockArrowDown, ClockArrowDownDuotone as FoamClockArrowDownDuotone, ClockArrowDownFill as FoamClockArrowDownFill, ClockArrowUp as FoamClockArrowUp, ClockArrowUpDuotone as FoamClockArrowUpDuotone, ClockArrowUpFill as FoamClockArrowUpFill, ClockDuotone as FoamClockDuotone, ClockFill as FoamClockFill, Copy as FoamClone, CopyDuotone as FoamCloneDuotone, CopyFill as FoamCloneFill, CircleX as FoamClose, CircleXDuotone as FoamCloseDuotone, CircleXFill as FoamCloseFill, QuotationMarkRight as FoamCloseQuote, QuotationMarkRightDuotone as FoamCloseQuoteDuotone, QuotationMarkRightFill as FoamCloseQuoteFill, Command as FoamCmd, CommandDuotone as FoamCmdDuotone, CommandFill as FoamCmdFill, Cog as FoamCog, CogDuotone as FoamCogDuotone, CogFill as FoamCogFill, Cog as FoamCogwheel, CogDuotone as FoamCogwheelDuotone, CogFill as FoamCogwheelFill, ChevronDown as FoamCollapse, ChevronDownDuotone as FoamCollapseDuotone, ChevronDownFill as FoamCollapseFill, Columns3 as FoamColumnLayout, Columns3Duotone as FoamColumnLayoutDuotone, Columns3Fill as FoamColumnLayoutFill, Columns3 as FoamColumns3, Columns3Duotone as FoamColumns3Duotone, Columns3Fill as FoamColumns3Fill, Command as FoamCommand, CommandDuotone as FoamCommandDuotone, CommandFill as FoamCommandFill, MessageSquare as FoamComment, MessageSquareDuotone as FoamCommentDuotone, MessageSquareFill as FoamCommentFill, MessagesSquare as FoamComments, MessagesSquareDuotone as FoamCommentsDuotone, MessagesSquareFill as FoamCommentsFill, Checkmark as FoamComplete, CheckmarkDuotone as FoamCompleteDuotone, CheckmarkFill as FoamCompleteFill, SquarePen as FoamCompose, SquarePenDuotone as FoamComposeDuotone, SquarePenFill as FoamComposeFill, Cog as FoamConfig, CogDuotone as FoamConfigDuotone, CogFill as FoamConfigFill, Cog as FoamConfiguration, CogDuotone as FoamConfigurationDuotone, CogFill as FoamConfigurationFill, Link as FoamConnect, LinkDuotone as FoamConnectDuotone, LinkFill as FoamConnectFill, Rolodex as FoamContacts, RolodexDuotone as FoamContactsDuotone, RolodexFill as FoamContactsFill, ContentHeart as FoamContentHeart, ContentHeartDuotone as FoamContentHeartDuotone, ContentHeartFill as FoamContentHeartFill, ContentPlus as FoamContentPlus, ContentPlusDuotone as FoamContentPlusDuotone, ContentPlusFill as FoamContentPlusFill, ContentUser as FoamContentUser, ContentUserDuotone as FoamContentUserDuotone, ContentUserFill as FoamContentUserFill, Eclipse as FoamContrast, EclipseDuotone as FoamContrastDuotone, EclipseFill as FoamContrastFill, SlidersHorizontal as FoamControls, SlidersHorizontalDuotone as FoamControlsDuotone, SlidersHorizontalFill as FoamControlsFill, MessagesSquare as FoamConversation, MessagesSquareDuotone as FoamConversationDuotone, MessagesSquareFill as FoamConversationFill, Copy as FoamCopy, CopyDuotone as FoamCopyDuotone, CopyFill as FoamCopyFill, Plus as FoamCreate, ContentPlus as FoamCreateContent, ContentPlusDuotone as FoamCreateContentDuotone, ContentPlusFill as FoamCreateContentFill, PlusDuotone as FoamCreateDuotone, FilePlus as FoamCreateFile, FilePlusDuotone as FoamCreateFileDuotone, FilePlusFill as FoamCreateFileFill, PlusFill as FoamCreateFill, MousePointerClick as FoamCursor, MousePointerClickDuotone as FoamCursorDuotone, MousePointerClickFill as FoamCursorFill, Moon as FoamDark, MoonDuotone as FoamDarkDuotone, MoonFill as FoamDarkFill, Moon as FoamDarkMode, MoonDuotone as FoamDarkModeDuotone, MoonFill as FoamDarkModeFill, Calendar as FoamDate, CalendarDuotone as FoamDateDuotone, CalendarFill as FoamDateFill, Sun as FoamDay, SunDuotone as FoamDayDuotone, SunFill as FoamDayFill, TrendingDown as FoamDecline, TrendingDownDuotone as FoamDeclineDuotone, TrendingDownFill as FoamDeclineFill, Minus as FoamDecrease, MinusDuotone as FoamDecreaseDuotone, MinusFill as FoamDecreaseFill, Trash as FoamDelete, TrashDuotone as FoamDeleteDuotone, TrashFill as FoamDeleteFill, ArrowDown01 as FoamDescending, ArrowDown01Duotone as FoamDescendingDuotone, ArrowDown01Fill as FoamDescendingFill, Grid1x2 as FoamDesign, Grid1x2Duotone as FoamDesignDuotone, Grid1x2Fill as FoamDesignFill, Info as FoamDetails, InfoDuotone as FoamDetailsDuotone, InfoFill as FoamDetailsFill, ArchiveArrowUp as FoamDirection, ArchiveArrowUpDuotone as FoamDirectionDuotone, ArchiveArrowUpFill as FoamDirectionFill, ThumbsDown as FoamDisapprove, ThumbsDownDuotone as FoamDisapproveDuotone, ThumbsDownFill as FoamDisapproveFill, Unlink as FoamDisconnect, UnlinkDuotone as FoamDisconnectDuotone, UnlinkFill as FoamDisconnectFill, Save as FoamDisk, SaveDuotone as FoamDiskDuotone, SaveFill as FoamDiskFill, ThumbsDown as FoamDislike, ThumbsDownDuotone as FoamDislikeDuotone, ThumbsDownFill as FoamDislikeFill, File as FoamDocument, FileDuotone as FoamDocumentDuotone, FileFill as FoamDocumentFill, CircleDollarSign as FoamDollar, CircleDollarSignDuotone as FoamDollarDuotone, CircleDollarSignFill as FoamDollarFill, Checkmark as FoamDone, CheckmarkDuotone as FoamDoneDuotone, CheckmarkFill as FoamDoneFill, ArrowDown as FoamDown, ArrowDownDuotone as FoamDownDuotone, ArrowDownFill as FoamDownFill, Download as FoamDownload, DownloadDuotone as FoamDownloadDuotone, FileArrowDown as FoamDownloadFile, FileArrowDownDuotone as FoamDownloadFileDuotone, FileArrowDownFill as FoamDownloadFileFill, DownloadFill as FoamDownloadFill, TrendingDown as FoamDowntrend, TrendingDownDuotone as FoamDowntrendDuotone, TrendingDownFill as FoamDowntrendFill, SquarePen as FoamDraft, SquarePenDuotone as FoamDraftDuotone, SquarePenFill as FoamDraftFill, Move as FoamDrag, MoveDuotone as FoamDragDuotone, MoveFill as FoamDragFill, PanelLeft as FoamDrawerLeft, PanelLeftDuotone as FoamDrawerLeftDuotone, PanelLeftFill as FoamDrawerLeftFill, PanelRight as FoamDrawerRight, PanelRightDuotone as FoamDrawerRightDuotone, PanelRightFill as FoamDrawerRightFill, ChevronDown as FoamDropdown, ChevronDownDuotone as FoamDropdownDuotone, ChevronDownFill as FoamDropdownFill, Copy as FoamDuplicate, CopyDuotone as FoamDuplicateDuotone, CopyFill as FoamDuplicateFill, ArrowRight as FoamEast, ArrowRightDuotone as FoamEastDuotone, ArrowRightFill as FoamEastFill, Eclipse as FoamEclipse, EclipseDuotone as FoamEclipseDuotone, EclipseFill as FoamEclipseFill, Pencil as FoamEdit, PencilDuotone as FoamEditDuotone, PencilFill as FoamEditFill, SquarePen as FoamEditor, SquarePenDuotone as FoamEditorDuotone, SquarePenFill as FoamEditorFill, Ellipsis as FoamEllipsis, EllipsisDuotone as FoamEllipsisDuotone, EllipsisFill as FoamEllipsisFill, EllipsisVertical as FoamEllipsisVertical, EllipsisVerticalDuotone as FoamEllipsisVerticalDuotone, EllipsisVerticalFill as FoamEllipsisVerticalFill, Mail as FoamEmail, MailDuotone as FoamEmailDuotone, MailFill as FoamEmailFill, Heart as FoamEmotion, HeartDuotone as FoamEmotionDuotone, HeartFill as FoamEmotionFill, Italic as FoamEmphasis, ItalicDuotone as FoamEmphasisDuotone, ItalicFill as FoamEmphasisFill, Maximize as FoamEnlarge, MaximizeDuotone as FoamEnlargeDuotone, MaximizeFill as FoamEnlargeFill, Mail as FoamEnvelope, MailDuotone as FoamEnvelopeDuotone, MailFill as FoamEnvelopeFill, SlidersHorizontal as FoamEqualizer, SlidersHorizontalDuotone as FoamEqualizerDuotone, SlidersHorizontalFill as FoamEqualizerFill, CircleAlert as FoamError, CircleAlertDuotone as FoamErrorDuotone, CircleAlertFill as FoamErrorFill, Calendar as FoamEvent, CalendarDuotone as FoamEventDuotone, CalendarFill as FoamEventFill, LogOut as FoamExit, LogOutDuotone as FoamExitDuotone, LogOutFill as FoamExitFill, ChevronUp as FoamExpand, ChevronUpDuotone as FoamExpandDuotone, ChevronUpFill as FoamExpandFill, Maximize as FoamExpandWindow, MaximizeDuotone as FoamExpandWindowDuotone, MaximizeFill as FoamExpandWindowFill, Search as FoamExplore, SearchDuotone as FoamExploreDuotone, SearchFill as FoamExploreFill, Download as FoamExport, DownloadDuotone as FoamExportDuotone, DownloadFill as FoamExportFill, ExternalLink as FoamExternal, ExternalLinkDuotone as FoamExternalDuotone, ExternalLinkFill as FoamExternalFill, ExternalLink as FoamExternalLink, ExternalLinkDuotone as FoamExternalLinkDuotone, ExternalLinkFill as FoamExternalLinkFill, Eye as FoamEye, EyeDuotone as FoamEyeDuotone, EyeFill as FoamEyeFill, EyeOff as FoamEyeOff, EyeOffDuotone as FoamEyeOffDuotone, EyeOffFill as FoamEyeOffFill, TrendingDown as FoamFalling, TrendingDownDuotone as FoamFallingDuotone, TrendingDownFill as FoamFallingFill, CircleQuestionMark as FoamFaq, CircleQuestionMarkDuotone as FoamFaqDuotone, CircleQuestionMarkFill as FoamFaqFill, Star as FoamFavorite, StarDuotone as FoamFavoriteDuotone, StarFill as FoamFavoriteFill, Star as FoamFavourite, StarDuotone as FoamFavouriteDuotone, StarFill as FoamFavouriteFill, File as FoamFile, FileUser as FoamFileAccount, FileUserDuotone as FoamFileAccountDuotone, FileUserFill as FoamFileAccountFill, FileArrowDown as FoamFileArrowDown, FileArrowDownDuotone as FoamFileArrowDownDuotone, FileArrowDownFill as FoamFileArrowDownFill, FileArrowLeft as FoamFileArrowLeft, FileArrowLeftDuotone as FoamFileArrowLeftDuotone, FileArrowLeftFill as FoamFileArrowLeftFill, FileArrowLeftRight as FoamFileArrowLeftRight, FileArrowLeftRightDuotone as FoamFileArrowLeftRightDuotone, FileArrowLeftRightFill as FoamFileArrowLeftRightFill, FileArrowRight as FoamFileArrowRight, FileArrowRightDuotone as FoamFileArrowRightDuotone, FileArrowRightFill as FoamFileArrowRightFill, FileArrowUp as FoamFileArrowUp, FileArrowUpDuotone as FoamFileArrowUpDuotone, FileArrowUpFill as FoamFileArrowUpFill, FileArrowLeft as FoamFileBack, FileArrowLeftDuotone as FoamFileBackDuotone, FileArrowLeftFill as FoamFileBackFill, FileX as FoamFileCancel, FileXDuotone as FoamFileCancelDuotone, FileXFill as FoamFileCancelFill, FileCheck as FoamFileCheck, FileCheckDuotone as FoamFileCheckDuotone, FileCheckFill as FoamFileCheckFill, FileCog as FoamFileCog, FileCogDuotone as FoamFileCogDuotone, FileCogFill as FoamFileCogFill, FileCheck as FoamFileComplete, FileCheckDuotone as FoamFileCompleteDuotone, FileCheckFill as FoamFileCompleteFill, FileCog as FoamFileConfig, FileCogDuotone as FoamFileConfigDuotone, FileCogFill as FoamFileConfigFill, FileX as FoamFileDelete, FileXDuotone as FoamFileDeleteDuotone, FileXFill as FoamFileDeleteFill, FileCheck as FoamFileDone, FileCheckDuotone as FoamFileDoneDuotone, FileCheckFill as FoamFileDoneFill, FileDuotone as FoamFileDuotone, FileArrowLeftRight as FoamFileExchange, FileArrowLeftRightDuotone as FoamFileExchangeDuotone, FileArrowLeftRightFill as FoamFileExchangeFill, FileFill as FoamFileFill, FileArrowRight as FoamFileForward, FileArrowRightDuotone as FoamFileForwardDuotone, FileArrowRightFill as FoamFileForwardFill, FileImage as FoamFileImage, FileImageDuotone as FoamFileImageDuotone, FileImageFill as FoamFileImageFill, FileArrowRight as FoamFileNext, FileArrowRightDuotone as FoamFileNextDuotone, FileArrowRightFill as FoamFileNextFill, FilePlus as FoamFilePlus, FilePlusDuotone as FoamFilePlusDuotone, FilePlusFill as FoamFilePlusFill, FileArrowLeft as FoamFilePrevious, FileArrowLeftDuotone as FoamFilePreviousDuotone, FileArrowLeftFill as FoamFilePreviousFill, FileUser as FoamFileProfile, FileUserDuotone as FoamFileProfileDuotone, FileUserFill as FoamFileProfileFill, FileX as FoamFileRemove, FileXDuotone as FoamFileRemoveDuotone, FileXFill as FoamFileRemoveFill, FileCog as FoamFileSettings, FileCogDuotone as FoamFileSettingsDuotone, FileCogFill as FoamFileSettingsFill, FileArrowLeftRight as FoamFileSync, FileArrowLeftRightDuotone as FoamFileSyncDuotone, FileArrowLeftRightFill as FoamFileSyncFill, FileArrowLeftRight as FoamFileTransfer, FileArrowLeftRightDuotone as FoamFileTransferDuotone, FileArrowLeftRightFill as FoamFileTransferFill, FileUser as FoamFileUser, FileUserDuotone as FoamFileUserDuotone, FileUserFill as FoamFileUserFill, FileCheck as FoamFileVerified, FileCheckDuotone as FoamFileVerifiedDuotone, FileCheckFill as FoamFileVerifiedFill, FileX as FoamFileX, FileXDuotone as FoamFileXDuotone, FileXFill as FoamFileXFill, Reel as FoamFilm, ReelDuotone as FoamFilmDuotone, ReelFill as FoamFilmFill, ListFilter as FoamFilter, ListFilterDuotone as FoamFilterDuotone, ListFilterFill as FoamFilterFill, SlidersHorizontal as FoamFilters, SlidersHorizontalDuotone as FoamFiltersDuotone, SlidersHorizontalFill as FoamFiltersFill, Search as FoamFind, SearchDuotone as FoamFindDuotone, SearchFill as FoamFindFill, SearchUser as FoamFindUser, SearchUserDuotone as FoamFindUserDuotone, SearchUserFill as FoamFindUserFill, Flame as FoamFire, FlameDuotone as FoamFireDuotone, FlameFill as FoamFireFill, Bookmark as FoamFlag, BookmarkDuotone as FoamFlagDuotone, BookmarkFill as FoamFlagFill, Flame as FoamFlame, FlameDuotone as FoamFlameDuotone, FlameFill as FoamFlameFill, Save as FoamFloppy, SaveDuotone as FoamFloppyDuotone, SaveFill as FoamFloppyFill, ArrowRightToLine as FoamFold, ArrowRightToLineDuotone as FoamFoldDuotone, ArrowRightToLineFill as FoamFoldFill, Ban as FoamForbidden, BanDuotone as FoamForbiddenDuotone, BanFill as FoamForbiddenFill, Share as FoamForward, ShareDuotone as FoamForwardDuotone, ShareFill as FoamForwardFill, Frown as FoamFrown, FrownDuotone as FoamFrownDuotone, FrownFill as FoamFrownFill, Fullscreen as FoamFullScreen, FullscreenDuotone as FoamFullScreenDuotone, FullscreenFill as FoamFullScreenFill, Fullscreen as FoamFullscreen, FullscreenDuotone as FoamFullscreenDuotone, FullscreenFill as FoamFullscreenFill, ListFilter as FoamFunnel, ListFilterDuotone as FoamFunnelDuotone, ListFilterFill as FoamFunnelFill, Images as FoamGallery, ImagesDuotone as FoamGalleryDuotone, ImagesFill as FoamGalleryFill, Trash as FoamGarbage, TrashDuotone as FoamGarbageDuotone, TrashFill as FoamGarbageFill, Cog as FoamGear, CogDuotone as FoamGearDuotone, CogFill as FoamGearFill, Sparkles as FoamGenerate, SparklesDuotone as FoamGenerateDuotone, SparklesFill as FoamGenerateFill, MapPin as FoamGeo, MapPinDuotone as FoamGeoDuotone, MapPinFill as FoamGeoFill, Download as FoamGet, DownloadDuotone as FoamGetDuotone, DownloadFill as FoamGetFill, Globe as FoamGlobe, GlobeDuotone as FoamGlobeDuotone, GlobeFill as FoamGlobeFill, ChartColumnSquare as FoamGraph, ChartColumnSquareDuotone as FoamGraphDuotone, ChartColumnSquareFill as FoamGraphFill, Grid2x2 as FoamGrid, Grid1x2 as FoamGrid1x2, Grid1x2Duotone as FoamGrid1x2Duotone, Grid1x2Fill as FoamGrid1x2Fill, Grid2x2 as FoamGrid2x2, Grid2x2Duotone as FoamGrid2x2Duotone, Grid2x2Fill as FoamGrid2x2Fill, Grid2x2Duotone as FoamGridDuotone, Grid2x2Fill as FoamGridFill, Grip as FoamGrip, GripDuotone as FoamGripDuotone, GripFill as FoamGripFill, GripHorizontal as FoamGripHorizontal, GripHorizontalDuotone as FoamGripHorizontalDuotone, GripHorizontalFill as FoamGripHorizontalFill, GripVertical as FoamGripVertical, GripVerticalDuotone as FoamGripVerticalDuotone, GripVerticalFill as FoamGripVerticalFill, Users as FoamGroup, UsersDuotone as FoamGroupDuotone, UsersFill as FoamGroupFill, TrendingUp as FoamGrowth, TrendingUpDuotone as FoamGrowthDuotone, TrendingUpFill as FoamGrowthFill, Eclipse as FoamHalfMoon, EclipseDuotone as FoamHalfMoonDuotone, EclipseFill as FoamHalfMoonFill, Menu as FoamHamburger, MenuDuotone as FoamHamburgerDuotone, MenuFill as FoamHamburgerFill, Smile as FoamHappy, SmileDuotone as FoamHappyDuotone, SmileFill as FoamHappyFill, Heart as FoamHeart, HeartDuotone as FoamHeartDuotone, HeartFill as FoamHeartFill, CircleQuestionMark as FoamHelp, CircleQuestionMarkDuotone as FoamHelpDuotone, CircleQuestionMarkFill as FoamHelpFill, EyeOff as FoamHidden, EyeOffDuotone as FoamHiddenDuotone, EyeOffFill as FoamHiddenFill, EyeOff as FoamHide, EyeOffDuotone as FoamHideDuotone, EyeOffFill as FoamHideFill, History as FoamHistory, HistoryDuotone as FoamHistoryDuotone, HistoryFill as FoamHistoryFill, House as FoamHome, HouseDuotone as FoamHomeDuotone, HouseFill as FoamHomeFill, Rows2 as FoamHorizontalSplit, Rows2Duotone as FoamHorizontalSplitDuotone, Rows2Fill as FoamHorizontalSplitFill, Flame as FoamHot, FlameDuotone as FoamHotDuotone, FlameFill as FoamHotFill, Hotspot as FoamHotspot, HotspotDuotone as FoamHotspotDuotone, HotspotFill as FoamHotspotFill, House as FoamHouse, HouseDuotone as FoamHouseDuotone, HouseFill as FoamHouseFill, type FoamIcon, ArrowDownIG as FoamIgDown, ArrowDownIGDuotone as FoamIgDownDuotone, ArrowDownIGFill as FoamIgDownFill, ArrowUpIG as FoamIgUp, ArrowUpIGDuotone as FoamIgUpDuotone, ArrowUpIGFill as FoamIgUpFill, Image as FoamImage, ImageDuotone as FoamImageDuotone, ImageFill as FoamImageFill, Images as FoamImages, ImagesDuotone as FoamImagesDuotone, ImagesFill as FoamImagesFill, Upload as FoamImport, UploadDuotone as FoamImportDuotone, UploadFill as FoamImportFill, Reach as FoamImpressions, ReachDuotone as FoamImpressionsDuotone, ReachFill as FoamImpressionsFill, Inbox as FoamInbox, InboxDuotone as FoamInboxDuotone, InboxFill as FoamInboxFill, TrendingUp as FoamIncrease, TrendingUpDuotone as FoamIncreaseDuotone, TrendingUpFill as FoamIncreaseFill, ArrowRightToLine as FoamIndent, ArrowRightToLineDuotone as FoamIndentDuotone, ArrowRightToLineFill as FoamIndentFill, Info as FoamInfo, InfoDuotone as FoamInfoDuotone, InfoFill as FoamInfoFill, Info as FoamInformation, InfoDuotone as FoamInformationDuotone, InfoFill as FoamInformationFill, ArrowDownIG as FoamInstagramDown, ArrowDownIGDuotone as FoamInstagramDownDuotone, ArrowDownIGFill as FoamInstagramDownFill, ArrowUpIG as FoamInstagramUp, ArrowUpIGDuotone as FoamInstagramUpDuotone, ArrowUpIGFill as FoamInstagramUpFill, Globe as FoamInternet, GlobeDuotone as FoamInternetDuotone, GlobeFill as FoamInternetFill, EyeOff as FoamInvisible, EyeOffDuotone as FoamInvisibleDuotone, EyeOffFill as FoamInvisibleFill, Italic as FoamItalic, ItalicDuotone as FoamItalicDuotone, ItalicFill as FoamItalicFill, List as FoamItems, ListDuotone as FoamItemsDuotone, ListFill as FoamItemsFill, TextAlignJustify as FoamJustify, TextAlignJustifyDuotone as FoamJustifyDuotone, TextAlignJustifyFill as FoamJustifyFill, Command as FoamKeyboard, CommandDuotone as FoamKeyboardDuotone, CommandFill as FoamKeyboardFill, Globe as FoamLanguage, GlobeDuotone as FoamLanguageDuotone, GlobeFill as FoamLanguageFill, Grid2x2 as FoamLayout, Grid2x2Duotone as FoamLayoutDuotone, Grid2x2Fill as FoamLayoutFill, ArrowLeft as FoamLeft, ArrowLeftDuotone as FoamLeftDuotone, ArrowLeftFill as FoamLeftFill, Sun as FoamLight, SunDuotone as FoamLightDuotone, SunFill as FoamLightFill, ThumbsUp as FoamLike, ThumbsUpDuotone as FoamLikeDuotone, ThumbsUpFill as FoamLikeFill, Heart as FoamLikes, HeartDuotone as FoamLikesDuotone, HeartFill as FoamLikesFill, Link as FoamLink, LinkDuotone as FoamLinkDuotone, LinkFill as FoamLinkFill, List as FoamList, ListDuotone as FoamListDuotone, ListFill as FoamListFill, ListFilter as FoamListFilter, ListFilterDuotone as FoamListFilterDuotone, ListFilterFill as FoamListFilterFill, ListIndentDecrease as FoamListIndentDecrease, ListIndentDecreaseDuotone as FoamListIndentDecreaseDuotone, ListIndentDecreaseFill as FoamListIndentDecreaseFill, ListIndentIncrease as FoamListIndentIncrease, ListIndentIncreaseDuotone as FoamListIndentIncreaseDuotone, ListIndentIncreaseFill as FoamListIndentIncreaseFill, ListOrdered as FoamListOrdered, ListOrderedDuotone as FoamListOrderedDuotone, ListOrderedFill as FoamListOrderedFill, LoaderCircle as FoamLoaderCircle, LoaderCircleDuotone as FoamLoaderCircleDuotone, LoaderCircleFill as FoamLoaderCircleFill, LoaderCircle as FoamLoading, LoaderCircleDuotone as FoamLoadingDuotone, LoaderCircleFill as FoamLoadingFill, MapPin as FoamLocation, MapPinDuotone as FoamLocationDuotone, MapPinFill as FoamLocationFill, Lock as FoamLock, LockDuotone as FoamLockDuotone, LockFill as FoamLockFill, Lock as FoamLocked, LockDuotone as FoamLockedDuotone, LockFill as FoamLockedFill, LogOut as FoamLogOut, LogOutDuotone as FoamLogOutDuotone, LogOutFill as FoamLogOutFill, LogoFacebook as FoamLogoFacebook, LogoFacebookFill as FoamLogoFacebookFill, LogoFile as FoamLogoFile, LogoFileDark as FoamLogoFileDark, LogoFilePdf as FoamLogoFilePdf, LogoFilePdfDark as FoamLogoFilePdfDark, LogoFileSheet as FoamLogoFileSheet, LogoFileSheetDark as FoamLogoFileSheetDark, LogoFoam as FoamLogoFoam, LogoFoamDark as FoamLogoFoamDark, LogoFoamFill as FoamLogoFoamFill, LogoFoamSymbol as FoamLogoFoamSymbol, LogoFoamSymbolDark as FoamLogoFoamSymbolDark, LogoGmail as FoamLogoGmail, LogoGmailFill as FoamLogoGmailFill, LogoGoogle as FoamLogoGoogle, LogoGoogleFill as FoamLogoGoogleFill, LogoInstagram as FoamLogoInstagram, LogoInstagramDark as FoamLogoInstagramDark, LogoInstagramFill as FoamLogoInstagramFill, LogoLinkedin as FoamLogoLinkedin, LogoLinkedinDark as FoamLogoLinkedinDark, LogoLinkedinFill as FoamLogoLinkedinFill, LogoMicrosoft as FoamLogoMicrosoft, LogoMicrosoftFill as FoamLogoMicrosoftFill, LogoSnapchat as FoamLogoSnapchat, LogoSnapchatDark as FoamLogoSnapchatDark, LogoSnapchatFill as FoamLogoSnapchatFill, LogoTiktok as FoamLogoTiktok, LogoTiktokDark as FoamLogoTiktokDark, LogoTiktokFill as FoamLogoTiktokFill, LogoYoutube as FoamLogoYoutube, LogoYoutubeFill as FoamLogoYoutubeFill, LogOut as FoamLogout, LogOutDuotone as FoamLogoutDuotone, LogOutFill as FoamLogoutFill, Search as FoamLookup, SearchDuotone as FoamLookupDuotone, SearchFill as FoamLookupFill, SearchUser as FoamLookupPerson, SearchUserDuotone as FoamLookupPersonDuotone, SearchUserFill as FoamLookupPersonFill, Heart as FoamLove, HeartDuotone as FoamLoveDuotone, HeartFill as FoamLoveFill, Sparkles as FoamMagic, SparklesDuotone as FoamMagicDuotone, SparklesFill as FoamMagicFill, Search as FoamMagnifyingGlass, SearchDuotone as FoamMagnifyingGlassDuotone, SearchFill as FoamMagnifyingGlassFill, Mail as FoamMail, MailDuotone as FoamMailDuotone, MailFill as FoamMailFill, MailMove as FoamMailMove, MailMoveDuotone as FoamMailMoveDuotone, MailMoveFill as FoamMailMoveFill, MailPlus as FoamMailPlus, MailPlusDuotone as FoamMailPlusDuotone, MailPlusFill as FoamMailPlusFill, Inbox as FoamMailbox, InboxDuotone as FoamMailboxDuotone, InboxFill as FoamMailboxFill, MapPin as FoamMapPin, MapPinDuotone as FoamMapPinDuotone, MapPinFill as FoamMapPinFill, MapPin as FoamMarker, MapPinDuotone as FoamMarkerDuotone, MapPinFill as FoamMarkerFill, Megaphone as FoamMarketing, MegaphoneDuotone as FoamMarketingDuotone, MegaphoneFill as FoamMarketingFill, Maximize as FoamMaximize, MaximizeDuotone as FoamMaximizeDuotone, MaximizeFill as FoamMaximizeFill, Fullscreen as FoamMaximizeScreen, FullscreenDuotone as FoamMaximizeScreenDuotone, FullscreenFill as FoamMaximizeScreenFill, Image as FoamMedia, ImageDuotone as FoamMediaDuotone, ImageFill as FoamMediaFill, ContentUser as FoamMediaPacks, ContentUserDuotone as FoamMediaPacksDuotone, ContentUserFill as FoamMediaPacksFill, ContentUser as FoamMediapacks, ContentUserDuotone as FoamMediapacksDuotone, ContentUserFill as FoamMediapacksFill, Megaphone as FoamMegaphone, MegaphoneActive as FoamMegaphoneActive, MegaphoneActiveDuotone as FoamMegaphoneActiveDuotone, MegaphoneActiveFill as FoamMegaphoneActiveFill, MegaphoneDuotone as FoamMegaphoneDuotone, MegaphoneFill as FoamMegaphoneFill, Menu as FoamMenu, MenuDuotone as FoamMenuDuotone, MenuFill as FoamMenuFill, Mail as FoamMessage, MailDuotone as FoamMessageDuotone, MailFill as FoamMessageFill, MessageSquare as FoamMessageSquare, MessageSquareDuotone as FoamMessageSquareDuotone, MessageSquareFill as FoamMessageSquareFill, MessagesSquare as FoamMessagesSquare, MessagesSquareDuotone as FoamMessagesSquareDuotone, MessagesSquareFill as FoamMessagesSquareFill, Minus as FoamMinus, MinusDuotone as FoamMinusDuotone, MinusFill as FoamMinusFill, Pencil as FoamModify, PencilDuotone as FoamModifyDuotone, PencilFill as FoamModifyFill, CircleDollarSign as FoamMoney, CircleDollarSignDuotone as FoamMoneyDuotone, CircleDollarSignFill as FoamMoneyFill, Moon as FoamMoon, MoonDuotone as FoamMoonDuotone, MoonFill as FoamMoonFill, MousePointerClick as FoamMousePointerClick, MousePointerClickDuotone as FoamMousePointerClickDuotone, MousePointerClickFill as FoamMousePointerClickFill, Move as FoamMove, MoveDuotone as FoamMoveDuotone, MoveFill as FoamMoveFill, VolumeOff as FoamMute, VolumeOffDuotone as FoamMuteDuotone, VolumeOffFill as FoamMuteFill, Menu as FoamNavigation, MenuDuotone as FoamNavigationDuotone, MenuFill as FoamNavigationFill, Frown as FoamNegative, FrownDuotone as FoamNegativeDuotone, FrownFill as FoamNegativeFill, Plus as FoamNew, PlusDuotone as FoamNewDuotone, FilePlus as FoamNewFile, FilePlusDuotone as FoamNewFileDuotone, FilePlusFill as FoamNewFileFill, PlusFill as FoamNewFill, ContentPlus as FoamNewPost, ContentPlusDuotone as FoamNewPostDuotone, ContentPlusFill as FoamNewPostFill, ArrowRight as FoamNext, ArrowRightDuotone as FoamNextDuotone, ArrowRightFill as FoamNextFill, Moon as FoamNight, MoonDuotone as FoamNightDuotone, MoonFill as FoamNightFill, ThumbsDown as FoamNo, ThumbsDownDuotone as FoamNoDuotone, ThumbsDownFill as FoamNoFill, VolumeOff as FoamNoSound, VolumeOffDuotone as FoamNoSoundDuotone, VolumeOffFill as FoamNoSoundFill, ArrowUp as FoamNorth, ArrowUpDuotone as FoamNorthDuotone, ArrowUpFill as FoamNorthFill, Ban as FoamNotAllowed, BanDuotone as FoamNotAllowedDuotone, BanFill as FoamNotAllowedFill, Notebook as FoamNotebook, NotebookDuotone as FoamNotebookDuotone, NotebookFill as FoamNotebookFill, Bell as FoamNotification, BellDuotone as FoamNotificationDuotone, BellFill as FoamNotificationFill, ListOrdered as FoamNumberedList, ListOrderedDuotone as FoamNumberedListDuotone, ListOrderedFill as FoamNumberedListFill, Office as FoamOffice, OfficeDuotone as FoamOfficeDuotone, OfficeFill as FoamOfficeFill, ListOrdered as FoamOl, ListOrderedDuotone as FoamOlDuotone, ListOrderedFill as FoamOlFill, ExternalLink as FoamOpenNew, ExternalLinkDuotone as FoamOpenNewDuotone, ExternalLinkFill as FoamOpenNewFill, QuotationMarkLeft as FoamOpenQuote, QuotationMarkLeftDuotone as FoamOpenQuoteDuotone, QuotationMarkLeftFill as FoamOpenQuoteFill, Cog as FoamOptions, CogDuotone as FoamOptionsDuotone, CogFill as FoamOptionsFill, TriangleDownUp as FoamOrderToggle, TriangleDownUpDuotone as FoamOrderToggleDuotone, TriangleDownUpFill as FoamOrderToggleFill, File as FoamPage, FileDuotone as FoamPageDuotone, FileFill as FoamPageFill, PanelLeft as FoamPanelLeft, PanelLeftDuotone as FoamPanelLeftDuotone, PanelLeftFill as FoamPanelLeftFill, PanelRight as FoamPanelRight, PanelRightDuotone as FoamPanelRightDuotone, PanelRightFill as FoamPanelRightFill, History as FoamPast, HistoryDuotone as FoamPastDuotone, HistoryFill as FoamPastFill, CircleDollarSign as FoamPayment, CircleDollarSignDuotone as FoamPaymentDuotone, CircleDollarSignFill as FoamPaymentFill, Pencil as FoamPencil, PencilDuotone as FoamPencilDuotone, PencilFill as FoamPencilFill, Users as FoamPeople, UsersDuotone as FoamPeopleDuotone, UsersFill as FoamPeopleFill, User as FoamPerson, UserDuotone as FoamPersonDuotone, UserFill as FoamPersonFill, Users as FoamPersons, UsersDuotone as FoamPersonsDuotone, UsersFill as FoamPersonsFill, Image as FoamPhoto, ImageDuotone as FoamPhotoDuotone, ImageFill as FoamPhotoFill, Images as FoamPhotos, ImagesDuotone as FoamPhotosDuotone, ImagesFill as FoamPhotosFill, Image as FoamPicture, ImageDuotone as FoamPictureDuotone, ImageFill as FoamPictureFill, Images as FoamPictures, ImagesDuotone as FoamPicturesDuotone, ImagesFill as FoamPicturesFill, Pin as FoamPin, PinDuotone as FoamPinDuotone, PinFill as FoamPinFill, MapPin as FoamPlace, MapPinDuotone as FoamPlaceDuotone, MapPinFill as FoamPlaceFill, RemoveFormatting as FoamPlainText, RemoveFormattingDuotone as FoamPlainTextDuotone, RemoveFormattingFill as FoamPlainTextFill, Play as FoamPlay, Play as FoamPlayButton, PlayDuotone as FoamPlayButtonDuotone, PlayFill as FoamPlayButtonFill, PlayDuotone as FoamPlayDuotone, PlayFill as FoamPlayFill, Plus as FoamPlus, PlusDuotone as FoamPlusDuotone, PlusFill as FoamPlusFill, Pointer as FoamPointer, PointerDuotone as FoamPointerDuotone, PointerFill as FoamPointerFill, Smile as FoamPositive, SmileDuotone as FoamPositiveDuotone, SmileFill as FoamPositiveFill, Cog as FoamPreferences, CogDuotone as FoamPreferencesDuotone, CogFill as FoamPreferencesFill, Save as FoamPreserve, SaveDuotone as FoamPreserveDuotone, SaveFill as FoamPreserveFill, ContentUser as FoamPressKit, ContentUserDuotone as FoamPressKitDuotone, ContentUserFill as FoamPressKitFill, ArrowLeft as FoamPrevious, ArrowLeftDuotone as FoamPreviousDuotone, ArrowLeftFill as FoamPreviousFill, CircleDollarSign as FoamPrice, CircleDollarSignDuotone as FoamPriceDuotone, CircleDollarSignFill as FoamPriceFill, Lock as FoamPrivate, LockDuotone as FoamPrivateDuotone, LockFill as FoamPrivateFill, User as FoamProfile, UserDuotone as FoamProfileDuotone, UserFill as FoamProfileFill, LoaderCircle as FoamProgress, LoaderCircleDuotone as FoamProgressDuotone, LoaderCircleFill as FoamProgressFill, Ban as FoamProhibited, BanDuotone as FoamProhibitedDuotone, BanFill as FoamProhibitedFill, Megaphone as FoamPromote, MegaphoneDuotone as FoamPromoteDuotone, MegaphoneFill as FoamPromoteFill, Lock as FoamProtected, LockDuotone as FoamProtectedDuotone, LockFill as FoamProtectedFill, Unlock as FoamPublic, UnlockDuotone as FoamPublicDuotone, UnlockFill as FoamPublicFill, Search as FoamQuery, SearchDuotone as FoamQueryDuotone, SearchFill as FoamQueryFill, CircleQuestionMark as FoamQuestion, CircleQuestionMarkDuotone as FoamQuestionDuotone, CircleQuestionMarkFill as FoamQuestionFill, QuotationMarkLeft as FoamQuotationMarkLeft, QuotationMarkLeftDuotone as FoamQuotationMarkLeftDuotone, QuotationMarkLeftFill as FoamQuotationMarkLeftFill, QuotationMarkRight as FoamQuotationMarkRight, QuotationMarkRightDuotone as FoamQuotationMarkRightDuotone, QuotationMarkRightFill as FoamQuotationMarkRightFill, QuotationMarkLeft as FoamQuoteLeft, QuotationMarkLeftDuotone as FoamQuoteLeftDuotone, QuotationMarkLeftFill as FoamQuoteLeftFill, QuotationMarkRight as FoamQuoteRight, QuotationMarkRightDuotone as FoamQuoteRightDuotone, QuotationMarkRightFill as FoamQuoteRightFill, Star as FoamRating, StarDuotone as FoamRatingDuotone, StarFill as FoamRatingFill, Reach as FoamReach, ReachDuotone as FoamReachDuotone, ReachFill as FoamReachFill, History as FoamRecent, HistoryDuotone as FoamRecentDuotone, HistoryFill as FoamRecentFill, RotateCw as FoamRedo, RotateCwDuotone as FoamRedoDuotone, RotateCwFill as FoamRedoFill, Minus as FoamReduce, MinusDuotone as FoamReduceDuotone, MinusFill as FoamReduceFill, Reel as FoamReel, ReelDuotone as FoamReelDuotone, ReelFill as FoamReelFill, RefreshCw as FoamRefresh, RefreshCw as FoamRefreshCw, RefreshCwDuotone as FoamRefreshCwDuotone, RefreshCwFill as FoamRefreshCwFill, RefreshCwDuotone as FoamRefreshDuotone, RefreshCwFill as FoamRefreshFill, RefreshCw as FoamReload, RefreshCwDuotone as FoamReloadDuotone, RefreshCwFill as FoamReloadFill, Trash as FoamRemove, TrashDuotone as FoamRemoveDuotone, TrashFill as FoamRemoveFill, RemoveFormatting as FoamRemoveFormatting, RemoveFormattingDuotone as FoamRemoveFormattingDuotone, RemoveFormattingFill as FoamRemoveFormattingFill, ArrowDownUp as FoamReorder, ArrowDownUpDuotone as FoamReorderDuotone, ArrowDownUpFill as FoamReorderFill, Reply as FoamReply, ReplyDuotone as FoamReplyDuotone, ReplyFill as FoamReplyFill, Move as FoamReposition, MoveDuotone as FoamRepositionDuotone, MoveFill as FoamRepositionFill, Reply as FoamRespond, ReplyDuotone as FoamRespondDuotone, ReplyFill as FoamRespondFill, ArrowRight as FoamRight, ArrowRightDuotone as FoamRightDuotone, ArrowRightFill as FoamRightFill, TrendingUp as FoamRising, TrendingUpDuotone as FoamRisingDuotone, TrendingUpFill as FoamRisingFill, Rolodex as FoamRolodex, RolodexDuotone as FoamRolodexDuotone, RolodexFill as FoamRolodexFill, ClipboardList as FoamRoster, ClipboardListDuotone as FoamRosterDuotone, ClipboardListFill as FoamRosterFill, RotateCw as FoamRotate, RotateCw as FoamRotateCw, RotateCwDuotone as FoamRotateCwDuotone, RotateCwFill as FoamRotateCwFill, RotateCwDuotone as FoamRotateDuotone, RotateCwFill as FoamRotateFill, Rows2 as FoamRows, Rows2 as FoamRows2, Rows2Duotone as FoamRows2Duotone, Rows2Fill as FoamRows2Fill, Rows2Duotone as FoamRowsDuotone, Rows2Fill as FoamRowsFill, Frown as FoamSad, FrownDuotone as FoamSadDuotone, FrownFill as FoamSadFill, Save as FoamSave, SaveDuotone as FoamSaveDuotone, SaveFill as FoamSaveFill, Bookmark as FoamSaved, BookmarkDuotone as FoamSavedDuotone, BookmarkFill as FoamSavedFill, Calendar as FoamSchedule, CalendarDuotone as FoamScheduleDuotone, CalendarFill as FoamScheduleFill, Search as FoamSearch, SearchDuotone as FoamSearchDuotone, SearchFill as FoamSearchFill, SearchUser as FoamSearchPerson, SearchUserDuotone as FoamSearchPersonDuotone, SearchUserFill as FoamSearchPersonFill, SearchUser as FoamSearchUser, SearchUserDuotone as FoamSearchUserDuotone, SearchUserFill as FoamSearchUserFill, Lock as FoamSecure, LockDuotone as FoamSecureDuotone, LockFill as FoamSecureFill, Upload as FoamSend, UploadDuotone as FoamSendDuotone, UploadFill as FoamSendFill, Cog as FoamSettings, CogDuotone as FoamSettingsDuotone, CogFill as FoamSettingsFill, Share as FoamShare, ShareDuotone as FoamShareDuotone, ShareFill as FoamShareFill, Share as FoamShareLink, ShareDuotone as FoamShareLinkDuotone, ShareFill as FoamShareLinkFill, Sparkles as FoamShine, SparklesDuotone as FoamShineDuotone, SparklesFill as FoamShineFill, Reel as FoamShort, ReelDuotone as FoamShortDuotone, ReelFill as FoamShortFill, Reel as FoamShortVideo, ReelDuotone as FoamShortVideoDuotone, ReelFill as FoamShortVideoFill, Command as FoamShortcut, CommandDuotone as FoamShortcutDuotone, CommandFill as FoamShortcutFill, Eye as FoamShow, EyeDuotone as FoamShowDuotone, EyeFill as FoamShowFill, PanelLeft as FoamSidebarLeft, PanelLeftDuotone as FoamSidebarLeftDuotone, PanelLeftFill as FoamSidebarLeftFill, PanelRight as FoamSidebarRight, PanelRightDuotone as FoamSidebarRightDuotone, PanelRightFill as FoamSidebarRightFill, LogOut as FoamSignOut, LogOutDuotone as FoamSignOutDuotone, LogOutFill as FoamSignOutFill, Hotspot as FoamSignal, HotspotDuotone as FoamSignalDuotone, HotspotFill as FoamSignalFill, LogOut as FoamSignout, LogOutDuotone as FoamSignoutDuotone, LogOutFill as FoamSignoutFill, VolumeOff as FoamSilent, VolumeOffDuotone as FoamSilentDuotone, VolumeOffFill as FoamSilentFill, Slash as FoamSlash, SlashDuotone as FoamSlashDuotone, SlashFill as FoamSlashFill, SlidersHorizontal as FoamSlidersHorizontal, SlidersHorizontalDuotone as FoamSlidersHorizontalDuotone, SlidersHorizontalFill as FoamSlidersHorizontalFill, Smile as FoamSmile, SmileDuotone as FoamSmileDuotone, SmileFill as FoamSmileFill, Smile as FoamSmiley, SmileDuotone as FoamSmileyDuotone, SmileFill as FoamSmileyFill, ArrowDownSC as FoamSnapchat, ArrowDownSCDuotone as FoamSnapchatDuotone, ArrowDownSCFill as FoamSnapchatFill, ArrowDownUp as FoamSort, ArrowUpAZ as FoamSortAZ, ArrowUpAZDuotone as FoamSortAZDuotone, ArrowUpAZFill as FoamSortAZFill, ArrowUpAZ as FoamSortAlphaAsc, ArrowUpAZDuotone as FoamSortAlphaAscDuotone, ArrowUpAZFill as FoamSortAlphaAscFill, ArrowUpZA as FoamSortAlphaDesc, ArrowUpZADuotone as FoamSortAlphaDescDuotone, ArrowUpZAFill as FoamSortAlphaDescFill, ArrowDownNarrowWide as FoamSortAsc, ArrowUpNarrowWide as FoamSortAscAlt, ArrowUpNarrowWideDuotone as FoamSortAscAltDuotone, ArrowUpNarrowWideFill as FoamSortAscAltFill, ArrowDownNarrowWideDuotone as FoamSortAscDuotone, ArrowDownNarrowWideFill as FoamSortAscFill, ArrowDownNarrowWide as FoamSortAscending, ArrowDownNarrowWideDuotone as FoamSortAscendingDuotone, ArrowDownNarrowWideFill as FoamSortAscendingFill, ArrowUpWideNarrow as FoamSortDesc, ArrowDownWideNarrow as FoamSortDescAlt, ArrowDownWideNarrowDuotone as FoamSortDescAltDuotone, ArrowDownWideNarrowFill as FoamSortDescAltFill, ArrowUpWideNarrowDuotone as FoamSortDescDuotone, ArrowUpWideNarrowFill as FoamSortDescFill, ArrowUpWideNarrow as FoamSortDescending, ArrowUpWideNarrowDuotone as FoamSortDescendingDuotone, ArrowUpWideNarrowFill as FoamSortDescendingFill, ArrowDownUpDuotone as FoamSortDuotone, ArrowDownUpFill as FoamSortFill, ArrowDown01 as FoamSortNumeric, ArrowDown01Duotone as FoamSortNumericDuotone, ArrowDown01Fill as FoamSortNumericFill, TriangleDownUp as FoamSortToggle, TriangleDownUpDuotone as FoamSortToggleDuotone, TriangleDownUpFill as FoamSortToggleFill, ArrowUpZA as FoamSortZA, ArrowUpZADuotone as FoamSortZADuotone, ArrowUpZAFill as FoamSortZAFill, Volume2 as FoamSound, Volume2Duotone as FoamSoundDuotone, Volume2Fill as FoamSoundFill, ArrowDown as FoamSouth, ArrowDownDuotone as FoamSouthDuotone, ArrowDownFill as FoamSouthFill, Sparkles as FoamSparkles, SparklesDuotone as FoamSparklesDuotone, SparklesFill as FoamSparklesFill, Volume2 as FoamSpeaker, Volume2Duotone as FoamSpeakerDuotone, Volume2Fill as FoamSpeakerFill, VolumeOff as FoamSpeakerOff, VolumeOffDuotone as FoamSpeakerOffDuotone, VolumeOffFill as FoamSpeakerOffFill, LoaderCircle as FoamSpinner, LoaderCircleDuotone as FoamSpinnerDuotone, LoaderCircleFill as FoamSpinnerFill, Square as FoamSquare, SquareDuotone as FoamSquareDuotone, SquareFill as FoamSquareFill, SquarePen as FoamSquarePen, SquarePenDuotone as FoamSquarePenDuotone, SquarePenFill as FoamSquarePenFill, Star as FoamStar, StarDuotone as FoamStarDuotone, StarFill as FoamStarFill, Play as FoamStart, PlayDuotone as FoamStartDuotone, PlayFill as FoamStartFill, ChartColumnSquare as FoamStats, ChartColumnSquareDuotone as FoamStatsDuotone, ChartColumnSquareFill as FoamStatsFill, Pin as FoamStick, PinDuotone as FoamStickDuotone, PinFill as FoamStickFill, Square as FoamStop, SquareDuotone as FoamStopDuotone, SquareFill as FoamStopFill, Archive as FoamStorage, ArchiveDuotone as FoamStorageDuotone, ArchiveFill as FoamStorageFill, Bold as FoamStrong, BoldDuotone as FoamStrongDuotone, BoldFill as FoamStrongFill, Minus as FoamSubtract, MinusDuotone as FoamSubtractDuotone, MinusFill as FoamSubtractFill, Checkmark as FoamSuccess, CheckmarkDuotone as FoamSuccessDuotone, CheckmarkFill as FoamSuccessFill, Sun as FoamSun, SunDuotone as FoamSunDuotone, SunFill as FoamSunFill, CircleQuestionMark as FoamSupport, CircleQuestionMarkDuotone as FoamSupportDuotone, CircleQuestionMarkFill as FoamSupportFill, ArrowDownUp as FoamSwap, ArrowDownUpDuotone as FoamSwapDuotone, ArrowDownUpFill as FoamSwapFill, RefreshCw as FoamSync, RefreshCwDuotone as FoamSyncDuotone, RefreshCwFill as FoamSyncFill, Pin as FoamTack, PinDuotone as FoamTackDuotone, PinFill as FoamTackFill, Checkbox as FoamTask, CheckboxDuotone as FoamTaskDuotone, CheckboxFill as FoamTaskFill, ClipboardList as FoamTasks, ClipboardListDuotone as FoamTasksDuotone, ClipboardListFill as FoamTasksFill, Users as FoamTeam, UsersDuotone as FoamTeamDuotone, UsersFill as FoamTeamFill, TextAlignCenter as FoamTextAlignCenter, TextAlignCenterDuotone as FoamTextAlignCenterDuotone, TextAlignCenterFill as FoamTextAlignCenterFill, TextAlignEnd as FoamTextAlignEnd, TextAlignEndDuotone as FoamTextAlignEndDuotone, TextAlignEndFill as FoamTextAlignEndFill, TextAlignJustify as FoamTextAlignJustify, TextAlignJustifyDuotone as FoamTextAlignJustifyDuotone, TextAlignJustifyFill as FoamTextAlignJustifyFill, TextAlignStart as FoamTextAlignStart, TextAlignStartDuotone as FoamTextAlignStartDuotone, TextAlignStartFill as FoamTextAlignStartFill, Bold as FoamTextBold, BoldDuotone as FoamTextBoldDuotone, BoldFill as FoamTextBoldFill, Italic as FoamTextItalic, ItalicDuotone as FoamTextItalicDuotone, ItalicFill as FoamTextItalicFill, Columns3 as FoamThreeColumns, Columns3Duotone as FoamThreeColumnsDuotone, Columns3Fill as FoamThreeColumnsFill, ThumbsDown as FoamThumbsDown, ThumbsDownDuotone as FoamThumbsDownDuotone, ThumbsDownFill as FoamThumbsDownFill, ThumbsUp as FoamThumbsUp, ThumbsUpDuotone as FoamThumbsUpDuotone, ThumbsUpFill as FoamThumbsUpFill, Pin as FoamThumbtack, PinDuotone as FoamThumbtackDuotone, PinFill as FoamThumbtackFill, Checkmark as FoamTick, CheckmarkDuotone as FoamTickDuotone, CheckmarkFill as FoamTickFill, ArrowDownTT as FoamTiktok, ArrowDownTTDuotone as FoamTiktokDuotone, ArrowDownTTFill as FoamTiktokFill, Grid2x2 as FoamTiles, Grid2x2Duotone as FoamTilesDuotone, Grid2x2Fill as FoamTilesFill, Clock as FoamTime, ClockDuotone as FoamTimeDuotone, ClockFill as FoamTimeFill, CircleX as FoamTimes, CircleXDuotone as FoamTimesDuotone, CircleXFill as FoamTimesFill, ClipboardList as FoamTodo, ClipboardListDuotone as FoamTodoDuotone, ClipboardListFill as FoamTodoFill, Trash as FoamTrash, TrashDuotone as FoamTrashDuotone, TrashEmpty as FoamTrashEmpty, TrashEmptyDuotone as FoamTrashEmptyDuotone, TrashEmptyFill as FoamTrashEmptyFill, TrashFill as FoamTrashFill, Inbox as FoamTray, InboxDuotone as FoamTrayDuotone, InboxFill as FoamTrayFill, Flame as FoamTrending, TrendingDown as FoamTrendingDown, TrendingDownDuotone as FoamTrendingDownDuotone, TrendingDownFill as FoamTrendingDownFill, FlameDuotone as FoamTrendingDuotone, FlameFill as FoamTrendingFill, TrendingUp as FoamTrendingUp, TrendingUpDuotone as FoamTrendingUpDuotone, TrendingUpFill as FoamTrendingUpFill, TriangleDown as FoamTriangleDown, TriangleDownDuotone as FoamTriangleDownDuotone, TriangleDownFill as FoamTriangleDownFill, TriangleDownUp as FoamTriangleDownUp, TriangleDownUpDuotone as FoamTriangleDownUpDuotone, TriangleDownUpFill as FoamTriangleDownUpFill, TriangleUp as FoamTriangleUp, TriangleUpDuotone as FoamTriangleUpDuotone, TriangleUpFill as FoamTriangleUpFill, RotateCw as FoamTurn, RotateCwDuotone as FoamTurnDuotone, RotateCwFill as FoamTurnFill, History as FoamUndo, HistoryDuotone as FoamUndoDuotone, HistoryFill as FoamUndoFill, Frown as FoamUnhappy, FrownDuotone as FoamUnhappyDuotone, FrownFill as FoamUnhappyFill, Unlink as FoamUnlink, UnlinkDuotone as FoamUnlinkDuotone, UnlinkFill as FoamUnlinkFill, Unlock as FoamUnlock, UnlockDuotone as FoamUnlockDuotone, UnlockFill as FoamUnlockFill, Unlock as FoamUnlocked, UnlockDuotone as FoamUnlockedDuotone, UnlockFill as FoamUnlockedFill, Unlock as FoamUnsecure, UnlockDuotone as FoamUnsecureDuotone, UnlockFill as FoamUnsecureFill, ArrowUp as FoamUp, ArrowUpDuotone as FoamUpDuotone, ArrowUpFill as FoamUpFill, Upload as FoamUpload, UploadDuotone as FoamUploadDuotone, FileArrowUp as FoamUploadFile, FileArrowUpDuotone as FoamUploadFileDuotone, FileArrowUpFill as FoamUploadFileFill, UploadFill as FoamUploadFill, Link as FoamUrl, LinkDuotone as FoamUrlDuotone, LinkFill as FoamUrlFill, User as FoamUser, UserArrowLeft as FoamUserArrowLeft, UserArrowLeftDuotone as FoamUserArrowLeftDuotone, UserArrowLeftFill as FoamUserArrowLeftFill, UserArrowLeftRight as FoamUserArrowLeftRight, UserArrowLeftRightDuotone as FoamUserArrowLeftRightDuotone, UserArrowLeftRightFill as FoamUserArrowLeftRightFill, UserArrowOutUpRight as FoamUserArrowOutUpRight, UserArrowOutUpRightDuotone as FoamUserArrowOutUpRightDuotone, UserArrowOutUpRightFill as FoamUserArrowOutUpRightFill, UserArrowRight as FoamUserArrowRight, UserArrowRightDuotone as FoamUserArrowRightDuotone, UserArrowRightFill as FoamUserArrowRightFill, UserCog as FoamUserCog, UserCogDuotone as FoamUserCogDuotone, UserCogFill as FoamUserCogFill, FileUser as FoamUserDocument, FileUserDuotone as FoamUserDocumentDuotone, FileUserFill as FoamUserDocumentFill, UserDuotone as FoamUserDuotone, UserFill as FoamUserFill, UserPlus as FoamUserPlus, UserPlusDuotone as FoamUserPlusDuotone, UserPlusFill as FoamUserPlusFill, SearchUser as FoamUserSearch, SearchUserDuotone as FoamUserSearchDuotone, SearchUserFill as FoamUserSearchFill, Users as FoamUsers, UsersDuotone as FoamUsersDuotone, UsersFill as FoamUsersFill, Play as FoamVideo, PlayDuotone as FoamVideoDuotone, PlayFill as FoamVideoFill, Eye as FoamView, EyeDuotone as FoamViewDuotone, EyeFill as FoamViewFill, Reach as FoamViews, ReachDuotone as FoamViewsDuotone, ReachFill as FoamViewsFill, Eye as FoamVisibility, EyeDuotone as FoamVisibilityDuotone, EyeFill as FoamVisibilityFill, Eye as FoamVisible, EyeDuotone as FoamVisibleDuotone, EyeFill as FoamVisibleFill, Volume2 as FoamVolume, Volume2 as FoamVolume2, Volume2Duotone as FoamVolume2Duotone, Volume2Fill as FoamVolume2Fill, Volume2Duotone as FoamVolumeDuotone, Volume2Fill as FoamVolumeFill, VolumeOff as FoamVolumeOff, VolumeOffDuotone as FoamVolumeOffDuotone, VolumeOffFill as FoamVolumeOffFill, Alert as FoamWarning, CircleAlert as FoamWarningCircle, CircleAlertDuotone as FoamWarningCircleDuotone, CircleAlertFill as FoamWarningCircleFill, AlertDuotone as FoamWarningDuotone, AlertFill as FoamWarningFill, Clock as FoamWatch, ClockDuotone as FoamWatchDuotone, ClockFill as FoamWatchFill, Globe as FoamWeb, GlobeDuotone as FoamWebDuotone, GlobeFill as FoamWebFill, ArrowLeft as FoamWest, ArrowLeftDuotone as FoamWestDuotone, ArrowLeftFill as FoamWestFill, Hotspot as FoamWifi, HotspotDuotone as FoamWifiDuotone, HotspotFill as FoamWifiFill, Hotspot as FoamWireless, HotspotDuotone as FoamWirelessDuotone, HotspotFill as FoamWirelessFill, Globe as FoamWorld, GlobeDuotone as FoamWorldDuotone, GlobeFill as FoamWorldFill, Pencil as FoamWrite, PencilDuotone as FoamWriteDuotone, PencilFill as FoamWriteFill, SquarePen as FoamWriteNew, SquarePenDuotone as FoamWriteNewDuotone, SquarePenFill as FoamWriteNewFill, CircleX as FoamX, CircleXDuotone as FoamXDuotone, CircleXFill as FoamXFill, ThumbsUp as FoamYes, ThumbsUpDuotone as FoamYesDuotone, ThumbsUpFill as FoamYesFill, ArrowDownYT as FoamYoutube, ArrowDownYTDuotone as FoamYoutubeDuotone, ArrowDownYTFill as FoamYoutubeFill, ArrowRightToLine as Fold, ArrowRightToLineDuotone as FoldDuotone, ArrowRightToLineDuotone as FoldDuotoneIcon, ArrowRightToLineFill as FoldFill, ArrowRightToLineFill as FoldFillIcon, ArrowRightToLine as FoldIcon, Ban as Forbidden, BanDuotone as ForbiddenDuotone, BanDuotone as ForbiddenDuotoneIcon, BanFill as ForbiddenFill, BanFill as ForbiddenFillIcon, Ban as ForbiddenIcon, Share as Forward, ShareDuotone as ForwardDuotone, ShareDuotone as ForwardDuotoneIcon, ShareFill as ForwardFill, ShareFill as ForwardFillIcon, Share as ForwardIcon, Frown, FrownDuotone, FrownDuotone as FrownDuotoneIcon, FrownFill, FrownFill as FrownFillIcon, Frown as FrownIcon, Fullscreen as FullScreen, FullscreenDuotone as FullScreenDuotone, FullscreenDuotone as FullScreenDuotoneIcon, FullscreenFill as FullScreenFill, FullscreenFill as FullScreenFillIcon, Fullscreen as FullScreenIcon, Fullscreen, FullscreenDuotone, FullscreenDuotone as FullscreenDuotoneIcon, FullscreenFill, FullscreenFill as FullscreenFillIcon, Fullscreen as FullscreenIcon, ListFilter as Funnel, ListFilterDuotone as FunnelDuotone, ListFilterDuotone as FunnelDuotoneIcon, ListFilterFill as FunnelFill, ListFilterFill as FunnelFillIcon, ListFilter as FunnelIcon, Images as Gallery, ImagesDuotone as GalleryDuotone, ImagesDuotone as GalleryDuotoneIcon, ImagesFill as GalleryFill, ImagesFill as GalleryFillIcon, Images as GalleryIcon, Trash as Garbage, TrashDuotone as GarbageDuotone, TrashDuotone as GarbageDuotoneIcon, TrashFill as GarbageFill, TrashFill as GarbageFillIcon, Trash as GarbageIcon, Cog as Gear, CogDuotone as GearDuotone, CogDuotone as GearDuotoneIcon, CogFill as GearFill, CogFill as GearFillIcon, Cog as GearIcon, Sparkles as Generate, SparklesDuotone as GenerateDuotone, SparklesDuotone as GenerateDuotoneIcon, SparklesFill as GenerateFill, SparklesFill as GenerateFillIcon, Sparkles as GenerateIcon, MapPin as Geo, MapPinDuotone as GeoDuotone, MapPinDuotone as GeoDuotoneIcon, MapPinFill as GeoFill, MapPinFill as GeoFillIcon, MapPin as GeoIcon, Download as Get, DownloadDuotone as GetDuotone, DownloadDuotone as GetDuotoneIcon, DownloadFill as GetFill, DownloadFill as GetFillIcon, Download as GetIcon, Globe, GlobeDuotone, GlobeDuotone as GlobeDuotoneIcon, GlobeFill, GlobeFill as GlobeFillIcon, Globe as GlobeIcon, ChartColumnSquare as Graph, ChartColumnSquareDuotone as GraphDuotone, ChartColumnSquareDuotone as GraphDuotoneIcon, ChartColumnSquareFill as GraphFill, ChartColumnSquareFill as GraphFillIcon, ChartColumnSquare as GraphIcon, Grid2x2 as Grid, Grid1x2, Grid1x2Duotone, Grid1x2Duotone as Grid1x2DuotoneIcon, Grid1x2Fill, Grid1x2Fill as Grid1x2FillIcon, Grid1x2 as Grid1x2Icon, Grid2x2, Grid2x2Duotone, Grid2x2Duotone as Grid2x2DuotoneIcon, Grid2x2Fill, Grid2x2Fill as Grid2x2FillIcon, Grid2x2 as Grid2x2Icon, Grid2x2Duotone as GridDuotone, Grid2x2Duotone as GridDuotoneIcon, Grid2x2Fill as GridFill, Grid2x2Fill as GridFillIcon, Grid2x2 as GridIcon, Grip, GripDuotone, GripDuotone as GripDuotoneIcon, GripFill, GripFill as GripFillIcon, GripHorizontal, GripHorizontalDuotone, GripHorizontalDuotone as GripHorizontalDuotoneIcon, GripHorizontalFill, GripHorizontalFill as GripHorizontalFillIcon, GripHorizontal as GripHorizontalIcon, Grip as GripIcon, GripVertical, GripVerticalDuotone, GripVerticalDuotone as GripVerticalDuotoneIcon, GripVerticalFill, GripVerticalFill as GripVerticalFillIcon, GripVertical as GripVerticalIcon, Users as Group, UsersDuotone as GroupDuotone, UsersDuotone as GroupDuotoneIcon, UsersFill as GroupFill, UsersFill as GroupFillIcon, Users as GroupIcon, TrendingUp as Growth, TrendingUpDuotone as GrowthDuotone, TrendingUpDuotone as GrowthDuotoneIcon, TrendingUpFill as GrowthFill, TrendingUpFill as GrowthFillIcon, TrendingUp as GrowthIcon, Eclipse as HalfMoon, EclipseDuotone as HalfMoonDuotone, EclipseDuotone as HalfMoonDuotoneIcon, EclipseFill as HalfMoonFill, EclipseFill as HalfMoonFillIcon, Eclipse as HalfMoonIcon, Menu as Hamburger, MenuDuotone as HamburgerDuotone, MenuDuotone as HamburgerDuotoneIcon, MenuFill as HamburgerFill, MenuFill as HamburgerFillIcon, Menu as HamburgerIcon, Smile as Happy, SmileDuotone as HappyDuotone, SmileDuotone as HappyDuotoneIcon, SmileFill as HappyFill, SmileFill as HappyFillIcon, Smile as HappyIcon, Heart, HeartDuotone, HeartDuotone as HeartDuotoneIcon, HeartFill, HeartFill as HeartFillIcon, Heart as HeartIcon, CircleQuestionMark as Help, CircleQuestionMarkDuotone as HelpDuotone, CircleQuestionMarkDuotone as HelpDuotoneIcon, CircleQuestionMarkFill as HelpFill, CircleQuestionMarkFill as HelpFillIcon, CircleQuestionMark as HelpIcon, EyeOff as Hidden, EyeOffDuotone as HiddenDuotone, EyeOffDuotone as HiddenDuotoneIcon, EyeOffFill as HiddenFill, EyeOffFill as HiddenFillIcon, EyeOff as HiddenIcon, EyeOff as Hide, EyeOffDuotone as HideDuotone, EyeOffDuotone as HideDuotoneIcon, EyeOffFill as HideFill, EyeOffFill as HideFillIcon, EyeOff as HideIcon, History, HistoryDuotone, HistoryDuotone as HistoryDuotoneIcon, HistoryFill, HistoryFill as HistoryFillIcon, History as HistoryIcon, House as Home, HouseDuotone as HomeDuotone, HouseDuotone as HomeDuotoneIcon, HouseFill as HomeFill, HouseFill as HomeFillIcon, House as HomeIcon, Rows2 as HorizontalSplit, Rows2Duotone as HorizontalSplitDuotone, Rows2Duotone as HorizontalSplitDuotoneIcon, Rows2Fill as HorizontalSplitFill, Rows2Fill as HorizontalSplitFillIcon, Rows2 as HorizontalSplitIcon, Flame as Hot, FlameDuotone as HotDuotone, FlameDuotone as HotDuotoneIcon, FlameFill as HotFill, FlameFill as HotFillIcon, Flame as HotIcon, Hotspot, HotspotDuotone, HotspotDuotone as HotspotDuotoneIcon, HotspotFill, HotspotFill as HotspotFillIcon, Hotspot as HotspotIcon, House, HouseDuotone, HouseDuotone as HouseDuotoneIcon, HouseFill, HouseFill as HouseFillIcon, House as HouseIcon, Icon, type IconNode, type IconNodeElement, type IconProps, ArrowDownIG as IgDown, ArrowDownIGDuotone as IgDownDuotone, ArrowDownIGDuotone as IgDownDuotoneIcon, ArrowDownIGFill as IgDownFill, ArrowDownIGFill as IgDownFillIcon, ArrowDownIG as IgDownIcon, ArrowUpIG as IgUp, ArrowUpIGDuotone as IgUpDuotone, ArrowUpIGDuotone as IgUpDuotoneIcon, ArrowUpIGFill as IgUpFill, ArrowUpIGFill as IgUpFillIcon, ArrowUpIG as IgUpIcon, Image, ImageDuotone, ImageDuotone as ImageDuotoneIcon, ImageFill, ImageFill as ImageFillIcon, Image as ImageIcon, Images, ImagesDuotone, ImagesDuotone as ImagesDuotoneIcon, ImagesFill, ImagesFill as ImagesFillIcon, Images as ImagesIcon, Upload as Import, UploadDuotone as ImportDuotone, UploadDuotone as ImportDuotoneIcon, UploadFill as ImportFill, UploadFill as ImportFillIcon, Upload as ImportIcon, Reach as Impressions, ReachDuotone as ImpressionsDuotone, ReachDuotone as ImpressionsDuotoneIcon, ReachFill as ImpressionsFill, ReachFill as ImpressionsFillIcon, Reach as ImpressionsIcon, Inbox, InboxDuotone, InboxDuotone as InboxDuotoneIcon, InboxFill, InboxFill as InboxFillIcon, Inbox as InboxIcon, TrendingUp as Increase, TrendingUpDuotone as IncreaseDuotone, TrendingUpDuotone as IncreaseDuotoneIcon, TrendingUpFill as IncreaseFill, TrendingUpFill as IncreaseFillIcon, TrendingUp as IncreaseIcon, ArrowRightToLine as Indent, ArrowRightToLineDuotone as IndentDuotone, ArrowRightToLineDuotone as IndentDuotoneIcon, ArrowRightToLineFill as IndentFill, ArrowRightToLineFill as IndentFillIcon, ArrowRightToLine as IndentIcon, Info, InfoDuotone, InfoDuotone as InfoDuotoneIcon, InfoFill, InfoFill as InfoFillIcon, Info as InfoIcon, Info as Information, InfoDuotone as InformationDuotone, InfoDuotone as InformationDuotoneIcon, InfoFill as InformationFill, InfoFill as InformationFillIcon, Info as InformationIcon, ArrowDownIG as InstagramDown, ArrowDownIGDuotone as InstagramDownDuotone, ArrowDownIGDuotone as InstagramDownDuotoneIcon, ArrowDownIGFill as InstagramDownFill, ArrowDownIGFill as InstagramDownFillIcon, ArrowDownIG as InstagramDownIcon, ArrowUpIG as InstagramUp, ArrowUpIGDuotone as InstagramUpDuotone, ArrowUpIGDuotone as InstagramUpDuotoneIcon, ArrowUpIGFill as InstagramUpFill, ArrowUpIGFill as InstagramUpFillIcon, ArrowUpIG as InstagramUpIcon, Globe as Internet, GlobeDuotone as InternetDuotone, GlobeDuotone as InternetDuotoneIcon, GlobeFill as InternetFill, GlobeFill as InternetFillIcon, Globe as InternetIcon, EyeOff as Invisible, EyeOffDuotone as InvisibleDuotone, EyeOffDuotone as InvisibleDuotoneIcon, EyeOffFill as InvisibleFill, EyeOffFill as InvisibleFillIcon, EyeOff as InvisibleIcon, Italic, ItalicDuotone, ItalicDuotone as ItalicDuotoneIcon, ItalicFill, ItalicFill as ItalicFillIcon, Italic as ItalicIcon, List as Items, ListDuotone as ItemsDuotone, ListDuotone as ItemsDuotoneIcon, ListFill as ItemsFill, ListFill as ItemsFillIcon, List as ItemsIcon, TextAlignJustify as Justify, TextAlignJustifyDuotone as JustifyDuotone, TextAlignJustifyDuotone as JustifyDuotoneIcon, TextAlignJustifyFill as JustifyFill, TextAlignJustifyFill as JustifyFillIcon, TextAlignJustify as JustifyIcon, Command as Keyboard, CommandDuotone as KeyboardDuotone, CommandDuotone as KeyboardDuotoneIcon, CommandFill as KeyboardFill, CommandFill as KeyboardFillIcon, Command as KeyboardIcon, Globe as Language, GlobeDuotone as LanguageDuotone, GlobeDuotone as LanguageDuotoneIcon, GlobeFill as LanguageFill, GlobeFill as LanguageFillIcon, Globe as LanguageIcon, Grid2x2 as Layout, Grid2x2Duotone as LayoutDuotone, Grid2x2Duotone as LayoutDuotoneIcon, Grid2x2Fill as LayoutFill, Grid2x2Fill as LayoutFillIcon, Grid2x2 as LayoutIcon, ArrowLeft as Left, ArrowLeftDuotone as LeftDuotone, ArrowLeftDuotone as LeftDuotoneIcon, ArrowLeftFill as LeftFill, ArrowLeftFill as LeftFillIcon, ArrowLeft as LeftIcon, Sun as Light, SunDuotone as LightDuotone, SunDuotone as LightDuotoneIcon, SunFill as LightFill, SunFill as LightFillIcon, Sun as LightIcon, ThumbsUp as Like, ThumbsUpDuotone as LikeDuotone, ThumbsUpDuotone as LikeDuotoneIcon, ThumbsUpFill as LikeFill, ThumbsUpFill as LikeFillIcon, ThumbsUp as LikeIcon, Heart as Likes, HeartDuotone as LikesDuotone, HeartDuotone as LikesDuotoneIcon, HeartFill as LikesFill, HeartFill as LikesFillIcon, Heart as LikesIcon, Link, LinkDuotone, LinkDuotone as LinkDuotoneIcon, LinkFill, LinkFill as LinkFillIcon, Link as LinkIcon, List, ListDuotone, ListDuotone as ListDuotoneIcon, ListFill, ListFill as ListFillIcon, ListFilter, ListFilterDuotone, ListFilterDuotone as ListFilterDuotoneIcon, ListFilterFill, ListFilterFill as ListFilterFillIcon, ListFilter as ListFilterIcon, List as ListIcon, ListIndentDecrease, ListIndentDecreaseDuotone, ListIndentDecreaseDuotone as ListIndentDecreaseDuotoneIcon, ListIndentDecreaseFill, ListIndentDecreaseFill as ListIndentDecreaseFillIcon, ListIndentDecrease as ListIndentDecreaseIcon, ListIndentIncrease, ListIndentIncreaseDuotone, ListIndentIncreaseDuotone as ListIndentIncreaseDuotoneIcon, ListIndentIncreaseFill, ListIndentIncreaseFill as ListIndentIncreaseFillIcon, ListIndentIncrease as ListIndentIncreaseIcon, ListOrdered, ListOrderedDuotone, ListOrderedDuotone as ListOrderedDuotoneIcon, ListOrderedFill, ListOrderedFill as ListOrderedFillIcon, ListOrdered as ListOrderedIcon, LoaderCircle, LoaderCircleDuotone, LoaderCircleDuotone as LoaderCircleDuotoneIcon, LoaderCircleFill, LoaderCircleFill as LoaderCircleFillIcon, LoaderCircle as LoaderCircleIcon, LoaderCircle as Loading, LoaderCircleDuotone as LoadingDuotone, LoaderCircleDuotone as LoadingDuotoneIcon, LoaderCircleFill as LoadingFill, LoaderCircleFill as LoadingFillIcon, LoaderCircle as LoadingIcon, MapPin as Location, MapPinDuotone as LocationDuotone, MapPinDuotone as LocationDuotoneIcon, MapPinFill as LocationFill, MapPinFill as LocationFillIcon, MapPin as LocationIcon, Lock, LockDuotone, LockDuotone as LockDuotoneIcon, LockFill, LockFill as LockFillIcon, Lock as LockIcon, Lock as Locked, LockDuotone as LockedDuotone, LockDuotone as LockedDuotoneIcon, LockFill as LockedFill, LockFill as LockedFillIcon, Lock as LockedIcon, LogOut, LogOutDuotone, LogOutDuotone as LogOutDuotoneIcon, LogOutFill, LogOutFill as LogOutFillIcon, LogOut as LogOutIcon, LogoFacebook, LogoFacebookFill, LogoFacebookFill as LogoFacebookFillIcon, LogoFacebook as LogoFacebookIcon, LogoFile, LogoFileDark, LogoFileDark as LogoFileDarkIcon, LogoFile as LogoFileIcon, LogoFilePdf, LogoFilePdfDark, LogoFilePdfDark as LogoFilePdfDarkIcon, LogoFilePdf as LogoFilePdfIcon, LogoFileSheet, LogoFileSheetDark, LogoFileSheetDark as LogoFileSheetDarkIcon, LogoFileSheet as LogoFileSheetIcon, LogoFoam, LogoFoamDark, LogoFoamDark as LogoFoamDarkIcon, LogoFoamFill, LogoFoamFill as LogoFoamFillIcon, LogoFoam as LogoFoamIcon, LogoFoamSymbol, LogoFoamSymbolDark, LogoFoamSymbolDark as LogoFoamSymbolDarkIcon, LogoFoamSymbol as LogoFoamSymbolIcon, LogoGmail, LogoGmailFill, LogoGmailFill as LogoGmailFillIcon, LogoGmail as LogoGmailIcon, LogoGoogle, LogoGoogleFill, LogoGoogleFill as LogoGoogleFillIcon, LogoGoogle as LogoGoogleIcon, LogoInstagram, LogoInstagramDark, LogoInstagramDark as LogoInstagramDarkIcon, LogoInstagramFill, LogoInstagramFill as LogoInstagramFillIcon, LogoInstagram as LogoInstagramIcon, LogoLinkedin, LogoLinkedinDark, LogoLinkedinDark as LogoLinkedinDarkIcon, LogoLinkedinFill, LogoLinkedinFill as LogoLinkedinFillIcon, LogoLinkedin as LogoLinkedinIcon, LogoMicrosoft, LogoMicrosoftFill, LogoMicrosoftFill as LogoMicrosoftFillIcon, LogoMicrosoft as LogoMicrosoftIcon, LogoSnapchat, LogoSnapchatDark, LogoSnapchatDark as LogoSnapchatDarkIcon, LogoSnapchatFill, LogoSnapchatFill as LogoSnapchatFillIcon, LogoSnapchat as LogoSnapchatIcon, LogoTiktok, LogoTiktokDark, LogoTiktokDark as LogoTiktokDarkIcon, LogoTiktokFill, LogoTiktokFill as LogoTiktokFillIcon, LogoTiktok as LogoTiktokIcon, LogoYoutube, LogoYoutubeFill, LogoYoutubeFill as LogoYoutubeFillIcon, LogoYoutube as LogoYoutubeIcon, LogOut as Logout, LogOutDuotone as LogoutDuotone, LogOutDuotone as LogoutDuotoneIcon, LogOutFill as LogoutFill, LogOutFill as LogoutFillIcon, LogOut as LogoutIcon, Search as Lookup, SearchDuotone as LookupDuotone, SearchDuotone as LookupDuotoneIcon, SearchFill as LookupFill, SearchFill as LookupFillIcon, Search as LookupIcon, SearchUser as LookupPerson, SearchUserDuotone as LookupPersonDuotone, SearchUserDuotone as LookupPersonDuotoneIcon, SearchUserFill as LookupPersonFill, SearchUserFill as LookupPersonFillIcon, SearchUser as LookupPersonIcon, Heart as Love, HeartDuotone as LoveDuotone, HeartDuotone as LoveDuotoneIcon, HeartFill as LoveFill, HeartFill as LoveFillIcon, Heart as LoveIcon, Sparkles as Magic, SparklesDuotone as MagicDuotone, SparklesDuotone as MagicDuotoneIcon, SparklesFill as MagicFill, SparklesFill as MagicFillIcon, Sparkles as MagicIcon, Search as MagnifyingGlass, SearchDuotone as MagnifyingGlassDuotone, SearchDuotone as MagnifyingGlassDuotoneIcon, SearchFill as MagnifyingGlassFill, SearchFill as MagnifyingGlassFillIcon, Search as MagnifyingGlassIcon, Mail, MailDuotone, MailDuotone as MailDuotoneIcon, MailFill, MailFill as MailFillIcon, Mail as MailIcon, MailMove, MailMoveDuotone, MailMoveDuotone as MailMoveDuotoneIcon, MailMoveFill, MailMoveFill as MailMoveFillIcon, MailMove as MailMoveIcon, MailPlus, MailPlusDuotone, MailPlusDuotone as MailPlusDuotoneIcon, MailPlusFill, MailPlusFill as MailPlusFillIcon, MailPlus as MailPlusIcon, Inbox as Mailbox, InboxDuotone as MailboxDuotone, InboxDuotone as MailboxDuotoneIcon, InboxFill as MailboxFill, InboxFill as MailboxFillIcon, Inbox as MailboxIcon, MapPin, MapPinDuotone, MapPinDuotone as MapPinDuotoneIcon, MapPinFill, MapPinFill as MapPinFillIcon, MapPin as MapPinIcon, MapPin as Marker, MapPinDuotone as MarkerDuotone, MapPinDuotone as MarkerDuotoneIcon, MapPinFill as MarkerFill, MapPinFill as MarkerFillIcon, MapPin as MarkerIcon, Megaphone as Marketing, MegaphoneDuotone as MarketingDuotone, MegaphoneDuotone as MarketingDuotoneIcon, MegaphoneFill as MarketingFill, MegaphoneFill as MarketingFillIcon, Megaphone as MarketingIcon, Maximize, MaximizeDuotone, MaximizeDuotone as MaximizeDuotoneIcon, MaximizeFill, MaximizeFill as MaximizeFillIcon, Maximize as MaximizeIcon, Fullscreen as MaximizeScreen, FullscreenDuotone as MaximizeScreenDuotone, FullscreenDuotone as MaximizeScreenDuotoneIcon, FullscreenFill as MaximizeScreenFill, FullscreenFill as MaximizeScreenFillIcon, Fullscreen as MaximizeScreenIcon, Image as Media, ImageDuotone as MediaDuotone, ImageDuotone as MediaDuotoneIcon, ImageFill as MediaFill, ImageFill as MediaFillIcon, Image as MediaIcon, ContentUser as MediaPacks, ContentUserDuotone as MediaPacksDuotone, ContentUserDuotone as MediaPacksDuotoneIcon, ContentUserFill as MediaPacksFill, ContentUserFill as MediaPacksFillIcon, ContentUser as MediaPacksIcon, ContentUser as Mediapacks, ContentUserDuotone as MediapacksDuotone, ContentUserDuotone as MediapacksDuotoneIcon, ContentUserFill as MediapacksFill, ContentUserFill as MediapacksFillIcon, ContentUser as MediapacksIcon, Megaphone, MegaphoneActive, MegaphoneActiveDuotone, MegaphoneActiveDuotone as MegaphoneActiveDuotoneIcon, MegaphoneActiveFill, MegaphoneActiveFill as MegaphoneActiveFillIcon, MegaphoneActive as MegaphoneActiveIcon, MegaphoneDuotone, MegaphoneDuotone as MegaphoneDuotoneIcon, MegaphoneFill, MegaphoneFill as MegaphoneFillIcon, Megaphone as MegaphoneIcon, Menu, MenuDuotone, MenuDuotone as MenuDuotoneIcon, MenuFill, MenuFill as MenuFillIcon, Menu as MenuIcon, Mail as Message, MailDuotone as MessageDuotone, MailDuotone as MessageDuotoneIcon, MailFill as MessageFill, MailFill as MessageFillIcon, Mail as MessageIcon, MessageSquare, MessageSquareDuotone, MessageSquareDuotone as MessageSquareDuotoneIcon, MessageSquareFill, MessageSquareFill as MessageSquareFillIcon, MessageSquare as MessageSquareIcon, MessagesSquare, MessagesSquareDuotone, MessagesSquareDuotone as MessagesSquareDuotoneIcon, MessagesSquareFill, MessagesSquareFill as MessagesSquareFillIcon, MessagesSquare as MessagesSquareIcon, Minus, MinusDuotone, MinusDuotone as MinusDuotoneIcon, MinusFill, MinusFill as MinusFillIcon, Minus as MinusIcon, Pencil as Modify, PencilDuotone as ModifyDuotone, PencilDuotone as ModifyDuotoneIcon, PencilFill as ModifyFill, PencilFill as ModifyFillIcon, Pencil as ModifyIcon, CircleDollarSign as Money, CircleDollarSignDuotone as MoneyDuotone, CircleDollarSignDuotone as MoneyDuotoneIcon, CircleDollarSignFill as MoneyFill, CircleDollarSignFill as MoneyFillIcon, CircleDollarSign as MoneyIcon, Moon, MoonDuotone, MoonDuotone as MoonDuotoneIcon, MoonFill, MoonFill as MoonFillIcon, Moon as MoonIcon, MousePointerClick, MousePointerClickDuotone, MousePointerClickDuotone as MousePointerClickDuotoneIcon, MousePointerClickFill, MousePointerClickFill as MousePointerClickFillIcon, MousePointerClick as MousePointerClickIcon, Move, MoveDuotone, MoveDuotone as MoveDuotoneIcon, MoveFill, MoveFill as MoveFillIcon, Move as MoveIcon, VolumeOff as Mute, VolumeOffDuotone as MuteDuotone, VolumeOffDuotone as MuteDuotoneIcon, VolumeOffFill as MuteFill, VolumeOffFill as MuteFillIcon, VolumeOff as MuteIcon, Menu as Navigation, MenuDuotone as NavigationDuotone, MenuDuotone as NavigationDuotoneIcon, MenuFill as NavigationFill, MenuFill as NavigationFillIcon, Menu as NavigationIcon, Frown as Negative, FrownDuotone as NegativeDuotone, FrownDuotone as NegativeDuotoneIcon, FrownFill as NegativeFill, FrownFill as NegativeFillIcon, Frown as NegativeIcon, Plus as New, PlusDuotone as NewDuotone, PlusDuotone as NewDuotoneIcon, FilePlus as NewFile, FilePlusDuotone as NewFileDuotone, FilePlusDuotone as NewFileDuotoneIcon, FilePlusFill as NewFileFill, FilePlusFill as NewFileFillIcon, FilePlus as NewFileIcon, PlusFill as NewFill, PlusFill as NewFillIcon, Plus as NewIcon, ContentPlus as NewPost, ContentPlusDuotone as NewPostDuotone, ContentPlusDuotone as NewPostDuotoneIcon, ContentPlusFill as NewPostFill, ContentPlusFill as NewPostFillIcon, ContentPlus as NewPostIcon, ArrowRight as Next, ArrowRightDuotone as NextDuotone, ArrowRightDuotone as NextDuotoneIcon, ArrowRightFill as NextFill, ArrowRightFill as NextFillIcon, ArrowRight as NextIcon, Moon as Night, MoonDuotone as NightDuotone, MoonDuotone as NightDuotoneIcon, MoonFill as NightFill, MoonFill as NightFillIcon, Moon as NightIcon, ThumbsDown as No, ThumbsDownDuotone as NoDuotone, ThumbsDownDuotone as NoDuotoneIcon, ThumbsDownFill as NoFill, ThumbsDownFill as NoFillIcon, ThumbsDown as NoIcon, VolumeOff as NoSound, VolumeOffDuotone as NoSoundDuotone, VolumeOffDuotone as NoSoundDuotoneIcon, VolumeOffFill as NoSoundFill, VolumeOffFill as NoSoundFillIcon, VolumeOff as NoSoundIcon, ArrowUp as North, ArrowUpDuotone as NorthDuotone, ArrowUpDuotone as NorthDuotoneIcon, ArrowUpFill as NorthFill, ArrowUpFill as NorthFillIcon, ArrowUp as NorthIcon, Ban as NotAllowed, BanDuotone as NotAllowedDuotone, BanDuotone as NotAllowedDuotoneIcon, BanFill as NotAllowedFill, BanFill as NotAllowedFillIcon, Ban as NotAllowedIcon, Notebook, NotebookDuotone, NotebookDuotone as NotebookDuotoneIcon, NotebookFill, NotebookFill as NotebookFillIcon, Notebook as NotebookIcon, Bell as Notification, BellDuotone as NotificationDuotone, BellDuotone as NotificationDuotoneIcon, BellFill as NotificationFill, BellFill as NotificationFillIcon, Bell as NotificationIcon, ListOrdered as NumberedList, ListOrderedDuotone as NumberedListDuotone, ListOrderedDuotone as NumberedListDuotoneIcon, ListOrderedFill as NumberedListFill, ListOrderedFill as NumberedListFillIcon, ListOrdered as NumberedListIcon, Office, OfficeDuotone, OfficeDuotone as OfficeDuotoneIcon, OfficeFill, OfficeFill as OfficeFillIcon, Office as OfficeIcon, ListOrdered as Ol, ListOrderedDuotone as OlDuotone, ListOrderedDuotone as OlDuotoneIcon, ListOrderedFill as OlFill, ListOrderedFill as OlFillIcon, ListOrdered as OlIcon, ExternalLink as OpenNew, ExternalLinkDuotone as OpenNewDuotone, ExternalLinkDuotone as OpenNewDuotoneIcon, ExternalLinkFill as OpenNewFill, ExternalLinkFill as OpenNewFillIcon, ExternalLink as OpenNewIcon, QuotationMarkLeft as OpenQuote, QuotationMarkLeftDuotone as OpenQuoteDuotone, QuotationMarkLeftDuotone as OpenQuoteDuotoneIcon, QuotationMarkLeftFill as OpenQuoteFill, QuotationMarkLeftFill as OpenQuoteFillIcon, QuotationMarkLeft as OpenQuoteIcon, Cog as Options, CogDuotone as OptionsDuotone, CogDuotone as OptionsDuotoneIcon, CogFill as OptionsFill, CogFill as OptionsFillIcon, Cog as OptionsIcon, TriangleDownUp as OrderToggle, TriangleDownUpDuotone as OrderToggleDuotone, TriangleDownUpDuotone as OrderToggleDuotoneIcon, TriangleDownUpFill as OrderToggleFill, TriangleDownUpFill as OrderToggleFillIcon, TriangleDownUp as OrderToggleIcon, File as Page, FileDuotone as PageDuotone, FileDuotone as PageDuotoneIcon, FileFill as PageFill, FileFill as PageFillIcon, File as PageIcon, PanelLeft, PanelLeftDuotone, PanelLeftDuotone as PanelLeftDuotoneIcon, PanelLeftFill, PanelLeftFill as PanelLeftFillIcon, PanelLeft as PanelLeftIcon, PanelRight, PanelRightDuotone, PanelRightDuotone as PanelRightDuotoneIcon, PanelRightFill, PanelRightFill as PanelRightFillIcon, PanelRight as PanelRightIcon, History as Past, HistoryDuotone as PastDuotone, HistoryDuotone as PastDuotoneIcon, HistoryFill as PastFill, HistoryFill as PastFillIcon, History as PastIcon, CircleDollarSign as Payment, CircleDollarSignDuotone as PaymentDuotone, CircleDollarSignDuotone as PaymentDuotoneIcon, CircleDollarSignFill as PaymentFill, CircleDollarSignFill as PaymentFillIcon, CircleDollarSign as PaymentIcon, Pencil, PencilDuotone, PencilDuotone as PencilDuotoneIcon, PencilFill, PencilFill as PencilFillIcon, Pencil as PencilIcon, Users as People, UsersDuotone as PeopleDuotone, UsersDuotone as PeopleDuotoneIcon, UsersFill as PeopleFill, UsersFill as PeopleFillIcon, Users as PeopleIcon, User as Person, UserDuotone as PersonDuotone, UserDuotone as PersonDuotoneIcon, UserFill as PersonFill, UserFill as PersonFillIcon, User as PersonIcon, Users as Persons, UsersDuotone as PersonsDuotone, UsersDuotone as PersonsDuotoneIcon, UsersFill as PersonsFill, UsersFill as PersonsFillIcon, Users as PersonsIcon, Image as Photo, ImageDuotone as PhotoDuotone, ImageDuotone as PhotoDuotoneIcon, ImageFill as PhotoFill, ImageFill as PhotoFillIcon, Image as PhotoIcon, Images as Photos, ImagesDuotone as PhotosDuotone, ImagesDuotone as PhotosDuotoneIcon, ImagesFill as PhotosFill, ImagesFill as PhotosFillIcon, Images as PhotosIcon, Image as Picture, ImageDuotone as PictureDuotone, ImageDuotone as PictureDuotoneIcon, ImageFill as PictureFill, ImageFill as PictureFillIcon, Image as PictureIcon, Images as Pictures, ImagesDuotone as PicturesDuotone, ImagesDuotone as PicturesDuotoneIcon, ImagesFill as PicturesFill, ImagesFill as PicturesFillIcon, Images as PicturesIcon, Pin, PinDuotone, PinDuotone as PinDuotoneIcon, PinFill, PinFill as PinFillIcon, Pin as PinIcon, MapPin as Place, MapPinDuotone as PlaceDuotone, MapPinDuotone as PlaceDuotoneIcon, MapPinFill as PlaceFill, MapPinFill as PlaceFillIcon, MapPin as PlaceIcon, RemoveFormatting as PlainText, RemoveFormattingDuotone as PlainTextDuotone, RemoveFormattingDuotone as PlainTextDuotoneIcon, RemoveFormattingFill as PlainTextFill, RemoveFormattingFill as PlainTextFillIcon, RemoveFormatting as PlainTextIcon, Play, Play as PlayButton, PlayDuotone as PlayButtonDuotone, PlayDuotone as PlayButtonDuotoneIcon, PlayFill as PlayButtonFill, PlayFill as PlayButtonFillIcon, Play as PlayButtonIcon, PlayDuotone, PlayDuotone as PlayDuotoneIcon, PlayFill, PlayFill as PlayFillIcon, Play as PlayIcon, Plus, PlusDuotone, PlusDuotone as PlusDuotoneIcon, PlusFill, PlusFill as PlusFillIcon, Plus as PlusIcon, Pointer, PointerDuotone, PointerDuotone as PointerDuotoneIcon, PointerFill, PointerFill as PointerFillIcon, Pointer as PointerIcon, Smile as Positive, SmileDuotone as PositiveDuotone, SmileDuotone as PositiveDuotoneIcon, SmileFill as PositiveFill, SmileFill as PositiveFillIcon, Smile as PositiveIcon, Cog as Preferences, CogDuotone as PreferencesDuotone, CogDuotone as PreferencesDuotoneIcon, CogFill as PreferencesFill, CogFill as PreferencesFillIcon, Cog as PreferencesIcon, Save as Preserve, SaveDuotone as PreserveDuotone, SaveDuotone as PreserveDuotoneIcon, SaveFill as PreserveFill, SaveFill as PreserveFillIcon, Save as PreserveIcon, ContentUser as PressKit, ContentUserDuotone as PressKitDuotone, ContentUserDuotone as PressKitDuotoneIcon, ContentUserFill as PressKitFill, ContentUserFill as PressKitFillIcon, ContentUser as PressKitIcon, ArrowLeft as Previous, ArrowLeftDuotone as PreviousDuotone, ArrowLeftDuotone as PreviousDuotoneIcon, ArrowLeftFill as PreviousFill, ArrowLeftFill as PreviousFillIcon, ArrowLeft as PreviousIcon, CircleDollarSign as Price, CircleDollarSignDuotone as PriceDuotone, CircleDollarSignDuotone as PriceDuotoneIcon, CircleDollarSignFill as PriceFill, CircleDollarSignFill as PriceFillIcon, CircleDollarSign as PriceIcon, Lock as Private, LockDuotone as PrivateDuotone, LockDuotone as PrivateDuotoneIcon, LockFill as PrivateFill, LockFill as PrivateFillIcon, Lock as PrivateIcon, User as Profile, UserDuotone as ProfileDuotone, UserDuotone as ProfileDuotoneIcon, UserFill as ProfileFill, UserFill as ProfileFillIcon, User as ProfileIcon, LoaderCircle as Progress, LoaderCircleDuotone as ProgressDuotone, LoaderCircleDuotone as ProgressDuotoneIcon, LoaderCircleFill as ProgressFill, LoaderCircleFill as ProgressFillIcon, LoaderCircle as ProgressIcon, Ban as Prohibited, BanDuotone as ProhibitedDuotone, BanDuotone as ProhibitedDuotoneIcon, BanFill as ProhibitedFill, BanFill as ProhibitedFillIcon, Ban as ProhibitedIcon, Megaphone as Promote, MegaphoneDuotone as PromoteDuotone, MegaphoneDuotone as PromoteDuotoneIcon, MegaphoneFill as PromoteFill, MegaphoneFill as PromoteFillIcon, Megaphone as PromoteIcon, Lock as Protected, LockDuotone as ProtectedDuotone, LockDuotone as ProtectedDuotoneIcon, LockFill as ProtectedFill, LockFill as ProtectedFillIcon, Lock as ProtectedIcon, Unlock as Public, UnlockDuotone as PublicDuotone, UnlockDuotone as PublicDuotoneIcon, UnlockFill as PublicFill, UnlockFill as PublicFillIcon, Unlock as PublicIcon, Search as Query, SearchDuotone as QueryDuotone, SearchDuotone as QueryDuotoneIcon, SearchFill as QueryFill, SearchFill as QueryFillIcon, Search as QueryIcon, CircleQuestionMark as Question, CircleQuestionMarkDuotone as QuestionDuotone, CircleQuestionMarkDuotone as QuestionDuotoneIcon, CircleQuestionMarkFill as QuestionFill, CircleQuestionMarkFill as QuestionFillIcon, CircleQuestionMark as QuestionIcon, QuotationMarkLeft, QuotationMarkLeftDuotone, QuotationMarkLeftDuotone as QuotationMarkLeftDuotoneIcon, QuotationMarkLeftFill, QuotationMarkLeftFill as QuotationMarkLeftFillIcon, QuotationMarkLeft as QuotationMarkLeftIcon, QuotationMarkRight, QuotationMarkRightDuotone, QuotationMarkRightDuotone as QuotationMarkRightDuotoneIcon, QuotationMarkRightFill, QuotationMarkRightFill as QuotationMarkRightFillIcon, QuotationMarkRight as QuotationMarkRightIcon, QuotationMarkLeft as QuoteLeft, QuotationMarkLeftDuotone as QuoteLeftDuotone, QuotationMarkLeftDuotone as QuoteLeftDuotoneIcon, QuotationMarkLeftFill as QuoteLeftFill, QuotationMarkLeftFill as QuoteLeftFillIcon, QuotationMarkLeft as QuoteLeftIcon, QuotationMarkRight as QuoteRight, QuotationMarkRightDuotone as QuoteRightDuotone, QuotationMarkRightDuotone as QuoteRightDuotoneIcon, QuotationMarkRightFill as QuoteRightFill, QuotationMarkRightFill as QuoteRightFillIcon, QuotationMarkRight as QuoteRightIcon, Star as Rating, StarDuotone as RatingDuotone, StarDuotone as RatingDuotoneIcon, StarFill as RatingFill, StarFill as RatingFillIcon, Star as RatingIcon, Reach, ReachDuotone, ReachDuotone as ReachDuotoneIcon, ReachFill, ReachFill as ReachFillIcon, Reach as ReachIcon, History as Recent, HistoryDuotone as RecentDuotone, HistoryDuotone as RecentDuotoneIcon, HistoryFill as RecentFill, HistoryFill as RecentFillIcon, History as RecentIcon, RotateCw as Redo, RotateCwDuotone as RedoDuotone, RotateCwDuotone as RedoDuotoneIcon, RotateCwFill as RedoFill, RotateCwFill as RedoFillIcon, RotateCw as RedoIcon, Minus as Reduce, MinusDuotone as ReduceDuotone, MinusDuotone as ReduceDuotoneIcon, MinusFill as ReduceFill, MinusFill as ReduceFillIcon, Minus as ReduceIcon, Reel, ReelDuotone, ReelDuotone as ReelDuotoneIcon, ReelFill, ReelFill as ReelFillIcon, Reel as ReelIcon, RefreshCw as Refresh, RefreshCw, RefreshCwDuotone, RefreshCwDuotone as RefreshCwDuotoneIcon, RefreshCwFill, RefreshCwFill as RefreshCwFillIcon, RefreshCw as RefreshCwIcon, RefreshCwDuotone as RefreshDuotone, RefreshCwDuotone as RefreshDuotoneIcon, RefreshCwFill as RefreshFill, RefreshCwFill as RefreshFillIcon, RefreshCw as RefreshIcon, RefreshCw as Reload, RefreshCwDuotone as ReloadDuotone, RefreshCwDuotone as ReloadDuotoneIcon, RefreshCwFill as ReloadFill, RefreshCwFill as ReloadFillIcon, RefreshCw as ReloadIcon, Trash as Remove, TrashDuotone as RemoveDuotone, TrashDuotone as RemoveDuotoneIcon, TrashFill as RemoveFill, TrashFill as RemoveFillIcon, RemoveFormatting, RemoveFormattingDuotone, RemoveFormattingDuotone as RemoveFormattingDuotoneIcon, RemoveFormattingFill, RemoveFormattingFill as RemoveFormattingFillIcon, RemoveFormatting as RemoveFormattingIcon, Trash as RemoveIcon, ArrowDownUp as Reorder, ArrowDownUpDuotone as ReorderDuotone, ArrowDownUpDuotone as ReorderDuotoneIcon, ArrowDownUpFill as ReorderFill, ArrowDownUpFill as ReorderFillIcon, ArrowDownUp as ReorderIcon, Reply, ReplyDuotone, ReplyDuotone as ReplyDuotoneIcon, ReplyFill, ReplyFill as ReplyFillIcon, Reply as ReplyIcon, Move as Reposition, MoveDuotone as RepositionDuotone, MoveDuotone as RepositionDuotoneIcon, MoveFill as RepositionFill, MoveFill as RepositionFillIcon, Move as RepositionIcon, Reply as Respond, ReplyDuotone as RespondDuotone, ReplyDuotone as RespondDuotoneIcon, ReplyFill as RespondFill, ReplyFill as RespondFillIcon, Reply as RespondIcon, ArrowRight as Right, ArrowRightDuotone as RightDuotone, ArrowRightDuotone as RightDuotoneIcon, ArrowRightFill as RightFill, ArrowRightFill as RightFillIcon, ArrowRight as RightIcon, TrendingUp as Rising, TrendingUpDuotone as RisingDuotone, TrendingUpDuotone as RisingDuotoneIcon, TrendingUpFill as RisingFill, TrendingUpFill as RisingFillIcon, TrendingUp as RisingIcon, Rolodex, RolodexDuotone, RolodexDuotone as RolodexDuotoneIcon, RolodexFill, RolodexFill as RolodexFillIcon, Rolodex as RolodexIcon, ClipboardList as Roster, ClipboardListDuotone as RosterDuotone, ClipboardListDuotone as RosterDuotoneIcon, ClipboardListFill as RosterFill, ClipboardListFill as RosterFillIcon, ClipboardList as RosterIcon, RotateCw as Rotate, RotateCw, RotateCwDuotone, RotateCwDuotone as RotateCwDuotoneIcon, RotateCwFill, RotateCwFill as RotateCwFillIcon, RotateCw as RotateCwIcon, RotateCwDuotone as RotateDuotone, RotateCwDuotone as RotateDuotoneIcon, RotateCwFill as RotateFill, RotateCwFill as RotateFillIcon, RotateCw as RotateIcon, Rows2 as Rows, Rows2, Rows2Duotone, Rows2Duotone as Rows2DuotoneIcon, Rows2Fill, Rows2Fill as Rows2FillIcon, Rows2 as Rows2Icon, Rows2Duotone as RowsDuotone, Rows2Duotone as RowsDuotoneIcon, Rows2Fill as RowsFill, Rows2Fill as RowsFillIcon, Rows2 as RowsIcon, Frown as Sad, FrownDuotone as SadDuotone, FrownDuotone as SadDuotoneIcon, FrownFill as SadFill, FrownFill as SadFillIcon, Frown as SadIcon, Save, SaveDuotone, SaveDuotone as SaveDuotoneIcon, SaveFill, SaveFill as SaveFillIcon, Save as SaveIcon, Bookmark as Saved, BookmarkDuotone as SavedDuotone, BookmarkDuotone as SavedDuotoneIcon, BookmarkFill as SavedFill, BookmarkFill as SavedFillIcon, Bookmark as SavedIcon, Calendar as Schedule, CalendarDuotone as ScheduleDuotone, CalendarDuotone as ScheduleDuotoneIcon, CalendarFill as ScheduleFill, CalendarFill as ScheduleFillIcon, Calendar as ScheduleIcon, Search, SearchDuotone, SearchDuotone as SearchDuotoneIcon, SearchFill, SearchFill as SearchFillIcon, Search as SearchIcon, SearchUser as SearchPerson, SearchUserDuotone as SearchPersonDuotone, SearchUserDuotone as SearchPersonDuotoneIcon, SearchUserFill as SearchPersonFill, SearchUserFill as SearchPersonFillIcon, SearchUser as SearchPersonIcon, SearchUser, SearchUserDuotone, SearchUserDuotone as SearchUserDuotoneIcon, SearchUserFill, SearchUserFill as SearchUserFillIcon, SearchUser as SearchUserIcon, Lock as Secure, LockDuotone as SecureDuotone, LockDuotone as SecureDuotoneIcon, LockFill as SecureFill, LockFill as SecureFillIcon, Lock as SecureIcon, Upload as Send, UploadDuotone as SendDuotone, UploadDuotone as SendDuotoneIcon, UploadFill as SendFill, UploadFill as SendFillIcon, Upload as SendIcon, Cog as Settings, CogDuotone as SettingsDuotone, CogDuotone as SettingsDuotoneIcon, CogFill as SettingsFill, CogFill as SettingsFillIcon, Cog as SettingsIcon, Share, ShareDuotone, ShareDuotone as ShareDuotoneIcon, ShareFill, ShareFill as ShareFillIcon, Share as ShareIcon, Share as ShareLink, ShareDuotone as ShareLinkDuotone, ShareDuotone as ShareLinkDuotoneIcon, ShareFill as ShareLinkFill, ShareFill as ShareLinkFillIcon, Share as ShareLinkIcon, Sparkles as Shine, SparklesDuotone as ShineDuotone, SparklesDuotone as ShineDuotoneIcon, SparklesFill as ShineFill, SparklesFill as ShineFillIcon, Sparkles as ShineIcon, Reel as Short, ReelDuotone as ShortDuotone, ReelDuotone as ShortDuotoneIcon, ReelFill as ShortFill, ReelFill as ShortFillIcon, Reel as ShortIcon, Reel as ShortVideo, ReelDuotone as ShortVideoDuotone, ReelDuotone as ShortVideoDuotoneIcon, ReelFill as ShortVideoFill, ReelFill as ShortVideoFillIcon, Reel as ShortVideoIcon, Command as Shortcut, CommandDuotone as ShortcutDuotone, CommandDuotone as ShortcutDuotoneIcon, CommandFill as ShortcutFill, CommandFill as ShortcutFillIcon, Command as ShortcutIcon, Eye as Show, EyeDuotone as ShowDuotone, EyeDuotone as ShowDuotoneIcon, EyeFill as ShowFill, EyeFill as ShowFillIcon, Eye as ShowIcon, PanelLeft as SidebarLeft, PanelLeftDuotone as SidebarLeftDuotone, PanelLeftDuotone as SidebarLeftDuotoneIcon, PanelLeftFill as SidebarLeftFill, PanelLeftFill as SidebarLeftFillIcon, PanelLeft as SidebarLeftIcon, PanelRight as SidebarRight, PanelRightDuotone as SidebarRightDuotone, PanelRightDuotone as SidebarRightDuotoneIcon, PanelRightFill as SidebarRightFill, PanelRightFill as SidebarRightFillIcon, PanelRight as SidebarRightIcon, LogOut as SignOut, LogOutDuotone as SignOutDuotone, LogOutDuotone as SignOutDuotoneIcon, LogOutFill as SignOutFill, LogOutFill as SignOutFillIcon, LogOut as SignOutIcon, Hotspot as Signal, HotspotDuotone as SignalDuotone, HotspotDuotone as SignalDuotoneIcon, HotspotFill as SignalFill, HotspotFill as SignalFillIcon, Hotspot as SignalIcon, LogOut as Signout, LogOutDuotone as SignoutDuotone, LogOutDuotone as SignoutDuotoneIcon, LogOutFill as SignoutFill, LogOutFill as SignoutFillIcon, LogOut as SignoutIcon, VolumeOff as Silent, VolumeOffDuotone as SilentDuotone, VolumeOffDuotone as SilentDuotoneIcon, VolumeOffFill as SilentFill, VolumeOffFill as SilentFillIcon, VolumeOff as SilentIcon, Slash, SlashDuotone, SlashDuotone as SlashDuotoneIcon, SlashFill, SlashFill as SlashFillIcon, Slash as SlashIcon, SlidersHorizontal, SlidersHorizontalDuotone, SlidersHorizontalDuotone as SlidersHorizontalDuotoneIcon, SlidersHorizontalFill, SlidersHorizontalFill as SlidersHorizontalFillIcon, SlidersHorizontal as SlidersHorizontalIcon, Smile, SmileDuotone, SmileDuotone as SmileDuotoneIcon, SmileFill, SmileFill as SmileFillIcon, Smile as SmileIcon, Smile as Smiley, SmileDuotone as SmileyDuotone, SmileDuotone as SmileyDuotoneIcon, SmileFill as SmileyFill, SmileFill as SmileyFillIcon, Smile as SmileyIcon, ArrowDownSC as Snapchat, ArrowDownSCDuotone as SnapchatDuotone, ArrowDownSCDuotone as SnapchatDuotoneIcon, ArrowDownSCFill as SnapchatFill, ArrowDownSCFill as SnapchatFillIcon, ArrowDownSC as SnapchatIcon, ArrowDownUp as Sort, ArrowUpAZ as SortAZ, ArrowUpAZDuotone as SortAZDuotone, ArrowUpAZDuotone as SortAZDuotoneIcon, ArrowUpAZFill as SortAZFill, ArrowUpAZFill as SortAZFillIcon, ArrowUpAZ as SortAZIcon, ArrowUpAZ as SortAlphaAsc, ArrowUpAZDuotone as SortAlphaAscDuotone, ArrowUpAZDuotone as SortAlphaAscDuotoneIcon, ArrowUpAZFill as SortAlphaAscFill, ArrowUpAZFill as SortAlphaAscFillIcon, ArrowUpAZ as SortAlphaAscIcon, ArrowUpZA as SortAlphaDesc, ArrowUpZADuotone as SortAlphaDescDuotone, ArrowUpZADuotone as SortAlphaDescDuotoneIcon, ArrowUpZAFill as SortAlphaDescFill, ArrowUpZAFill as SortAlphaDescFillIcon, ArrowUpZA as SortAlphaDescIcon, ArrowDownNarrowWide as SortAsc, ArrowUpNarrowWide as SortAscAlt, ArrowUpNarrowWideDuotone as SortAscAltDuotone, ArrowUpNarrowWideDuotone as SortAscAltDuotoneIcon, ArrowUpNarrowWideFill as SortAscAltFill, ArrowUpNarrowWideFill as SortAscAltFillIcon, ArrowUpNarrowWide as SortAscAltIcon, ArrowDownNarrowWideDuotone as SortAscDuotone, ArrowDownNarrowWideDuotone as SortAscDuotoneIcon, ArrowDownNarrowWideFill as SortAscFill, ArrowDownNarrowWideFill as SortAscFillIcon, ArrowDownNarrowWide as SortAscIcon, ArrowDownNarrowWide as SortAscending, ArrowDownNarrowWideDuotone as SortAscendingDuotone, ArrowDownNarrowWideDuotone as SortAscendingDuotoneIcon, ArrowDownNarrowWideFill as SortAscendingFill, ArrowDownNarrowWideFill as SortAscendingFillIcon, ArrowDownNarrowWide as SortAscendingIcon, ArrowUpWideNarrow as SortDesc, ArrowDownWideNarrow as SortDescAlt, ArrowDownWideNarrowDuotone as SortDescAltDuotone, ArrowDownWideNarrowDuotone as SortDescAltDuotoneIcon, ArrowDownWideNarrowFill as SortDescAltFill, ArrowDownWideNarrowFill as SortDescAltFillIcon, ArrowDownWideNarrow as SortDescAltIcon, ArrowUpWideNarrowDuotone as SortDescDuotone, ArrowUpWideNarrowDuotone as SortDescDuotoneIcon, ArrowUpWideNarrowFill as SortDescFill, ArrowUpWideNarrowFill as SortDescFillIcon, ArrowUpWideNarrow as SortDescIcon, ArrowUpWideNarrow as SortDescending, ArrowUpWideNarrowDuotone as SortDescendingDuotone, ArrowUpWideNarrowDuotone as SortDescendingDuotoneIcon, ArrowUpWideNarrowFill as SortDescendingFill, ArrowUpWideNarrowFill as SortDescendingFillIcon, ArrowUpWideNarrow as SortDescendingIcon, ArrowDownUpDuotone as SortDuotone, ArrowDownUpDuotone as SortDuotoneIcon, ArrowDownUpFill as SortFill, ArrowDownUpFill as SortFillIcon, ArrowDownUp as SortIcon, ArrowDown01 as SortNumeric, ArrowDown01Duotone as SortNumericDuotone, ArrowDown01Duotone as SortNumericDuotoneIcon, ArrowDown01Fill as SortNumericFill, ArrowDown01Fill as SortNumericFillIcon, ArrowDown01 as SortNumericIcon, TriangleDownUp as SortToggle, TriangleDownUpDuotone as SortToggleDuotone, TriangleDownUpDuotone as SortToggleDuotoneIcon, TriangleDownUpFill as SortToggleFill, TriangleDownUpFill as SortToggleFillIcon, TriangleDownUp as SortToggleIcon, ArrowUpZA as SortZA, ArrowUpZADuotone as SortZADuotone, ArrowUpZADuotone as SortZADuotoneIcon, ArrowUpZAFill as SortZAFill, ArrowUpZAFill as SortZAFillIcon, ArrowUpZA as SortZAIcon, Volume2 as Sound, Volume2Duotone as SoundDuotone, Volume2Duotone as SoundDuotoneIcon, Volume2Fill as SoundFill, Volume2Fill as SoundFillIcon, Volume2 as SoundIcon, ArrowDown as South, ArrowDownDuotone as SouthDuotone, ArrowDownDuotone as SouthDuotoneIcon, ArrowDownFill as SouthFill, ArrowDownFill as SouthFillIcon, ArrowDown as SouthIcon, Sparkles, SparklesDuotone, SparklesDuotone as SparklesDuotoneIcon, SparklesFill, SparklesFill as SparklesFillIcon, Sparkles as SparklesIcon, Volume2 as Speaker, Volume2Duotone as SpeakerDuotone, Volume2Duotone as SpeakerDuotoneIcon, Volume2Fill as SpeakerFill, Volume2Fill as SpeakerFillIcon, Volume2 as SpeakerIcon, VolumeOff as SpeakerOff, VolumeOffDuotone as SpeakerOffDuotone, VolumeOffDuotone as SpeakerOffDuotoneIcon, VolumeOffFill as SpeakerOffFill, VolumeOffFill as SpeakerOffFillIcon, VolumeOff as SpeakerOffIcon, LoaderCircle as Spinner, LoaderCircleDuotone as SpinnerDuotone, LoaderCircleDuotone as SpinnerDuotoneIcon, LoaderCircleFill as SpinnerFill, LoaderCircleFill as SpinnerFillIcon, LoaderCircle as SpinnerIcon, Square, SquareDuotone, SquareDuotone as SquareDuotoneIcon, SquareFill, SquareFill as SquareFillIcon, Square as SquareIcon, SquarePen, SquarePenDuotone, SquarePenDuotone as SquarePenDuotoneIcon, SquarePenFill, SquarePenFill as SquarePenFillIcon, SquarePen as SquarePenIcon, Star, StarDuotone, StarDuotone as StarDuotoneIcon, StarFill, StarFill as StarFillIcon, Star as StarIcon, Play as Start, PlayDuotone as StartDuotone, PlayDuotone as StartDuotoneIcon, PlayFill as StartFill, PlayFill as StartFillIcon, Play as StartIcon, ChartColumnSquare as Stats, ChartColumnSquareDuotone as StatsDuotone, ChartColumnSquareDuotone as StatsDuotoneIcon, ChartColumnSquareFill as StatsFill, ChartColumnSquareFill as StatsFillIcon, ChartColumnSquare as StatsIcon, Pin as Stick, PinDuotone as StickDuotone, PinDuotone as StickDuotoneIcon, PinFill as StickFill, PinFill as StickFillIcon, Pin as StickIcon, Square as Stop, SquareDuotone as StopDuotone, SquareDuotone as StopDuotoneIcon, SquareFill as StopFill, SquareFill as StopFillIcon, Square as StopIcon, Archive as Storage, ArchiveDuotone as StorageDuotone, ArchiveDuotone as StorageDuotoneIcon, ArchiveFill as StorageFill, ArchiveFill as StorageFillIcon, Archive as StorageIcon, Bold as Strong, BoldDuotone as StrongDuotone, BoldDuotone as StrongDuotoneIcon, BoldFill as StrongFill, BoldFill as StrongFillIcon, Bold as StrongIcon, Minus as Subtract, MinusDuotone as SubtractDuotone, MinusDuotone as SubtractDuotoneIcon, MinusFill as SubtractFill, MinusFill as SubtractFillIcon, Minus as SubtractIcon, Checkmark as Success, CheckmarkDuotone as SuccessDuotone, CheckmarkDuotone as SuccessDuotoneIcon, CheckmarkFill as SuccessFill, CheckmarkFill as SuccessFillIcon, Checkmark as SuccessIcon, Sun, SunDuotone, SunDuotone as SunDuotoneIcon, SunFill, SunFill as SunFillIcon, Sun as SunIcon, CircleQuestionMark as Support, CircleQuestionMarkDuotone as SupportDuotone, CircleQuestionMarkDuotone as SupportDuotoneIcon, CircleQuestionMarkFill as SupportFill, CircleQuestionMarkFill as SupportFillIcon, CircleQuestionMark as SupportIcon, ArrowDownUp as Swap, ArrowDownUpDuotone as SwapDuotone, ArrowDownUpDuotone as SwapDuotoneIcon, ArrowDownUpFill as SwapFill, ArrowDownUpFill as SwapFillIcon, ArrowDownUp as SwapIcon, RefreshCw as Sync, RefreshCwDuotone as SyncDuotone, RefreshCwDuotone as SyncDuotoneIcon, RefreshCwFill as SyncFill, RefreshCwFill as SyncFillIcon, RefreshCw as SyncIcon, Pin as Tack, PinDuotone as TackDuotone, PinDuotone as TackDuotoneIcon, PinFill as TackFill, PinFill as TackFillIcon, Pin as TackIcon, Checkbox as Task, CheckboxDuotone as TaskDuotone, CheckboxDuotone as TaskDuotoneIcon, CheckboxFill as TaskFill, CheckboxFill as TaskFillIcon, Checkbox as TaskIcon, ClipboardList as Tasks, ClipboardListDuotone as TasksDuotone, ClipboardListDuotone as TasksDuotoneIcon, ClipboardListFill as TasksFill, ClipboardListFill as TasksFillIcon, ClipboardList as TasksIcon, Users as Team, UsersDuotone as TeamDuotone, UsersDuotone as TeamDuotoneIcon, UsersFill as TeamFill, UsersFill as TeamFillIcon, Users as TeamIcon, TextAlignCenter, TextAlignCenterDuotone, TextAlignCenterDuotone as TextAlignCenterDuotoneIcon, TextAlignCenterFill, TextAlignCenterFill as TextAlignCenterFillIcon, TextAlignCenter as TextAlignCenterIcon, TextAlignEnd, TextAlignEndDuotone, TextAlignEndDuotone as TextAlignEndDuotoneIcon, TextAlignEndFill, TextAlignEndFill as TextAlignEndFillIcon, TextAlignEnd as TextAlignEndIcon, TextAlignJustify, TextAlignJustifyDuotone, TextAlignJustifyDuotone as TextAlignJustifyDuotoneIcon, TextAlignJustifyFill, TextAlignJustifyFill as TextAlignJustifyFillIcon, TextAlignJustify as TextAlignJustifyIcon, TextAlignStart, TextAlignStartDuotone, TextAlignStartDuotone as TextAlignStartDuotoneIcon, TextAlignStartFill, TextAlignStartFill as TextAlignStartFillIcon, TextAlignStart as TextAlignStartIcon, Bold as TextBold, BoldDuotone as TextBoldDuotone, BoldDuotone as TextBoldDuotoneIcon, BoldFill as TextBoldFill, BoldFill as TextBoldFillIcon, Bold as TextBoldIcon, Italic as TextItalic, ItalicDuotone as TextItalicDuotone, ItalicDuotone as TextItalicDuotoneIcon, ItalicFill as TextItalicFill, ItalicFill as TextItalicFillIcon, Italic as TextItalicIcon, Columns3 as ThreeColumns, Columns3Duotone as ThreeColumnsDuotone, Columns3Duotone as ThreeColumnsDuotoneIcon, Columns3Fill as ThreeColumnsFill, Columns3Fill as ThreeColumnsFillIcon, Columns3 as ThreeColumnsIcon, ThumbsDown, ThumbsDownDuotone, ThumbsDownDuotone as ThumbsDownDuotoneIcon, ThumbsDownFill, ThumbsDownFill as ThumbsDownFillIcon, ThumbsDown as ThumbsDownIcon, ThumbsUp, ThumbsUpDuotone, ThumbsUpDuotone as ThumbsUpDuotoneIcon, ThumbsUpFill, ThumbsUpFill as ThumbsUpFillIcon, ThumbsUp as ThumbsUpIcon, Pin as Thumbtack, PinDuotone as ThumbtackDuotone, PinDuotone as ThumbtackDuotoneIcon, PinFill as ThumbtackFill, PinFill as ThumbtackFillIcon, Pin as ThumbtackIcon, Checkmark as Tick, CheckmarkDuotone as TickDuotone, CheckmarkDuotone as TickDuotoneIcon, CheckmarkFill as TickFill, CheckmarkFill as TickFillIcon, Checkmark as TickIcon, ArrowDownTT as Tiktok, ArrowDownTTDuotone as TiktokDuotone, ArrowDownTTDuotone as TiktokDuotoneIcon, ArrowDownTTFill as TiktokFill, ArrowDownTTFill as TiktokFillIcon, ArrowDownTT as TiktokIcon, Grid2x2 as Tiles, Grid2x2Duotone as TilesDuotone, Grid2x2Duotone as TilesDuotoneIcon, Grid2x2Fill as TilesFill, Grid2x2Fill as TilesFillIcon, Grid2x2 as TilesIcon, Clock as Time, ClockDuotone as TimeDuotone, ClockDuotone as TimeDuotoneIcon, ClockFill as TimeFill, ClockFill as TimeFillIcon, Clock as TimeIcon, CircleX as Times, CircleXDuotone as TimesDuotone, CircleXDuotone as TimesDuotoneIcon, CircleXFill as TimesFill, CircleXFill as TimesFillIcon, CircleX as TimesIcon, ClipboardList as Todo, ClipboardListDuotone as TodoDuotone, ClipboardListDuotone as TodoDuotoneIcon, ClipboardListFill as TodoFill, ClipboardListFill as TodoFillIcon, ClipboardList as TodoIcon, Trash, TrashDuotone, TrashDuotone as TrashDuotoneIcon, TrashEmpty, TrashEmptyDuotone, TrashEmptyDuotone as TrashEmptyDuotoneIcon, TrashEmptyFill, TrashEmptyFill as TrashEmptyFillIcon, TrashEmpty as TrashEmptyIcon, TrashFill, TrashFill as TrashFillIcon, Trash as TrashIcon, Inbox as Tray, InboxDuotone as TrayDuotone, InboxDuotone as TrayDuotoneIcon, InboxFill as TrayFill, InboxFill as TrayFillIcon, Inbox as TrayIcon, Flame as Trending, TrendingDown, TrendingDownDuotone, TrendingDownDuotone as TrendingDownDuotoneIcon, TrendingDownFill, TrendingDownFill as TrendingDownFillIcon, TrendingDown as TrendingDownIcon, FlameDuotone as TrendingDuotone, FlameDuotone as TrendingDuotoneIcon, FlameFill as TrendingFill, FlameFill as TrendingFillIcon, Flame as TrendingIcon, TrendingUp, TrendingUpDuotone, TrendingUpDuotone as TrendingUpDuotoneIcon, TrendingUpFill, TrendingUpFill as TrendingUpFillIcon, TrendingUp as TrendingUpIcon, TriangleDown, TriangleDownDuotone, TriangleDownDuotone as TriangleDownDuotoneIcon, TriangleDownFill, TriangleDownFill as TriangleDownFillIcon, TriangleDown as TriangleDownIcon, TriangleDownUp, TriangleDownUpDuotone, TriangleDownUpDuotone as TriangleDownUpDuotoneIcon, TriangleDownUpFill, TriangleDownUpFill as TriangleDownUpFillIcon, TriangleDownUp as TriangleDownUpIcon, TriangleUp, TriangleUpDuotone, TriangleUpDuotone as TriangleUpDuotoneIcon, TriangleUpFill, TriangleUpFill as TriangleUpFillIcon, TriangleUp as TriangleUpIcon, RotateCw as Turn, RotateCwDuotone as TurnDuotone, RotateCwDuotone as TurnDuotoneIcon, RotateCwFill as TurnFill, RotateCwFill as TurnFillIcon, RotateCw as TurnIcon, History as Undo, HistoryDuotone as UndoDuotone, HistoryDuotone as UndoDuotoneIcon, HistoryFill as UndoFill, HistoryFill as UndoFillIcon, History as UndoIcon, Frown as Unhappy, FrownDuotone as UnhappyDuotone, FrownDuotone as UnhappyDuotoneIcon, FrownFill as UnhappyFill, FrownFill as UnhappyFillIcon, Frown as UnhappyIcon, Unlink, UnlinkDuotone, UnlinkDuotone as UnlinkDuotoneIcon, UnlinkFill, UnlinkFill as UnlinkFillIcon, Unlink as UnlinkIcon, Unlock, UnlockDuotone, UnlockDuotone as UnlockDuotoneIcon, UnlockFill, UnlockFill as UnlockFillIcon, Unlock as UnlockIcon, Unlock as Unlocked, UnlockDuotone as UnlockedDuotone, UnlockDuotone as UnlockedDuotoneIcon, UnlockFill as UnlockedFill, UnlockFill as UnlockedFillIcon, Unlock as UnlockedIcon, Unlock as Unsecure, UnlockDuotone as UnsecureDuotone, UnlockDuotone as UnsecureDuotoneIcon, UnlockFill as UnsecureFill, UnlockFill as UnsecureFillIcon, Unlock as UnsecureIcon, ArrowUp as Up, ArrowUpDuotone as UpDuotone, ArrowUpDuotone as UpDuotoneIcon, ArrowUpFill as UpFill, ArrowUpFill as UpFillIcon, ArrowUp as UpIcon, Upload, UploadDuotone, UploadDuotone as UploadDuotoneIcon, FileArrowUp as UploadFile, FileArrowUpDuotone as UploadFileDuotone, FileArrowUpDuotone as UploadFileDuotoneIcon, FileArrowUpFill as UploadFileFill, FileArrowUpFill as UploadFileFillIcon, FileArrowUp as UploadFileIcon, UploadFill, UploadFill as UploadFillIcon, Upload as UploadIcon, Link as Url, LinkDuotone as UrlDuotone, LinkDuotone as UrlDuotoneIcon, LinkFill as UrlFill, LinkFill as UrlFillIcon, Link as UrlIcon, User, UserArrowLeft, UserArrowLeftDuotone, UserArrowLeftDuotone as UserArrowLeftDuotoneIcon, UserArrowLeftFill, UserArrowLeftFill as UserArrowLeftFillIcon, UserArrowLeft as UserArrowLeftIcon, UserArrowLeftRight, UserArrowLeftRightDuotone, UserArrowLeftRightDuotone as UserArrowLeftRightDuotoneIcon, UserArrowLeftRightFill, UserArrowLeftRightFill as UserArrowLeftRightFillIcon, UserArrowLeftRight as UserArrowLeftRightIcon, UserArrowOutUpRight, UserArrowOutUpRightDuotone, UserArrowOutUpRightDuotone as UserArrowOutUpRightDuotoneIcon, UserArrowOutUpRightFill, UserArrowOutUpRightFill as UserArrowOutUpRightFillIcon, UserArrowOutUpRight as UserArrowOutUpRightIcon, UserArrowRight, UserArrowRightDuotone, UserArrowRightDuotone as UserArrowRightDuotoneIcon, UserArrowRightFill, UserArrowRightFill as UserArrowRightFillIcon, UserArrowRight as UserArrowRightIcon, UserCog, UserCogDuotone, UserCogDuotone as UserCogDuotoneIcon, UserCogFill, UserCogFill as UserCogFillIcon, UserCog as UserCogIcon, FileUser as UserDocument, FileUserDuotone as UserDocumentDuotone, FileUserDuotone as UserDocumentDuotoneIcon, FileUserFill as UserDocumentFill, FileUserFill as UserDocumentFillIcon, FileUser as UserDocumentIcon, UserDuotone, UserDuotone as UserDuotoneIcon, UserFill, UserFill as UserFillIcon, User as UserIcon, UserPlus, UserPlusDuotone, UserPlusDuotone as UserPlusDuotoneIcon, UserPlusFill, UserPlusFill as UserPlusFillIcon, UserPlus as UserPlusIcon, SearchUser as UserSearch, SearchUserDuotone as UserSearchDuotone, SearchUserDuotone as UserSearchDuotoneIcon, SearchUserFill as UserSearchFill, SearchUserFill as UserSearchFillIcon, SearchUser as UserSearchIcon, Users, UsersDuotone, UsersDuotone as UsersDuotoneIcon, UsersFill, UsersFill as UsersFillIcon, Users as UsersIcon, Play as Video, PlayDuotone as VideoDuotone, PlayDuotone as VideoDuotoneIcon, PlayFill as VideoFill, PlayFill as VideoFillIcon, Play as VideoIcon, Eye as View, EyeDuotone as ViewDuotone, EyeDuotone as ViewDuotoneIcon, EyeFill as ViewFill, EyeFill as ViewFillIcon, Eye as ViewIcon, Reach as Views, ReachDuotone as ViewsDuotone, ReachDuotone as ViewsDuotoneIcon, ReachFill as ViewsFill, ReachFill as ViewsFillIcon, Reach as ViewsIcon, Eye as Visibility, EyeDuotone as VisibilityDuotone, EyeDuotone as VisibilityDuotoneIcon, EyeFill as VisibilityFill, EyeFill as VisibilityFillIcon, Eye as VisibilityIcon, Eye as Visible, EyeDuotone as VisibleDuotone, EyeDuotone as VisibleDuotoneIcon, EyeFill as VisibleFill, EyeFill as VisibleFillIcon, Eye as VisibleIcon, Volume2 as Volume, Volume2, Volume2Duotone, Volume2Duotone as Volume2DuotoneIcon, Volume2Fill, Volume2Fill as Volume2FillIcon, Volume2 as Volume2Icon, Volume2Duotone as VolumeDuotone, Volume2Duotone as VolumeDuotoneIcon, Volume2Fill as VolumeFill, Volume2Fill as VolumeFillIcon, Volume2 as VolumeIcon, VolumeOff, VolumeOffDuotone, VolumeOffDuotone as VolumeOffDuotoneIcon, VolumeOffFill, VolumeOffFill as VolumeOffFillIcon, VolumeOff as VolumeOffIcon, Alert as Warning, CircleAlert as WarningCircle, CircleAlertDuotone as WarningCircleDuotone, CircleAlertDuotone as WarningCircleDuotoneIcon, CircleAlertFill as WarningCircleFill, CircleAlertFill as WarningCircleFillIcon, CircleAlert as WarningCircleIcon, AlertDuotone as WarningDuotone, AlertDuotone as WarningDuotoneIcon, AlertFill as WarningFill, AlertFill as WarningFillIcon, Alert as WarningIcon, Clock as Watch, ClockDuotone as WatchDuotone, ClockDuotone as WatchDuotoneIcon, ClockFill as WatchFill, ClockFill as WatchFillIcon, Clock as WatchIcon, Globe as Web, GlobeDuotone as WebDuotone, GlobeDuotone as WebDuotoneIcon, GlobeFill as WebFill, GlobeFill as WebFillIcon, Globe as WebIcon, ArrowLeft as West, ArrowLeftDuotone as WestDuotone, ArrowLeftDuotone as WestDuotoneIcon, ArrowLeftFill as WestFill, ArrowLeftFill as WestFillIcon, ArrowLeft as WestIcon, Hotspot as Wifi, HotspotDuotone as WifiDuotone, HotspotDuotone as WifiDuotoneIcon, HotspotFill as WifiFill, HotspotFill as WifiFillIcon, Hotspot as WifiIcon, Hotspot as Wireless, HotspotDuotone as WirelessDuotone, HotspotDuotone as WirelessDuotoneIcon, HotspotFill as WirelessFill, HotspotFill as WirelessFillIcon, Hotspot as WirelessIcon, Globe as World, GlobeDuotone as WorldDuotone, GlobeDuotone as WorldDuotoneIcon, GlobeFill as WorldFill, GlobeFill as WorldFillIcon, Globe as WorldIcon, Pencil as Write, PencilDuotone as WriteDuotone, PencilDuotone as WriteDuotoneIcon, PencilFill as WriteFill, PencilFill as WriteFillIcon, Pencil as WriteIcon, SquarePen as WriteNew, SquarePenDuotone as WriteNewDuotone, SquarePenDuotone as WriteNewDuotoneIcon, SquarePenFill as WriteNewFill, SquarePenFill as WriteNewFillIcon, SquarePen as WriteNewIcon, CircleX as X, CircleXDuotone as XDuotone, CircleXDuotone as XDuotoneIcon, CircleXFill as XFill, CircleXFill as XFillIcon, CircleX as XIcon, ThumbsUp as Yes, ThumbsUpDuotone as YesDuotone, ThumbsUpDuotone as YesDuotoneIcon, ThumbsUpFill as YesFill, ThumbsUpFill as YesFillIcon, ThumbsUp as YesIcon, ArrowDownYT as Youtube, ArrowDownYTDuotone as YoutubeDuotone, ArrowDownYTDuotone as YoutubeDuotoneIcon, ArrowDownYTFill as YoutubeFill, ArrowDownYTFill as YoutubeFillIcon, ArrowDownYT as YoutubeIcon, aliasToCanonical, allNames, createFoamicon, getCanonicalName, iconAliases, iconNames, iconTags, logoAliases, logoNames, logoTags };