@papillonbits/components 0.9.0 → 0.12.0

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.
Files changed (48) hide show
  1. package/build/index.scss +1 -1
  2. package/build/primer/Alert/Alert.js +14 -14
  3. package/build/primer/Alert/Alert.prop.js +3 -3
  4. package/build/primer/Blankslate/Blankslate.js +1 -1
  5. package/build/primer/Blankslate/Blankslate.prop.js +2 -2
  6. package/build/primer/Breadcrumb/Breadcrumb.js +3 -3
  7. package/build/primer/Button/Button.js +5 -5
  8. package/build/primer/Button/Button.prop.js +2 -2
  9. package/build/primer/Dropdown/Dropdown.js +7 -7
  10. package/build/primer/Dropdown/Dropdown.scss +1 -1
  11. package/build/primer/ErrorBoundary/ErrorBoundary.js +4 -4
  12. package/build/primer/Form/Checkbox/Checkbox.js +1 -1
  13. package/build/primer/Form/Input/Input.js +1 -1
  14. package/build/primer/Form/Radio/Radio.js +1 -1
  15. package/build/primer/Form/form-control.scss +2 -1
  16. package/build/primer/Grid/DisplayTable/DisplayTable.js +4 -4
  17. package/build/primer/Grid/FlexGrid/FlexGrid.js +12 -12
  18. package/build/primer/Icon/Icon.js +3 -3
  19. package/build/primer/Icon/Icon.part.js +528 -495
  20. package/build/primer/Icon/Icon.prop.js +11 -0
  21. package/build/primer/Label/Label.js +1 -1
  22. package/build/primer/Loader/Loader.js +7 -7
  23. package/build/primer/Navigation/Menu/Menu.js +6 -6
  24. package/build/primer/Navigation/TabNav/TabNav.js +5 -5
  25. package/build/primer/Navigation/UnderlineNav/UnderlineNav.js +10 -10
  26. package/build/primer/Pagination/PreviousNext/PreviousNext.js +3 -3
  27. package/build/primer/Pagination/PreviousNext/PreviousNext.scss +1 -1
  28. package/build/primer/Popover/Popover.js +6 -6
  29. package/build/primer/Popover/Popover.prop.js +2 -2
  30. package/build/primer/Progress/Progress.js +2 -2
  31. package/build/primer/SVG/icon/copilot-16.svg +1 -0
  32. package/build/primer/SVG/icon/copilot-24.svg +1 -0
  33. package/build/primer/SVG/icon/copilot-48.svg +1 -0
  34. package/build/primer/SVG/icon/copilot-96.svg +1 -0
  35. package/build/primer/SVG/icon/copilot-error-16.svg +1 -0
  36. package/build/primer/SVG/icon/copilot-warning-16.svg +1 -0
  37. package/build/primer/SVG/icon/file-16.svg +1 -1
  38. package/build/primer/SVG/icon/file-added-16.svg +1 -0
  39. package/build/primer/SVG/icon/file-moved-16.svg +1 -0
  40. package/build/primer/SVG/icon/file-removed-16.svg +1 -0
  41. package/build/primer/SVG/icon/organization-24.svg +1 -1
  42. package/build/primer/SVG/icon/repo-locked-24.svg +1 -0
  43. package/build/primer/SVG/icon/sliders-16.svg +1 -0
  44. package/build/primer/Select/Select.js +2 -2
  45. package/build/primer/SelectMenu/SelectMenu.js +11 -11
  46. package/build/primer/Subhead/Subhead.js +2 -2
  47. package/build/primer/Toast/Toast.js +5 -5
  48. package/package.json +4 -4
@@ -213,6 +213,18 @@ var _container = _interopRequireDefault(require("../SVG/icon/container-16.svg"))
213
213
 
214
214
  var _container2 = _interopRequireDefault(require("../SVG/icon/container-24.svg"));
215
215
 
216
+ var _copilot = _interopRequireDefault(require("../SVG/icon/copilot-16.svg"));
217
+
218
+ var _copilot2 = _interopRequireDefault(require("../SVG/icon/copilot-24.svg"));
219
+
220
+ var _copilot3 = _interopRequireDefault(require("../SVG/icon/copilot-48.svg"));
221
+
222
+ var _copilot4 = _interopRequireDefault(require("../SVG/icon/copilot-96.svg"));
223
+
224
+ var _copilotError = _interopRequireDefault(require("../SVG/icon/copilot-error-16.svg"));
225
+
226
+ var _copilotWarning = _interopRequireDefault(require("../SVG/icon/copilot-warning-16.svg"));
227
+
216
228
  var _copy = _interopRequireDefault(require("../SVG/icon/copy-16.svg"));
217
229
 
218
230
  var _copy2 = _interopRequireDefault(require("../SVG/icon/copy-24.svg"));
@@ -327,6 +339,8 @@ var _file = _interopRequireDefault(require("../SVG/icon/file-16.svg"));
327
339
 
328
340
  var _file2 = _interopRequireDefault(require("../SVG/icon/file-24.svg"));
329
341
 
342
+ var _fileAdded = _interopRequireDefault(require("../SVG/icon/file-added-16.svg"));
343
+
330
344
  var _fileBadge = _interopRequireDefault(require("../SVG/icon/file-badge-16.svg"));
331
345
 
332
346
  var _fileBinary = _interopRequireDefault(require("../SVG/icon/file-binary-16.svg"));
