@ekanos/ui 0.1.4 → 0.1.5
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/README.md +8 -1
- package/dist/icon.d.ts +12 -12
- package/dist/icon.js +2596 -3
- package/dist/styles.css +82 -0
- package/package.json +5 -2
package/dist/icon.js
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
+
// src/icon.ts
|
|
4
|
+
import { createElement } from "react";
|
|
5
|
+
|
|
3
6
|
// ../ui/src/custom/icon.tsx
|
|
4
7
|
import {
|
|
5
8
|
createContext,
|
|
@@ -777,14 +780,2604 @@ function renderIcon(name, className) {
|
|
|
777
780
|
if (!name) return null;
|
|
778
781
|
return /* @__PURE__ */ jsx(FaIcon, { value: toFaValue(name), className });
|
|
779
782
|
}
|
|
783
|
+
|
|
784
|
+
// src/_impl/fa-free-icon-names.generated.ts
|
|
785
|
+
var FA_FREE_ICON_NAMES = /* @__PURE__ */ new Set([
|
|
786
|
+
"11ty",
|
|
787
|
+
"42-group",
|
|
788
|
+
"500px",
|
|
789
|
+
"a11y-project",
|
|
790
|
+
"accessible-icon",
|
|
791
|
+
"accusoft",
|
|
792
|
+
"ad",
|
|
793
|
+
"address-book",
|
|
794
|
+
"address-card",
|
|
795
|
+
"adjust",
|
|
796
|
+
"adn",
|
|
797
|
+
"adversal",
|
|
798
|
+
"affiliatetheme",
|
|
799
|
+
"air-freshener",
|
|
800
|
+
"airbnb",
|
|
801
|
+
"alarm-clock",
|
|
802
|
+
"algolia",
|
|
803
|
+
"align-center",
|
|
804
|
+
"align-justify",
|
|
805
|
+
"align-left",
|
|
806
|
+
"align-right",
|
|
807
|
+
"alipay",
|
|
808
|
+
"allergies",
|
|
809
|
+
"amazon",
|
|
810
|
+
"amazon-pay",
|
|
811
|
+
"ambulance",
|
|
812
|
+
"american-sign-language-interpreting",
|
|
813
|
+
"amilia",
|
|
814
|
+
"anchor",
|
|
815
|
+
"anchor-circle-check",
|
|
816
|
+
"anchor-circle-exclamation",
|
|
817
|
+
"anchor-circle-xmark",
|
|
818
|
+
"anchor-lock",
|
|
819
|
+
"android",
|
|
820
|
+
"angellist",
|
|
821
|
+
"angle-double-down",
|
|
822
|
+
"angle-double-left",
|
|
823
|
+
"angle-double-right",
|
|
824
|
+
"angle-double-up",
|
|
825
|
+
"angle-down",
|
|
826
|
+
"angle-left",
|
|
827
|
+
"angle-right",
|
|
828
|
+
"angle-up",
|
|
829
|
+
"angles-down",
|
|
830
|
+
"angles-left",
|
|
831
|
+
"angles-right",
|
|
832
|
+
"angles-up",
|
|
833
|
+
"angry",
|
|
834
|
+
"angrycreative",
|
|
835
|
+
"angular",
|
|
836
|
+
"ankh",
|
|
837
|
+
"app-store",
|
|
838
|
+
"app-store-ios",
|
|
839
|
+
"apper",
|
|
840
|
+
"apple",
|
|
841
|
+
"apple-alt",
|
|
842
|
+
"apple-pay",
|
|
843
|
+
"apple-whole",
|
|
844
|
+
"aquarius",
|
|
845
|
+
"arch-linux",
|
|
846
|
+
"archive",
|
|
847
|
+
"archway",
|
|
848
|
+
"area-chart",
|
|
849
|
+
"aries",
|
|
850
|
+
"arrow-alt-circle-down",
|
|
851
|
+
"arrow-alt-circle-left",
|
|
852
|
+
"arrow-alt-circle-right",
|
|
853
|
+
"arrow-alt-circle-up",
|
|
854
|
+
"arrow-circle-down",
|
|
855
|
+
"arrow-circle-left",
|
|
856
|
+
"arrow-circle-right",
|
|
857
|
+
"arrow-circle-up",
|
|
858
|
+
"arrow-down",
|
|
859
|
+
"arrow-down-1-9",
|
|
860
|
+
"arrow-down-9-1",
|
|
861
|
+
"arrow-down-a-z",
|
|
862
|
+
"arrow-down-long",
|
|
863
|
+
"arrow-down-short-wide",
|
|
864
|
+
"arrow-down-up-across-line",
|
|
865
|
+
"arrow-down-up-lock",
|
|
866
|
+
"arrow-down-wide-short",
|
|
867
|
+
"arrow-down-z-a",
|
|
868
|
+
"arrow-left",
|
|
869
|
+
"arrow-left-long",
|
|
870
|
+
"arrow-left-rotate",
|
|
871
|
+
"arrow-pointer",
|
|
872
|
+
"arrow-right",
|
|
873
|
+
"arrow-right-arrow-left",
|
|
874
|
+
"arrow-right-from-bracket",
|
|
875
|
+
"arrow-right-from-file",
|
|
876
|
+
"arrow-right-long",
|
|
877
|
+
"arrow-right-rotate",
|
|
878
|
+
"arrow-right-to-bracket",
|
|
879
|
+
"arrow-right-to-city",
|
|
880
|
+
"arrow-right-to-file",
|
|
881
|
+
"arrow-rotate-back",
|
|
882
|
+
"arrow-rotate-backward",
|
|
883
|
+
"arrow-rotate-forward",
|
|
884
|
+
"arrow-rotate-left",
|
|
885
|
+
"arrow-rotate-right",
|
|
886
|
+
"arrow-trend-down",
|
|
887
|
+
"arrow-trend-up",
|
|
888
|
+
"arrow-turn-down",
|
|
889
|
+
"arrow-turn-up",
|
|
890
|
+
"arrow-up",
|
|
891
|
+
"arrow-up-1-9",
|
|
892
|
+
"arrow-up-9-1",
|
|
893
|
+
"arrow-up-a-z",
|
|
894
|
+
"arrow-up-from-bracket",
|
|
895
|
+
"arrow-up-from-ground-water",
|
|
896
|
+
"arrow-up-from-water-pump",
|
|
897
|
+
"arrow-up-long",
|
|
898
|
+
"arrow-up-right-dots",
|
|
899
|
+
"arrow-up-right-from-square",
|
|
900
|
+
"arrow-up-short-wide",
|
|
901
|
+
"arrow-up-wide-short",
|
|
902
|
+
"arrow-up-z-a",
|
|
903
|
+
"arrows",
|
|
904
|
+
"arrows-alt",
|
|
905
|
+
"arrows-alt-h",
|
|
906
|
+
"arrows-alt-v",
|
|
907
|
+
"arrows-down-to-line",
|
|
908
|
+
"arrows-down-to-people",
|
|
909
|
+
"arrows-h",
|
|
910
|
+
"arrows-left-right",
|
|
911
|
+
"arrows-left-right-to-line",
|
|
912
|
+
"arrows-rotate",
|
|
913
|
+
"arrows-spin",
|
|
914
|
+
"arrows-split-up-and-left",
|
|
915
|
+
"arrows-to-circle",
|
|
916
|
+
"arrows-to-dot",
|
|
917
|
+
"arrows-to-eye",
|
|
918
|
+
"arrows-turn-right",
|
|
919
|
+
"arrows-turn-to-dots",
|
|
920
|
+
"arrows-up-down",
|
|
921
|
+
"arrows-up-down-left-right",
|
|
922
|
+
"arrows-up-to-line",
|
|
923
|
+
"arrows-v",
|
|
924
|
+
"artstation",
|
|
925
|
+
"asl-interpreting",
|
|
926
|
+
"assistive-listening-systems",
|
|
927
|
+
"asymmetrik",
|
|
928
|
+
"atlas",
|
|
929
|
+
"atlassian",
|
|
930
|
+
"atom",
|
|
931
|
+
"audible",
|
|
932
|
+
"audio-description",
|
|
933
|
+
"austral-sign",
|
|
934
|
+
"automobile",
|
|
935
|
+
"autoprefixer",
|
|
936
|
+
"avianex",
|
|
937
|
+
"aviato",
|
|
938
|
+
"award",
|
|
939
|
+
"aws",
|
|
940
|
+
"baby",
|
|
941
|
+
"baby-carriage",
|
|
942
|
+
"backspace",
|
|
943
|
+
"backward",
|
|
944
|
+
"backward-fast",
|
|
945
|
+
"backward-step",
|
|
946
|
+
"bacon",
|
|
947
|
+
"bacteria",
|
|
948
|
+
"bacterium",
|
|
949
|
+
"bag-shopping",
|
|
950
|
+
"bahai",
|
|
951
|
+
"baht-sign",
|
|
952
|
+
"balance-scale",
|
|
953
|
+
"balance-scale-left",
|
|
954
|
+
"balance-scale-right",
|
|
955
|
+
"ban",
|
|
956
|
+
"ban-smoking",
|
|
957
|
+
"band-aid",
|
|
958
|
+
"bandage",
|
|
959
|
+
"bandcamp",
|
|
960
|
+
"bangladeshi-taka-sign",
|
|
961
|
+
"bank",
|
|
962
|
+
"bar-chart",
|
|
963
|
+
"barcode",
|
|
964
|
+
"bars",
|
|
965
|
+
"bars-progress",
|
|
966
|
+
"bars-staggered",
|
|
967
|
+
"baseball",
|
|
968
|
+
"baseball-ball",
|
|
969
|
+
"baseball-bat-ball",
|
|
970
|
+
"basket-shopping",
|
|
971
|
+
"basketball",
|
|
972
|
+
"basketball-ball",
|
|
973
|
+
"bath",
|
|
974
|
+
"bathtub",
|
|
975
|
+
"battery",
|
|
976
|
+
"battery-0",
|
|
977
|
+
"battery-2",
|
|
978
|
+
"battery-3",
|
|
979
|
+
"battery-4",
|
|
980
|
+
"battery-5",
|
|
981
|
+
"battery-car",
|
|
982
|
+
"battery-empty",
|
|
983
|
+
"battery-full",
|
|
984
|
+
"battery-half",
|
|
985
|
+
"battery-quarter",
|
|
986
|
+
"battery-three-quarters",
|
|
987
|
+
"battle-net",
|
|
988
|
+
"bed",
|
|
989
|
+
"bed-pulse",
|
|
990
|
+
"beer",
|
|
991
|
+
"beer-mug-empty",
|
|
992
|
+
"behance",
|
|
993
|
+
"behance-square",
|
|
994
|
+
"bell",
|
|
995
|
+
"bell-concierge",
|
|
996
|
+
"bell-slash",
|
|
997
|
+
"bezier-curve",
|
|
998
|
+
"bgg",
|
|
999
|
+
"bible",
|
|
1000
|
+
"bicycle",
|
|
1001
|
+
"biking",
|
|
1002
|
+
"bilibili",
|
|
1003
|
+
"bimobject",
|
|
1004
|
+
"binoculars",
|
|
1005
|
+
"biohazard",
|
|
1006
|
+
"birthday-cake",
|
|
1007
|
+
"bitbucket",
|
|
1008
|
+
"bitcoin",
|
|
1009
|
+
"bitcoin-sign",
|
|
1010
|
+
"bity",
|
|
1011
|
+
"black-tie",
|
|
1012
|
+
"blackberry",
|
|
1013
|
+
"blackboard",
|
|
1014
|
+
"blender",
|
|
1015
|
+
"blender-phone",
|
|
1016
|
+
"blind",
|
|
1017
|
+
"blog",
|
|
1018
|
+
"blogger",
|
|
1019
|
+
"blogger-b",
|
|
1020
|
+
"bluesky",
|
|
1021
|
+
"bluetooth",
|
|
1022
|
+
"bluetooth-b",
|
|
1023
|
+
"board-game-geek",
|
|
1024
|
+
"bold",
|
|
1025
|
+
"bolt",
|
|
1026
|
+
"bolt-lightning",
|
|
1027
|
+
"bomb",
|
|
1028
|
+
"bone",
|
|
1029
|
+
"bong",
|
|
1030
|
+
"book",
|
|
1031
|
+
"book-atlas",
|
|
1032
|
+
"book-bible",
|
|
1033
|
+
"book-bookmark",
|
|
1034
|
+
"book-dead",
|
|
1035
|
+
"book-journal-whills",
|
|
1036
|
+
"book-medical",
|
|
1037
|
+
"book-open",
|
|
1038
|
+
"book-open-reader",
|
|
1039
|
+
"book-quran",
|
|
1040
|
+
"book-reader",
|
|
1041
|
+
"book-skull",
|
|
1042
|
+
"book-tanakh",
|
|
1043
|
+
"bookmark",
|
|
1044
|
+
"bootstrap",
|
|
1045
|
+
"border-all",
|
|
1046
|
+
"border-none",
|
|
1047
|
+
"border-style",
|
|
1048
|
+
"border-top-left",
|
|
1049
|
+
"bore-hole",
|
|
1050
|
+
"bots",
|
|
1051
|
+
"bottle-droplet",
|
|
1052
|
+
"bottle-water",
|
|
1053
|
+
"bowl-food",
|
|
1054
|
+
"bowl-rice",
|
|
1055
|
+
"bowling-ball",
|
|
1056
|
+
"box",
|
|
1057
|
+
"box-archive",
|
|
1058
|
+
"box-open",
|
|
1059
|
+
"box-tissue",
|
|
1060
|
+
"boxes",
|
|
1061
|
+
"boxes-alt",
|
|
1062
|
+
"boxes-packing",
|
|
1063
|
+
"boxes-stacked",
|
|
1064
|
+
"braille",
|
|
1065
|
+
"brain",
|
|
1066
|
+
"brave",
|
|
1067
|
+
"brave-reverse",
|
|
1068
|
+
"brazilian-real-sign",
|
|
1069
|
+
"bread-slice",
|
|
1070
|
+
"bridge",
|
|
1071
|
+
"bridge-circle-check",
|
|
1072
|
+
"bridge-circle-exclamation",
|
|
1073
|
+
"bridge-circle-xmark",
|
|
1074
|
+
"bridge-lock",
|
|
1075
|
+
"bridge-water",
|
|
1076
|
+
"briefcase",
|
|
1077
|
+
"briefcase-clock",
|
|
1078
|
+
"briefcase-medical",
|
|
1079
|
+
"broadcast-tower",
|
|
1080
|
+
"broom",
|
|
1081
|
+
"broom-ball",
|
|
1082
|
+
"brush",
|
|
1083
|
+
"btc",
|
|
1084
|
+
"bucket",
|
|
1085
|
+
"buffer",
|
|
1086
|
+
"bug",
|
|
1087
|
+
"bug-slash",
|
|
1088
|
+
"bugs",
|
|
1089
|
+
"build-awesome",
|
|
1090
|
+
"building",
|
|
1091
|
+
"building-circle-arrow-right",
|
|
1092
|
+
"building-circle-check",
|
|
1093
|
+
"building-circle-exclamation",
|
|
1094
|
+
"building-circle-xmark",
|
|
1095
|
+
"building-columns",
|
|
1096
|
+
"building-flag",
|
|
1097
|
+
"building-lock",
|
|
1098
|
+
"building-ngo",
|
|
1099
|
+
"building-shield",
|
|
1100
|
+
"building-un",
|
|
1101
|
+
"building-user",
|
|
1102
|
+
"building-wheat",
|
|
1103
|
+
"bullhorn",
|
|
1104
|
+
"bullseye",
|
|
1105
|
+
"burger",
|
|
1106
|
+
"burn",
|
|
1107
|
+
"buromobelexperte",
|
|
1108
|
+
"burst",
|
|
1109
|
+
"bus",
|
|
1110
|
+
"bus-alt",
|
|
1111
|
+
"bus-side",
|
|
1112
|
+
"bus-simple",
|
|
1113
|
+
"business-time",
|
|
1114
|
+
"buy-n-large",
|
|
1115
|
+
"buysellads",
|
|
1116
|
+
"cab",
|
|
1117
|
+
"cable-car",
|
|
1118
|
+
"cake",
|
|
1119
|
+
"cake-candles",
|
|
1120
|
+
"calculator",
|
|
1121
|
+
"calendar",
|
|
1122
|
+
"calendar-alt",
|
|
1123
|
+
"calendar-check",
|
|
1124
|
+
"calendar-day",
|
|
1125
|
+
"calendar-days",
|
|
1126
|
+
"calendar-minus",
|
|
1127
|
+
"calendar-plus",
|
|
1128
|
+
"calendar-times",
|
|
1129
|
+
"calendar-week",
|
|
1130
|
+
"calendar-xmark",
|
|
1131
|
+
"camera",
|
|
1132
|
+
"camera-alt",
|
|
1133
|
+
"camera-retro",
|
|
1134
|
+
"camera-rotate",
|
|
1135
|
+
"campground",
|
|
1136
|
+
"canadian-maple-leaf",
|
|
1137
|
+
"cancel",
|
|
1138
|
+
"cancer",
|
|
1139
|
+
"candy-cane",
|
|
1140
|
+
"cannabis",
|
|
1141
|
+
"capricorn",
|
|
1142
|
+
"capsules",
|
|
1143
|
+
"car",
|
|
1144
|
+
"car-alt",
|
|
1145
|
+
"car-battery",
|
|
1146
|
+
"car-burst",
|
|
1147
|
+
"car-crash",
|
|
1148
|
+
"car-on",
|
|
1149
|
+
"car-rear",
|
|
1150
|
+
"car-side",
|
|
1151
|
+
"car-tunnel",
|
|
1152
|
+
"caravan",
|
|
1153
|
+
"caret-down",
|
|
1154
|
+
"caret-left",
|
|
1155
|
+
"caret-right",
|
|
1156
|
+
"caret-square-down",
|
|
1157
|
+
"caret-square-left",
|
|
1158
|
+
"caret-square-right",
|
|
1159
|
+
"caret-square-up",
|
|
1160
|
+
"caret-up",
|
|
1161
|
+
"carriage-baby",
|
|
1162
|
+
"carrot",
|
|
1163
|
+
"cart-arrow-down",
|
|
1164
|
+
"cart-flatbed",
|
|
1165
|
+
"cart-flatbed-suitcase",
|
|
1166
|
+
"cart-plus",
|
|
1167
|
+
"cart-shopping",
|
|
1168
|
+
"cash-app",
|
|
1169
|
+
"cash-register",
|
|
1170
|
+
"cat",
|
|
1171
|
+
"cc-amazon-pay",
|
|
1172
|
+
"cc-amex",
|
|
1173
|
+
"cc-apple-pay",
|
|
1174
|
+
"cc-diners-club",
|
|
1175
|
+
"cc-discover",
|
|
1176
|
+
"cc-jcb",
|
|
1177
|
+
"cc-mastercard",
|
|
1178
|
+
"cc-paypal",
|
|
1179
|
+
"cc-stripe",
|
|
1180
|
+
"cc-visa",
|
|
1181
|
+
"cedi-sign",
|
|
1182
|
+
"cent-sign",
|
|
1183
|
+
"centercode",
|
|
1184
|
+
"centos",
|
|
1185
|
+
"certificate",
|
|
1186
|
+
"chain",
|
|
1187
|
+
"chain-broken",
|
|
1188
|
+
"chain-slash",
|
|
1189
|
+
"chair",
|
|
1190
|
+
"chalkboard",
|
|
1191
|
+
"chalkboard-teacher",
|
|
1192
|
+
"chalkboard-user",
|
|
1193
|
+
"champagne-glasses",
|
|
1194
|
+
"charging-station",
|
|
1195
|
+
"chart-area",
|
|
1196
|
+
"chart-bar",
|
|
1197
|
+
"chart-column",
|
|
1198
|
+
"chart-diagram",
|
|
1199
|
+
"chart-gantt",
|
|
1200
|
+
"chart-line",
|
|
1201
|
+
"chart-pie",
|
|
1202
|
+
"chart-simple",
|
|
1203
|
+
"check",
|
|
1204
|
+
"check-circle",
|
|
1205
|
+
"check-double",
|
|
1206
|
+
"check-square",
|
|
1207
|
+
"check-to-slot",
|
|
1208
|
+
"cheese",
|
|
1209
|
+
"chess",
|
|
1210
|
+
"chess-bishop",
|
|
1211
|
+
"chess-board",
|
|
1212
|
+
"chess-king",
|
|
1213
|
+
"chess-knight",
|
|
1214
|
+
"chess-pawn",
|
|
1215
|
+
"chess-queen",
|
|
1216
|
+
"chess-rook",
|
|
1217
|
+
"chevron-circle-down",
|
|
1218
|
+
"chevron-circle-left",
|
|
1219
|
+
"chevron-circle-right",
|
|
1220
|
+
"chevron-circle-up",
|
|
1221
|
+
"chevron-down",
|
|
1222
|
+
"chevron-left",
|
|
1223
|
+
"chevron-right",
|
|
1224
|
+
"chevron-up",
|
|
1225
|
+
"child",
|
|
1226
|
+
"child-combatant",
|
|
1227
|
+
"child-dress",
|
|
1228
|
+
"child-reaching",
|
|
1229
|
+
"child-rifle",
|
|
1230
|
+
"children",
|
|
1231
|
+
"chrome",
|
|
1232
|
+
"chromecast",
|
|
1233
|
+
"church",
|
|
1234
|
+
"circle",
|
|
1235
|
+
"circle-arrow-down",
|
|
1236
|
+
"circle-arrow-left",
|
|
1237
|
+
"circle-arrow-right",
|
|
1238
|
+
"circle-arrow-up",
|
|
1239
|
+
"circle-check",
|
|
1240
|
+
"circle-chevron-down",
|
|
1241
|
+
"circle-chevron-left",
|
|
1242
|
+
"circle-chevron-right",
|
|
1243
|
+
"circle-chevron-up",
|
|
1244
|
+
"circle-dollar-to-slot",
|
|
1245
|
+
"circle-dot",
|
|
1246
|
+
"circle-down",
|
|
1247
|
+
"circle-exclamation",
|
|
1248
|
+
"circle-h",
|
|
1249
|
+
"circle-half-stroke",
|
|
1250
|
+
"circle-info",
|
|
1251
|
+
"circle-left",
|
|
1252
|
+
"circle-minus",
|
|
1253
|
+
"circle-nodes",
|
|
1254
|
+
"circle-notch",
|
|
1255
|
+
"circle-pause",
|
|
1256
|
+
"circle-play",
|
|
1257
|
+
"circle-plus",
|
|
1258
|
+
"circle-question",
|
|
1259
|
+
"circle-radiation",
|
|
1260
|
+
"circle-right",
|
|
1261
|
+
"circle-stop",
|
|
1262
|
+
"circle-up",
|
|
1263
|
+
"circle-user",
|
|
1264
|
+
"circle-xmark",
|
|
1265
|
+
"circle-zulip",
|
|
1266
|
+
"city",
|
|
1267
|
+
"clapperboard",
|
|
1268
|
+
"claude",
|
|
1269
|
+
"clinic-medical",
|
|
1270
|
+
"clipboard",
|
|
1271
|
+
"clipboard-check",
|
|
1272
|
+
"clipboard-list",
|
|
1273
|
+
"clipboard-question",
|
|
1274
|
+
"clipboard-user",
|
|
1275
|
+
"clock",
|
|
1276
|
+
"clock-four",
|
|
1277
|
+
"clock-rotate-left",
|
|
1278
|
+
"clone",
|
|
1279
|
+
"close",
|
|
1280
|
+
"closed-captioning",
|
|
1281
|
+
"closed-captioning-slash",
|
|
1282
|
+
"cloud",
|
|
1283
|
+
"cloud-arrow-down",
|
|
1284
|
+
"cloud-arrow-up",
|
|
1285
|
+
"cloud-bolt",
|
|
1286
|
+
"cloud-download",
|
|
1287
|
+
"cloud-download-alt",
|
|
1288
|
+
"cloud-meatball",
|
|
1289
|
+
"cloud-moon",
|
|
1290
|
+
"cloud-moon-rain",
|
|
1291
|
+
"cloud-rain",
|
|
1292
|
+
"cloud-showers-heavy",
|
|
1293
|
+
"cloud-showers-water",
|
|
1294
|
+
"cloud-sun",
|
|
1295
|
+
"cloud-sun-rain",
|
|
1296
|
+
"cloud-upload",
|
|
1297
|
+
"cloud-upload-alt",
|
|
1298
|
+
"cloudflare",
|
|
1299
|
+
"cloudscale",
|
|
1300
|
+
"cloudsmith",
|
|
1301
|
+
"cloudversify",
|
|
1302
|
+
"clover",
|
|
1303
|
+
"cmplid",
|
|
1304
|
+
"cny",
|
|
1305
|
+
"cocktail",
|
|
1306
|
+
"code",
|
|
1307
|
+
"code-branch",
|
|
1308
|
+
"code-commit",
|
|
1309
|
+
"code-compare",
|
|
1310
|
+
"code-fork",
|
|
1311
|
+
"code-merge",
|
|
1312
|
+
"code-pull-request",
|
|
1313
|
+
"codeberg",
|
|
1314
|
+
"codepen",
|
|
1315
|
+
"codiepie",
|
|
1316
|
+
"coffee",
|
|
1317
|
+
"cog",
|
|
1318
|
+
"cogs",
|
|
1319
|
+
"coins",
|
|
1320
|
+
"colon-sign",
|
|
1321
|
+
"columns",
|
|
1322
|
+
"comment",
|
|
1323
|
+
"comment-alt",
|
|
1324
|
+
"comment-dollar",
|
|
1325
|
+
"comment-dots",
|
|
1326
|
+
"comment-medical",
|
|
1327
|
+
"comment-nodes",
|
|
1328
|
+
"comment-slash",
|
|
1329
|
+
"comment-sms",
|
|
1330
|
+
"commenting",
|
|
1331
|
+
"comments",
|
|
1332
|
+
"comments-dollar",
|
|
1333
|
+
"compact-disc",
|
|
1334
|
+
"compass",
|
|
1335
|
+
"compass-drafting",
|
|
1336
|
+
"compress",
|
|
1337
|
+
"compress-alt",
|
|
1338
|
+
"compress-arrows-alt",
|
|
1339
|
+
"computer",
|
|
1340
|
+
"computer-mouse",
|
|
1341
|
+
"concierge-bell",
|
|
1342
|
+
"confluence",
|
|
1343
|
+
"connectdevelop",
|
|
1344
|
+
"contact-book",
|
|
1345
|
+
"contact-card",
|
|
1346
|
+
"contao",
|
|
1347
|
+
"cookie",
|
|
1348
|
+
"cookie-bite",
|
|
1349
|
+
"copilot",
|
|
1350
|
+
"copy",
|
|
1351
|
+
"copyright",
|
|
1352
|
+
"cotton-bureau",
|
|
1353
|
+
"couch",
|
|
1354
|
+
"cow",
|
|
1355
|
+
"cpanel",
|
|
1356
|
+
"creative-commons",
|
|
1357
|
+
"creative-commons-by",
|
|
1358
|
+
"creative-commons-nc",
|
|
1359
|
+
"creative-commons-nc-eu",
|
|
1360
|
+
"creative-commons-nc-jp",
|
|
1361
|
+
"creative-commons-nd",
|
|
1362
|
+
"creative-commons-pd",
|
|
1363
|
+
"creative-commons-pd-alt",
|
|
1364
|
+
"creative-commons-remix",
|
|
1365
|
+
"creative-commons-sa",
|
|
1366
|
+
"creative-commons-sampling",
|
|
1367
|
+
"creative-commons-sampling-plus",
|
|
1368
|
+
"creative-commons-share",
|
|
1369
|
+
"creative-commons-zero",
|
|
1370
|
+
"credit-card",
|
|
1371
|
+
"credit-card-alt",
|
|
1372
|
+
"critical-role",
|
|
1373
|
+
"crop",
|
|
1374
|
+
"crop-alt",
|
|
1375
|
+
"crop-simple",
|
|
1376
|
+
"cross",
|
|
1377
|
+
"crosshairs",
|
|
1378
|
+
"crow",
|
|
1379
|
+
"crown",
|
|
1380
|
+
"crutch",
|
|
1381
|
+
"cruzeiro-sign",
|
|
1382
|
+
"css",
|
|
1383
|
+
"css3",
|
|
1384
|
+
"css3-alt",
|
|
1385
|
+
"cube",
|
|
1386
|
+
"cubes",
|
|
1387
|
+
"cubes-stacked",
|
|
1388
|
+
"cut",
|
|
1389
|
+
"cutlery",
|
|
1390
|
+
"cuttlefish",
|
|
1391
|
+
"d-and-d",
|
|
1392
|
+
"d-and-d-beyond",
|
|
1393
|
+
"dailymotion",
|
|
1394
|
+
"dart-lang",
|
|
1395
|
+
"dashboard",
|
|
1396
|
+
"dashcube",
|
|
1397
|
+
"database",
|
|
1398
|
+
"deaf",
|
|
1399
|
+
"deafness",
|
|
1400
|
+
"debian",
|
|
1401
|
+
"dedent",
|
|
1402
|
+
"deezer",
|
|
1403
|
+
"delete-left",
|
|
1404
|
+
"delicious",
|
|
1405
|
+
"democrat",
|
|
1406
|
+
"deploydog",
|
|
1407
|
+
"deskpro",
|
|
1408
|
+
"desktop",
|
|
1409
|
+
"desktop-alt",
|
|
1410
|
+
"dev",
|
|
1411
|
+
"deviantart",
|
|
1412
|
+
"devpost",
|
|
1413
|
+
"dharmachakra",
|
|
1414
|
+
"dhl",
|
|
1415
|
+
"diagnoses",
|
|
1416
|
+
"diagram-next",
|
|
1417
|
+
"diagram-predecessor",
|
|
1418
|
+
"diagram-project",
|
|
1419
|
+
"diagram-successor",
|
|
1420
|
+
"diamond",
|
|
1421
|
+
"diamond-turn-right",
|
|
1422
|
+
"diaspora",
|
|
1423
|
+
"dice",
|
|
1424
|
+
"dice-d20",
|
|
1425
|
+
"dice-d6",
|
|
1426
|
+
"dice-five",
|
|
1427
|
+
"dice-four",
|
|
1428
|
+
"dice-one",
|
|
1429
|
+
"dice-six",
|
|
1430
|
+
"dice-three",
|
|
1431
|
+
"dice-two",
|
|
1432
|
+
"digg",
|
|
1433
|
+
"digging",
|
|
1434
|
+
"digital-ocean",
|
|
1435
|
+
"digital-tachograph",
|
|
1436
|
+
"directions",
|
|
1437
|
+
"discord",
|
|
1438
|
+
"discourse",
|
|
1439
|
+
"disease",
|
|
1440
|
+
"display",
|
|
1441
|
+
"disqus",
|
|
1442
|
+
"divide",
|
|
1443
|
+
"dizzy",
|
|
1444
|
+
"dna",
|
|
1445
|
+
"dochub",
|
|
1446
|
+
"docker",
|
|
1447
|
+
"dog",
|
|
1448
|
+
"dolibarr",
|
|
1449
|
+
"dolly",
|
|
1450
|
+
"dolly-box",
|
|
1451
|
+
"dolly-flatbed",
|
|
1452
|
+
"donate",
|
|
1453
|
+
"dong-sign",
|
|
1454
|
+
"door-closed",
|
|
1455
|
+
"door-open",
|
|
1456
|
+
"dot-circle",
|
|
1457
|
+
"dove",
|
|
1458
|
+
"down-left-and-up-right-to-center",
|
|
1459
|
+
"down-long",
|
|
1460
|
+
"download",
|
|
1461
|
+
"draft2digital",
|
|
1462
|
+
"drafting-compass",
|
|
1463
|
+
"dragon",
|
|
1464
|
+
"draw-polygon",
|
|
1465
|
+
"dribbble",
|
|
1466
|
+
"dribbble-square",
|
|
1467
|
+
"drivers-license",
|
|
1468
|
+
"dropbox",
|
|
1469
|
+
"droplet",
|
|
1470
|
+
"droplet-slash",
|
|
1471
|
+
"drum",
|
|
1472
|
+
"drum-steelpan",
|
|
1473
|
+
"drumstick-bite",
|
|
1474
|
+
"drupal",
|
|
1475
|
+
"dumbbell",
|
|
1476
|
+
"dumpster",
|
|
1477
|
+
"dumpster-fire",
|
|
1478
|
+
"dungeon",
|
|
1479
|
+
"duolingo",
|
|
1480
|
+
"dyalog",
|
|
1481
|
+
"ear-deaf",
|
|
1482
|
+
"ear-listen",
|
|
1483
|
+
"earlybirds",
|
|
1484
|
+
"earth",
|
|
1485
|
+
"earth-africa",
|
|
1486
|
+
"earth-america",
|
|
1487
|
+
"earth-americas",
|
|
1488
|
+
"earth-asia",
|
|
1489
|
+
"earth-europe",
|
|
1490
|
+
"earth-oceania",
|
|
1491
|
+
"ebay",
|
|
1492
|
+
"edge",
|
|
1493
|
+
"edge-legacy",
|
|
1494
|
+
"edit",
|
|
1495
|
+
"egg",
|
|
1496
|
+
"eject",
|
|
1497
|
+
"elementor",
|
|
1498
|
+
"elevator",
|
|
1499
|
+
"eleventy",
|
|
1500
|
+
"ellipsis",
|
|
1501
|
+
"ellipsis-h",
|
|
1502
|
+
"ellipsis-v",
|
|
1503
|
+
"ellipsis-vertical",
|
|
1504
|
+
"ello",
|
|
1505
|
+
"ember",
|
|
1506
|
+
"empire",
|
|
1507
|
+
"envelope",
|
|
1508
|
+
"envelope-circle-check",
|
|
1509
|
+
"envelope-open",
|
|
1510
|
+
"envelope-open-text",
|
|
1511
|
+
"envelope-square",
|
|
1512
|
+
"envelopes-bulk",
|
|
1513
|
+
"envira",
|
|
1514
|
+
"eraser",
|
|
1515
|
+
"erlang",
|
|
1516
|
+
"ethereum",
|
|
1517
|
+
"ethernet",
|
|
1518
|
+
"etsy",
|
|
1519
|
+
"eur",
|
|
1520
|
+
"euro",
|
|
1521
|
+
"euro-sign",
|
|
1522
|
+
"evernote",
|
|
1523
|
+
"exchange",
|
|
1524
|
+
"exchange-alt",
|
|
1525
|
+
"exclamation-circle",
|
|
1526
|
+
"exclamation-triangle",
|
|
1527
|
+
"expand",
|
|
1528
|
+
"expand-alt",
|
|
1529
|
+
"expand-arrows-alt",
|
|
1530
|
+
"expeditedssl",
|
|
1531
|
+
"explosion",
|
|
1532
|
+
"external-link",
|
|
1533
|
+
"external-link-alt",
|
|
1534
|
+
"external-link-square",
|
|
1535
|
+
"external-link-square-alt",
|
|
1536
|
+
"eye",
|
|
1537
|
+
"eye-dropper",
|
|
1538
|
+
"eye-dropper-empty",
|
|
1539
|
+
"eye-low-vision",
|
|
1540
|
+
"eye-slash",
|
|
1541
|
+
"eyedropper",
|
|
1542
|
+
"face-angry",
|
|
1543
|
+
"face-dizzy",
|
|
1544
|
+
"face-flushed",
|
|
1545
|
+
"face-frown",
|
|
1546
|
+
"face-frown-open",
|
|
1547
|
+
"face-grimace",
|
|
1548
|
+
"face-grin",
|
|
1549
|
+
"face-grin-beam",
|
|
1550
|
+
"face-grin-beam-sweat",
|
|
1551
|
+
"face-grin-hearts",
|
|
1552
|
+
"face-grin-squint",
|
|
1553
|
+
"face-grin-squint-tears",
|
|
1554
|
+
"face-grin-stars",
|
|
1555
|
+
"face-grin-tears",
|
|
1556
|
+
"face-grin-tongue",
|
|
1557
|
+
"face-grin-tongue-squint",
|
|
1558
|
+
"face-grin-tongue-wink",
|
|
1559
|
+
"face-grin-wide",
|
|
1560
|
+
"face-grin-wink",
|
|
1561
|
+
"face-kiss",
|
|
1562
|
+
"face-kiss-beam",
|
|
1563
|
+
"face-kiss-wink-heart",
|
|
1564
|
+
"face-laugh",
|
|
1565
|
+
"face-laugh-beam",
|
|
1566
|
+
"face-laugh-squint",
|
|
1567
|
+
"face-laugh-wink",
|
|
1568
|
+
"face-meh",
|
|
1569
|
+
"face-meh-blank",
|
|
1570
|
+
"face-rolling-eyes",
|
|
1571
|
+
"face-sad-cry",
|
|
1572
|
+
"face-sad-tear",
|
|
1573
|
+
"face-smile",
|
|
1574
|
+
"face-smile-beam",
|
|
1575
|
+
"face-smile-wink",
|
|
1576
|
+
"face-surprise",
|
|
1577
|
+
"face-tired",
|
|
1578
|
+
"facebook",
|
|
1579
|
+
"facebook-f",
|
|
1580
|
+
"facebook-messenger",
|
|
1581
|
+
"facebook-square",
|
|
1582
|
+
"fan",
|
|
1583
|
+
"fantasy-flight-games",
|
|
1584
|
+
"fast-backward",
|
|
1585
|
+
"fast-forward",
|
|
1586
|
+
"faucet",
|
|
1587
|
+
"faucet-drip",
|
|
1588
|
+
"fax",
|
|
1589
|
+
"feather",
|
|
1590
|
+
"feather-alt",
|
|
1591
|
+
"feather-pointed",
|
|
1592
|
+
"fedex",
|
|
1593
|
+
"fediverse",
|
|
1594
|
+
"fedora",
|
|
1595
|
+
"feed",
|
|
1596
|
+
"female",
|
|
1597
|
+
"ferry",
|
|
1598
|
+
"fighter-jet",
|
|
1599
|
+
"figma",
|
|
1600
|
+
"file",
|
|
1601
|
+
"file-alt",
|
|
1602
|
+
"file-archive",
|
|
1603
|
+
"file-arrow-down",
|
|
1604
|
+
"file-arrow-up",
|
|
1605
|
+
"file-audio",
|
|
1606
|
+
"file-circle-check",
|
|
1607
|
+
"file-circle-exclamation",
|
|
1608
|
+
"file-circle-minus",
|
|
1609
|
+
"file-circle-plus",
|
|
1610
|
+
"file-circle-question",
|
|
1611
|
+
"file-circle-xmark",
|
|
1612
|
+
"file-clipboard",
|
|
1613
|
+
"file-code",
|
|
1614
|
+
"file-contract",
|
|
1615
|
+
"file-csv",
|
|
1616
|
+
"file-download",
|
|
1617
|
+
"file-edit",
|
|
1618
|
+
"file-excel",
|
|
1619
|
+
"file-export",
|
|
1620
|
+
"file-fragment",
|
|
1621
|
+
"file-half-dashed",
|
|
1622
|
+
"file-image",
|
|
1623
|
+
"file-import",
|
|
1624
|
+
"file-invoice",
|
|
1625
|
+
"file-invoice-dollar",
|
|
1626
|
+
"file-lines",
|
|
1627
|
+
"file-medical",
|
|
1628
|
+
"file-medical-alt",
|
|
1629
|
+
"file-pdf",
|
|
1630
|
+
"file-pen",
|
|
1631
|
+
"file-powerpoint",
|
|
1632
|
+
"file-prescription",
|
|
1633
|
+
"file-shield",
|
|
1634
|
+
"file-signature",
|
|
1635
|
+
"file-text",
|
|
1636
|
+
"file-upload",
|
|
1637
|
+
"file-video",
|
|
1638
|
+
"file-waveform",
|
|
1639
|
+
"file-word",
|
|
1640
|
+
"file-zipper",
|
|
1641
|
+
"files-pinwheel",
|
|
1642
|
+
"fill",
|
|
1643
|
+
"fill-drip",
|
|
1644
|
+
"film",
|
|
1645
|
+
"film-alt",
|
|
1646
|
+
"film-simple",
|
|
1647
|
+
"filter",
|
|
1648
|
+
"filter-circle-dollar",
|
|
1649
|
+
"filter-circle-xmark",
|
|
1650
|
+
"fingerprint",
|
|
1651
|
+
"fire",
|
|
1652
|
+
"fire-alt",
|
|
1653
|
+
"fire-burner",
|
|
1654
|
+
"fire-extinguisher",
|
|
1655
|
+
"fire-flame-curved",
|
|
1656
|
+
"fire-flame-simple",
|
|
1657
|
+
"firefox",
|
|
1658
|
+
"firefox-browser",
|
|
1659
|
+
"first-aid",
|
|
1660
|
+
"first-order",
|
|
1661
|
+
"first-order-alt",
|
|
1662
|
+
"firstdraft",
|
|
1663
|
+
"fish",
|
|
1664
|
+
"fish-fins",
|
|
1665
|
+
"fist-raised",
|
|
1666
|
+
"flag",
|
|
1667
|
+
"flag-checkered",
|
|
1668
|
+
"flag-usa",
|
|
1669
|
+
"flask",
|
|
1670
|
+
"flask-vial",
|
|
1671
|
+
"flickr",
|
|
1672
|
+
"flipboard",
|
|
1673
|
+
"floppy-disk",
|
|
1674
|
+
"florin-sign",
|
|
1675
|
+
"flushed",
|
|
1676
|
+
"flutter",
|
|
1677
|
+
"fly",
|
|
1678
|
+
"folder",
|
|
1679
|
+
"folder-blank",
|
|
1680
|
+
"folder-closed",
|
|
1681
|
+
"folder-minus",
|
|
1682
|
+
"folder-open",
|
|
1683
|
+
"folder-plus",
|
|
1684
|
+
"folder-tree",
|
|
1685
|
+
"font",
|
|
1686
|
+
"font-awesome",
|
|
1687
|
+
"font-awesome-alt",
|
|
1688
|
+
"font-awesome-flag",
|
|
1689
|
+
"font-awesome-logo-full",
|
|
1690
|
+
"fonticons",
|
|
1691
|
+
"fonticons-fi",
|
|
1692
|
+
"football",
|
|
1693
|
+
"football-ball",
|
|
1694
|
+
"forgejo",
|
|
1695
|
+
"fort-awesome",
|
|
1696
|
+
"fort-awesome-alt",
|
|
1697
|
+
"forumbee",
|
|
1698
|
+
"forward",
|
|
1699
|
+
"forward-fast",
|
|
1700
|
+
"forward-step",
|
|
1701
|
+
"foursquare",
|
|
1702
|
+
"franc-sign",
|
|
1703
|
+
"free-code-camp",
|
|
1704
|
+
"freebsd",
|
|
1705
|
+
"frog",
|
|
1706
|
+
"frown",
|
|
1707
|
+
"frown-open",
|
|
1708
|
+
"fulcrum",
|
|
1709
|
+
"funnel-dollar",
|
|
1710
|
+
"futbol",
|
|
1711
|
+
"futbol-ball",
|
|
1712
|
+
"galactic-republic",
|
|
1713
|
+
"galactic-senate",
|
|
1714
|
+
"gamepad",
|
|
1715
|
+
"gas-pump",
|
|
1716
|
+
"gauge",
|
|
1717
|
+
"gauge-high",
|
|
1718
|
+
"gauge-med",
|
|
1719
|
+
"gauge-simple",
|
|
1720
|
+
"gauge-simple-high",
|
|
1721
|
+
"gauge-simple-med",
|
|
1722
|
+
"gavel",
|
|
1723
|
+
"gbp",
|
|
1724
|
+
"gear",
|
|
1725
|
+
"gears",
|
|
1726
|
+
"gem",
|
|
1727
|
+
"gemini",
|
|
1728
|
+
"genderless",
|
|
1729
|
+
"get-pocket",
|
|
1730
|
+
"gg",
|
|
1731
|
+
"gg-circle",
|
|
1732
|
+
"ghost",
|
|
1733
|
+
"gift",
|
|
1734
|
+
"gifts",
|
|
1735
|
+
"git",
|
|
1736
|
+
"git-alt",
|
|
1737
|
+
"git-square",
|
|
1738
|
+
"gitee",
|
|
1739
|
+
"github",
|
|
1740
|
+
"github-alt",
|
|
1741
|
+
"github-square",
|
|
1742
|
+
"gitkraken",
|
|
1743
|
+
"gitlab",
|
|
1744
|
+
"gitlab-square",
|
|
1745
|
+
"gitter",
|
|
1746
|
+
"glass-cheers",
|
|
1747
|
+
"glass-martini",
|
|
1748
|
+
"glass-martini-alt",
|
|
1749
|
+
"glass-water",
|
|
1750
|
+
"glass-water-droplet",
|
|
1751
|
+
"glass-whiskey",
|
|
1752
|
+
"glasses",
|
|
1753
|
+
"glide",
|
|
1754
|
+
"glide-g",
|
|
1755
|
+
"globaleaks",
|
|
1756
|
+
"globe",
|
|
1757
|
+
"globe-africa",
|
|
1758
|
+
"globe-americas",
|
|
1759
|
+
"globe-asia",
|
|
1760
|
+
"globe-europe",
|
|
1761
|
+
"globe-oceania",
|
|
1762
|
+
"gofore",
|
|
1763
|
+
"golang",
|
|
1764
|
+
"golf-ball",
|
|
1765
|
+
"golf-ball-tee",
|
|
1766
|
+
"goodreads",
|
|
1767
|
+
"goodreads-g",
|
|
1768
|
+
"google",
|
|
1769
|
+
"google-drive",
|
|
1770
|
+
"google-pay",
|
|
1771
|
+
"google-play",
|
|
1772
|
+
"google-plus",
|
|
1773
|
+
"google-plus-g",
|
|
1774
|
+
"google-plus-square",
|
|
1775
|
+
"google-scholar",
|
|
1776
|
+
"google-wallet",
|
|
1777
|
+
"gopuram",
|
|
1778
|
+
"graduation-cap",
|
|
1779
|
+
"gratipay",
|
|
1780
|
+
"grav",
|
|
1781
|
+
"greater-than-equal",
|
|
1782
|
+
"grid-horizontal",
|
|
1783
|
+
"grid-vertical",
|
|
1784
|
+
"grimace",
|
|
1785
|
+
"grin",
|
|
1786
|
+
"grin-alt",
|
|
1787
|
+
"grin-beam",
|
|
1788
|
+
"grin-beam-sweat",
|
|
1789
|
+
"grin-hearts",
|
|
1790
|
+
"grin-squint",
|
|
1791
|
+
"grin-squint-tears",
|
|
1792
|
+
"grin-stars",
|
|
1793
|
+
"grin-tears",
|
|
1794
|
+
"grin-tongue",
|
|
1795
|
+
"grin-tongue-squint",
|
|
1796
|
+
"grin-tongue-wink",
|
|
1797
|
+
"grin-wink",
|
|
1798
|
+
"grip",
|
|
1799
|
+
"grip-horizontal",
|
|
1800
|
+
"grip-lines",
|
|
1801
|
+
"grip-lines-vertical",
|
|
1802
|
+
"grip-vertical",
|
|
1803
|
+
"gripfire",
|
|
1804
|
+
"group-arrows-rotate",
|
|
1805
|
+
"grunt",
|
|
1806
|
+
"guarani-sign",
|
|
1807
|
+
"guilded",
|
|
1808
|
+
"guitar",
|
|
1809
|
+
"gulp",
|
|
1810
|
+
"gun",
|
|
1811
|
+
"h-square",
|
|
1812
|
+
"hacker-news",
|
|
1813
|
+
"hacker-news-square",
|
|
1814
|
+
"hackerrank",
|
|
1815
|
+
"hamburger",
|
|
1816
|
+
"hammer",
|
|
1817
|
+
"hamsa",
|
|
1818
|
+
"hand",
|
|
1819
|
+
"hand-back-fist",
|
|
1820
|
+
"hand-dots",
|
|
1821
|
+
"hand-fist",
|
|
1822
|
+
"hand-holding",
|
|
1823
|
+
"hand-holding-dollar",
|
|
1824
|
+
"hand-holding-droplet",
|
|
1825
|
+
"hand-holding-hand",
|
|
1826
|
+
"hand-holding-heart",
|
|
1827
|
+
"hand-holding-medical",
|
|
1828
|
+
"hand-holding-usd",
|
|
1829
|
+
"hand-holding-water",
|
|
1830
|
+
"hand-lizard",
|
|
1831
|
+
"hand-middle-finger",
|
|
1832
|
+
"hand-paper",
|
|
1833
|
+
"hand-peace",
|
|
1834
|
+
"hand-point-down",
|
|
1835
|
+
"hand-point-left",
|
|
1836
|
+
"hand-point-right",
|
|
1837
|
+
"hand-point-up",
|
|
1838
|
+
"hand-pointer",
|
|
1839
|
+
"hand-rock",
|
|
1840
|
+
"hand-scissors",
|
|
1841
|
+
"hand-sparkles",
|
|
1842
|
+
"hand-spock",
|
|
1843
|
+
"handcuffs",
|
|
1844
|
+
"hands",
|
|
1845
|
+
"hands-american-sign-language-interpreting",
|
|
1846
|
+
"hands-asl-interpreting",
|
|
1847
|
+
"hands-bound",
|
|
1848
|
+
"hands-bubbles",
|
|
1849
|
+
"hands-clapping",
|
|
1850
|
+
"hands-helping",
|
|
1851
|
+
"hands-holding",
|
|
1852
|
+
"hands-holding-child",
|
|
1853
|
+
"hands-holding-circle",
|
|
1854
|
+
"hands-praying",
|
|
1855
|
+
"hands-wash",
|
|
1856
|
+
"handshake",
|
|
1857
|
+
"handshake-alt",
|
|
1858
|
+
"handshake-alt-slash",
|
|
1859
|
+
"handshake-angle",
|
|
1860
|
+
"handshake-simple",
|
|
1861
|
+
"handshake-simple-slash",
|
|
1862
|
+
"handshake-slash",
|
|
1863
|
+
"hanukiah",
|
|
1864
|
+
"hard-drive",
|
|
1865
|
+
"hard-hat",
|
|
1866
|
+
"hard-of-hearing",
|
|
1867
|
+
"hashnode",
|
|
1868
|
+
"hat-cowboy",
|
|
1869
|
+
"hat-cowboy-side",
|
|
1870
|
+
"hat-hard",
|
|
1871
|
+
"hat-wizard",
|
|
1872
|
+
"haykal",
|
|
1873
|
+
"hdd",
|
|
1874
|
+
"head-side-cough",
|
|
1875
|
+
"head-side-cough-slash",
|
|
1876
|
+
"head-side-mask",
|
|
1877
|
+
"head-side-virus",
|
|
1878
|
+
"header",
|
|
1879
|
+
"heading",
|
|
1880
|
+
"headphones",
|
|
1881
|
+
"headphones-alt",
|
|
1882
|
+
"headphones-simple",
|
|
1883
|
+
"headset",
|
|
1884
|
+
"heart",
|
|
1885
|
+
"heart-broken",
|
|
1886
|
+
"heart-circle-bolt",
|
|
1887
|
+
"heart-circle-check",
|
|
1888
|
+
"heart-circle-exclamation",
|
|
1889
|
+
"heart-circle-minus",
|
|
1890
|
+
"heart-circle-plus",
|
|
1891
|
+
"heart-circle-xmark",
|
|
1892
|
+
"heart-crack",
|
|
1893
|
+
"heart-music-camera-bolt",
|
|
1894
|
+
"heart-pulse",
|
|
1895
|
+
"heartbeat",
|
|
1896
|
+
"helicopter",
|
|
1897
|
+
"helicopter-symbol",
|
|
1898
|
+
"helmet-safety",
|
|
1899
|
+
"helmet-un",
|
|
1900
|
+
"heptagon",
|
|
1901
|
+
"hexagon",
|
|
1902
|
+
"hexagon-nodes",
|
|
1903
|
+
"hexagon-nodes-bolt",
|
|
1904
|
+
"highlighter",
|
|
1905
|
+
"hiking",
|
|
1906
|
+
"hill-avalanche",
|
|
1907
|
+
"hill-rockslide",
|
|
1908
|
+
"hippo",
|
|
1909
|
+
"hips",
|
|
1910
|
+
"hire-a-helper",
|
|
1911
|
+
"history",
|
|
1912
|
+
"hive",
|
|
1913
|
+
"hockey-puck",
|
|
1914
|
+
"holly-berry",
|
|
1915
|
+
"home",
|
|
1916
|
+
"home-alt",
|
|
1917
|
+
"home-lg",
|
|
1918
|
+
"home-lg-alt",
|
|
1919
|
+
"home-user",
|
|
1920
|
+
"hooli",
|
|
1921
|
+
"hornbill",
|
|
1922
|
+
"horse",
|
|
1923
|
+
"horse-head",
|
|
1924
|
+
"hospital",
|
|
1925
|
+
"hospital-alt",
|
|
1926
|
+
"hospital-symbol",
|
|
1927
|
+
"hospital-user",
|
|
1928
|
+
"hospital-wide",
|
|
1929
|
+
"hot-tub",
|
|
1930
|
+
"hot-tub-person",
|
|
1931
|
+
"hotdog",
|
|
1932
|
+
"hotel",
|
|
1933
|
+
"hotjar",
|
|
1934
|
+
"hourglass",
|
|
1935
|
+
"hourglass-1",
|
|
1936
|
+
"hourglass-2",
|
|
1937
|
+
"hourglass-3",
|
|
1938
|
+
"hourglass-empty",
|
|
1939
|
+
"hourglass-end",
|
|
1940
|
+
"hourglass-half",
|
|
1941
|
+
"hourglass-start",
|
|
1942
|
+
"house",
|
|
1943
|
+
"house-chimney",
|
|
1944
|
+
"house-chimney-crack",
|
|
1945
|
+
"house-chimney-medical",
|
|
1946
|
+
"house-chimney-user",
|
|
1947
|
+
"house-chimney-window",
|
|
1948
|
+
"house-circle-check",
|
|
1949
|
+
"house-circle-exclamation",
|
|
1950
|
+
"house-circle-xmark",
|
|
1951
|
+
"house-crack",
|
|
1952
|
+
"house-damage",
|
|
1953
|
+
"house-fire",
|
|
1954
|
+
"house-flag",
|
|
1955
|
+
"house-flood-water",
|
|
1956
|
+
"house-flood-water-circle-arrow-right",
|
|
1957
|
+
"house-laptop",
|
|
1958
|
+
"house-lock",
|
|
1959
|
+
"house-medical",
|
|
1960
|
+
"house-medical-circle-check",
|
|
1961
|
+
"house-medical-circle-exclamation",
|
|
1962
|
+
"house-medical-circle-xmark",
|
|
1963
|
+
"house-medical-flag",
|
|
1964
|
+
"house-signal",
|
|
1965
|
+
"house-tsunami",
|
|
1966
|
+
"house-user",
|
|
1967
|
+
"houzz",
|
|
1968
|
+
"hryvnia",
|
|
1969
|
+
"hryvnia-sign",
|
|
1970
|
+
"html5",
|
|
1971
|
+
"hubspot",
|
|
1972
|
+
"hugging-face",
|
|
1973
|
+
"hurricane",
|
|
1974
|
+
"i-cursor",
|
|
1975
|
+
"ice-cream",
|
|
1976
|
+
"icicles",
|
|
1977
|
+
"icons",
|
|
1978
|
+
"id-badge",
|
|
1979
|
+
"id-card",
|
|
1980
|
+
"id-card-alt",
|
|
1981
|
+
"id-card-clip",
|
|
1982
|
+
"ideal",
|
|
1983
|
+
"igloo",
|
|
1984
|
+
"ils",
|
|
1985
|
+
"image",
|
|
1986
|
+
"image-portrait",
|
|
1987
|
+
"images",
|
|
1988
|
+
"imdb",
|
|
1989
|
+
"inbox",
|
|
1990
|
+
"indent",
|
|
1991
|
+
"indian-rupee",
|
|
1992
|
+
"indian-rupee-sign",
|
|
1993
|
+
"industry",
|
|
1994
|
+
"infinity",
|
|
1995
|
+
"info",
|
|
1996
|
+
"info-circle",
|
|
1997
|
+
"innosoft",
|
|
1998
|
+
"inr",
|
|
1999
|
+
"instagram",
|
|
2000
|
+
"instagram-square",
|
|
2001
|
+
"instalod",
|
|
2002
|
+
"institution",
|
|
2003
|
+
"intercom",
|
|
2004
|
+
"internet-archive",
|
|
2005
|
+
"internet-explorer",
|
|
2006
|
+
"invision",
|
|
2007
|
+
"ioxhost",
|
|
2008
|
+
"italic",
|
|
2009
|
+
"itch-io",
|
|
2010
|
+
"itunes",
|
|
2011
|
+
"itunes-note",
|
|
2012
|
+
"jar",
|
|
2013
|
+
"jar-wheat",
|
|
2014
|
+
"java",
|
|
2015
|
+
"jedi",
|
|
2016
|
+
"jedi-order",
|
|
2017
|
+
"jenkins",
|
|
2018
|
+
"jet-fighter",
|
|
2019
|
+
"jet-fighter-up",
|
|
2020
|
+
"jira",
|
|
2021
|
+
"joget",
|
|
2022
|
+
"joint",
|
|
2023
|
+
"joomla",
|
|
2024
|
+
"journal-whills",
|
|
2025
|
+
"jpy",
|
|
2026
|
+
"js",
|
|
2027
|
+
"js-square",
|
|
2028
|
+
"jsfiddle",
|
|
2029
|
+
"jug-detergent",
|
|
2030
|
+
"julia",
|
|
2031
|
+
"jxl",
|
|
2032
|
+
"kaaba",
|
|
2033
|
+
"kaggle",
|
|
2034
|
+
"kakao-talk",
|
|
2035
|
+
"key",
|
|
2036
|
+
"keybase",
|
|
2037
|
+
"keyboard",
|
|
2038
|
+
"keycdn",
|
|
2039
|
+
"khanda",
|
|
2040
|
+
"kickstarter",
|
|
2041
|
+
"kickstarter-k",
|
|
2042
|
+
"kip-sign",
|
|
2043
|
+
"kiss",
|
|
2044
|
+
"kiss-beam",
|
|
2045
|
+
"kiss-wink-heart",
|
|
2046
|
+
"kit-medical",
|
|
2047
|
+
"kitchen-set",
|
|
2048
|
+
"kiwi-bird",
|
|
2049
|
+
"ko-fi",
|
|
2050
|
+
"korvue",
|
|
2051
|
+
"krw",
|
|
2052
|
+
"kubernetes",
|
|
2053
|
+
"ladder-water",
|
|
2054
|
+
"land-mine-on",
|
|
2055
|
+
"landmark",
|
|
2056
|
+
"landmark-alt",
|
|
2057
|
+
"landmark-dome",
|
|
2058
|
+
"landmark-flag",
|
|
2059
|
+
"language",
|
|
2060
|
+
"laptop",
|
|
2061
|
+
"laptop-code",
|
|
2062
|
+
"laptop-file",
|
|
2063
|
+
"laptop-house",
|
|
2064
|
+
"laptop-medical",
|
|
2065
|
+
"laravel",
|
|
2066
|
+
"lari-sign",
|
|
2067
|
+
"lastfm",
|
|
2068
|
+
"lastfm-square",
|
|
2069
|
+
"laugh",
|
|
2070
|
+
"laugh-beam",
|
|
2071
|
+
"laugh-squint",
|
|
2072
|
+
"laugh-wink",
|
|
2073
|
+
"layer-group",
|
|
2074
|
+
"leaf",
|
|
2075
|
+
"leanpub",
|
|
2076
|
+
"leetcode",
|
|
2077
|
+
"left-long",
|
|
2078
|
+
"left-right",
|
|
2079
|
+
"legal",
|
|
2080
|
+
"lemon",
|
|
2081
|
+
"leo",
|
|
2082
|
+
"less",
|
|
2083
|
+
"less-than-equal",
|
|
2084
|
+
"lets-encrypt",
|
|
2085
|
+
"letterboxd",
|
|
2086
|
+
"level-down",
|
|
2087
|
+
"level-down-alt",
|
|
2088
|
+
"level-up",
|
|
2089
|
+
"level-up-alt",
|
|
2090
|
+
"libra",
|
|
2091
|
+
"life-ring",
|
|
2092
|
+
"lightbulb",
|
|
2093
|
+
"line",
|
|
2094
|
+
"line-chart",
|
|
2095
|
+
"lines-leaning",
|
|
2096
|
+
"link",
|
|
2097
|
+
"link-slash",
|
|
2098
|
+
"linkedin",
|
|
2099
|
+
"linkedin-in",
|
|
2100
|
+
"linktree",
|
|
2101
|
+
"linode",
|
|
2102
|
+
"linux",
|
|
2103
|
+
"lira-sign",
|
|
2104
|
+
"list",
|
|
2105
|
+
"list-1-2",
|
|
2106
|
+
"list-alt",
|
|
2107
|
+
"list-check",
|
|
2108
|
+
"list-dots",
|
|
2109
|
+
"list-numeric",
|
|
2110
|
+
"list-ol",
|
|
2111
|
+
"list-squares",
|
|
2112
|
+
"list-ul",
|
|
2113
|
+
"litecoin-sign",
|
|
2114
|
+
"location",
|
|
2115
|
+
"location-arrow",
|
|
2116
|
+
"location-crosshairs",
|
|
2117
|
+
"location-dot",
|
|
2118
|
+
"location-pin",
|
|
2119
|
+
"location-pin-lock",
|
|
2120
|
+
"lock",
|
|
2121
|
+
"lock-open",
|
|
2122
|
+
"locust",
|
|
2123
|
+
"long-arrow-alt-down",
|
|
2124
|
+
"long-arrow-alt-left",
|
|
2125
|
+
"long-arrow-alt-right",
|
|
2126
|
+
"long-arrow-alt-up",
|
|
2127
|
+
"long-arrow-down",
|
|
2128
|
+
"long-arrow-left",
|
|
2129
|
+
"long-arrow-right",
|
|
2130
|
+
"long-arrow-up",
|
|
2131
|
+
"lotus",
|
|
2132
|
+
"low-vision",
|
|
2133
|
+
"luggage-cart",
|
|
2134
|
+
"lumon",
|
|
2135
|
+
"lumon-drop",
|
|
2136
|
+
"lungs",
|
|
2137
|
+
"lungs-virus",
|
|
2138
|
+
"lyft",
|
|
2139
|
+
"magento",
|
|
2140
|
+
"magic",
|
|
2141
|
+
"magic-wand-sparkles",
|
|
2142
|
+
"magnet",
|
|
2143
|
+
"magnifying-glass",
|
|
2144
|
+
"magnifying-glass-arrow-right",
|
|
2145
|
+
"magnifying-glass-chart",
|
|
2146
|
+
"magnifying-glass-dollar",
|
|
2147
|
+
"magnifying-glass-location",
|
|
2148
|
+
"magnifying-glass-minus",
|
|
2149
|
+
"magnifying-glass-plus",
|
|
2150
|
+
"mail-bulk",
|
|
2151
|
+
"mail-forward",
|
|
2152
|
+
"mail-reply",
|
|
2153
|
+
"mail-reply-all",
|
|
2154
|
+
"mailchimp",
|
|
2155
|
+
"male",
|
|
2156
|
+
"manat-sign",
|
|
2157
|
+
"mandalorian",
|
|
2158
|
+
"map",
|
|
2159
|
+
"map-location",
|
|
2160
|
+
"map-location-dot",
|
|
2161
|
+
"map-marked",
|
|
2162
|
+
"map-marked-alt",
|
|
2163
|
+
"map-marker",
|
|
2164
|
+
"map-marker-alt",
|
|
2165
|
+
"map-pin",
|
|
2166
|
+
"map-signs",
|
|
2167
|
+
"markdown",
|
|
2168
|
+
"marker",
|
|
2169
|
+
"mars",
|
|
2170
|
+
"mars-and-venus",
|
|
2171
|
+
"mars-and-venus-burst",
|
|
2172
|
+
"mars-double",
|
|
2173
|
+
"mars-stroke",
|
|
2174
|
+
"mars-stroke-h",
|
|
2175
|
+
"mars-stroke-right",
|
|
2176
|
+
"mars-stroke-up",
|
|
2177
|
+
"mars-stroke-v",
|
|
2178
|
+
"martini-glass",
|
|
2179
|
+
"martini-glass-citrus",
|
|
2180
|
+
"martini-glass-empty",
|
|
2181
|
+
"mask",
|
|
2182
|
+
"mask-face",
|
|
2183
|
+
"mask-ventilator",
|
|
2184
|
+
"masks-theater",
|
|
2185
|
+
"mastodon",
|
|
2186
|
+
"matrix",
|
|
2187
|
+
"mattermost",
|
|
2188
|
+
"mattress-pillow",
|
|
2189
|
+
"maxcdn",
|
|
2190
|
+
"maximize",
|
|
2191
|
+
"mdb",
|
|
2192
|
+
"medal",
|
|
2193
|
+
"medapps",
|
|
2194
|
+
"medium",
|
|
2195
|
+
"medium-m",
|
|
2196
|
+
"medkit",
|
|
2197
|
+
"medrt",
|
|
2198
|
+
"meetup",
|
|
2199
|
+
"megaport",
|
|
2200
|
+
"meh",
|
|
2201
|
+
"meh-blank",
|
|
2202
|
+
"meh-rolling-eyes",
|
|
2203
|
+
"memory",
|
|
2204
|
+
"mendeley",
|
|
2205
|
+
"menorah",
|
|
2206
|
+
"mercury",
|
|
2207
|
+
"message",
|
|
2208
|
+
"meta",
|
|
2209
|
+
"meteor",
|
|
2210
|
+
"microblog",
|
|
2211
|
+
"microchip",
|
|
2212
|
+
"microphone",
|
|
2213
|
+
"microphone-alt",
|
|
2214
|
+
"microphone-alt-slash",
|
|
2215
|
+
"microphone-lines",
|
|
2216
|
+
"microphone-lines-slash",
|
|
2217
|
+
"microphone-slash",
|
|
2218
|
+
"microscope",
|
|
2219
|
+
"microsoft",
|
|
2220
|
+
"mill-sign",
|
|
2221
|
+
"minimize",
|
|
2222
|
+
"mintbit",
|
|
2223
|
+
"minus",
|
|
2224
|
+
"minus-circle",
|
|
2225
|
+
"minus-square",
|
|
2226
|
+
"mitten",
|
|
2227
|
+
"mix",
|
|
2228
|
+
"mixcloud",
|
|
2229
|
+
"mixer",
|
|
2230
|
+
"mizuni",
|
|
2231
|
+
"mobile",
|
|
2232
|
+
"mobile-alt",
|
|
2233
|
+
"mobile-android",
|
|
2234
|
+
"mobile-android-alt",
|
|
2235
|
+
"mobile-button",
|
|
2236
|
+
"mobile-phone",
|
|
2237
|
+
"mobile-retro",
|
|
2238
|
+
"mobile-screen",
|
|
2239
|
+
"mobile-screen-button",
|
|
2240
|
+
"mobile-vibrate",
|
|
2241
|
+
"modx",
|
|
2242
|
+
"monero",
|
|
2243
|
+
"money-bill",
|
|
2244
|
+
"money-bill-1",
|
|
2245
|
+
"money-bill-1-wave",
|
|
2246
|
+
"money-bill-alt",
|
|
2247
|
+
"money-bill-transfer",
|
|
2248
|
+
"money-bill-trend-up",
|
|
2249
|
+
"money-bill-wave",
|
|
2250
|
+
"money-bill-wave-alt",
|
|
2251
|
+
"money-bill-wheat",
|
|
2252
|
+
"money-bills",
|
|
2253
|
+
"money-check",
|
|
2254
|
+
"money-check-alt",
|
|
2255
|
+
"money-check-dollar",
|
|
2256
|
+
"monument",
|
|
2257
|
+
"moon",
|
|
2258
|
+
"mortar-board",
|
|
2259
|
+
"mortar-pestle",
|
|
2260
|
+
"mosque",
|
|
2261
|
+
"mosquito",
|
|
2262
|
+
"mosquito-net",
|
|
2263
|
+
"motorcycle",
|
|
2264
|
+
"mound",
|
|
2265
|
+
"mountain",
|
|
2266
|
+
"mountain-city",
|
|
2267
|
+
"mountain-sun",
|
|
2268
|
+
"mouse",
|
|
2269
|
+
"mouse-pointer",
|
|
2270
|
+
"mug-hot",
|
|
2271
|
+
"mug-saucer",
|
|
2272
|
+
"multiply",
|
|
2273
|
+
"museum",
|
|
2274
|
+
"music",
|
|
2275
|
+
"naira-sign",
|
|
2276
|
+
"napster",
|
|
2277
|
+
"navicon",
|
|
2278
|
+
"neos",
|
|
2279
|
+
"network-wired",
|
|
2280
|
+
"neuter",
|
|
2281
|
+
"newspaper",
|
|
2282
|
+
"nextcloud",
|
|
2283
|
+
"nfc-directional",
|
|
2284
|
+
"nfc-symbol",
|
|
2285
|
+
"nimblr",
|
|
2286
|
+
"node",
|
|
2287
|
+
"node-js",
|
|
2288
|
+
"non-binary",
|
|
2289
|
+
"not-equal",
|
|
2290
|
+
"notdef",
|
|
2291
|
+
"note-sticky",
|
|
2292
|
+
"notes-medical",
|
|
2293
|
+
"notion",
|
|
2294
|
+
"npm",
|
|
2295
|
+
"ns8",
|
|
2296
|
+
"nutritionix",
|
|
2297
|
+
"object-group",
|
|
2298
|
+
"object-ungroup",
|
|
2299
|
+
"obs-studio",
|
|
2300
|
+
"obsidian",
|
|
2301
|
+
"octagon",
|
|
2302
|
+
"octopus-deploy",
|
|
2303
|
+
"odnoklassniki",
|
|
2304
|
+
"odnoklassniki-square",
|
|
2305
|
+
"odysee",
|
|
2306
|
+
"oil-can",
|
|
2307
|
+
"oil-well",
|
|
2308
|
+
"old-republic",
|
|
2309
|
+
"om",
|
|
2310
|
+
"openai",
|
|
2311
|
+
"opencart",
|
|
2312
|
+
"openid",
|
|
2313
|
+
"openstreetmap",
|
|
2314
|
+
"opensuse",
|
|
2315
|
+
"opera",
|
|
2316
|
+
"optin-monster",
|
|
2317
|
+
"orcid",
|
|
2318
|
+
"osi",
|
|
2319
|
+
"otter",
|
|
2320
|
+
"outdent",
|
|
2321
|
+
"padlet",
|
|
2322
|
+
"page4",
|
|
2323
|
+
"pagelines",
|
|
2324
|
+
"pager",
|
|
2325
|
+
"paint-brush",
|
|
2326
|
+
"paint-roller",
|
|
2327
|
+
"paintbrush",
|
|
2328
|
+
"palette",
|
|
2329
|
+
"palfed",
|
|
2330
|
+
"pallet",
|
|
2331
|
+
"pandora",
|
|
2332
|
+
"panorama",
|
|
2333
|
+
"paper-plane",
|
|
2334
|
+
"paperclip",
|
|
2335
|
+
"parachute-box",
|
|
2336
|
+
"paragraph",
|
|
2337
|
+
"parking",
|
|
2338
|
+
"passport",
|
|
2339
|
+
"pastafarianism",
|
|
2340
|
+
"paste",
|
|
2341
|
+
"patreon",
|
|
2342
|
+
"pause",
|
|
2343
|
+
"pause-circle",
|
|
2344
|
+
"paw",
|
|
2345
|
+
"paypal",
|
|
2346
|
+
"peace",
|
|
2347
|
+
"pen",
|
|
2348
|
+
"pen-alt",
|
|
2349
|
+
"pen-clip",
|
|
2350
|
+
"pen-fancy",
|
|
2351
|
+
"pen-nib",
|
|
2352
|
+
"pen-ruler",
|
|
2353
|
+
"pen-square",
|
|
2354
|
+
"pen-to-square",
|
|
2355
|
+
"pencil",
|
|
2356
|
+
"pencil-alt",
|
|
2357
|
+
"pencil-ruler",
|
|
2358
|
+
"pencil-square",
|
|
2359
|
+
"pentagon",
|
|
2360
|
+
"people-arrows",
|
|
2361
|
+
"people-arrows-left-right",
|
|
2362
|
+
"people-carry",
|
|
2363
|
+
"people-carry-box",
|
|
2364
|
+
"people-group",
|
|
2365
|
+
"people-line",
|
|
2366
|
+
"people-pulling",
|
|
2367
|
+
"people-robbery",
|
|
2368
|
+
"people-roof",
|
|
2369
|
+
"pepper-hot",
|
|
2370
|
+
"perbyte",
|
|
2371
|
+
"periscope",
|
|
2372
|
+
"person",
|
|
2373
|
+
"person-arrow-down-to-line",
|
|
2374
|
+
"person-arrow-up-from-line",
|
|
2375
|
+
"person-biking",
|
|
2376
|
+
"person-booth",
|
|
2377
|
+
"person-breastfeeding",
|
|
2378
|
+
"person-burst",
|
|
2379
|
+
"person-cane",
|
|
2380
|
+
"person-chalkboard",
|
|
2381
|
+
"person-circle-check",
|
|
2382
|
+
"person-circle-exclamation",
|
|
2383
|
+
"person-circle-minus",
|
|
2384
|
+
"person-circle-plus",
|
|
2385
|
+
"person-circle-question",
|
|
2386
|
+
"person-circle-xmark",
|
|
2387
|
+
"person-digging",
|
|
2388
|
+
"person-dots-from-line",
|
|
2389
|
+
"person-dress",
|
|
2390
|
+
"person-dress-burst",
|
|
2391
|
+
"person-drowning",
|
|
2392
|
+
"person-falling",
|
|
2393
|
+
"person-falling-burst",
|
|
2394
|
+
"person-half-dress",
|
|
2395
|
+
"person-harassing",
|
|
2396
|
+
"person-hiking",
|
|
2397
|
+
"person-military-pointing",
|
|
2398
|
+
"person-military-rifle",
|
|
2399
|
+
"person-military-to-person",
|
|
2400
|
+
"person-praying",
|
|
2401
|
+
"person-pregnant",
|
|
2402
|
+
"person-rays",
|
|
2403
|
+
"person-rifle",
|
|
2404
|
+
"person-running",
|
|
2405
|
+
"person-shelter",
|
|
2406
|
+
"person-skating",
|
|
2407
|
+
"person-skiing",
|
|
2408
|
+
"person-skiing-nordic",
|
|
2409
|
+
"person-snowboarding",
|
|
2410
|
+
"person-swimming",
|
|
2411
|
+
"person-through-window",
|
|
2412
|
+
"person-walking",
|
|
2413
|
+
"person-walking-arrow-loop-left",
|
|
2414
|
+
"person-walking-arrow-right",
|
|
2415
|
+
"person-walking-dashed-line-arrow-right",
|
|
2416
|
+
"person-walking-luggage",
|
|
2417
|
+
"person-walking-with-cane",
|
|
2418
|
+
"peseta-sign",
|
|
2419
|
+
"peso-sign",
|
|
2420
|
+
"phabricator",
|
|
2421
|
+
"phoenix-framework",
|
|
2422
|
+
"phoenix-squadron",
|
|
2423
|
+
"phone",
|
|
2424
|
+
"phone-alt",
|
|
2425
|
+
"phone-flip",
|
|
2426
|
+
"phone-slash",
|
|
2427
|
+
"phone-square",
|
|
2428
|
+
"phone-square-alt",
|
|
2429
|
+
"phone-volume",
|
|
2430
|
+
"photo-film",
|
|
2431
|
+
"photo-video",
|
|
2432
|
+
"php",
|
|
2433
|
+
"picture-in-picture",
|
|
2434
|
+
"pie-chart",
|
|
2435
|
+
"pied-piper",
|
|
2436
|
+
"pied-piper-alt",
|
|
2437
|
+
"pied-piper-hat",
|
|
2438
|
+
"pied-piper-pp",
|
|
2439
|
+
"pied-piper-square",
|
|
2440
|
+
"piggy-bank",
|
|
2441
|
+
"pills",
|
|
2442
|
+
"ping-pong-paddle-ball",
|
|
2443
|
+
"pinterest",
|
|
2444
|
+
"pinterest-p",
|
|
2445
|
+
"pinterest-square",
|
|
2446
|
+
"pisces",
|
|
2447
|
+
"pix",
|
|
2448
|
+
"pixelfed",
|
|
2449
|
+
"pixiv",
|
|
2450
|
+
"pizza-slice",
|
|
2451
|
+
"place-of-worship",
|
|
2452
|
+
"plane",
|
|
2453
|
+
"plane-arrival",
|
|
2454
|
+
"plane-circle-check",
|
|
2455
|
+
"plane-circle-exclamation",
|
|
2456
|
+
"plane-circle-xmark",
|
|
2457
|
+
"plane-departure",
|
|
2458
|
+
"plane-lock",
|
|
2459
|
+
"plane-slash",
|
|
2460
|
+
"plane-up",
|
|
2461
|
+
"plant-wilt",
|
|
2462
|
+
"plate-wheat",
|
|
2463
|
+
"play",
|
|
2464
|
+
"play-circle",
|
|
2465
|
+
"playstation",
|
|
2466
|
+
"plug",
|
|
2467
|
+
"plug-circle-bolt",
|
|
2468
|
+
"plug-circle-check",
|
|
2469
|
+
"plug-circle-exclamation",
|
|
2470
|
+
"plug-circle-minus",
|
|
2471
|
+
"plug-circle-plus",
|
|
2472
|
+
"plug-circle-xmark",
|
|
2473
|
+
"plus-circle",
|
|
2474
|
+
"plus-minus",
|
|
2475
|
+
"plus-square",
|
|
2476
|
+
"podcast",
|
|
2477
|
+
"poll",
|
|
2478
|
+
"poll-h",
|
|
2479
|
+
"poo",
|
|
2480
|
+
"poo-bolt",
|
|
2481
|
+
"poo-storm",
|
|
2482
|
+
"poop",
|
|
2483
|
+
"portrait",
|
|
2484
|
+
"postgresql",
|
|
2485
|
+
"pound-sign",
|
|
2486
|
+
"power-off",
|
|
2487
|
+
"pray",
|
|
2488
|
+
"praying-hands",
|
|
2489
|
+
"prescription",
|
|
2490
|
+
"prescription-bottle",
|
|
2491
|
+
"prescription-bottle-alt",
|
|
2492
|
+
"prescription-bottle-medical",
|
|
2493
|
+
"print",
|
|
2494
|
+
"procedures",
|
|
2495
|
+
"product-hunt",
|
|
2496
|
+
"project-diagram",
|
|
2497
|
+
"pump-medical",
|
|
2498
|
+
"pump-soap",
|
|
2499
|
+
"pushed",
|
|
2500
|
+
"puzzle-piece",
|
|
2501
|
+
"python",
|
|
2502
|
+
"qq",
|
|
2503
|
+
"qrcode",
|
|
2504
|
+
"question-circle",
|
|
2505
|
+
"quidditch",
|
|
2506
|
+
"quidditch-broom-ball",
|
|
2507
|
+
"quinscape",
|
|
2508
|
+
"quora",
|
|
2509
|
+
"quote-left",
|
|
2510
|
+
"quote-left-alt",
|
|
2511
|
+
"quote-right",
|
|
2512
|
+
"quote-right-alt",
|
|
2513
|
+
"quran",
|
|
2514
|
+
"r-project",
|
|
2515
|
+
"radiation",
|
|
2516
|
+
"radiation-alt",
|
|
2517
|
+
"radio",
|
|
2518
|
+
"rainbow",
|
|
2519
|
+
"random",
|
|
2520
|
+
"ranking-star",
|
|
2521
|
+
"raspberry-pi",
|
|
2522
|
+
"ravelry",
|
|
2523
|
+
"react",
|
|
2524
|
+
"reacteurope",
|
|
2525
|
+
"readme",
|
|
2526
|
+
"rebel",
|
|
2527
|
+
"receipt",
|
|
2528
|
+
"record-vinyl",
|
|
2529
|
+
"rectangle-ad",
|
|
2530
|
+
"rectangle-list",
|
|
2531
|
+
"rectangle-times",
|
|
2532
|
+
"rectangle-xmark",
|
|
2533
|
+
"recycle",
|
|
2534
|
+
"red-river",
|
|
2535
|
+
"reddit",
|
|
2536
|
+
"reddit-alien",
|
|
2537
|
+
"reddit-square",
|
|
2538
|
+
"redhat",
|
|
2539
|
+
"redo",
|
|
2540
|
+
"redo-alt",
|
|
2541
|
+
"refresh",
|
|
2542
|
+
"registered",
|
|
2543
|
+
"remove",
|
|
2544
|
+
"remove-format",
|
|
2545
|
+
"rendact",
|
|
2546
|
+
"renren",
|
|
2547
|
+
"reorder",
|
|
2548
|
+
"repeat",
|
|
2549
|
+
"reply",
|
|
2550
|
+
"reply-all",
|
|
2551
|
+
"replyd",
|
|
2552
|
+
"republican",
|
|
2553
|
+
"researchgate",
|
|
2554
|
+
"resolving",
|
|
2555
|
+
"restroom",
|
|
2556
|
+
"retweet",
|
|
2557
|
+
"rev",
|
|
2558
|
+
"ribbon",
|
|
2559
|
+
"right-from-bracket",
|
|
2560
|
+
"right-left",
|
|
2561
|
+
"right-long",
|
|
2562
|
+
"right-to-bracket",
|
|
2563
|
+
"ring",
|
|
2564
|
+
"rmb",
|
|
2565
|
+
"road",
|
|
2566
|
+
"road-barrier",
|
|
2567
|
+
"road-bridge",
|
|
2568
|
+
"road-circle-check",
|
|
2569
|
+
"road-circle-exclamation",
|
|
2570
|
+
"road-circle-xmark",
|
|
2571
|
+
"road-lock",
|
|
2572
|
+
"road-spikes",
|
|
2573
|
+
"roblox-creator-studio",
|
|
2574
|
+
"robot",
|
|
2575
|
+
"rocket",
|
|
2576
|
+
"rocketchat",
|
|
2577
|
+
"rockrms",
|
|
2578
|
+
"rod-asclepius",
|
|
2579
|
+
"rod-snake",
|
|
2580
|
+
"ror",
|
|
2581
|
+
"rotate",
|
|
2582
|
+
"rotate-back",
|
|
2583
|
+
"rotate-backward",
|
|
2584
|
+
"rotate-forward",
|
|
2585
|
+
"rotate-left",
|
|
2586
|
+
"rotate-right",
|
|
2587
|
+
"rouble",
|
|
2588
|
+
"route",
|
|
2589
|
+
"rss",
|
|
2590
|
+
"rss-square",
|
|
2591
|
+
"rub",
|
|
2592
|
+
"ruble",
|
|
2593
|
+
"ruble-sign",
|
|
2594
|
+
"rug",
|
|
2595
|
+
"ruler",
|
|
2596
|
+
"ruler-combined",
|
|
2597
|
+
"ruler-horizontal",
|
|
2598
|
+
"ruler-vertical",
|
|
2599
|
+
"running",
|
|
2600
|
+
"rupee",
|
|
2601
|
+
"rupee-sign",
|
|
2602
|
+
"rupiah-sign",
|
|
2603
|
+
"rust",
|
|
2604
|
+
"sack-dollar",
|
|
2605
|
+
"sack-xmark",
|
|
2606
|
+
"sad-cry",
|
|
2607
|
+
"sad-tear",
|
|
2608
|
+
"safari",
|
|
2609
|
+
"sagittarius",
|
|
2610
|
+
"sailboat",
|
|
2611
|
+
"salesforce",
|
|
2612
|
+
"sass",
|
|
2613
|
+
"satellite",
|
|
2614
|
+
"satellite-dish",
|
|
2615
|
+
"save",
|
|
2616
|
+
"scale-balanced",
|
|
2617
|
+
"scale-unbalanced",
|
|
2618
|
+
"scale-unbalanced-flip",
|
|
2619
|
+
"scaleway",
|
|
2620
|
+
"schlix",
|
|
2621
|
+
"school",
|
|
2622
|
+
"school-circle-check",
|
|
2623
|
+
"school-circle-exclamation",
|
|
2624
|
+
"school-circle-xmark",
|
|
2625
|
+
"school-flag",
|
|
2626
|
+
"school-lock",
|
|
2627
|
+
"scissors",
|
|
2628
|
+
"scorpio",
|
|
2629
|
+
"screenpal",
|
|
2630
|
+
"screwdriver",
|
|
2631
|
+
"screwdriver-wrench",
|
|
2632
|
+
"scribd",
|
|
2633
|
+
"scroll",
|
|
2634
|
+
"scroll-torah",
|
|
2635
|
+
"sd-card",
|
|
2636
|
+
"search",
|
|
2637
|
+
"search-dollar",
|
|
2638
|
+
"search-location",
|
|
2639
|
+
"search-minus",
|
|
2640
|
+
"search-plus",
|
|
2641
|
+
"searchengin",
|
|
2642
|
+
"section",
|
|
2643
|
+
"seedling",
|
|
2644
|
+
"sellcast",
|
|
2645
|
+
"sellsy",
|
|
2646
|
+
"septagon",
|
|
2647
|
+
"server",
|
|
2648
|
+
"servicestack",
|
|
2649
|
+
"shapes",
|
|
2650
|
+
"share",
|
|
2651
|
+
"share-alt",
|
|
2652
|
+
"share-alt-square",
|
|
2653
|
+
"share-from-square",
|
|
2654
|
+
"share-nodes",
|
|
2655
|
+
"share-square",
|
|
2656
|
+
"sheet-plastic",
|
|
2657
|
+
"shekel",
|
|
2658
|
+
"shekel-sign",
|
|
2659
|
+
"sheqel",
|
|
2660
|
+
"sheqel-sign",
|
|
2661
|
+
"shield",
|
|
2662
|
+
"shield-alt",
|
|
2663
|
+
"shield-blank",
|
|
2664
|
+
"shield-cat",
|
|
2665
|
+
"shield-dog",
|
|
2666
|
+
"shield-halved",
|
|
2667
|
+
"shield-heart",
|
|
2668
|
+
"shield-virus",
|
|
2669
|
+
"ship",
|
|
2670
|
+
"shipping-fast",
|
|
2671
|
+
"shirt",
|
|
2672
|
+
"shirtsinbulk",
|
|
2673
|
+
"shoe-prints",
|
|
2674
|
+
"shoelace",
|
|
2675
|
+
"shop",
|
|
2676
|
+
"shop-lock",
|
|
2677
|
+
"shop-slash",
|
|
2678
|
+
"shopify",
|
|
2679
|
+
"shopping-bag",
|
|
2680
|
+
"shopping-basket",
|
|
2681
|
+
"shopping-cart",
|
|
2682
|
+
"shopware",
|
|
2683
|
+
"shower",
|
|
2684
|
+
"shrimp",
|
|
2685
|
+
"shuffle",
|
|
2686
|
+
"shuttle-space",
|
|
2687
|
+
"shuttle-van",
|
|
2688
|
+
"sign",
|
|
2689
|
+
"sign-hanging",
|
|
2690
|
+
"sign-in",
|
|
2691
|
+
"sign-in-alt",
|
|
2692
|
+
"sign-language",
|
|
2693
|
+
"sign-out",
|
|
2694
|
+
"sign-out-alt",
|
|
2695
|
+
"signal",
|
|
2696
|
+
"signal-5",
|
|
2697
|
+
"signal-messenger",
|
|
2698
|
+
"signal-perfect",
|
|
2699
|
+
"signature",
|
|
2700
|
+
"signing",
|
|
2701
|
+
"signs-post",
|
|
2702
|
+
"sim-card",
|
|
2703
|
+
"simplybuilt",
|
|
2704
|
+
"single-quote-left",
|
|
2705
|
+
"single-quote-right",
|
|
2706
|
+
"sink",
|
|
2707
|
+
"sistrix",
|
|
2708
|
+
"sitemap",
|
|
2709
|
+
"sith",
|
|
2710
|
+
"sitrox",
|
|
2711
|
+
"skating",
|
|
2712
|
+
"sketch",
|
|
2713
|
+
"skiing",
|
|
2714
|
+
"skiing-nordic",
|
|
2715
|
+
"skull",
|
|
2716
|
+
"skull-crossbones",
|
|
2717
|
+
"skyatlas",
|
|
2718
|
+
"skype",
|
|
2719
|
+
"slack",
|
|
2720
|
+
"slack-hash",
|
|
2721
|
+
"slash",
|
|
2722
|
+
"sleigh",
|
|
2723
|
+
"sliders",
|
|
2724
|
+
"sliders-h",
|
|
2725
|
+
"slideshare",
|
|
2726
|
+
"smile",
|
|
2727
|
+
"smile-beam",
|
|
2728
|
+
"smile-wink",
|
|
2729
|
+
"smog",
|
|
2730
|
+
"smoking",
|
|
2731
|
+
"smoking-ban",
|
|
2732
|
+
"sms",
|
|
2733
|
+
"snapchat",
|
|
2734
|
+
"snapchat-ghost",
|
|
2735
|
+
"snapchat-square",
|
|
2736
|
+
"snowboarding",
|
|
2737
|
+
"snowflake",
|
|
2738
|
+
"snowman",
|
|
2739
|
+
"snowplow",
|
|
2740
|
+
"soap",
|
|
2741
|
+
"soccer-ball",
|
|
2742
|
+
"socks",
|
|
2743
|
+
"solana",
|
|
2744
|
+
"solar-panel",
|
|
2745
|
+
"sort",
|
|
2746
|
+
"sort-alpha-asc",
|
|
2747
|
+
"sort-alpha-desc",
|
|
2748
|
+
"sort-alpha-down",
|
|
2749
|
+
"sort-alpha-down-alt",
|
|
2750
|
+
"sort-alpha-up",
|
|
2751
|
+
"sort-alpha-up-alt",
|
|
2752
|
+
"sort-amount-asc",
|
|
2753
|
+
"sort-amount-desc",
|
|
2754
|
+
"sort-amount-down",
|
|
2755
|
+
"sort-amount-down-alt",
|
|
2756
|
+
"sort-amount-up",
|
|
2757
|
+
"sort-amount-up-alt",
|
|
2758
|
+
"sort-asc",
|
|
2759
|
+
"sort-desc",
|
|
2760
|
+
"sort-down",
|
|
2761
|
+
"sort-numeric-asc",
|
|
2762
|
+
"sort-numeric-desc",
|
|
2763
|
+
"sort-numeric-down",
|
|
2764
|
+
"sort-numeric-down-alt",
|
|
2765
|
+
"sort-numeric-up",
|
|
2766
|
+
"sort-numeric-up-alt",
|
|
2767
|
+
"sort-up",
|
|
2768
|
+
"soundcloud",
|
|
2769
|
+
"sourcetree",
|
|
2770
|
+
"spa",
|
|
2771
|
+
"space-awesome",
|
|
2772
|
+
"space-shuttle",
|
|
2773
|
+
"spaghetti-monster-flying",
|
|
2774
|
+
"speakap",
|
|
2775
|
+
"speaker-deck",
|
|
2776
|
+
"spell-check",
|
|
2777
|
+
"spider",
|
|
2778
|
+
"spinner",
|
|
2779
|
+
"spiral",
|
|
2780
|
+
"splotch",
|
|
2781
|
+
"spoon",
|
|
2782
|
+
"spotify",
|
|
2783
|
+
"spray-can",
|
|
2784
|
+
"spray-can-sparkles",
|
|
2785
|
+
"sprout",
|
|
2786
|
+
"square",
|
|
2787
|
+
"square-arrow-up-right",
|
|
2788
|
+
"square-behance",
|
|
2789
|
+
"square-binary",
|
|
2790
|
+
"square-bluesky",
|
|
2791
|
+
"square-build-awesome-stroke",
|
|
2792
|
+
"square-caret-down",
|
|
2793
|
+
"square-caret-left",
|
|
2794
|
+
"square-caret-right",
|
|
2795
|
+
"square-caret-up",
|
|
2796
|
+
"square-check",
|
|
2797
|
+
"square-deskpro",
|
|
2798
|
+
"square-dribbble",
|
|
2799
|
+
"square-envelope",
|
|
2800
|
+
"square-facebook",
|
|
2801
|
+
"square-figma",
|
|
2802
|
+
"square-font-awesome",
|
|
2803
|
+
"square-font-awesome-stroke",
|
|
2804
|
+
"square-full",
|
|
2805
|
+
"square-git",
|
|
2806
|
+
"square-github",
|
|
2807
|
+
"square-gitlab",
|
|
2808
|
+
"square-google-plus",
|
|
2809
|
+
"square-h",
|
|
2810
|
+
"square-hacker-news",
|
|
2811
|
+
"square-instagram",
|
|
2812
|
+
"square-js",
|
|
2813
|
+
"square-kickstarter",
|
|
2814
|
+
"square-lastfm",
|
|
2815
|
+
"square-letterboxd",
|
|
2816
|
+
"square-linkedin",
|
|
2817
|
+
"square-minus",
|
|
2818
|
+
"square-nfi",
|
|
2819
|
+
"square-odnoklassniki",
|
|
2820
|
+
"square-parking",
|
|
2821
|
+
"square-pen",
|
|
2822
|
+
"square-person-confined",
|
|
2823
|
+
"square-phone",
|
|
2824
|
+
"square-phone-flip",
|
|
2825
|
+
"square-pied-piper",
|
|
2826
|
+
"square-pinterest",
|
|
2827
|
+
"square-plus",
|
|
2828
|
+
"square-poll-horizontal",
|
|
2829
|
+
"square-poll-vertical",
|
|
2830
|
+
"square-reddit",
|
|
2831
|
+
"square-root-alt",
|
|
2832
|
+
"square-root-variable",
|
|
2833
|
+
"square-rss",
|
|
2834
|
+
"square-share-nodes",
|
|
2835
|
+
"square-snapchat",
|
|
2836
|
+
"square-steam",
|
|
2837
|
+
"square-threads",
|
|
2838
|
+
"square-tumblr",
|
|
2839
|
+
"square-twitter",
|
|
2840
|
+
"square-up-right",
|
|
2841
|
+
"square-upwork",
|
|
2842
|
+
"square-viadeo",
|
|
2843
|
+
"square-vimeo",
|
|
2844
|
+
"square-virus",
|
|
2845
|
+
"square-web-awesome",
|
|
2846
|
+
"square-web-awesome-stroke",
|
|
2847
|
+
"square-whatsapp",
|
|
2848
|
+
"square-x-twitter",
|
|
2849
|
+
"square-xing",
|
|
2850
|
+
"square-xmark",
|
|
2851
|
+
"square-youtube",
|
|
2852
|
+
"squarespace",
|
|
2853
|
+
"stack-exchange",
|
|
2854
|
+
"stack-overflow",
|
|
2855
|
+
"stackpath",
|
|
2856
|
+
"staff-aesculapius",
|
|
2857
|
+
"staff-snake",
|
|
2858
|
+
"stairs",
|
|
2859
|
+
"stamp",
|
|
2860
|
+
"stapler",
|
|
2861
|
+
"star",
|
|
2862
|
+
"star-and-crescent",
|
|
2863
|
+
"star-half",
|
|
2864
|
+
"star-half-alt",
|
|
2865
|
+
"star-half-stroke",
|
|
2866
|
+
"star-of-david",
|
|
2867
|
+
"star-of-life",
|
|
2868
|
+
"staylinked",
|
|
2869
|
+
"steam",
|
|
2870
|
+
"steam-square",
|
|
2871
|
+
"steam-symbol",
|
|
2872
|
+
"step-backward",
|
|
2873
|
+
"step-forward",
|
|
2874
|
+
"sterling-sign",
|
|
2875
|
+
"stethoscope",
|
|
2876
|
+
"sticker-mule",
|
|
2877
|
+
"sticky-note",
|
|
2878
|
+
"stop",
|
|
2879
|
+
"stop-circle",
|
|
2880
|
+
"stopwatch",
|
|
2881
|
+
"stopwatch-20",
|
|
2882
|
+
"store",
|
|
2883
|
+
"store-alt",
|
|
2884
|
+
"store-alt-slash",
|
|
2885
|
+
"store-slash",
|
|
2886
|
+
"storybook",
|
|
2887
|
+
"strava",
|
|
2888
|
+
"stream",
|
|
2889
|
+
"street-view",
|
|
2890
|
+
"strikethrough",
|
|
2891
|
+
"stripe",
|
|
2892
|
+
"stripe-s",
|
|
2893
|
+
"stroopwafel",
|
|
2894
|
+
"stubber",
|
|
2895
|
+
"studiovinari",
|
|
2896
|
+
"stumbleupon",
|
|
2897
|
+
"stumbleupon-circle",
|
|
2898
|
+
"subscript",
|
|
2899
|
+
"substack",
|
|
2900
|
+
"subtract",
|
|
2901
|
+
"subway",
|
|
2902
|
+
"suitcase",
|
|
2903
|
+
"suitcase-medical",
|
|
2904
|
+
"suitcase-rolling",
|
|
2905
|
+
"sun",
|
|
2906
|
+
"sun-plant-wilt",
|
|
2907
|
+
"superpowers",
|
|
2908
|
+
"superscript",
|
|
2909
|
+
"supple",
|
|
2910
|
+
"supportnow",
|
|
2911
|
+
"surprise",
|
|
2912
|
+
"suse",
|
|
2913
|
+
"svelte",
|
|
2914
|
+
"swatchbook",
|
|
2915
|
+
"swift",
|
|
2916
|
+
"swimmer",
|
|
2917
|
+
"swimming-pool",
|
|
2918
|
+
"symfony",
|
|
2919
|
+
"symfonycasts",
|
|
2920
|
+
"synagogue",
|
|
2921
|
+
"sync",
|
|
2922
|
+
"sync-alt",
|
|
2923
|
+
"syringe",
|
|
2924
|
+
"t-shirt",
|
|
2925
|
+
"table",
|
|
2926
|
+
"table-cells",
|
|
2927
|
+
"table-cells-column-lock",
|
|
2928
|
+
"table-cells-large",
|
|
2929
|
+
"table-cells-row-lock",
|
|
2930
|
+
"table-cells-row-unlock",
|
|
2931
|
+
"table-columns",
|
|
2932
|
+
"table-list",
|
|
2933
|
+
"table-tennis",
|
|
2934
|
+
"table-tennis-paddle-ball",
|
|
2935
|
+
"tablet",
|
|
2936
|
+
"tablet-alt",
|
|
2937
|
+
"tablet-android",
|
|
2938
|
+
"tablet-button",
|
|
2939
|
+
"tablet-screen-button",
|
|
2940
|
+
"tablets",
|
|
2941
|
+
"tachograph-digital",
|
|
2942
|
+
"tachometer",
|
|
2943
|
+
"tachometer-alt",
|
|
2944
|
+
"tachometer-alt-average",
|
|
2945
|
+
"tachometer-alt-fast",
|
|
2946
|
+
"tachometer-average",
|
|
2947
|
+
"tachometer-fast",
|
|
2948
|
+
"tag",
|
|
2949
|
+
"tags",
|
|
2950
|
+
"tailwind-css",
|
|
2951
|
+
"tanakh",
|
|
2952
|
+
"tape",
|
|
2953
|
+
"tarp",
|
|
2954
|
+
"tarp-droplet",
|
|
2955
|
+
"tasks",
|
|
2956
|
+
"tasks-alt",
|
|
2957
|
+
"taurus",
|
|
2958
|
+
"taxi",
|
|
2959
|
+
"teamspeak",
|
|
2960
|
+
"teeth",
|
|
2961
|
+
"teeth-open",
|
|
2962
|
+
"telegram",
|
|
2963
|
+
"telegram-plane",
|
|
2964
|
+
"teletype",
|
|
2965
|
+
"television",
|
|
2966
|
+
"temperature-0",
|
|
2967
|
+
"temperature-1",
|
|
2968
|
+
"temperature-2",
|
|
2969
|
+
"temperature-3",
|
|
2970
|
+
"temperature-4",
|
|
2971
|
+
"temperature-arrow-down",
|
|
2972
|
+
"temperature-arrow-up",
|
|
2973
|
+
"temperature-down",
|
|
2974
|
+
"temperature-empty",
|
|
2975
|
+
"temperature-full",
|
|
2976
|
+
"temperature-half",
|
|
2977
|
+
"temperature-high",
|
|
2978
|
+
"temperature-low",
|
|
2979
|
+
"temperature-quarter",
|
|
2980
|
+
"temperature-three-quarters",
|
|
2981
|
+
"temperature-up",
|
|
2982
|
+
"tencent-weibo",
|
|
2983
|
+
"tenge",
|
|
2984
|
+
"tenge-sign",
|
|
2985
|
+
"tent",
|
|
2986
|
+
"tent-arrow-down-to-line",
|
|
2987
|
+
"tent-arrow-left-right",
|
|
2988
|
+
"tent-arrow-turn-left",
|
|
2989
|
+
"tent-arrows-down",
|
|
2990
|
+
"tents",
|
|
2991
|
+
"terminal",
|
|
2992
|
+
"tesla",
|
|
2993
|
+
"tex",
|
|
2994
|
+
"text-height",
|
|
2995
|
+
"text-slash",
|
|
2996
|
+
"text-width",
|
|
2997
|
+
"th",
|
|
2998
|
+
"th-large",
|
|
2999
|
+
"th-list",
|
|
3000
|
+
"the-red-yeti",
|
|
3001
|
+
"theater-masks",
|
|
3002
|
+
"themeco",
|
|
3003
|
+
"themeisle",
|
|
3004
|
+
"thermometer",
|
|
3005
|
+
"thermometer-0",
|
|
3006
|
+
"thermometer-1",
|
|
3007
|
+
"thermometer-2",
|
|
3008
|
+
"thermometer-3",
|
|
3009
|
+
"thermometer-4",
|
|
3010
|
+
"thermometer-empty",
|
|
3011
|
+
"thermometer-full",
|
|
3012
|
+
"thermometer-half",
|
|
3013
|
+
"thermometer-quarter",
|
|
3014
|
+
"thermometer-three-quarters",
|
|
3015
|
+
"think-peaks",
|
|
3016
|
+
"threads",
|
|
3017
|
+
"threema",
|
|
3018
|
+
"thumb-tack",
|
|
3019
|
+
"thumb-tack-slash",
|
|
3020
|
+
"thumbs-down",
|
|
3021
|
+
"thumbs-up",
|
|
3022
|
+
"thumbtack",
|
|
3023
|
+
"thumbtack-slash",
|
|
3024
|
+
"thunderstorm",
|
|
3025
|
+
"ticket",
|
|
3026
|
+
"ticket-alt",
|
|
3027
|
+
"ticket-simple",
|
|
3028
|
+
"tidal",
|
|
3029
|
+
"tiktok",
|
|
3030
|
+
"timeline",
|
|
3031
|
+
"times",
|
|
3032
|
+
"times-circle",
|
|
3033
|
+
"times-rectangle",
|
|
3034
|
+
"times-square",
|
|
3035
|
+
"tint",
|
|
3036
|
+
"tint-slash",
|
|
3037
|
+
"tired",
|
|
3038
|
+
"toggle-off",
|
|
3039
|
+
"toggle-on",
|
|
3040
|
+
"toilet",
|
|
3041
|
+
"toilet-paper",
|
|
3042
|
+
"toilet-paper-alt",
|
|
3043
|
+
"toilet-paper-blank",
|
|
3044
|
+
"toilet-paper-slash",
|
|
3045
|
+
"toilet-portable",
|
|
3046
|
+
"toilets-portable",
|
|
3047
|
+
"toolbox",
|
|
3048
|
+
"tools",
|
|
3049
|
+
"tooth",
|
|
3050
|
+
"tor-browser",
|
|
3051
|
+
"torah",
|
|
3052
|
+
"torii-gate",
|
|
3053
|
+
"tornado",
|
|
3054
|
+
"tower-broadcast",
|
|
3055
|
+
"tower-cell",
|
|
3056
|
+
"tower-observation",
|
|
3057
|
+
"tractor",
|
|
3058
|
+
"trade-federation",
|
|
3059
|
+
"trademark",
|
|
3060
|
+
"traffic-light",
|
|
3061
|
+
"trailer",
|
|
3062
|
+
"train",
|
|
3063
|
+
"train-subway",
|
|
3064
|
+
"train-tram",
|
|
3065
|
+
"tram",
|
|
3066
|
+
"transgender",
|
|
3067
|
+
"transgender-alt",
|
|
3068
|
+
"trash",
|
|
3069
|
+
"trash-alt",
|
|
3070
|
+
"trash-arrow-up",
|
|
3071
|
+
"trash-can",
|
|
3072
|
+
"trash-can-arrow-up",
|
|
3073
|
+
"trash-restore",
|
|
3074
|
+
"trash-restore-alt",
|
|
3075
|
+
"tree",
|
|
3076
|
+
"tree-city",
|
|
3077
|
+
"trello",
|
|
3078
|
+
"triangle-circle-square",
|
|
3079
|
+
"triangle-exclamation",
|
|
3080
|
+
"trophy",
|
|
3081
|
+
"trowel",
|
|
3082
|
+
"trowel-bricks",
|
|
3083
|
+
"truck",
|
|
3084
|
+
"truck-arrow-right",
|
|
3085
|
+
"truck-droplet",
|
|
3086
|
+
"truck-fast",
|
|
3087
|
+
"truck-field",
|
|
3088
|
+
"truck-field-un",
|
|
3089
|
+
"truck-front",
|
|
3090
|
+
"truck-loading",
|
|
3091
|
+
"truck-medical",
|
|
3092
|
+
"truck-monster",
|
|
3093
|
+
"truck-moving",
|
|
3094
|
+
"truck-pickup",
|
|
3095
|
+
"truck-plane",
|
|
3096
|
+
"truck-ramp-box",
|
|
3097
|
+
"try",
|
|
3098
|
+
"tshirt",
|
|
3099
|
+
"tty",
|
|
3100
|
+
"tumblr",
|
|
3101
|
+
"tumblr-square",
|
|
3102
|
+
"turkish-lira",
|
|
3103
|
+
"turkish-lira-sign",
|
|
3104
|
+
"turn-down",
|
|
3105
|
+
"turn-up",
|
|
3106
|
+
"tv",
|
|
3107
|
+
"tv-alt",
|
|
3108
|
+
"twitch",
|
|
3109
|
+
"twitter",
|
|
3110
|
+
"twitter-square",
|
|
3111
|
+
"typescript",
|
|
3112
|
+
"typo3",
|
|
3113
|
+
"uber",
|
|
3114
|
+
"ubuntu",
|
|
3115
|
+
"uikit",
|
|
3116
|
+
"ultralytics",
|
|
3117
|
+
"ultralytics-hub",
|
|
3118
|
+
"ultralytics-yolo",
|
|
3119
|
+
"umbraco",
|
|
3120
|
+
"umbrella",
|
|
3121
|
+
"umbrella-beach",
|
|
3122
|
+
"uncharted",
|
|
3123
|
+
"underline",
|
|
3124
|
+
"undo",
|
|
3125
|
+
"undo-alt",
|
|
3126
|
+
"uniregistry",
|
|
3127
|
+
"unison",
|
|
3128
|
+
"unity",
|
|
3129
|
+
"universal-access",
|
|
3130
|
+
"university",
|
|
3131
|
+
"unlink",
|
|
3132
|
+
"unlock",
|
|
3133
|
+
"unlock-alt",
|
|
3134
|
+
"unlock-keyhole",
|
|
3135
|
+
"unreal-engine",
|
|
3136
|
+
"unsorted",
|
|
3137
|
+
"unsplash",
|
|
3138
|
+
"untappd",
|
|
3139
|
+
"up-down",
|
|
3140
|
+
"up-down-left-right",
|
|
3141
|
+
"up-long",
|
|
3142
|
+
"up-right-and-down-left-from-center",
|
|
3143
|
+
"up-right-from-square",
|
|
3144
|
+
"upload",
|
|
3145
|
+
"ups",
|
|
3146
|
+
"upwork",
|
|
3147
|
+
"usb",
|
|
3148
|
+
"user",
|
|
3149
|
+
"user-alt",
|
|
3150
|
+
"user-alt-slash",
|
|
3151
|
+
"user-astronaut",
|
|
3152
|
+
"user-check",
|
|
3153
|
+
"user-circle",
|
|
3154
|
+
"user-clock",
|
|
3155
|
+
"user-cog",
|
|
3156
|
+
"user-doctor",
|
|
3157
|
+
"user-edit",
|
|
3158
|
+
"user-friends",
|
|
3159
|
+
"user-gear",
|
|
3160
|
+
"user-graduate",
|
|
3161
|
+
"user-group",
|
|
3162
|
+
"user-injured",
|
|
3163
|
+
"user-large",
|
|
3164
|
+
"user-large-slash",
|
|
3165
|
+
"user-lock",
|
|
3166
|
+
"user-md",
|
|
3167
|
+
"user-minus",
|
|
3168
|
+
"user-ninja",
|
|
3169
|
+
"user-nurse",
|
|
3170
|
+
"user-pen",
|
|
3171
|
+
"user-plus",
|
|
3172
|
+
"user-secret",
|
|
3173
|
+
"user-shield",
|
|
3174
|
+
"user-slash",
|
|
3175
|
+
"user-tag",
|
|
3176
|
+
"user-tie",
|
|
3177
|
+
"user-times",
|
|
3178
|
+
"user-xmark",
|
|
3179
|
+
"users",
|
|
3180
|
+
"users-between-lines",
|
|
3181
|
+
"users-cog",
|
|
3182
|
+
"users-gear",
|
|
3183
|
+
"users-line",
|
|
3184
|
+
"users-rays",
|
|
3185
|
+
"users-rectangle",
|
|
3186
|
+
"users-slash",
|
|
3187
|
+
"users-viewfinder",
|
|
3188
|
+
"usps",
|
|
3189
|
+
"ussunnah",
|
|
3190
|
+
"utensil-spoon",
|
|
3191
|
+
"utensils",
|
|
3192
|
+
"vaadin",
|
|
3193
|
+
"van-shuttle",
|
|
3194
|
+
"vault",
|
|
3195
|
+
"vcard",
|
|
3196
|
+
"vector-polygon",
|
|
3197
|
+
"venmo",
|
|
3198
|
+
"venmo-v",
|
|
3199
|
+
"venus",
|
|
3200
|
+
"venus-double",
|
|
3201
|
+
"venus-mars",
|
|
3202
|
+
"vest",
|
|
3203
|
+
"vest-patches",
|
|
3204
|
+
"viacoin",
|
|
3205
|
+
"viadeo",
|
|
3206
|
+
"viadeo-square",
|
|
3207
|
+
"vial",
|
|
3208
|
+
"vial-circle-check",
|
|
3209
|
+
"vial-virus",
|
|
3210
|
+
"vials",
|
|
3211
|
+
"viber",
|
|
3212
|
+
"video",
|
|
3213
|
+
"video-camera",
|
|
3214
|
+
"video-slash",
|
|
3215
|
+
"vihara",
|
|
3216
|
+
"vim",
|
|
3217
|
+
"vimeo",
|
|
3218
|
+
"vimeo-square",
|
|
3219
|
+
"vimeo-v",
|
|
3220
|
+
"vine",
|
|
3221
|
+
"virgo",
|
|
3222
|
+
"virus",
|
|
3223
|
+
"virus-covid",
|
|
3224
|
+
"virus-covid-slash",
|
|
3225
|
+
"virus-slash",
|
|
3226
|
+
"viruses",
|
|
3227
|
+
"visual-studio",
|
|
3228
|
+
"vk",
|
|
3229
|
+
"vnv",
|
|
3230
|
+
"voicemail",
|
|
3231
|
+
"volcano",
|
|
3232
|
+
"volleyball",
|
|
3233
|
+
"volleyball-ball",
|
|
3234
|
+
"volume",
|
|
3235
|
+
"volume-control-phone",
|
|
3236
|
+
"volume-down",
|
|
3237
|
+
"volume-high",
|
|
3238
|
+
"volume-low",
|
|
3239
|
+
"volume-medium",
|
|
3240
|
+
"volume-mute",
|
|
3241
|
+
"volume-off",
|
|
3242
|
+
"volume-times",
|
|
3243
|
+
"volume-up",
|
|
3244
|
+
"volume-xmark",
|
|
3245
|
+
"vote-yea",
|
|
3246
|
+
"vr-cardboard",
|
|
3247
|
+
"vsco",
|
|
3248
|
+
"vuejs",
|
|
3249
|
+
"w3c",
|
|
3250
|
+
"walkie-talkie",
|
|
3251
|
+
"walking",
|
|
3252
|
+
"wallet",
|
|
3253
|
+
"wand-magic",
|
|
3254
|
+
"wand-magic-sparkles",
|
|
3255
|
+
"wand-sparkles",
|
|
3256
|
+
"warehouse",
|
|
3257
|
+
"warning",
|
|
3258
|
+
"watchman-monitoring",
|
|
3259
|
+
"water",
|
|
3260
|
+
"water-ladder",
|
|
3261
|
+
"wave-square",
|
|
3262
|
+
"waze",
|
|
3263
|
+
"web-awesome",
|
|
3264
|
+
"webflow",
|
|
3265
|
+
"weebly",
|
|
3266
|
+
"weibo",
|
|
3267
|
+
"weight",
|
|
3268
|
+
"weight-hanging",
|
|
3269
|
+
"weight-scale",
|
|
3270
|
+
"weixin",
|
|
3271
|
+
"whatsapp",
|
|
3272
|
+
"whatsapp-square",
|
|
3273
|
+
"wheat-alt",
|
|
3274
|
+
"wheat-awn",
|
|
3275
|
+
"wheat-awn-circle-exclamation",
|
|
3276
|
+
"wheelchair",
|
|
3277
|
+
"wheelchair-alt",
|
|
3278
|
+
"wheelchair-move",
|
|
3279
|
+
"whiskey-glass",
|
|
3280
|
+
"whmcs",
|
|
3281
|
+
"wifi",
|
|
3282
|
+
"wifi-3",
|
|
3283
|
+
"wifi-strong",
|
|
3284
|
+
"wikipedia-w",
|
|
3285
|
+
"wind",
|
|
3286
|
+
"window-close",
|
|
3287
|
+
"window-maximize",
|
|
3288
|
+
"window-minimize",
|
|
3289
|
+
"window-restore",
|
|
3290
|
+
"windows",
|
|
3291
|
+
"wine-bottle",
|
|
3292
|
+
"wine-glass",
|
|
3293
|
+
"wine-glass-alt",
|
|
3294
|
+
"wine-glass-empty",
|
|
3295
|
+
"wirsindhandwerk",
|
|
3296
|
+
"wix",
|
|
3297
|
+
"wizards-of-the-coast",
|
|
3298
|
+
"wodu",
|
|
3299
|
+
"wolf-pack-battalion",
|
|
3300
|
+
"won",
|
|
3301
|
+
"won-sign",
|
|
3302
|
+
"wordpress",
|
|
3303
|
+
"wordpress-simple",
|
|
3304
|
+
"worm",
|
|
3305
|
+
"wpbeginner",
|
|
3306
|
+
"wpexplorer",
|
|
3307
|
+
"wpforms",
|
|
3308
|
+
"wpressr",
|
|
3309
|
+
"wrench",
|
|
3310
|
+
"wsh",
|
|
3311
|
+
"x-ray",
|
|
3312
|
+
"x-twitter",
|
|
3313
|
+
"xbox",
|
|
3314
|
+
"xing",
|
|
3315
|
+
"xing-square",
|
|
3316
|
+
"xmark",
|
|
3317
|
+
"xmark-circle",
|
|
3318
|
+
"xmark-square",
|
|
3319
|
+
"xmarks-lines",
|
|
3320
|
+
"xmpp",
|
|
3321
|
+
"xrp",
|
|
3322
|
+
"xrpl",
|
|
3323
|
+
"y-combinator",
|
|
3324
|
+
"yahoo",
|
|
3325
|
+
"yammer",
|
|
3326
|
+
"yandex",
|
|
3327
|
+
"yandex-international",
|
|
3328
|
+
"yarn",
|
|
3329
|
+
"yelp",
|
|
3330
|
+
"yen",
|
|
3331
|
+
"yen-sign",
|
|
3332
|
+
"yin-yang",
|
|
3333
|
+
"yoast",
|
|
3334
|
+
"youtube",
|
|
3335
|
+
"youtube-shorts",
|
|
3336
|
+
"youtube-square",
|
|
3337
|
+
"zap",
|
|
3338
|
+
"zhihu",
|
|
3339
|
+
"zoom",
|
|
3340
|
+
"zulip"
|
|
3341
|
+
]);
|
|
3342
|
+
|
|
3343
|
+
// src/icon.ts
|
|
3344
|
+
var warnedFaValues = /* @__PURE__ */ new Set();
|
|
3345
|
+
function warnIfFreeUnsafe(name) {
|
|
3346
|
+
if (process.env.NODE_ENV === "production") return;
|
|
3347
|
+
const faValue = toFaValue(name);
|
|
3348
|
+
const iconToken = faValue.split(/\s+/).filter(Boolean).pop() ?? "";
|
|
3349
|
+
const iconName = iconToken.replace(/^fa-/, "");
|
|
3350
|
+
if (!iconName || FA_FREE_ICON_NAMES.has(iconName)) return;
|
|
3351
|
+
if (warnedFaValues.has(faValue)) return;
|
|
3352
|
+
warnedFaValues.add(faValue);
|
|
3353
|
+
console.warn(
|
|
3354
|
+
`[@ekanos/ui] icon "${String(name)}" resolves to "${faValue}", which Font Awesome Free does not ship. Under a Free-only host (like the generated harness) this renders as the circle-question fallback, not the intended glyph. Verify the name against the Free set \u2014 run \`pnpm --filter @ekanos/ui check:fa-free-names\` \u2014 or add a Pro\u2192Free shim (see the harness's styles.src.css) if the glyph matters.`
|
|
3355
|
+
);
|
|
3356
|
+
}
|
|
3357
|
+
function Icon2({
|
|
3358
|
+
name,
|
|
3359
|
+
className,
|
|
3360
|
+
style
|
|
3361
|
+
}) {
|
|
3362
|
+
warnIfFreeUnsafe(name);
|
|
3363
|
+
return createElement(Icon, { name, className, style });
|
|
3364
|
+
}
|
|
3365
|
+
function resolveIcon2(name) {
|
|
3366
|
+
warnIfFreeUnsafe(name);
|
|
3367
|
+
return resolveIcon(name);
|
|
3368
|
+
}
|
|
3369
|
+
function renderIcon2(name, className) {
|
|
3370
|
+
warnIfFreeUnsafe(name);
|
|
3371
|
+
return renderIcon(name, className);
|
|
3372
|
+
}
|
|
780
3373
|
export {
|
|
781
3374
|
FA_ICON_STYLES,
|
|
782
3375
|
FA_OVERRIDE_STYLES,
|
|
783
|
-
Icon,
|
|
3376
|
+
Icon2 as Icon,
|
|
784
3377
|
IconStyleOverrideProvider,
|
|
785
3378
|
buildFaIconValue,
|
|
786
3379
|
isFaIcon,
|
|
787
|
-
renderIcon,
|
|
788
|
-
resolveIcon,
|
|
3380
|
+
renderIcon2 as renderIcon,
|
|
3381
|
+
resolveIcon2 as resolveIcon,
|
|
789
3382
|
useIconStyleOverride
|
|
790
3383
|
};
|