@@ -353,6 +367,10 @@ var _fileDirectoryOpenFill = _interopRequireDefault(require("../SVG/icon/file-di
353
367
 
354
368
  var _fileMedia = _interopRequireDefault(require("../SVG/icon/file-media-24.svg"));
355
369
 
370
+ var _fileMoved = _interopRequireDefault(require("../SVG/icon/file-moved-16.svg"));
371
+
372
+ var _fileRemoved = _interopRequireDefault(require("../SVG/icon/file-removed-16.svg"));
373
+
356
374
  var _fileSubmodule = _interopRequireDefault(require("../SVG/icon/file-submodule-16.svg"));
357
375
 
358
376
  var _fileSubmodule2 = _interopRequireDefault(require("../SVG/icon/file-submodule-24.svg"));
@@ -721,6 +739,8 @@ var _repoForked2 = _interopRequireDefault(require("../SVG/icon/repo-forked-24.sv
721
739
 
722
740
  var _repoLocked = _interopRequireDefault(require("../SVG/icon/repo-locked-16.svg"));
723
741
 
742
+ var _repoLocked2 = _interopRequireDefault(require("../SVG/icon/repo-locked-24.svg"));
743
+
724
744
  var _repoPull = _interopRequireDefault(require("../SVG/icon/repo-pull-16.svg"));
725
745
 
726
746
  var _repoPush = _interopRequireDefault(require("../SVG/icon/repo-push-16.svg"));
@@ -815,6 +835,8 @@ var _skip = _interopRequireDefault(require("../SVG/icon/skip-16.svg"));
815
835
 
816
836
  var _skip2 = _interopRequireDefault(require("../SVG/icon/skip-24.svg"));
817
837
 
838
+ var _sliders = _interopRequireDefault(require("../SVG/icon/sliders-16.svg"));
839
+
818
840
  var _smiley = _interopRequireDefault(require("../SVG/icon/smiley-16.svg"));
819
841
 
820
842
  var _smiley2 = _interopRequireDefault(require("../SVG/icon/smiley-24.svg"));
@@ -998,500 +1020,511 @@ var _zap = _interopRequireDefault(require("../SVG/icon/zap-16.svg"));
998
1020
  var _zap2 = _interopRequireDefault(require("../SVG/icon/zap-24.svg"));
999
1021
 
1000
1022
  var iconComponents = {
1001
- Accessibility16: _accessibility["default"],
1002
- Alert16: _alert["default"],
1003
- Alert24: _alert2["default"],
1004
- AlertFill12: _alertFill["default"],
1005
- Apps16: _apps["default"],
1006
- Archive16: _archive["default"],
1007
- Archive24: _archive2["default"],
1008
- ArrowBoth16: _arrowBoth["default"],
1009
- ArrowBoth24: _arrowBoth2["default"],
1010
- ArrowDown16: _arrowDown["default"],
1011
- ArrowDown24: _arrowDown2["default"],
1012
- ArrowDownLeft24: _arrowDownLeft["default"],
1013
- ArrowDownRight24: _arrowDownRight["default"],
1014
- ArrowLeft16: _arrowLeft["default"],
1015
- ArrowLeft24: _arrowLeft2["default"],
1016
- ArrowRight16: _arrowRight["default"],
1017
- ArrowRight24: _arrowRight2["default"],
1018
- ArrowSwitch16: _arrowSwitch["default"],
1019
- ArrowSwitch24: _arrowSwitch2["default"],
1020
- ArrowUp16: _arrowUp["default"],
1021
- ArrowUp24: _arrowUp2["default"],
1022
- ArrowUpLeft24: _arrowUpLeft["default"],
1023
- ArrowUpRight24: _arrowUpRight["default"],
1024
- Beaker16: _beaker["default"],
1025
- Beaker24: _beaker2["default"],
1026
- Bell16: _bell["default"],
1027
- Bell24: _bell2["default"],
1028
- BellFill16: _bellFill["default"],
1029
- BellFill24: _bellFill2["default"],
1030
- BellSlash16: _bellSlash["default"],
1031
- BellSlash24: _bellSlash2["default"],
1032
- Blocked16: _blocked["default"],
1033
- Blocked24: _blocked2["default"],
1034
- Bold16: _bold["default"],
1035
- Bold24: _bold2["default"],
1036
- Book16: _book["default"],
1037
- Book24: _book2["default"],
1038
- Bookmark16: _bookmark["default"],
1039
- Bookmark24: _bookmark2["default"],
1040
- BookmarkFill24: _bookmarkFill["default"],
1041
- BookmarkSlash16: _bookmarkSlash["default"],
1042
- BookmarkSlash24: _bookmarkSlash2["default"],
1043
- BookmarkSlashFill24: _bookmarkSlashFill["default"],
1044
- Briefcase16: _briefcase["default"],
1045
- Briefcase24: _briefcase2["default"],
1046
- Broadcast16: _broadcast["default"],
1047
- Broadcast24: _broadcast2["default"],
1048
- Browser16: _browser["default"],
1049
- Browser24: _browser2["default"],
1050
- Bug16: _bug["default"],
1051
- Bug24: _bug2["default"],
1052
- Calendar16: _calendar["default"],
1053
- Calendar24: _calendar2["default"],
1054
- Check16: _check["default"],
1055
- Check24: _check2["default"],
1056
- CheckCircle16: _checkCircle["default"],
1057
- CheckCircle24: _checkCircle2["default"],
1058
- CheckCircleFill12: _checkCircleFill["default"],
1059
- CheckCircleFill16: _checkCircleFill2["default"],
1060
- CheckCircleFill24: _checkCircleFill3["default"],
1061
- Checklist16: _checklist["default"],
1062
- Checklist24: _checklist2["default"],
1063
- ChevronDown16: _chevronDown["default"],
1064
- ChevronDown24: _chevronDown2["default"],
1065
- ChevronLeft16: _chevronLeft["default"],
1066
- ChevronLeft24: _chevronLeft2["default"],
1067
- ChevronRight16: _chevronRight["default"],
1068
- ChevronRight24: _chevronRight2["default"],
1069
- ChevronUp16: _chevronUp["default"],
1070
- ChevronUp24: _chevronUp2["default"],
1071
- Circle16: _circle["default"],
1072
- Circle24: _circle2["default"],
1073
- CircleSlash16: _circleSlash["default"],
1074
- CircleSlash24: _circleSlash2["default"],
1075
- Clock16: _clock["default"],
1076
- Clock24: _clock2["default"],
1077
- Cloud16: _cloud["default"],
1078
- Cloud24: _cloud2["default"],
1079
- CloudOffline16: _cloudOffline["default"],
1080
- CloudOffline24: _cloudOffline2["default"],
1081
- Code16: _code["default"],
1082
- Code24: _code2["default"],
1083
- CodeOfConduct16: _codeOfConduct["default"],
1084
- CodeOfConduct24: _codeOfConduct2["default"],
1085
- CodeReview16: _codeReview["default"],
1086
- CodeReview24: _codeReview2["default"],
1087
- CodeSquare16: _codeSquare["default"],
1088
- CodeSquare24: _codeSquare2["default"],
1089
- Codescan16: _codescan["default"],
1090
- Codescan24: _codescan2["default"],
1091
- CodescanCheckmark16: _codescanCheckmark["default"],
1092
- CodescanCheckmark24: _codescanCheckmark2["default"],
1093
- Codespaces16: _codespaces["default"],
1094
- Codespaces24: _codespaces2["default"],
1095
- Columns16: _columns["default"],
1096
- Columns24: _columns2["default"],
1097
- Comment16: _comment["default"],
1098
- Comment24: _comment2["default"],
1099
- CommentDiscussion16: _commentDiscussion["default"],
1100
- CommentDiscussion24: _commentDiscussion2["default"],
1101
- Commit24: _commit["default"],
1102
- Container16: _container["default"],
1103
- Container24: _container2["default"],
1104
- Copy16: _copy["default"],
1105
- Copy24: _copy2["default"],
1106
- Cpu16: _cpu["default"],
1107
- Cpu24: _cpu2["default"],
1108
- CreditCard16: _creditCard["default"],
1109
- CreditCard24: _creditCard2["default"],
1110
- CrossReference16: _crossReference["default"],
1111
- CrossReference24: _crossReference2["default"],
1112
- Dash16: _dash["default"],
1113
- Dash24: _dash2["default"],
1114
- Database16: _database["default"],
1115
- Database24: _database2["default"],
1116
- Dependabot16: _dependabot["default"],
1117
- Dependabot24: _dependabot2["default"],
1118
- DesktopDownload16: _desktopDownload["default"],
1119
- DesktopDownload24: _desktopDownload2["default"],
1120
- DeviceCamera16: _deviceCamera["default"],
1121
- DeviceCameraVideo16: _deviceCameraVideo["default"],
1122
- DeviceCameraVideo24: _deviceCameraVideo2["default"],
1123
- DeviceDesktop16: _deviceDesktop["default"],
1124
- DeviceDesktop24: _deviceDesktop2["default"],
1125
- DeviceMobile16: _deviceMobile["default"],
1126
- DeviceMobile24: _deviceMobile2["default"],
1127
- Diamond16: _diamond["default"],
1128
- Diamond24: _diamond2["default"],
1129
- Diff16: _diff["default"],
1130
- Diff24: _diff2["default"],
1131
- DiffAdded16: _diffAdded["default"],
1132
- DiffIgnored16: _diffIgnored["default"],
1133
- DiffModified16: _diffModified["default"],
1134
- DiffRemoved16: _diffRemoved["default"],
1135
- DiffRenamed16: _diffRenamed["default"],
1136
- Dot16: _dot["default"],
1137
- Dot24: _dot2["default"],
1138
- DotFill16: _dotFill["default"],
1139
- DotFill24: _dotFill2["default"],
1140
- Download16: _download["default"],
1141
- Download24: _download2["default"],
1142
- Duplicate16: _duplicate["default"],
1143
- Duplicate24: _duplicate2["default"],
1144
- Ellipsis16: _ellipsis["default"],
1145
- Eye16: _eye["default"],
1146
- Eye24: _eye2["default"],
1147
- EyeClosed16: _eyeClosed["default"],
1148
- EyeClosed24: _eyeClosed2["default"],
1149
- FeedDiscussion16: _feedDiscussion["default"],
1150
- FeedForked16: _feedForked["default"],
1151
- FeedHeart16: _feedHeart["default"],
1152
- FeedMerged16: _feedMerged["default"],
1153
- FeedPerson16: _feedPerson["default"],
1154
- FeedRepo16: _feedRepo["default"],
1155
- FeedRocket16: _feedRocket["default"],
1156
- FeedStar16: _feedStar["default"],
1157
- FeedTag16: _feedTag["default"],
1158
- FeedTrophy16: _feedTrophy["default"],
1159
- File16: _file["default"],
1160
- File24: _file2["default"],
1161
- FileBadge16: _fileBadge["default"],
1162
- FileBinary16: _fileBinary["default"],
1163
- FileBinary24: _fileBinary2["default"],
1164
- FileCode16: _fileCode["default"],
1165
- FileCode24: _fileCode2["default"],
1166
- FileDiff16: _fileDiff["default"],
1167
- FileDiff24: _fileDiff2["default"],
1168
- FileDirectory16: _fileDirectory["default"],
1169
- FileDirectory24: _fileDirectory2["default"],
1170
- FileDirectoryFill16: _fileDirectoryFill["default"],
1171
- FileDirectoryFill24: _fileDirectoryFill2["default"],
1172
- FileDirectoryOpenFill16: _fileDirectoryOpenFill["default"],
1173
- FileMedia24: _fileMedia["default"],
1174
- FileSubmodule16: _fileSubmodule["default"],
1175
- FileSubmodule24: _fileSubmodule2["default"],
1176
- FileSymlinkFile16: _fileSymlinkFile["default"],
1177
- FileSymlinkFile24: _fileSymlinkFile2["default"],
1178
- FileZip16: _fileZip["default"],
1179
- FileZip24: _fileZip2["default"],
1180
- Filter16: _filter["default"],
1181
- Filter24: _filter2["default"],
1182
- Flame16: _flame["default"],
1183
- Flame24: _flame2["default"],
1184
- Fold16: _fold["default"],
1185
- Fold24: _fold2["default"],
1186
- FoldDown16: _foldDown["default"],
1187
- FoldDown24: _foldDown2["default"],
1188
- FoldUp16: _foldUp["default"],
1189
- FoldUp24: _foldUp2["default"],
1190
- Gear16: _gear["default"],
1191
- Gear24: _gear2["default"],
1192
- Gift16: _gift["default"],
1193
- Gift24: _gift2["default"],
1194
- GitBranch16: _gitBranch["default"],
1195
- GitBranch24: _gitBranch2["default"],
1196
- GitCommit16: _gitCommit["default"],
1197
- GitCommit24: _gitCommit2["default"],
1198
- GitCompare16: _gitCompare["default"],
1199
- GitCompare24: _gitCompare2["default"],
1200
- GitMerge16: _gitMerge["default"],
1201
- GitMerge24: _gitMerge2["default"],
1202
- GitPullRequest16: _gitPullRequest["default"],
1203
- GitPullRequest24: _gitPullRequest2["default"],
1204
- GitPullRequestClosed16: _gitPullRequestClosed["default"],
1205
- GitPullRequestClosed24: _gitPullRequestClosed2["default"],
1206
- GitPullRequestDraft16: _gitPullRequestDraft["default"],
1207
- GitPullRequestDraft24: _gitPullRequestDraft2["default"],
1208
- Globe16: _globe["default"],
1209
- Globe24: _globe2["default"],
1210
- Grabber16: _grabber["default"],
1211
- Grabber24: _grabber2["default"],
1212
- Graph16: _graph["default"],
1213
- Graph24: _graph2["default"],
1214
- Hash16: _hash["default"],
1215
- Hash24: _hash2["default"],
1216
- Heading16: _heading["default"],
1217
- Heading24: _heading2["default"],
1218
- Heart16: _heart["default"],
1219
- Heart24: _heart2["default"],
1220
- HeartFill16: _heartFill["default"],
1221
- HeartFill24: _heartFill2["default"],
1222
- History16: _history["default"],
1223
- History24: _history2["default"],
1224
- Home16: _home["default"],
1225
- Home24: _home2["default"],
1226
- HomeFill24: _homeFill["default"],
1227
- HorizontalRule16: _horizontalRule["default"],
1228
- HorizontalRule24: _horizontalRule2["default"],
1229
- Hourglass16: _hourglass["default"],
1230
- Hourglass24: _hourglass2["default"],
1231
- Hubot16: _hubot["default"],
1232
- Hubot24: _hubot2["default"],
1233
- IdBadge16: _idBadge["default"],
1234
- Image16: _image["default"],
1235
- Image24: _image2["default"],
1236
- Inbox16: _inbox["default"],
1237
- Inbox24: _inbox2["default"],
1238
- Infinity16: _infinity["default"],
1239
- Infinity24: _infinity2["default"],
1240
- Info16: _info["default"],
1241
- Info24: _info2["default"],
1242
- IssueClosed16: _issueClosed["default"],
1243
- IssueClosed24: _issueClosed2["default"],
1244
- IssueDraft16: _issueDraft["default"],
1245
- IssueDraft24: _issueDraft2["default"],
1246
- IssueOpened16: _issueOpened["default"],
1247
- IssueOpened24: _issueOpened2["default"],
1248
- IssueReopened16: _issueReopened["default"],
1249
- IssueReopened24: _issueReopened2["default"],
1250
- Italic16: _italic["default"],
1251
- Italic24: _italic2["default"],
1252
- Iterations16: _iterations["default"],
1253
- Iterations24: _iterations2["default"],
1254
- KebabHorizontal16: _kebabHorizontal["default"],
1255
- KebabHorizontal24: _kebabHorizontal2["default"],
1256
- Key16: _key["default"],
1257
- Key24: _key2["default"],
1258
- KeyAsterisk16: _keyAsterisk["default"],
1259
- Law16: _law["default"],
1260
- Law24: _law2["default"],
1261
- LightBulb16: _lightBulb["default"],
1262
- LightBulb24: _lightBulb2["default"],
1263
- Link16: _link["default"],
1264
- Link24: _link2["default"],
1265
- LinkExternal16: _linkExternal["default"],
1266
- LinkExternal24: _linkExternal2["default"],
1267
- ListOrdered16: _listOrdered["default"],
1268
- ListOrdered24: _listOrdered2["default"],
1269
- ListUnordered16: _listUnordered["default"],
1270
- ListUnordered24: _listUnordered2["default"],
1271
- Location16: _location["default"],
1272
- Location24: _location2["default"],
1273
- Lock16: _lock["default"],
1274
- Lock24: _lock2["default"],
1275
- Log16: _log["default"],
1276
- LogoGist16: _logoGist["default"],
1277
- LogoGithub16: _logoGithub["default"],
1278
- Mail16: _mail["default"],
1279
- Mail24: _mail2["default"],
1280
- MarkGithub16: _markGithub["default"],
1281
- Markdown16: _markdown["default"],
1282
- Megaphone16: _megaphone["default"],
1283
- Megaphone24: _megaphone2["default"],
1284
- Mention16: _mention["default"],
1285
- Mention24: _mention2["default"],
1286
- Meter16: _meter["default"],
1287
- Milestone16: _milestone["default"],
1288
- Milestone24: _milestone2["default"],
1289
- Mirror16: _mirror["default"],
1290
- Mirror24: _mirror2["default"],
1291
- Moon16: _moon["default"],
1292
- Moon24: _moon2["default"],
1293
- MortarBoard16: _mortarBoard["default"],
1294
- MortarBoard24: _mortarBoard2["default"],
1295
- MultiSelect16: _multiSelect["default"],
1296
- MultiSelect24: _multiSelect2["default"],
1297
- Mute16: _mute["default"],
1298
- Mute24: _mute2["default"],
1299
- NoEntry16: _noEntry["default"],
1300
- NoEntry24: _noEntry2["default"],
1301
- NoEntryFill12: _noEntryFill["default"],
1302
- NorthStar16: _northStar["default"],
1303
- NorthStar24: _northStar2["default"],
1304
- Note16: _note["default"],
1305
- Note24: _note2["default"],
1306
- Number16: _number["default"],
1307
- Number24: _number2["default"],
1308
- Organization16: _organization["default"],
1309
- Organization24: _organization2["default"],
1310
- Package16: _package["default"],
1311
- Package24: _package2["default"],
1312
- PackageDependencies16: _packageDependencies["default"],
1313
- PackageDependencies24: _packageDependencies2["default"],
1314
- PackageDependents16: _packageDependents["default"],
1315
- PackageDependents24: _packageDependents2["default"],
1316
- Paintbrush16: _paintbrush["default"],
1317
- PaperAirplane16: _paperAirplane["default"],
1318
- PaperAirplane24: _paperAirplane2["default"],
1319
- Paste16: _paste["default"],
1320
- Paste24: _paste2["default"],
1321
- Pencil16: _pencil["default"],
1322
- Pencil24: _pencil2["default"],
1323
- People16: _people["default"],
1324
- People24: _people2["default"],
1325
- Person16: _person["default"],
1326
- Person24: _person2["default"],
1327
- PersonAdd16: _personAdd["default"],
1328
- PersonAdd24: _personAdd2["default"],
1329
- PersonFill16: _personFill["default"],
1330
- PersonFill24: _personFill2["default"],
1331
- Pin16: _pin["default"],
1332
- Pin24: _pin2["default"],
1333
- Play16: _play["default"],
1334
- Play24: _play2["default"],
1335
- Plug16: _plug["default"],
1336
- Plug24: _plug2["default"],
1337
- Plus16: _plus["default"],
1338
- Plus24: _plus2["default"],
1339
- PlusCircle16: _plusCircle["default"],
1340
- PlusCircle24: _plusCircle2["default"],
1341
- Project16: _project["default"],
1342
- Project24: _project2["default"],
1343
- Pulse16: _pulse["default"],
1344
- Pulse24: _pulse2["default"],
1345
- Question16: _question["default"],
1346
- Question24: _question2["default"],
1347
- Quote16: _quote["default"],
1348
- Quote24: _quote2["default"],
1349
- Reply16: _reply["default"],
1350
- Reply24: _reply2["default"],
1351
- Repo16: _repo["default"],
1352
- Repo24: _repo2["default"],
1353
- RepoClone16: _repoClone["default"],
1354
- RepoDeleted16: _repoDeleted["default"],
1355
- RepoForked16: _repoForked["default"],
1356
- RepoForked24: _repoForked2["default"],
1357
- RepoLocked16: _repoLocked["default"],
1358
- RepoPull16: _repoPull["default"],
1359
- RepoPush16: _repoPush["default"],
1360
- RepoPush24: _repoPush2["default"],
1361
- RepoTemplate16: _repoTemplate["default"],
1362
- RepoTemplate24: _repoTemplate2["default"],
1363
- Report16: _report["default"],
1364
- Report24: _report2["default"],
1365
- Rocket16: _rocket["default"],
1366
- Rocket24: _rocket2["default"],
1367
- Rows16: _rows["default"],
1368
- Rows24: _rows2["default"],
1369
- Rss16: _rss["default"],
1370
- Rss24: _rss2["default"],
1371
- Ruby16: _ruby["default"],
1372
- Ruby24: _ruby2["default"],
1373
- ScreenFull16: _screenFull["default"],
1374
- ScreenFull24: _screenFull2["default"],
1375
- ScreenNormal16: _screenNormal["default"],
1376
- ScreenNormal24: _screenNormal2["default"],
1377
- Search16: _search["default"],
1378
- Search24: _search2["default"],
1379
- Server16: _server["default"],
1380
- Server24: _server2["default"],
1381
- Share16: _share["default"],
1382
- Share24: _share2["default"],
1383
- ShareAndroid16: _shareAndroid["default"],
1384
- ShareAndroid24: _shareAndroid2["default"],
1385
- Shield16: _shield["default"],
1386
- Shield24: _shield2["default"],
1387
- ShieldCheck16: _shieldCheck["default"],
1388
- ShieldCheck24: _shieldCheck2["default"],
1389
- ShieldLock16: _shieldLock["default"],
1390
- ShieldLock24: _shieldLock2["default"],
1391
- ShieldX16: _shieldX["default"],
1392
- ShieldX24: _shieldX2["default"],
1393
- SidebarCollapse16: _sidebarCollapse["default"],
1394
- SidebarCollapse24: _sidebarCollapse2["default"],
1395
- SidebarExpand16: _sidebarExpand["default"],
1396
- SidebarExpand24: _sidebarExpand2["default"],
1397
- SignIn16: _signIn["default"],
1398
- SignIn24: _signIn2["default"],
1399
- SignOut16: _signOut["default"],
1400
- SignOut24: _signOut2["default"],
1401
- SingleSelect16: _singleSelect["default"],
1402
- SingleSelect24: _singleSelect2["default"],
1403
- Skip16: _skip["default"],
1404
- Skip24: _skip2["default"],
1405
- Smiley16: _smiley["default"],
1406
- Smiley24: _smiley2["default"],
1407
- SortAsc16: _sortAsc["default"],
1408
- SortAsc24: _sortAsc2["default"],
1409
- SortDesc16: _sortDesc["default"],
1410
- SortDesc24: _sortDesc2["default"],
1411
- Square16: _square["default"],
1412
- Square24: _square2["default"],
1413
- SquareFill16: _squareFill["default"],
1414
- SquareFill24: _squareFill2["default"],
1415
- Squirrel16: _squirrel["default"],
1416
- Squirrel24: _squirrel2["default"],
1417
- Stack16: _stack["default"],
1418
- Stack24: _stack2["default"],
1419
- Star16: _star["default"],
1420
- Star24: _star2["default"],
1421
- StarFill16: _starFill["default"],
1422
- StarFill24: _starFill2["default"],
1423
- Stop16: _stop["default"],
1424
- Stop24: _stop2["default"],
1425
- Stopwatch16: _stopwatch["default"],
1426
- Stopwatch24: _stopwatch2["default"],
1427
- Strikethrough16: _strikethrough["default"],
1428
- Strikethrough24: _strikethrough2["default"],
1429
- Sun16: _sun["default"],
1430
- Sun24: _sun2["default"],
1431
- Sync16: _sync["default"],
1432
- Sync24: _sync2["default"],
1433
- Tab24: _tab["default"],
1434
- TabExternal16: _tabExternal["default"],
1435
- Table16: _table["default"],
1436
- Table24: _table2["default"],
1437
- Tag16: _tag["default"],
1438
- Tag24: _tag2["default"],
1439
- Tasklist16: _tasklist["default"],
1440
- Tasklist24: _tasklist2["default"],
1441
- Telescope16: _telescope["default"],
1442
- Telescope24: _telescope2["default"],
1443
- TelescopeFill16: _telescopeFill["default"],
1444
- TelescopeFill24: _telescopeFill2["default"],
1445
- Terminal16: _terminal["default"],
1446
- Terminal24: _terminal2["default"],
1447
- ThreeBars16: _threeBars["default"],
1448
- Thumbsdown16: _thumbsdown["default"],
1449
- Thumbsdown24: _thumbsdown2["default"],
1450
- Thumbsup16: _thumbsup["default"],
1451
- Thumbsup24: _thumbsup2["default"],
1452
- Tools16: _tools["default"],
1453
- Tools24: _tools2["default"],
1454
- Trash16: _trash["default"],
1455
- Trash24: _trash2["default"],
1456
- TriangleDown16: _triangleDown["default"],
1457
- TriangleDown24: _triangleDown2["default"],
1458
- TriangleLeft16: _triangleLeft["default"],
1459
- TriangleLeft24: _triangleLeft2["default"],
1460
- TriangleRight16: _triangleRight["default"],
1461
- TriangleRight24: _triangleRight2["default"],
1462
- TriangleUp16: _triangleUp["default"],
1463
- TriangleUp24: _triangleUp2["default"],
1464
- Trophy16: _trophy["default"],
1465
- Trophy24: _trophy2["default"],
1466
- Typography16: _typography["default"],
1467
- Typography24: _typography2["default"],
1468
- Unfold16: _unfold["default"],
1469
- Unfold24: _unfold2["default"],
1470
- Unlock16: _unlock["default"],
1471
- Unlock24: _unlock2["default"],
1472
- Unmute16: _unmute["default"],
1473
- Unmute24: _unmute2["default"],
1474
- Unverified16: _unverified["default"],
1475
- Unverified24: _unverified2["default"],
1476
- Upload16: _upload["default"],
1477
- Upload24: _upload2["default"],
1478
- Verified16: _verified["default"],
1479
- Verified24: _verified2["default"],
1480
- Versions16: _versions["default"],
1481
- Versions24: _versions2["default"],
1482
- Video16: _video["default"],
1483
- Video24: _video2["default"],
1484
- Webhook16: _webhook["default"],
1485
- Workflow16: _workflow["default"],
1486
- Workflow24: _workflow2["default"],
1487
- X16: _x["default"],
1488
- X24: _x2["default"],
1489
- XCircle16: _xCircle["default"],
1490
- XCircle24: _xCircle2["default"],
1491
- XCircleFill12: _xCircleFill["default"],
1492
- XCircleFill16: _xCircleFill2["default"],
1493
- XCircleFill24: _xCircleFill3["default"],
1494
- Zap16: _zap["default"],
1495
- Zap24: _zap2["default"]
1023
+ Accessibility16: _accessibility.default,
1024
+ Alert16: _alert.default,
1025
+ Alert24: _alert2.default,
1026
+ AlertFill12: _alertFill.default,
1027
+ Apps16: _apps.default,
1028
+ Archive16: _archive.default,
1029
+ Archive24: _archive2.default,
1030
+ ArrowBoth16: _arrowBoth.default,
1031
+ ArrowBoth24: _arrowBoth2.default,
1032
+ ArrowDown16: _arrowDown.default,
1033
+ ArrowDown24: _arrowDown2.default,
1034
+ ArrowDownLeft24: _arrowDownLeft.default,
1035
+ ArrowDownRight24: _arrowDownRight.default,
1036
+ ArrowLeft16: _arrowLeft.default,
1037
+ ArrowLeft24: _arrowLeft2.default,
1038
+ ArrowRight16: _arrowRight.default,
1039
+ ArrowRight24: _arrowRight2.default,
1040
+ ArrowSwitch16: _arrowSwitch.default,
1041
+ ArrowSwitch24: _arrowSwitch2.default,
1042
+ ArrowUp16: _arrowUp.default,
1043
+ ArrowUp24: _arrowUp2.default,
1044
+ ArrowUpLeft24: _arrowUpLeft.default,
1045
+ ArrowUpRight24: _arrowUpRight.default,
1046
+ Beaker16: _beaker.default,
1047
+ Beaker24: _beaker2.default,
1048
+ Bell16: _bell.default,
1049
+ Bell24: _bell2.default,
1050
+ BellFill16: _bellFill.default,
1051
+ BellFill24: _bellFill2.default,
1052
+ BellSlash16: _bellSlash.default,
1053
+ BellSlash24: _bellSlash2.default,
1054
+ Blocked16: _blocked.default,
1055
+ Blocked24: _blocked2.default,
1056
+ Bold16: _bold.default,
1057
+ Bold24: _bold2.default,
1058
+ Book16: _book.default,
1059
+ Book24: _book2.default,
1060
+ Bookmark16: _bookmark.default,
1061
+ Bookmark24: _bookmark2.default,
1062
+ BookmarkFill24: _bookmarkFill.default,
1063
+ BookmarkSlash16: _bookmarkSlash.default,
1064
+ BookmarkSlash24: _bookmarkSlash2.default,
1065
+ BookmarkSlashFill24: _bookmarkSlashFill.default,
1066
+ Briefcase16: _briefcase.default,
1067
+ Briefcase24: _briefcase2.default,
1068
+ Broadcast16: _broadcast.default,
1069
+ Broadcast24: _broadcast2.default,
1070
+ Browser16: _browser.default,
1071
+ Browser24: _browser2.default,
1072
+ Bug16: _bug.default,
1073
+ Bug24: _bug2.default,
1074
+ Calendar16: _calendar.default,
1075
+ Calendar24: _calendar2.default,
1076
+ Check16: _check.default,
1077
+ Check24: _check2.default,
1078
+ CheckCircle16: _checkCircle.default,
1079
+ CheckCircle24: _checkCircle2.default,
1080
+ CheckCircleFill12: _checkCircleFill.default,
1081
+ CheckCircleFill16: _checkCircleFill2.default,
1082
+ CheckCircleFill24: _checkCircleFill3.default,
1083
+ Checklist16: _checklist.default,
1084
+ Checklist24: _checklist2.default,
1085
+ ChevronDown16: _chevronDown.default,
1086
+ ChevronDown24: _chevronDown2.default,
1087
+ ChevronLeft16: _chevronLeft.default,
1088
+ ChevronLeft24: _chevronLeft2.default,
1089
+ ChevronRight16: _chevronRight.default,
1090
+ ChevronRight24: _chevronRight2.default,
1091
+ ChevronUp16: _chevronUp.default,
1092
+ ChevronUp24: _chevronUp2.default,
1093
+ Circle16: _circle.default,
1094
+ Circle24: _circle2.default,
1095
+ CircleSlash16: _circleSlash.default,
1096
+ CircleSlash24: _circleSlash2.default,
1097
+ Clock16: _clock.default,
1098
+ Clock24: _clock2.default,
1099
+ Cloud16: _cloud.default,
1100
+ Cloud24: _cloud2.default,
1101
+ CloudOffline16: _cloudOffline.default,
1102
+ CloudOffline24: _cloudOffline2.default,
1103
+ Code16: _code.default,
1104
+ Code24: _code2.default,
1105
+ CodeOfConduct16: _codeOfConduct.default,
1106
+ CodeOfConduct24: _codeOfConduct2.default,
1107
+ CodeReview16: _codeReview.default,
1108
+ CodeReview24: _codeReview2.default,
1109
+ CodeSquare16: _codeSquare.default,
1110
+ CodeSquare24: _codeSquare2.default,
1111
+ Codescan16: _codescan.default,
1112
+ Codescan24: _codescan2.default,
1113
+ CodescanCheckmark16: _codescanCheckmark.default,
1114
+ CodescanCheckmark24: _codescanCheckmark2.default,
1115
+ Codespaces16: _codespaces.default,
1116
+ Codespaces24: _codespaces2.default,
1117
+ Columns16: _columns.default,
1118
+ Columns24: _columns2.default,
1119
+ Comment16: _comment.default,
1120
+ Comment24: _comment2.default,
1121
+ CommentDiscussion16: _commentDiscussion.default,
1122
+ CommentDiscussion24: _commentDiscussion2.default,
1123
+ Commit24: _commit.default,
1124
+ Container16: _container.default,
1125
+ Container24: _container2.default,
1126
+ Copilot16: _copilot.default,
1127
+ Copilot24: _copilot2.default,
1128
+ Copilot48: _copilot3.default,
1129
+ Copilot96: _copilot4.default,
1130
+ CopilotError16: _copilotError.default,
1131
+ CopilotWarning16: _copilotWarning.default,
1132
+ Copy16: _copy.default,
1133
+ Copy24: _copy2.default,
1134
+ Cpu16: _cpu.default,
1135
+ Cpu24: _cpu2.default,
1136
+ CreditCard16: _creditCard.default,
1137
+ CreditCard24: _creditCard2.default,
1138
+ CrossReference16: _crossReference.default,
1139
+ CrossReference24: _crossReference2.default,
1140
+ Dash16: _dash.default,
1141
+ Dash24: _dash2.default,
1142
+ Database16: _database.default,
1143
+ Database24: _database2.default,
1144
+ Dependabot16: _dependabot.default,
1145
+ Dependabot24: _dependabot2.default,
1146
+ DesktopDownload16: _desktopDownload.default,
1147
+ DesktopDownload24: _desktopDownload2.default,
1148
+ DeviceCamera16: _deviceCamera.default,
1149
+ DeviceCameraVideo16: _deviceCameraVideo.default,
1150
+ DeviceCameraVideo24: _deviceCameraVideo2.default,
1151
+ DeviceDesktop16: _deviceDesktop.default,
1152
+ DeviceDesktop24: _deviceDesktop2.default,
1153
+ DeviceMobile16: _deviceMobile.default,
1154
+ DeviceMobile24: _deviceMobile2.default,
1155
+ Diamond16: _diamond.default,
1156
+ Diamond24: _diamond2.default,
1157
+ Diff16: _diff.default,
1158
+ Diff24: _diff2.default,
1159
+ DiffAdded16: _diffAdded.default,
1160
+ DiffIgnored16: _diffIgnored.default,
1161
+ DiffModified16: _diffModified.default,
1162
+ DiffRemoved16: _diffRemoved.default,
1163
+ DiffRenamed16: _diffRenamed.default,
1164
+ Dot16: _dot.default,
1165
+ Dot24: _dot2.default,
1166
+ DotFill16: _dotFill.default,
1167
+ DotFill24: _dotFill2.default,
1168
+ Download16: _download.default,
1169
+ Download24: _download2.default,
1170
+ Duplicate16: _duplicate.default,
1171
+ Duplicate24: _duplicate2.default,
1172
+ Ellipsis16: _ellipsis.default,
1173
+ Eye16: _eye.default,
1174
+ Eye24: _eye2.default,
1175
+ EyeClosed16: _eyeClosed.default,
1176
+ EyeClosed24: _eyeClosed2.default,
1177
+ FeedDiscussion16: _feedDiscussion.default,
1178
+ FeedForked16: _feedForked.default,
1179
+ FeedHeart16: _feedHeart.default,
1180
+ FeedMerged16: _feedMerged.default,
1181
+ FeedPerson16: _feedPerson.default,
1182
+ FeedRepo16: _feedRepo.default,
1183
+ FeedRocket16: _feedRocket.default,
1184
+ FeedStar16: _feedStar.default,
1185
+ FeedTag16: _feedTag.default,
1186
+ FeedTrophy16: _feedTrophy.default,
1187
+ File16: _file.default,
1188
+ File24: _file2.default,
1189
+ FileAdded16: _fileAdded.default,
1190
+ FileBadge16: _fileBadge.default,
1191
+ FileBinary16: _fileBinary.default,
1192
+ FileBinary24: _fileBinary2.default,
1193
+ FileCode16: _fileCode.default,
1194
+ FileCode24: _fileCode2.default,
1195
+ FileDiff16: _fileDiff.default,
1196
+ FileDiff24: _fileDiff2.default,
1197
+ FileDirectory16: _fileDirectory.default,
1198
+ FileDirectory24: _fileDirectory2.default,
1199
+ FileDirectoryFill16: _fileDirectoryFill.default,
1200
+ FileDirectoryFill24: _fileDirectoryFill2.default,
1201
+ FileDirectoryOpenFill16: _fileDirectoryOpenFill.default,
1202
+ FileMedia24: _fileMedia.default,
1203
+ FileMoved16: _fileMoved.default,
1204
+ FileRemoved16: _fileRemoved.default,
1205
+ FileSubmodule16: _fileSubmodule.default,
1206
+ FileSubmodule24: _fileSubmodule2.default,
1207
+ FileSymlinkFile16: _fileSymlinkFile.default,
1208
+ FileSymlinkFile24: _fileSymlinkFile2.default,
1209
+ FileZip16: _fileZip.default,
1210
+ FileZip24: _fileZip2.default,
1211
+ Filter16: _filter.default,
1212
+ Filter24: _filter2.default,
1213
+ Flame16: _flame.default,
1214
+ Flame24: _flame2.default,
1215
+ Fold16: _fold.default,
1216
+ Fold24: _fold2.default,
1217
+ FoldDown16: _foldDown.default,
1218
+ FoldDown24: _foldDown2.default,
1219
+ FoldUp16: _foldUp.default,
1220
+ FoldUp24: _foldUp2.default,
1221
+ Gear16: _gear.default,
1222
+ Gear24: _gear2.default,
1223
+ Gift16: _gift.default,
1224
+ Gift24: _gift2.default,
1225
+ GitBranch16: _gitBranch.default,
1226
+ GitBranch24: _gitBranch2.default,
1227
+ GitCommit16: _gitCommit.default,
1228
+ GitCommit24: _gitCommit2.default,
1229
+ GitCompare16: _gitCompare.default,
1230
+ GitCompare24: _gitCompare2.default,
1231
+ GitMerge16: _gitMerge.default,
1232
+ GitMerge24: _gitMerge2.default,
1233
+ GitPullRequest16: _gitPullRequest.default,
1234
+ GitPullRequest24: _gitPullRequest2.default,
1235
+ GitPullRequestClosed16: _gitPullRequestClosed.default,
1236
+ GitPullRequestClosed24: _gitPullRequestClosed2.default,
1237
+ GitPullRequestDraft16: _gitPullRequestDraft.default,
1238
+ GitPullRequestDraft24: _gitPullRequestDraft2.default,
1239
+ Globe16: _globe.default,
1240
+ Globe24: _globe2.default,
1241
+ Grabber16: _grabber.default,
1242
+ Grabber24: _grabber2.default,
1243
+ Graph16: _graph.default,
1244
+ Graph24: _graph2.default,
1245
+ Hash16: _hash.default,
1246
+ Hash24: _hash2.default,
1247
+ Heading16: _heading.default,
1248
+ Heading24: _heading2.default,
1249
+ Heart16: _heart.default,
1250
+ Heart24: _heart2.default,
1251
+ HeartFill16: _heartFill.default,
1252
+ HeartFill24: _heartFill2.default,
1253
+ History16: _history.default,
1254
+ History24: _history2.default,
1255
+ Home16: _home.default,
1256
+ Home24: _home2.default,
1257
+ HomeFill24: _homeFill.default,
1258
+ HorizontalRule16: _horizontalRule.default,
1259
+ HorizontalRule24: _horizontalRule2.default,
1260
+ Hourglass16: _hourglass.default,
1261
+ Hourglass24: _hourglass2.default,
1262
+ Hubot16: _hubot.default,
1263
+ Hubot24: _hubot2.default,
1264
+ IdBadge16: _idBadge.default,
1265
+ Image16: _image.default,
1266
+ Image24: _image2.default,
1267
+ Inbox16: _inbox.default,
1268
+ Inbox24: _inbox2.default,
1269
+ Infinity16: _infinity.default,
1270
+ Infinity24: _infinity2.default,
1271
+ Info16: _info.default,
1272
+ Info24: _info2.default,
1273
+ IssueClosed16: _issueClosed.default,
1274
+ IssueClosed24: _issueClosed2.default,
1275
+ IssueDraft16: _issueDraft.default,
1276
+ IssueDraft24: _issueDraft2.default,
1277
+ IssueOpened16: _issueOpened.default,
1278
+ IssueOpened24: _issueOpened2.default,
1279
+ IssueReopened16: _issueReopened.default,
1280
+ IssueReopened24: _issueReopened2.default,
1281
+ Italic16: _italic.default,
1282
+ Italic24: _italic2.default,
1283
+ Iterations16: _iterations.default,
1284
+ Iterations24: _iterations2.default,
1285
+ KebabHorizontal16: _kebabHorizontal.default,
1286
+ KebabHorizontal24: _kebabHorizontal2.default,
1287
+ Key16: _key.default,
1288
+ Key24: _key2.default,
1289
+ KeyAsterisk16: _keyAsterisk.default,
1290
+ Law16: _law.default,
1291
+ Law24: _law2.default,
1292
+ LightBulb16: _lightBulb.default,
1293
+ LightBulb24: _lightBulb2.default,
1294
+ Link16: _link.default,
1295
+ Link24: _link2.default,
1296
+ LinkExternal16: _linkExternal.default,
1297
+ LinkExternal24: _linkExternal2.default,
1298
+ ListOrdered16: _listOrdered.default,
1299
+ ListOrdered24: _listOrdered2.default,
1300
+ ListUnordered16: _listUnordered.default,
1301
+ ListUnordered24: _listUnordered2.default,
1302
+ Location16: _location.default,
1303
+ Location24: _location2.default,
1304
+ Lock16: _lock.default,
1305
+ Lock24: _lock2.default,
1306
+ Log16: _log.default,
1307
+ LogoGist16: _logoGist.default,
1308
+ LogoGithub16: _logoGithub.default,
1309
+ Mail16: _mail.default,
1310
+ Mail24: _mail2.default,
1311
+ MarkGithub16: _markGithub.default,
1312
+ Markdown16: _markdown.default,
1313
+ Megaphone16: _megaphone.default,
1314
+ Megaphone24: _megaphone2.default,
1315
+ Mention16: _mention.default,
1316
+ Mention24: _mention2.default,
1317
+ Meter16: _meter.default,
1318
+ Milestone16: _milestone.default,
1319
+ Milestone24: _milestone2.default,
1320
+ Mirror16: _mirror.default,
1321
+ Mirror24: _mirror2.default,
1322
+ Moon16: _moon.default,
1323
+ Moon24: _moon2.default,
1324
+ MortarBoard16: _mortarBoard.default,
1325
+ MortarBoard24: _mortarBoard2.default,
1326
+ MultiSelect16: _multiSelect.default,
1327
+ MultiSelect24: _multiSelect2.default,
1328
+ Mute16: _mute.default,
1329
+ Mute24: _mute2.default,
1330
+ NoEntry16: _noEntry.default,
1331
+ NoEntry24: _noEntry2.default,
1332
+ NoEntryFill12: _noEntryFill.default,
1333
+ NorthStar16: _northStar.default,
1334
+ NorthStar24: _northStar2.default,
1335
+ Note16: _note.default,
1336
+ Note24: _note2.default,
1337
+ Number16: _number.default,
1338
+ Number24: _number2.default,
1339
+ Organization16: _organization.default,
1340
+ Organization24: _organization2.default,
1341
+ Package16: _package.default,
1342
+ Package24: _package2.default,
1343
+ PackageDependencies16: _packageDependencies.default,
1344
+ PackageDependencies24: _packageDependencies2.default,
1345
+ PackageDependents16: _packageDependents.default,
1346
+ PackageDependents24: _packageDependents2.default,
1347
+ Paintbrush16: _paintbrush.default,
1348
+ PaperAirplane16: _paperAirplane.default,
1349
+ PaperAirplane24: _paperAirplane2.default,
1350
+ Paste16: _paste.default,
1351
+ Paste24: _paste2.default,
1352
+ Pencil16: _pencil.default,
1353
+ Pencil24: _pencil2.default,
1354
+ People16: _people.default,
1355
+ People24: _people2.default,
1356
+ Person16: _person.default,
1357
+ Person24: _person2.default,
1358
+ PersonAdd16: _personAdd.default,
1359
+ PersonAdd24: _personAdd2.default,
1360
+ PersonFill16: _personFill.default,
1361
+ PersonFill24: _personFill2.default,
1362
+ Pin16: _pin.default,
1363
+ Pin24: _pin2.default,
1364
+ Play16: _play.default,
1365
+ Play24: _play2.default,
1366
+ Plug16: _plug.default,
1367
+ Plug24: _plug2.default,
1368
+ Plus16: _plus.default,
1369
+ Plus24: _plus2.default,
1370
+ PlusCircle16: _plusCircle.default,
1371
+ PlusCircle24: _plusCircle2.default,
1372
+ Project16: _project.default,
1373
+ Project24: _project2.default,
1374
+ Pulse16: _pulse.default,
1375
+ Pulse24: _pulse2.default,
1376
+ Question16: _question.default,
1377
+ Question24: _question2.default,
1378
+ Quote16: _quote.default,
1379
+ Quote24: _quote2.default,
1380
+ Reply16: _reply.default,
1381
+ Reply24: _reply2.default,
1382
+ Repo16: _repo.default,
1383
+ Repo24: _repo2.default,
1384
+ RepoClone16: _repoClone.default,
1385
+ RepoDeleted16: _repoDeleted.default,
1386
+ RepoForked16: _repoForked.default,
1387
+ RepoForked24: _repoForked2.default,
1388
+ RepoLocked16: _repoLocked.default,
1389
+ RepoLocked24: _repoLocked2.default,
1390
+ RepoPull16: _repoPull.default,
1391
+ RepoPush16: _repoPush.default,
1392
+ RepoPush24: _repoPush2.default,
1393
+ RepoTemplate16: _repoTemplate.default,
1394
+ RepoTemplate24: _repoTemplate2.default,
1395
+ Report16: _report.default,
1396
+ Report24: _report2.default,
1397
+ Rocket16: _rocket.default,
1398
+ Rocket24: _rocket2.default,
1399
+ Rows16: _rows.default,
1400
+ Rows24: _rows2.default,
1401
+ Rss16: _rss.default,
1402
+ Rss24: _rss2.default,
1403
+ Ruby16: _ruby.default,
1404
+ Ruby24: _ruby2.default,
1405
+ ScreenFull16: _screenFull.default,
1406
+ ScreenFull24: _screenFull2.default,
1407
+ ScreenNormal16: _screenNormal.default,
1408
+ ScreenNormal24: _screenNormal2.default,
1409
+ Search16: _search.default,
1410
+ Search24: _search2.default,
1411
+ Server16: _server.default,
1412
+ Server24: _server2.default,
1413
+ Share16: _share.default,
1414
+ Share24: _share2.default,
1415
+ ShareAndroid16: _shareAndroid.default,
1416
+ ShareAndroid24: _shareAndroid2.default,
1417
+ Shield16: _shield.default,
1418
+ Shield24: _shield2.default,
1419
+ ShieldCheck16: _shieldCheck.default,
1420
+ ShieldCheck24: _shieldCheck2.default,
1421
+ ShieldLock16: _shieldLock.default,
1422
+ ShieldLock24: _shieldLock2.default,
1423
+ ShieldX16: _shieldX.default,
1424
+ ShieldX24: _shieldX2.default,
1425
+ SidebarCollapse16: _sidebarCollapse.default,
1426
+ SidebarCollapse24: _sidebarCollapse2.default,
1427
+ SidebarExpand16: _sidebarExpand.default,
1428
+ SidebarExpand24: _sidebarExpand2.default,
1429
+ SignIn16: _signIn.default,
1430
+ SignIn24: _signIn2.default,
1431
+ SignOut16: _signOut.default,
1432
+ SignOut24: _signOut2.default,
1433
+ SingleSelect16: _singleSelect.default,
1434
+ SingleSelect24: _singleSelect2.default,
1435
+ Skip16: _skip.default,
1436
+ Skip24: _skip2.default,
1437
+ Sliders16: _sliders.default,
1438
+ Smiley16: _smiley.default,
1439
+ Smiley24: _smiley2.default,
1440
+ SortAsc16: _sortAsc.default,
1441
+ SortAsc24: _sortAsc2.default,
1442
+ SortDesc16: _sortDesc.default,
1443
+ SortDesc24: _sortDesc2.default,
1444
+ Square16: _square.default,
1445
+ Square24: _square2.default,
1446
+ SquareFill16: _squareFill.default,
1447
+ SquareFill24: _squareFill2.default,
1448
+ Squirrel16: _squirrel.default,
1449
+ Squirrel24: _squirrel2.default,
1450
+ Stack16: _stack.default,
1451
+ Stack24: _stack2.default,
1452
+ Star16: _star.default,
1453
+ Star24: _star2.default,
1454
+ StarFill16: _starFill.default,
1455
+ StarFill24: _starFill2.default,
1456
+ Stop16: _stop.default,
1457
+ Stop24: _stop2.default,
1458
+ Stopwatch16: _stopwatch.default,
1459
+ Stopwatch24: _stopwatch2.default,
1460
+ Strikethrough16: _strikethrough.default,
1461
+ Strikethrough24: _strikethrough2.default,
1462
+ Sun16: _sun.default,
1463
+ Sun24: _sun2.default,
1464
+ Sync16: _sync.default,
1465
+ Sync24: _sync2.default,
1466
+ Tab24: _tab.default,
1467
+ TabExternal16: _tabExternal.default,
1468
+ Table16: _table.default,
1469
+ Table24: _table2.default,
1470
+ Tag16: _tag.default,
1471
+ Tag24: _tag2.default,
1472
+ Tasklist16: _tasklist.default,
1473
+ Tasklist24: _tasklist2.default,
1474
+ Telescope16: _telescope.default,
1475
+ Telescope24: _telescope2.default,
1476
+ TelescopeFill16: _telescopeFill.default,
1477
+ TelescopeFill24: _telescopeFill2.default,
1478
+ Terminal16: _terminal.default,
1479
+ Terminal24: _terminal2.default,
1480
+ ThreeBars16: _threeBars.default,
1481
+ Thumbsdown16: _thumbsdown.default,
1482
+ Thumbsdown24: _thumbsdown2.default,
1483
+ Thumbsup16: _thumbsup.default,
1484
+ Thumbsup24: _thumbsup2.default,
1485
+ Tools16: _tools.default,
1486
+ Tools24: _tools2.default,
1487
+ Trash16: _trash.default,
1488
+ Trash24: _trash2.default,
1489
+ TriangleDown16: _triangleDown.default,
1490
+ TriangleDown24: _triangleDown2.default,
1491
+ TriangleLeft16: _triangleLeft.default,
1492
+ TriangleLeft24: _triangleLeft2.default,
1493
+ TriangleRight16: _triangleRight.default,
1494
+ TriangleRight24: _triangleRight2.default,
1495
+ TriangleUp16: _triangleUp.default,
1496
+ TriangleUp24: _triangleUp2.default,
1497
+ Trophy16: _trophy.default,
1498
+ Trophy24: _trophy2.default,
1499
+ Typography16: _typography.default,
1500
+ Typography24: _typography2.default,
1501
+ Unfold16: _unfold.default,
1502
+ Unfold24: _unfold2.default,
1503
+ Unlock16: _unlock.default,
1504
+ Unlock24: _unlock2.default,
1505
+ Unmute16: _unmute.default,
1506
+ Unmute24: _unmute2.default,
1507
+ Unverified16: _unverified.default,
1508
+ Unverified24: _unverified2.default,
1509
+ Upload16: _upload.default,
1510
+ Upload24: _upload2.default,
1511
+ Verified16: _verified.default,
1512
+ Verified24: _verified2.default,
1513
+ Versions16: _versions.default,
1514
+ Versions24: _versions2.default,
1515
+ Video16: _video.default,
1516
+ Video24: _video2.default,
1517
+ Webhook16: _webhook.default,
1518
+ Workflow16: _workflow.default,
1519
+ Workflow24: _workflow2.default,
1520
+ X16: _x.default,
1521
+ X24: _x2.default,
1522
+ XCircle16: _xCircle.default,
1523
+ XCircle24: _xCircle2.default,
1524
+ XCircleFill12: _xCircleFill.default,
1525
+ XCircleFill16: _xCircleFill2.default,
1526
+ XCircleFill24: _xCircleFill3.default,
1527
+ Zap16: _zap.default,
1528
+ Zap24: _zap2.default
1496
1529
  };
1497
1530
  exports.iconComponents = iconComponents;