1#[cfg(feature = "12px")]
7pub mod size12px {
8use super::*;
9
10make_icon_category!(transport, 12, "Transport", [
11 (AirplaneHelixFourFivedeg, "airplane-helix-45deg"),
12 (AirplaneHelix, "airplane-helix"),
13 (AirplaneOff, "airplane-off"),
14 (AirplaneRotation, "airplane-rotation"),
15 (Airplane, "airplane"),
16 (Bicycle, "bicycle"),
17 (BusStop, "bus-stop"),
18 (Bus, "bus"),
19 (Car, "car"),
20 (DeliveryTruck, "delivery-truck"),
21 (Delivery, "delivery"),
22 (DroneChargeFull, "drone-charge-full"),
23 (DroneChargeHalf, "drone-charge-half"),
24 (DroneChargeLow, "drone-charge-low"),
25 (DroneCheck, "drone-check"),
26 (DroneError, "drone-error"),
27 (DroneLanding, "drone-landing"),
28 (DroneRefresh, "drone-refresh"),
29 (DroneTakeOff, "drone-take-off"),
30 (Drone, "drone"),
31 (EvChargeAlt, "ev-charge-alt"),
32 (EvCharge, "ev-charge"),
33 (EvPlugCharging, "ev-plug-charging"),
34 (EvPlugError, "ev-plug-error"),
35 (EvPlug, "ev-plug"),
36 (EvStation, "ev-station"),
37 (EvTag, "ev-tag"),
38 (GasTankDrop, "gas-tank-drop"),
39 (GasTank, "gas-tank"),
40 (GreenBus, "green-bus"),
41 (GreenTruck, "green-truck"),
42 (GreenVehicle, "green-vehicle"),
43 (HandBrake, "hand-brake"),
44 (HotAirBalloon, "hot-air-balloon"),
45 (Metro, "metro"),
46 (Motorcycle, "motorcycle"),
47 (PackageLock, "package-lock"),
48 (Package, "package"),
49 (Packages, "packages"),
50 (Parking, "parking"),
51 (Train, "train"),
52 (Tram, "tram"),
53 (TruckLength, "truck-length"),
54 (Truck, "truck"),
55]);
56make_icon_category!(identity, 12, "Identity", [
57 (FaceId, "face-id"),
58 (FingerprintCheckCircle, "fingerprint-check-circle"),
59 (FingerprintCircle, "fingerprint-circle"),
60 (FingerprintErrorCircle, "fingerprint-error-circle"),
61 (FingerprintLockCircle, "fingerprint-lock-circle"),
62 (FingerprintPhone, "fingerprint-phone"),
63 (FingerprintScan, "fingerprint-scan"),
64 (FingerprintSquare, "fingerprint-square"),
65 (Fingerprint, "fingerprint"),
66 (IrisScan, "iris-scan"),
67 (Scanning, "scanning"),
68 (UserScan, "user-scan"),
69 (VoiceCircle, "voice-circle"),
70 (VoiceError, "voice-error"),
71 (VoiceLockCircle, "voice-lock-circle"),
72 (VoiceOk, "voice-ok"),
73 (VoicePhone, "voice-phone"),
74 (VoiceScan, "voice-scan"),
75 (VoiceSquare, "voice-square"),
76 (Voice, "voice"),
77]);
78make_icon_category!(actions, 12, "Actions", [
79 (AddCircle, "add-circle"),
80 (AddSquare, "add-square"),
81 (Cancel, "cancel"),
82 (CheckCircle, "check-circle"),
83 (Check, "check"),
84 (ClipboardCheck, "clipboard-check"),
85 (DeleteCircle, "delete-circle"),
86 (DoubleCheck, "double-check"),
87 (DownloadCircle, "download-circle"),
88 (DownloadSquare, "download-square"),
89 (Download, "download"),
90 (Erase, "erase"),
91 (EyeAlt, "eye-alt"),
92 (EyeClose, "eye-close"),
93 (EyeEmpty, "eye-empty"),
94 (EyeOff, "eye-off"),
95 (HelpCircle, "help-circle"),
96 (HelpSquare, "help-square"),
97 (InfoEmpty, "info-empty"),
98 (LineSpace, "line-space"),
99 (LoadActionFloppy, "load-action-floppy"),
100 (MenuScale, "menu-scale"),
101 (Menu, "menu"),
102 (MinusCircle, "minus-circle"),
103 (MinusSquare, "minus-square"),
104 (Minus, "minus"),
105 (OpenInBrowser, "open-in-browser"),
106 (OpenInWindow, "open-in-window"),
107 (OpenNewWindow, "open-new-window"),
108 (PasteClipboard, "paste-clipboard"),
109 (Plus, "plus"),
110 (Prohibition, "prohibition"),
111 (QuestionMark, "question-mark"),
112 (RedoAction, "redo-action"),
113 (RedoCircle, "redo-circle"),
114 (Redo, "redo"),
115 (RefreshCircular, "refresh-circular"),
116 (RefreshDouble, "refresh-double"),
117 (Refresh, "refresh"),
118 (RemoveSquare, "remove-square"),
119 (Restart, "restart"),
120 (SaveActionFloppy, "save-action-floppy"),
121 (ShareAndroid, "share-android"),
122 (ShareIos, "share-ios"),
123 (Trash, "trash"),
124 (UndoAction, "undo-action"),
125 (UndoCircle, "undo-circle"),
126 (Undo, "undo"),
127 (UploadSquare, "upload-square"),
128 (Upload, "upload"),
129 (WarningCircle, "warning-circle"),
130 (WarningSquare, "warning-square"),
131 (WarningTriangle, "warning-triangle"),
132 (WrapText, "wrap-text"),
133]);
134make_icon_category!(other, 12, "Other", [
135 (Activity, "activity"),
136 (AddSelection, "add-selection"),
137 (Alarm, "alarm"),
138 (BatteryIndicator, "battery-indicator"),
139 (Clock, "clock"),
140 (Compress, "compress"),
141 (Copyright, "copyright"),
142 (DashFlag, "dash-flag"),
143 (DeCompress, "de-compress"),
144 (Dialpad, "dialpad"),
145 (DivideSelectionOne, "divide-selection-1"),
146 (DivideSelectionTwo, "divide-selection-2"),
147 (FileNotFound, "file-not-found"),
148 (Gas, "gas"),
149 (Gift, "gift"),
150 (HalfMoon, "half-moon"),
151 (Import, "import"),
152 (Language, "language"),
153 (Lifebelt, "lifebelt"),
154 (Link, "link"),
155 (Maximize, "maximize"),
156 (NoLink, "no-link"),
157 (Notes, "notes"),
158 (PageFlip, "page-flip"),
159 (QrCode, "qr-code"),
160 (RemoveLink, "remove-link"),
161 (RemoveSelection, "remove-selection"),
162 (ScanQrCode, "scan-qr-code"),
163 (Selection, "selection"),
164 (Soap, "soap"),
165 (Spark, "spark"),
166 (Sparks, "sparks"),
167 (TimerOff, "timer-off"),
168 (Timer, "timer"),
169 (Trademark, "trademark"),
170 (Translate, "translate"),
171 (TriangleFlagCircle, "triangle-flag-circle"),
172 (TriangleFlagTwoStripes, "triangle-flag-two-stripes"),
173 (TriangleFlag, "triangle-flag"),
174 (WhiteFlag, "white-flag"),
175]);
176make_icon_category!(animations, 12, "Animations", [
177 (AddKeyframeAlt, "add-keyframe-alt"),
178 (AddKeyframe, "add-keyframe"),
179 (AddKeyframes, "add-keyframes"),
180 (BounceLeft, "bounce-left"),
181 (BounceRight, "bounce-right"),
182 (EaseCurveControlPoints, "ease-curve-control-points"),
183 (EaseInControlPoint, "ease-in-control-point"),
184 (EaseInOut, "ease-in-out"),
185 (EaseIn, "ease-in"),
186 (EaseOutControlPoint, "ease-out-control-point"),
187 (EaseOut, "ease-out"),
188 (KeyframeAlignCenter, "keyframe-align-center"),
189 (KeyframeAlignHorizontal, "keyframe-align-horizontal"),
190 (KeyframeAlignVertical, "keyframe-align-vertical"),
191 (KeyframePosition, "keyframe-position"),
192 (Keyframe, "keyframe"),
193 (KeyframesCouple, "keyframes-couple"),
194 (Keyframes, "keyframes"),
195 (Linear, "linear"),
196 (MoveDown, "move-down"),
197 (MoveLeft, "move-left"),
198 (MoveRight, "move-right"),
199 (MoveUp, "move-up"),
200 (RemoveKeyframeAlt, "remove-keyframe-alt"),
201 (RemoveKeyframe, "remove-keyframe"),
202 (RemoveKeyframes, "remove-keyframes"),
203 (TransitionDown, "transition-down"),
204 (TransitionLeft, "transition-left"),
205 (TransitionRight, "transition-right"),
206 (TransitionUp, "transition-up"),
207]);
208make_icon_category!(shapes, 12, "Shapes", [
209 (AddHexagon, "add-hexagon"),
210 (Circle, "circle"),
211 (Flare, "flare"),
212 (Heptagon, "heptagon"),
213 (HexagonAlt, "hexagon-alt"),
214 (Hexagon, "hexagon"),
215 (MinusHexagon, "minus-hexagon"),
216 (Octagon, "octagon"),
217 (Pentagon, "pentagon"),
218 (Rhombus, "rhombus"),
219 (Square, "square"),
220 (Triangle, "triangle"),
221]);
222make_icon_category!(organization, 12, "Organization", [
223 (AreaSearch, "area-search"),
224 (Binocular, "binocular"),
225 (BookmarkCircle, "bookmark-circle"),
226 (BookmarkEmpty, "bookmark-empty"),
227 (FilterAlt, "filter-alt"),
228 (Filter, "filter"),
229 (InputSearch, "input-search"),
230 (Label, "label"),
231 (Pin, "pin"),
232 (RemovePin, "remove-pin"),
233 (Search, "search"),
234 (StarDashed, "star-dashed"),
235 (StarHalfDashed, "star-half-dashed"),
236 (Star, "star"),
237 (ThreeStars, "three-stars"),
238 (ZoomIn, "zoom-in"),
239 (ZoomOut, "zoom-out"),
240]);
241make_icon_category!(science, 12, "Science", [
242 (Atom, "atom"),
243 (BrainElectricity, "brain-electricity"),
244 (BrainResearch, "brain-research"),
245 (BrainWarning, "brain-warning"),
246 (Brain, "brain"),
247 (Carbon, "carbon"),
248 (Cooling, "cooling"),
249 (Depth, "depth"),
250 (Diameter, "diameter"),
251 (Dna, "dna"),
252 (Flask, "flask"),
253 (Fluorine, "fluorine"),
254 (GraduationCap, "graduation-cap"),
255 (Heating, "heating"),
256 (Hydrogen, "hydrogen"),
257 (Inclination, "inclination"),
258 (Infinite, "infinite"),
259 (MagnetEnergy, "magnet-energy"),
260 (Magnet, "magnet"),
261 (Microscope, "microscope"),
262 (MoonSat, "moon-sat"),
263 (Nitrogen, "nitrogen"),
264 (Oxygen, "oxygen"),
265 (PlanetAlt, "planet-alt"),
266 (PlanetSat, "planet-sat"),
267 (Planet, "planet"),
268 (Radiation, "radiation"),
269 (Radius, "radius"),
270 (Rocket, "rocket"),
271 (RoundFlask, "round-flask"),
272 (RubikCube, "rubik-cube"),
273 (SineWave, "sine-wave"),
274 (SquareWave, "square-wave"),
275 (TestTube, "test-tube"),
276 (Vials, "vials"),
277 (XCoordinate, "x-coordinate"),
278 (YCoordinate, "y-coordinate"),
279 (ZCoordinate, "z-coordinate"),
280]);
281make_icon_category!(audio, 12, "Audio", [
282 (MicAdd, "mic-add"),
283 (MicCheck, "mic-check"),
284 (MicMute, "mic-mute"),
285 (MicRemove, "mic-remove"),
286 (MicSpeaking, "mic-speaking"),
287 (MicWarning, "mic-warning"),
288 (Mic, "mic"),
289 (SoundHigh, "sound-high"),
290 (SoundLow, "sound-low"),
291 (SoundMin, "sound-min"),
292 (SoundOff, "sound-off"),
293]);
294make_icon_category!(gaming, 12, "Gaming", [
295 (Arcade, "arcade"),
296 (ArcheryMatch, "archery-match"),
297 (AugmentedReality, "augmented-reality"),
298 (Bishop, "bishop"),
299 (BrightCrown, "bright-crown"),
300 (BrightStar, "bright-star"),
301 (CrownCircle, "crown-circle"),
302 (Crown, "crown"),
303 (DiceFive, "dice-five"),
304 (DiceFour, "dice-four"),
305 (DiceOne, "dice-one"),
306 (DiceSix, "dice-six"),
307 (DiceThree, "dice-three"),
308 (DiceTwo, "dice-two"),
309 (Gamepad, "gamepad"),
310 (HexagonDice, "hexagon-dice"),
311 (NintendoSwitch, "nintendo-switch"),
312 (Pacman, "pacman"),
313 (PlaystationGamepad, "playstation-gamepad"),
314 (Pokeball, "pokeball"),
315 (Potion, "potion"),
316 (Rook, "rook"),
317 (Spades, "spades"),
318 (Tournament, "tournament"),
319 (XboxA, "xbox-a"),
320 (XboxB, "xbox-b"),
321 (XboxX, "xbox-x"),
322 (XboxY, "xbox-y"),
323]);
324make_icon_category!(development, 12, "Development", [
325 (AppleSwift, "apple-swift"),
326 (Asana, "asana"),
327 (CodeBracketsSquare, "code-brackets-square"),
328 (CodeBrackets, "code-brackets"),
329 (Code, "code"),
330 (Codepen, "codepen"),
331 (CreativeCommons, "creative-commons"),
332 (CssThree, "css3"),
333 (DevModeLaptop, "dev-mode-laptop"),
334 (DevModePhone, "dev-mode-phone"),
335 (Developer, "developer"),
336 (ElectronicsChip, "electronics-chip"),
337 (ElectronicsTransistor, "electronics-transistor"),
338 (HtmlFive, "html5"),
339 (Iconoir, "iconoir"),
340 (KanbanBoard, "kanban-board"),
341 (NpmSquare, "npm-square"),
342 (Npm, "npm"),
343 (Puzzle, "puzzle"),
344 (Slash, "slash"),
345 (Trello, "trello"),
346 (UnityFive, "unity-5"),
347 (Unity, "unity"),
348 (VueJs, "vue-js"),
349]);
350make_icon_category!(design_tools, 12, "Design Tools", [
351 (AddFrame, "add-frame"),
352 (AddLens, "add-lens"),
353 (AdobeAfterEffects, "adobe-after-effects"),
354 (AdobeIllustrator, "adobe-illustrator"),
355 (AdobeIndesign, "adobe-indesign"),
356 (AdobeLightroom, "adobe-lightroom"),
357 (AdobePhotoshop, "adobe-photoshop"),
358 (AdobeXd, "adobe-xd"),
359 (AlignBottomBox, "align-bottom-box"),
360 (AlignLeftBox, "align-left-box"),
361 (AlignRightBox, "align-right-box"),
362 (AlignTopBox, "align-top-box"),
363 (Axes, "axes"),
364 (BorderBl, "border-bl"),
365 (BorderBottom, "border-bottom"),
366 (BorderBr, "border-br"),
367 (BorderInner, "border-inner"),
368 (BorderLeft, "border-left"),
369 (BorderOut, "border-out"),
370 (BorderRight, "border-right"),
371 (BorderTl, "border-tl"),
372 (BorderTop, "border-top"),
373 (BorderTr, "border-tr"),
374 (CenterAlign, "center-align"),
375 (CollageFrame, "collage-frame"),
376 (ColorFilter, "color-filter"),
377 (ColorPickerEmpty, "color-picker-empty"),
378 (ColorPicker, "color-picker"),
379 (ColorWheel, "color-wheel"),
380 (Combine, "combine"),
381 (CompAlignBottom, "comp-align-bottom"),
382 (CompAlignLeft, "comp-align-left"),
383 (CompAlignRight, "comp-align-right"),
384 (CompAlignTop, "comp-align-top"),
385 (Component, "component"),
386 (Copy, "copy"),
387 (CropRotateBl, "crop-rotate-bl"),
388 (CropRotateBr, "crop-rotate-br"),
389 (CropRotateTl, "crop-rotate-tl"),
390 (CropRotateTr, "crop-rotate-tr"),
391 (Crop, "crop"),
392 (CutAlt, "cut-alt"),
393 (Cut, "cut"),
394 (DesignNib, "design-nib"),
395 (DesignPencil, "design-pencil"),
396 (DropletHalf, "droplet-half"),
397 (Droplet, "droplet"),
398 (Exclude, "exclude"),
399 (Figma, "figma"),
400 (FillColor, "fill-color"),
401 (FlipReverse, "flip-reverse"),
402 (Flip, "flip"),
403 (FrameAltEmpty, "frame-alt-empty"),
404 (FrameAlt, "frame-alt"),
405 (FrameSelect, "frame-select"),
406 (FrameSimple, "frame-simple"),
407 (FrameTool, "frame-tool"),
408 (Frame, "frame"),
409 (HorizDistributionLeft, "horiz-distribution-left"),
410 (HorizDistributionRight, "horiz-distribution-right"),
411 (IntersectAlt, "intersect-alt"),
412 (Intersect, "intersect"),
413 (Lens, "lens"),
414 (MagicWand, "magic-wand"),
415 (MaskSquare, "mask-square"),
416 (MoveRuler, "move-ruler"),
417 (PositionAlign, "position-align"),
418 (PrecisionTool, "precision-tool"),
419 (RemoveFrame, "remove-frame"),
420 (RulerAdd, "ruler-add"),
421 (RulerCombine, "ruler-combine"),
422 (RulerRemove, "ruler-remove"),
423 (Ruler, "ruler"),
424 (ScaleFrameEnlarge, "scale-frame-enlarge"),
425 (ScaleFrameReduce, "scale-frame-reduce"),
426 (SelectiveTool, "selective-tool"),
427 (StyleBorder, "style-border"),
428 (Substract, "substract"),
429 (UnionAlt, "union-alt"),
430 (UnionHorizAlt, "union-horiz-alt"),
431 (Union, "union"),
432]);
433make_icon_category!(social, 12, "Social", [
434 (BehanceTag, "behance-tag"),
435 (Behance, "behance"),
436 (Discord, "discord"),
437 (Dribbble, "dribbble"),
438 (FacebookTag, "facebook-tag"),
439 (Facebook, "facebook"),
440 (GoogleCircle, "google-circle"),
441 (Google, "google"),
442 (Instagram, "instagram"),
443 (Linkedin, "linkedin"),
444 (Medium, "medium"),
445 (Pinterest, "pinterest"),
446 (Pocket, "pocket"),
447 (RssFeedTag, "rss-feed-tag"),
448 (RssFeed, "rss-feed"),
449 (Snapchat, "snapchat"),
450 (Stackoverflow, "stackoverflow"),
451 (TelegramCircle, "telegram-circle"),
452 (Telegram, "telegram"),
453 (ThumbsDown, "thumbs-down"),
454 (ThumbsUp, "thumbs-up"),
455 (Tiktok, "tiktok"),
456 (TwitterVerifiedBadge, "twitter-verified-badge"),
457 (Twitter, "twitter"),
458 (VerifiedBadge, "verified-badge"),
459 (Yelp, "yelp"),
460 (Youtube, "youtube"),
461]);
462make_icon_category!(clothing, 12, "Clothing", [
463 (Bag, "bag"),
464 (BeachBagBig, "beach-bag-big"),
465 (BeachBag, "beach-bag"),
466 (Glasses, "glasses"),
467 (Handbag, "handbag"),
468 (Hat, "hat"),
469 (HerSlips, "her-slips"),
470 (LargeSuitcase, "large-suitcase"),
471 (PantsAlt, "pants-alt"),
472 (Pants, "pants"),
473 (Sandals, "sandals"),
474 (Scarf, "scarf"),
475 (ShortPantsAlt, "short-pants-alt"),
476 (ShortPants, "short-pants"),
477 (TShirt, "t-shirt"),
478 (UmbrellaFull, "umbrella-full"),
479 (WomenTShirt, "women-t-shirt"),
480]);
481make_icon_category!(cloud, 12, "Cloud", [
482 (CloudBookAlt, "cloud-book-alt"),
483 (CloudCheck, "cloud-check"),
484 (CloudDesync, "cloud-desync"),
485 (CloudDownload, "cloud-download"),
486 (CloudError, "cloud-error"),
487 (CloudSync, "cloud-sync"),
488 (CloudUpload, "cloud-upload"),
489 (GoogleDriveCheck, "google-drive-check"),
490 (GoogleDriveSync, "google-drive-sync"),
491 (GoogleDriveWarning, "google-drive-warning"),
492 (GoogleDrive, "google-drive"),
493 (GoogleOne, "google-one"),
494 (SettingsCloud, "settings-cloud"),
495]);
496make_icon_category!(layout, 12, "Layout", [
497 (TwoxTwoCell, "2x2-cell"),
498 (CornerBottomLeft, "corner-bottom-left"),
499 (CornerBottomRight, "corner-bottom-right"),
500 (CornerTopLeft, "corner-top-left"),
501 (CornerTopRight, "corner-top-right"),
502 (GridAdd, "grid-add"),
503 (GridMinus, "grid-minus"),
504 (GridRemove, "grid-remove"),
505 (LayoutLeft, "layout-left"),
506 (LayoutRight, "layout-right"),
507 (TableTwoColumns, "table-2-columns"),
508 (TableRows, "table-rows"),
509 (Table, "table"),
510 (ViewColumnsTwo, "view-columns-2"),
511 (ViewColumnsThree, "view-columns-3"),
512 (ViewGrid, "view-grid"),
513 (ViewStructureDown, "view-structure-down"),
514 (ViewStructureUp, "view-structure-up"),
515]);
516make_icon_category!(three_d_editor, 12, "3D Editor", [
517 (ThreedAddHole, "3d-add-hole"),
518 (ThreedArcCenterPt, "3d-arc-center-pt"),
519 (ThreedArc, "3d-arc"),
520 (ThreedBridge, "3d-bridge"),
521 (ThreedCenterBox, "3d-center-box"),
522 (ThreedDraftFace, "3d-draft-face"),
523 (ThreedEllipseThreePts, "3d-ellipse-three-pts"),
524 (ThreedEllipse, "3d-ellipse"),
525 (ThreedPtBox, "3d-pt-box"),
526 (ThreedRectCornerToCorner, "3d-rect-corner-to-corner"),
527 (ThreedRectFromCenter, "3d-rect-from-center"),
528 (ThreedRectThreePts, "3d-rect-three-pts"),
529 (ThreedSelectEdge, "3d-select-edge"),
530 (ThreedSelectFace, "3d-select-face"),
531 (ThreedSelectPoint, "3d-select-point"),
532 (ThreedSelectSolid, "3d-select-solid"),
533 (ThreedThreePtsBox, "3d-three-pts-box"),
534 (BridgeSurface, "bridge-surface"),
535 (ConstrainedSurface, "constrained-surface"),
536 (CubeReplaceFace, "cube-replace-face"),
537 (CurveArray, "curve-array"),
538 (CutSolidWithCurve, "cut-solid-with-curve"),
539 (Cylinder, "cylinder"),
540 (Extrude, "extrude"),
541 (FilletThreed, "fillet-3d"),
542 (LoftThreed, "loft-3d"),
543 (OnePointCircle, "one-point-circle"),
544 (OrthogonalView, "orthogonal-view"),
545 (PatchHolesThreed, "patch-holes-3d"),
546 (PerspectiveView, "perspective-view"),
547 (PipeThreed, "pipe-3d"),
548 (ProjectCurveThreed, "project-curve-3d"),
549 (SigmaFunction, "sigma-function"),
550 (Sphere, "sphere"),
551 (Spiral, "spiral"),
552 (SweepThreed, "sweep-3d"),
553 (ThreePointsCircle, "three-points-circle"),
554 (TwoPointsCircle, "two-points-circle"),
555 (UnjoinThreed, "unjoin-3d"),
556 (XrayView, "xray-view"),
557]);
558make_icon_category!(connectivity, 12, "Connectivity", [
559 (Airplay, "airplay"),
560 (AntennaOff, "antenna-off"),
561 (AntennaSignalTag, "antenna-signal-tag"),
562 (AntennaSignal, "antenna-signal"),
563 (Antenna, "antenna"),
564 (BluetoothTag, "bluetooth-tag"),
565 (Bluetooth, "bluetooth"),
566 (CableTag, "cable-tag"),
567 (DataTransferBoth, "data-transfer-both"),
568 (DataTransferCheck, "data-transfer-check"),
569 (DataTransferDown, "data-transfer-down"),
570 (DataTransferUp, "data-transfer-up"),
571 (DataTransferWarning, "data-transfer-warning"),
572 (NetworkAlt, "network-alt"),
573 (NetworkLeft, "network-left"),
574 (NetworkRight, "network-right"),
575 (Network, "network"),
576 (PlugTypeA, "plug-type-a"),
577 (PlugTypeC, "plug-type-c"),
578 (PlugTypeG, "plug-type-g"),
579 (PlugTypeL, "plug-type-l"),
580 (PrivateWifi, "private-wifi"),
581 (ServerConnection, "server-connection"),
582 (Server, "server"),
583 (Usb, "usb"),
584 (WifiError, "wifi-error"),
585 (WifiIssue, "wifi-issue"),
586 (WifiOff, "wifi-off"),
587 (WifiSignalNone, "wifi-signal-none"),
588 (WifiTag, "wifi-tag"),
589 (Wifi, "wifi"),
590]);
591make_icon_category!(music, 12, "Music", [
592 (AlbumCarousel, "album-carousel"),
593 (AlbumList, "album-list"),
594 (AlbumOpen, "album-open"),
595 (Album, "album"),
596 (BackwardOneFiveSeconds, "backward-15-seconds"),
597 (CompactDisc, "compact-disc"),
598 (ForwardOneFiveSeconds, "forward-15-seconds"),
599 (Forward, "forward"),
600 (HeadsetCharge, "headset-charge"),
601 (HeadsetIssue, "headset-issue"),
602 (Headset, "headset"),
603 (Lullaby, "lullaby"),
604 (MusicDoubleNoteAdd, "music-double-note-add"),
605 (MusicDoubleNote, "music-double-note"),
606 (MusicNoteAdd, "music-note-add"),
607 (MusicNote, "music-note"),
608 (Pause, "pause"),
609 (Play, "play"),
610 (PlaylistAdd, "playlist-add"),
611 (PlaylistPlay, "playlist-play"),
612 (Playlist, "playlist"),
613 (RepeatOnce, "repeat-once"),
614 (Repeat, "repeat"),
615 (Rewind, "rewind"),
616 (Shuffle, "shuffle"),
617 (SkipNext, "skip-next"),
618 (SkipPrev, "skip-prev"),
619 (Spotify, "spotify"),
620]);
621make_icon_category!(communication, 12, "Communication", [
622 (AppNotification, "app-notification"),
623 (ArrowEmailForward, "arrow-email-forward"),
624 (AtSignCircle, "at-sign-circle"),
625 (AtSign, "at-sign"),
626 (BellNotification, "bell-notification"),
627 (BellOff, "bell-off"),
628 (Bell, "bell"),
629 (BubbleDownload, "bubble-download"),
630 (BubbleError, "bubble-error"),
631 (BubbleIncome, "bubble-income"),
632 (BubbleOutcome, "bubble-outcome"),
633 (BubbleSearch, "bubble-search"),
634 (BubbleStar, "bubble-star"),
635 (BubbleUpload, "bubble-upload"),
636 (BubbleWarning, "bubble-warning"),
637 (ChatAdd, "chat-add"),
638 (ChatBubbleCheck, "chat-bubble-check"),
639 (ChatBubbleEmpty, "chat-bubble-empty"),
640 (ChatBubbleError, "chat-bubble-error"),
641 (ChatBubbleQuestion, "chat-bubble-question"),
642 (ChatBubbleTranslate, "chat-bubble-translate"),
643 (ChatBubbleWarning, "chat-bubble-warning"),
644 (ChatBubble, "chat-bubble"),
645 (ChatLines, "chat-lines"),
646 (ChatRemove, "chat-remove"),
647 (Facetime, "facetime"),
648 (ForwardMessage, "forward-message"),
649 (Globe, "globe"),
650 (HeadsetHelp, "headset-help"),
651 (Internet, "internet"),
652 (MailIn, "mail-in"),
653 (MailOpened, "mail-opened"),
654 (MailOut, "mail-out"),
655 (Mail, "mail"),
656 (MessageAlert, "message-alert"),
657 (MessageText, "message-text"),
658 (Message, "message"),
659 (MultiBubble, "multi-bubble"),
660 (PhoneAdd, "phone-add"),
661 (PhoneDelete, "phone-delete"),
662 (PhoneDisabled, "phone-disabled"),
663 (PhoneIncome, "phone-income"),
664 (PhoneOutcome, "phone-outcome"),
665 (PhonePaused, "phone-paused"),
666 (PhoneRemove, "phone-remove"),
667 (Phone, "phone"),
668 (Podcast, "podcast"),
669 (QuoteMessage, "quote-message"),
670 (Quote, "quote"),
671 (ReplyToMessage, "reply-to-message"),
672 (Reply, "reply"),
673 (SendDiagonal, "send-diagonal"),
674 (SendMail, "send-mail"),
675 (Send, "send"),
676 (TimeZone, "time-zone"),
677 (Www, "www"),
678]);
679make_icon_category!(health, 12, "Health", [
680 (Donate, "donate"),
681 (Female, "female"),
682 (HealthShield, "health-shield"),
683 (Healthcare, "healthcare"),
684 (Heart, "heart"),
685 (HomeHospital, "home-hospital"),
686 (HospitalSign, "hospital-sign"),
687 (Male, "male"),
688 (NonBinary, "non-binary"),
689 (PharmacyCrossCircle, "pharmacy-cross-circle"),
690 (PharmacyCrossSquare, "pharmacy-cross-square"),
691 (Stroller, "stroller"),
692 (WeightAlt, "weight-alt"),
693 (Weight, "weight"),
694]);
695make_icon_category!(home, 12, "Home", [
696 (AirConditioner, "air-conditioner"),
697 (BedReady, "bed-ready"),
698 (Bed, "bed"),
699 (BoxIso, "box-iso"),
700 (Box, "box"),
701 (Closet, "closet"),
702 (Crib, "crib"),
703 (Desk, "desk"),
704 (DimmerSwitch, "dimmer-switch"),
705 (DirectorChair, "director-chair"),
706 (Dishwasher, "dishwasher"),
707 (DomoticIssue, "domotic-issue"),
708 (Drawer, "drawer"),
709 (Fridge, "fridge"),
710 (GoogleHome, "google-home"),
711 (HomeAltSlimHoriz, "home-alt-slim-horiz"),
712 (HomeAltSlim, "home-alt-slim"),
713 (HomeAlt, "home-alt"),
714 (HomeSale, "home-sale"),
715 (HomeSecure, "home-secure"),
716 (HomeShield, "home-shield"),
717 (HomeSimpleDoor, "home-simple-door"),
718 (HomeSimple, "home-simple"),
719 (HomeTable, "home-table"),
720 (HomeTemperatureIn, "home-temperature-in"),
721 (HomeTemperatureOut, "home-temperature-out"),
722 (HomeUser, "home-user"),
723 (Home, "home"),
724 (Lamp, "lamp"),
725 (LightBulbOff, "light-bulb-off"),
726 (LightBulbOn, "light-bulb-on"),
727 (LightBulb, "light-bulb"),
728 (Mirror, "mirror"),
729 (Pillow, "pillow"),
730 (RoundedMirror, "rounded-mirror"),
731 (SleeperChair, "sleeper-chair"),
732 (SmallLampAlt, "small-lamp-alt"),
733 (SmallLamp, "small-lamp"),
734 (Sofa, "sofa"),
735 (TwoSeaterSofa, "two-seater-sofa"),
736 (Wash, "wash"),
737 (WashingMachine, "washing-machine"),
738]);
739make_icon_category!(system, 12, "System", [
740 (AccessibilitySign, "accessibility-sign"),
741 (AccessibilityTech, "accessibility-tech"),
742 (Accessibility, "accessibility"),
743 (AppWindow, "app-window"),
744 (AppleMac, "apple-mac"),
745 (AppleShortcuts, "apple-shortcuts"),
746 (BatteryTwoFive, "battery-25"),
747 (BatteryFiveZero, "battery-50"),
748 (BatterySevenFive, "battery-75"),
749 (BatteryCharging, "battery-charging"),
750 (BatteryEmpty, "battery-empty"),
751 (BatteryFull, "battery-full"),
752 (BatteryWarning, "battery-warning"),
753 (BinAdd, "bin-add"),
754 (BinFull, "bin-full"),
755 (BinHalf, "bin-half"),
756 (BinMinus, "bin-minus"),
757 (Bin, "bin"),
758 (BrightnessWindow, "brightness-window"),
759 (Brightness, "brightness"),
760 (Calculator, "calculator"),
761 (CalendarMinus, "calendar-minus"),
762 (CalendarPlus, "calendar-plus"),
763 (Calendar, "calendar"),
764 (CheckWindow, "check-window"),
765 (ControlSlider, "control-slider"),
766 (Cookie, "cookie"),
767 (CpuWarning, "cpu-warning"),
768 (Cpu, "cpu"),
769 (CursorPointer, "cursor-pointer"),
770 (DashboardDots, "dashboard-dots"),
771 (DashboardSpeed, "dashboard-speed"),
772 (Dashboard, "dashboard"),
773 (DownloadDataWindow, "download-data-window"),
774 (Eject, "eject"),
775 (EnergyUsageWindow, "energy-usage-window"),
776 (ErrorWindow, "error-window"),
777 (FavouriteWindow, "favourite-window"),
778 (Finder, "finder"),
779 (FingerprintWindow, "fingerprint-window"),
780 (HalfCookie, "half-cookie"),
781 (HeartArrowDown, "heart-arrow-down"),
782 (InputField, "input-field"),
783 (InputOutput, "input-output"),
784 (IosSettings, "ios-settings"),
785 (KeyCommand, "key-command"),
786 (Linux, "linux"),
787 (LockKey, "lock-key"),
788 (LockedWindow, "locked-window"),
789 (LogDenied, "log-denied"),
790 (LogIn, "log-in"),
791 (LogOut, "log-out"),
792 (MacControlKey, "mac-control-key"),
793 (MacDock, "mac-dock"),
794 (MacOptionKey, "mac-option-key"),
795 (MacOsWindow, "mac-os-window"),
796 (MouseButtonLeft, "mouse-button-left"),
797 (MouseButtonRight, "mouse-button-right"),
798 (MouseScrollWheel, "mouse-scroll-wheel"),
799 (MultiMacOsWindow, "multi-mac-os-window"),
800 (MultiWindow, "multi-window"),
801 (NewTab, "new-tab"),
802 (NoAccessWindow, "no-access-window"),
803 (NoBattery, "no-battery"),
804 (OffTag, "off-tag"),
805 (OnTag, "on-tag"),
806 (PauseWindow, "pause-window"),
807 (PcMouse, "pc-mouse"),
808 (ReloadWindow, "reload-window"),
809 (Safari, "safari"),
810 (SearchEngine, "search-engine"),
811 (SearchWindow, "search-window"),
812 (SecureWindow, "secure-window"),
813 (SelectWindow, "select-window"),
814 (SettingsProfiles, "settings-profiles"),
815 (Settings, "settings"),
816 (SquareCursor, "square-cursor"),
817 (SwitchOff, "switch-off"),
818 (SwitchOn, "switch-on"),
819 (SystemRestart, "system-restart"),
820 (SystemShut, "system-shut"),
821 (TerminalTag, "terminal-tag"),
822 (Terminal, "terminal"),
823 (Type, "type"),
824 (UploadDataWindow, "upload-data-window"),
825 (WarningWindow, "warning-window"),
826 (WebWindowClose, "web-window-close"),
827 (WebWindowEnergyConsumption, "web-window-energy-consumption"),
828 (WebWindow, "web-window"),
829 (Windows, "windows"),
830]);
831make_icon_category!(shopping, 12, "Shopping", [
832 (AddToCart, "add-to-cart"),
833 (ArrowsUpFromLine, "arrows-up-from-line"),
834 (Barcode, "barcode"),
835 (CartAlt, "cart-alt"),
836 (Cart, "cart"),
837 (ClockRotateRight, "clock-rotate-right"),
838 (Consumable, "consumable"),
839 (GlassFragile, "glass-fragile"),
840 (RemoveFromCart, "remove-from-cart"),
841 (ScanBarcode, "scan-barcode"),
842 (ShoppingBagAdd, "shopping-bag-add"),
843 (ShoppingBagAlt, "shopping-bag-alt"),
844 (ShoppingBagArrowDown, "shopping-bag-arrow-down"),
845 (ShoppingBagArrowUp, "shopping-bag-arrow-up"),
846 (ShoppingBagCheck, "shopping-bag-check"),
847 (ShoppingBagIssue, "shopping-bag-issue"),
848 (ShoppingBagRemove, "shopping-bag-remove"),
849 (ShoppingBag, "shopping-bag"),
850 (ShoppingCodeCheck, "shopping-code-check"),
851 (ShoppingCodeError, "shopping-code-error"),
852 (ShoppingCode, "shopping-code"),
853 (SimpleCart, "simple-cart"),
854 (UserBag, "user-bag"),
855 (UserCart, "user-cart"),
856]);
857make_icon_category!(navigation, 12, "Navigation", [
858 (ArrowBlCircle, "arrow-bl-circle"),
859 (ArrowBlSquare, "arrow-bl-square"),
860 (ArrowBl, "arrow-bl"),
861 (ArrowBrCircle, "arrow-br-circle"),
862 (ArrowBrSquare, "arrow-br-square"),
863 (ArrowBr, "arrow-br"),
864 (ArrowDownCircle, "arrow-down-circle"),
865 (ArrowDown, "arrow-down"),
866 (ArrowLeftCircle, "arrow-left-circle"),
867 (ArrowLeft, "arrow-left"),
868 (ArrowRightCircle, "arrow-right-circle"),
869 (ArrowRight, "arrow-right"),
870 (ArrowSeparateVertical, "arrow-separate-vertical"),
871 (ArrowSeparate, "arrow-separate"),
872 (ArrowTlCircle, "arrow-tl-circle"),
873 (ArrowTlSquare, "arrow-tl-square"),
874 (ArrowTl, "arrow-tl"),
875 (ArrowTrCircle, "arrow-tr-circle"),
876 (ArrowTrSquare, "arrow-tr-square"),
877 (ArrowTr, "arrow-tr"),
878 (ArrowUnionVertical, "arrow-union-vertical"),
879 (ArrowUnion, "arrow-union"),
880 (ArrowUpCircle, "arrow-up-circle"),
881 (ArrowUp, "arrow-up"),
882 (Compass, "compass"),
883 (DivideThree, "divide-three"),
884 (Divide, "divide"),
885 (DownRoundArrow, "down-round-arrow"),
886 (Drag, "drag"),
887 (EnlargeRoundArrow, "enlarge-round-arrow"),
888 (FastArrowDownBox, "fast-arrow-down-box"),
889 (FastArrowDown, "fast-arrow-down"),
890 (FastArrowLeftBox, "fast-arrow-left-box"),
891 (FastArrowLeft, "fast-arrow-left"),
892 (FastArrowRightBox, "fast-arrow-right-box"),
893 (FastArrowRight, "fast-arrow-right"),
894 (FastArrowUpBox, "fast-arrow-up-box"),
895 (FastArrowUp, "fast-arrow-up"),
896 (FastDownCircle, "fast-down-circle"),
897 (FastLeftCircle, "fast-left-circle"),
898 (FastRightCircle, "fast-right-circle"),
899 (FastUpCircle, "fast-up-circle"),
900 (FilterListCircle, "filter-list-circle"),
901 (FilterList, "filter-list"),
902 (HorizontalMerge, "horizontal-merge"),
903 (HorizontalSplit, "horizontal-split"),
904 (LeftRoundArrow, "left-round-arrow"),
905 (LongArrowDownLeft, "long-arrow-down-left"),
906 (LongArrowDownRight, "long-arrow-down-right"),
907 (LongArrowLeftDown, "long-arrow-left-down"),
908 (LongArrowLeftUp, "long-arrow-left-up"),
909 (LongArrowRightDown, "long-arrow-right-down"),
910 (LongArrowRightUp, "long-arrow-right-up"),
911 (LongArrowUpLeft, "long-arrow-up-left"),
912 (LongArrowUpRight, "long-arrow-up-right"),
913 (MoreHorizCircle, "more-horiz-circle"),
914 (MoreHoriz, "more-horiz"),
915 (MoreVertCircle, "more-vert-circle"),
916 (MoreVert, "more-vert"),
917 (NavArrowDown, "nav-arrow-down"),
918 (NavArrowLeft, "nav-arrow-left"),
919 (NavArrowRight, "nav-arrow-right"),
920 (NavArrowUp, "nav-arrow-up"),
921 (PageDown, "page-down"),
922 (PageLeft, "page-left"),
923 (PageRight, "page-right"),
924 (PageUp, "page-up"),
925 (PathArrow, "path-arrow"),
926 (ReduceRoundArrow, "reduce-round-arrow"),
927 (RightRoundArrow, "right-round-arrow"),
928 (Shortcut, "shortcut"),
929 (SidebarCollapse, "sidebar-collapse"),
930 (SidebarExpand, "sidebar-expand"),
931 (UpRoundArrow, "up-round-arrow"),
932 (VerticalMerge, "vertical-merge"),
933 (VerticalSplit, "vertical-split"),
934]);
935make_icon_category!(security, 12, "Security", [
936 (HistoricShieldAlt, "historic-shield-alt"),
937 (HistoricShield, "historic-shield"),
938 (IpAddress, "ip-address"),
939 (KeyAltBack, "key-alt-back"),
940 (KeyAltMinus, "key-alt-minus"),
941 (KeyAltPlus, "key-alt-plus"),
942 (KeyAltRemove, "key-alt-remove"),
943 (KeyAlt, "key-alt"),
944 (Lock, "lock"),
945 (NoLock, "no-lock"),
946 (OpenVpn, "open-vpn"),
947 (PasswordCursor, "password-cursor"),
948 (PasswordError, "password-error"),
949 (PasswordPass, "password-pass"),
950 (PcCheck, "pc-check"),
951 (PcFirewall, "pc-firewall"),
952 (PcNoEntry, "pc-no-entry"),
953 (PcWarning, "pc-warning"),
954 (SecurityPass, "security-pass"),
955 (ShieldAdd, "shield-add"),
956 (ShieldAlert, "shield-alert"),
957 (ShieldAlt, "shield-alt"),
958 (ShieldBroken, "shield-broken"),
959 (ShieldCheck, "shield-check"),
960 (ShieldCross, "shield-cross"),
961 (ShieldDownload, "shield-download"),
962 (ShieldEye, "shield-eye"),
963 (ShieldLoading, "shield-loading"),
964 (ShieldMinus, "shield-minus"),
965 (ShieldQuestion, "shield-question"),
966 (ShieldSearch, "shield-search"),
967 (ShieldUpload, "shield-upload"),
968 (Shield, "shield"),
969 (TowerCheck, "tower-check"),
970 (TowerNoAccess, "tower-no-access"),
971 (TowerWarning, "tower-warning"),
972 (Tower, "tower"),
973]);
974make_icon_category!(database, 12, "Database", [
975 (AddDatabaseScript, "add-database-script"),
976 (DatabaseBackup, "database-backup"),
977 (DatabaseExport, "database-export"),
978 (DatabaseMonitor, "database-monitor"),
979 (DatabaseRestore, "database-restore"),
980 (DatabaseScript, "database-script"),
981 (DatabaseSettings, "database-settings"),
982 (DatabaseStar, "database-star"),
983 (DatabaseStats, "database-stats"),
984 (DatabaseTag, "database-tag"),
985 (DbCheck, "db-check"),
986 (DbError, "db-error"),
987 (DbSearch, "db-search"),
988 (DbWarning, "db-warning"),
989 (Db, "db"),
990 (RemoveDatabaseScript, "remove-database-script"),
991]);
992make_icon_category!(maps, 12, "Maps", [
993 (ThreeSixZeroView, "360-view"),
994 (AddPinAlt, "add-pin-alt"),
995 (Gps, "gps"),
996 (MapIssue, "map-issue"),
997 (Map, "map"),
998 (MapsArrowDiagonal, "maps-arrow-diagonal"),
999 (MapsArrowIssue, "maps-arrow-issue"),
1000 (MapsArrow, "maps-arrow"),
1001 (MapsGoStraight, "maps-go-straight"),
1002 (MapsTurnBack, "maps-turn-back"),
1003 (MapsTurnLeft, "maps-turn-left"),
1004 (MapsTurnRight, "maps-turn-right"),
1005 (MinusPinAlt, "minus-pin-alt"),
1006 (NavigatorAlt, "navigator-alt"),
1007 (Navigator, "navigator"),
1008 (PinAlt, "pin-alt"),
1009 (Position, "position"),
1010 (RemovePinAlt, "remove-pin-alt"),
1011 (Suggestion, "suggestion"),
1012]);
1013make_icon_category!(business, 12, "Business", [
1014 (Agile, "agile"),
1015 (HighPriority, "high-priority"),
1016 (MediumPriority, "medium-priority"),
1017 (Okrs, "okrs"),
1018 (Presentation, "presentation"),
1019 (PriorityDown, "priority-down"),
1020 (PriorityUp, "priority-up"),
1021 (Strategy, "strategy"),
1022]);
1023make_icon_category!(devices, 12, "Devices", [
1024 (FourkDisplay, "4k-display"),
1025 (AppleImacTwoZeroTwoOneSide, "apple-imac-2021-side"),
1026 (AppleImacTwoZeroTwoOne, "apple-imac-2021"),
1027 (ArSymbol, "ar-symbol"),
1028 (ChromecastActive, "chromecast-active"),
1029 (Chromecast, "chromecast"),
1030 (Computer, "computer"),
1031 (HardDrive, "hard-drive"),
1032 (LaptopCharging, "laptop-charging"),
1033 (LaptopFix, "laptop-fix"),
1034 (LaptopIssue, "laptop-issue"),
1035 (Laptop, "laptop"),
1036 (Megaphone, "megaphone"),
1037 (ModernTvFourk, "modern-tv-4k"),
1038 (ModernTv, "modern-tv"),
1039 (PenConnectBluetooth, "pen-connect-bluetooth"),
1040 (PenConnectWifi, "pen-connect-wifi"),
1041 (PenTabletConnectUsb, "pen-tablet-connect-usb"),
1042 (PenTabletConnectWifi, "pen-tablet-connect-wifi"),
1043 (PenTablet, "pen-tablet"),
1044 (PrinterAlt, "printer-alt"),
1045 (Printer, "printer"),
1046 (PrintingPage, "printing-page"),
1047 (SaveFloppyDisk, "save-floppy-disk"),
1048 (SmartphoneDevice, "smartphone-device"),
1049 (TvFix, "tv-fix"),
1050 (TvIssue, "tv-issue"),
1051 (Tv, "tv"),
1052 (VideoProjector, "video-projector"),
1053 (VrSymbol, "vr-symbol"),
1054 (WarningHexagon, "warning-hexagon"),
1055 (Wristwatch, "wristwatch"),
1056]);
1057make_icon_category!(nature, 12, "Nature", [
1058 (AfricanTree, "african-tree"),
1059 (CleanWater, "clean-water"),
1060 (EcologyBook, "ecology-book"),
1061 (Leaf, "leaf"),
1062 (OrganicFoodSquare, "organic-food-square"),
1063 (OrganicFood, "organic-food"),
1064 (PineTree, "pine-tree"),
1065 (SoilAlt, "soil-alt"),
1066 (Soil, "soil"),
1067 (Tree, "tree"),
1068 (VeganCircle, "vegan-circle"),
1069 (VeganSquare, "vegan-square"),
1070 (Vegan, "vegan"),
1071 (WateringSoil, "watering-soil"),
1072]);
1073make_icon_category!(editor, 12, "Editor", [
1074 (AlignCenter, "align-center"),
1075 (AlignJustify, "align-justify"),
1076 (AlignLeft, "align-left"),
1077 (AlignRight, "align-right"),
1078 (BoldSquare, "bold-square"),
1079 (Bold, "bold"),
1080 (CompressLines, "compress-lines"),
1081 (EditPencil, "edit-pencil"),
1082 (Edit, "edit"),
1083 (ExpandLines, "expand-lines"),
1084 (FontSize, "font-size"),
1085 (ItalicSquare, "italic-square"),
1086 (Italic, "italic"),
1087 (ListSelect, "list-select"),
1088 (List, "list"),
1089 (MissingFont, "missing-font"),
1090 (NumberedListLeft, "numbered-list-left"),
1091 (NumberedListRight, "numbered-list-right"),
1092 (ScissorAlt, "scissor-alt"),
1093 (Scissor, "scissor"),
1094 (SearchFont, "search-font"),
1095 (SortDown, "sort-down"),
1096 (SortUp, "sort-up"),
1097 (Sort, "sort"),
1098 (Strikethrough, "strikethrough"),
1099 (TaskList, "task-list"),
1100 (TextAlt, "text-alt"),
1101 (TextBox, "text-box"),
1102 (TextSize, "text-size"),
1103 (Text, "text"),
1104 (UnderlineSquare, "underline-square"),
1105 (Underline, "underline"),
1106]);
1107make_icon_category!(git, 12, "Git", [
1108 (Bitbucket, "bitbucket"),
1109 (GitBranch, "git-branch"),
1110 (GitCherryPickCommit, "git-cherry-pick-commit"),
1111 (GitCommand, "git-command"),
1112 (GitCommit, "git-commit"),
1113 (GitCompare, "git-compare"),
1114 (GitFork, "git-fork"),
1115 (GitMerge, "git-merge"),
1116 (GitPullRequestClosed, "git-pull-request-closed"),
1117 (GitPullRequest, "git-pull-request"),
1118 (GithubCircle, "github-circle"),
1119 (Github, "github"),
1120 (GitlabFull, "gitlab-full"),
1121 (Repository, "repository"),
1122]);
1123make_icon_category!(food, 12, "Food", [
1124 (AppleHalfAlt, "apple-half-alt"),
1125 (AppleHalf, "apple-half"),
1126 (Apple, "apple"),
1127 (Bbq, "bbq"),
1128 (BreadSlice, "bread-slice"),
1129 (Chocolate, "chocolate"),
1130 (Clutery, "clutery"),
1131 (CoffeeCup, "coffee-cup"),
1132 (CrackedEgg, "cracked-egg"),
1133 (Egg, "egg"),
1134 (GlassEmpty, "glass-empty"),
1135 (GlassHalfAlt, "glass-half-alt"),
1136 (GlassHalf, "glass-half"),
1137 (OrangeHalf, "orange-half"),
1138 (OrangeSliceAlt, "orange-slice-alt"),
1139 (OrangeSlice, "orange-slice"),
1140 (PizzaSlice, "pizza-slice"),
1141]);
1142make_icon_category!(gestures, 12, "Gestures", [
1143 (DragHandGesture, "drag-hand-gesture"),
1144 (OneFingerSelectHandGesture, "one-finger-select-hand-gesture"),
1145 (OpenSelectHandGesture, "open-select-hand-gesture"),
1146 (PeaceHand, "peace-hand"),
1147 (ReminderHandGesture, "reminder-hand-gesture"),
1148 (SingleTapGesture, "single-tap-gesture"),
1149 (SpockHandGesture, "spock-hand-gesture"),
1150 (SwipeDownGesture, "swipe-down-gesture"),
1151 (SwipeLeftGesture, "swipe-left-gesture"),
1152 (SwipeRightGesture, "swipe-right-gesture"),
1153 (SwipeTwoFingersDownGesture, "swipe-two-fingers-down-gesture"),
1154 (SwipeTwoFingersLeftGesture, "swipe-two-fingers-left-gesture"),
1155 (SwipeTwoFingersRightGesture, "swipe-two-fingers-right-gesture"),
1156 (SwipeTwoFingersUpGesture, "swipe-two-fingers-up-gesture"),
1157 (SwipeUpGesture, "swipe-up-gesture"),
1158]);
1159make_icon_category!(photos_and_videos, 12, "Photos and Videos", [
1160 (AddMediaImage, "add-media-image"),
1161 (AddMediaVideo, "add-media-video"),
1162 (AutoFlash, "auto-flash"),
1163 (AviFormat, "avi-format"),
1164 (Camera, "camera"),
1165 (ClosedCaptions, "closed-captions"),
1166 (Collapse, "collapse"),
1167 (Enlarge, "enlarge"),
1168 (Expand, "expand"),
1169 (FlashOff, "flash-off"),
1170 (Flash, "flash"),
1171 (FxTag, "fx-tag"),
1172 (Fx, "fx"),
1173 (GifFormat, "gif-format"),
1174 (HdDisplay, "hd-display"),
1175 (Hd, "hd"),
1176 (Hdr, "hdr"),
1177 (JpegFormat, "jpeg-format"),
1178 (JpgFormat, "jpg-format"),
1179 (MediaImageFolder, "media-image-folder"),
1180 (MediaImageList, "media-image-list"),
1181 (MediaImage, "media-image"),
1182 (MediaVideoFolder, "media-video-folder"),
1183 (MediaVideoList, "media-video-list"),
1184 (MediaVideo, "media-video"),
1185 (MpegFormat, "mpeg-format"),
1186 (PanoramaEnlarge, "panorama-enlarge"),
1187 (PanoramaReduce, "panorama-reduce"),
1188 (PngFormat, "png-format"),
1189 (RawFormat, "raw-format"),
1190 (Reduce, "reduce"),
1191 (RemoveMediaImage, "remove-media-image"),
1192 (RemoveMediaVideo, "remove-media-video"),
1193 (RotateCameraLeft, "rotate-camera-left"),
1194 (RotateCameraRight, "rotate-camera-right"),
1195 (Screenshot, "screenshot"),
1196 (SvgFormat, "svg-format"),
1197 (TifFormat, "tif-format"),
1198 (TiffFormat, "tiff-format"),
1199 (VideoCameraOff, "video-camera-off"),
1200 (VideoCamera, "video-camera"),
1201 (WebpFormat, "webp-format"),
1202]);
1203make_icon_category!(weather, 12, "Weather", [
1204 (CloudSunny, "cloud-sunny"),
1205 (Cloud, "cloud"),
1206 (DewPoint, "dew-point"),
1207 (Fog, "fog"),
1208 (HeavyRain, "heavy-rain"),
1209 (Rain, "rain"),
1210 (SnowFlake, "snow-flake"),
1211 (Snow, "snow"),
1212 (SunLight, "sun-light"),
1213 (TemperatureDown, "temperature-down"),
1214 (TemperatureHigh, "temperature-high"),
1215 (TemperatureLow, "temperature-low"),
1216 (TemperatureUp, "temperature-up"),
1217 (Thunderstorm, "thunderstorm"),
1218 (Wind, "wind"),
1219]);
1220make_icon_category!(tools, 12, "Tools", [
1221 (AngleTool, "angle-tool"),
1222 (Hammer, "hammer"),
1223 (Tools, "tools"),
1224 (Wrench, "wrench"),
1225]);
1226make_icon_category!(no_category, 12, "NoCategory", [
1227 (ChatBubbleCheckOne, "chat-bubble-check-1"),
1228 (DbStar, "db-star"),
1229 (Fishing, "fishing"),
1230 (LongArrowRightUpOne, "long-arrow-right-up-1"),
1231 (MinusOne, "minus-1"),
1232]);
1233make_icon_category!(emojis, 12, "Emojis", [
1234 (EmojiBall, "emoji-ball"),
1235 (EmojiBlinkLeft, "emoji-blink-left"),
1236 (EmojiBlinkRight, "emoji-blink-right"),
1237 (EmojiLookDown, "emoji-look-down"),
1238 (EmojiLookLeft, "emoji-look-left"),
1239 (EmojiLookRight, "emoji-look-right"),
1240 (EmojiLookUp, "emoji-look-up"),
1241 (EmojiPuzzled, "emoji-puzzled"),
1242 (EmojiQuite, "emoji-quite"),
1243 (EmojiReally, "emoji-really"),
1244 (EmojiSad, "emoji-sad"),
1245 (EmojiSatisfied, "emoji-satisfied"),
1246 (EmojiSingLeftNote, "emoji-sing-left-note"),
1247 (EmojiSingLeft, "emoji-sing-left"),
1248 (EmojiSingRightNote, "emoji-sing-right-note"),
1249 (EmojiSingRight, "emoji-sing-right"),
1250 (EmojiSurpriseAlt, "emoji-surprise-alt"),
1251 (EmojiSurprise, "emoji-surprise"),
1252 (EmojiTalkingAngry, "emoji-talking-angry"),
1253 (EmojiTalkingHappy, "emoji-talking-happy"),
1254 (EmojiThinkLeft, "emoji-think-left"),
1255 (EmojiThinkRight, "emoji-think-right"),
1256 (Emoji, "emoji"),
1257]);
1258make_icon_category!(animals, 12, "Animals", [
1259 (Fish, "fish"),
1260 (Jellyfish, "jellyfish"),
1261 (Wolf, "wolf"),
1262]);
1263make_icon_category!(buildings, 12, "Buildings", [
1264 (Balcony, "balcony"),
1265 (Bathroom, "bathroom"),
1266 (Building, "building"),
1267 (Cellar, "cellar"),
1268 (ChurchAlt, "church-alt"),
1269 (Church, "church"),
1270 (City, "city"),
1271 (Elevator, "elevator"),
1272 (Farm, "farm"),
1273 (Garage, "garage"),
1274 (Hospital, "hospital"),
1275 (HouseRooms, "house-rooms"),
1276 (Industry, "industry"),
1277 (Neighbourhood, "neighbourhood"),
1278 (OilIndustry, "oil-industry"),
1279 (Planimetry, "planimetry"),
1280 (ShopAlt, "shop-alt"),
1281 (Shop, "shop"),
1282 (SmallShopAlt, "small-shop-alt"),
1283 (SmallShop, "small-shop"),
1284 (Tunnel, "tunnel"),
1285]);
1286make_icon_category!(activities, 12, "Activities", [
1287 (OnestMedal, "1st-medal"),
1288 (Archery, "archery"),
1289 (ArrowArchery, "arrow-archery"),
1290 (BasketballAlt, "basketball-alt"),
1291 (BasketballField, "basketball-field"),
1292 (Basketball, "basketball"),
1293 (BirthdayCake, "birthday-cake"),
1294 (Bonfire, "bonfire"),
1295 (BookStack, "book-stack"),
1296 (Book, "book"),
1297 (BookmarkBook, "bookmark-book"),
1298 (BowlingBall, "bowling-ball"),
1299 (BoxingGlove, "boxing-glove"),
1300 (CinemaOld, "cinema-old"),
1301 (Cycling, "cycling"),
1302 (FavouriteBook, "favourite-book"),
1303 (FireFlame, "fire-flame"),
1304 (Flower, "flower"),
1305 (FootballBall, "football-ball"),
1306 (Football, "football"),
1307 (Golf, "golf"),
1308 (GraphDown, "graph-down"),
1309 (GraphUp, "graph-up"),
1310 (Gym, "gym"),
1311 (Hourglass, "hourglass"),
1312 (LeaderboardStar, "leaderboard-star"),
1313 (Leaderboard, "leaderboard"),
1314 (LockedBook, "locked-book"),
1315 (MathBook, "math-book"),
1316 (Medal, "medal"),
1317 (Movie, "movie"),
1318 (NoSmokingCircle, "no-smoking-circle"),
1319 (NoSmoking, "no-smoking"),
1320 (OpenBook, "open-book"),
1321 (Palette, "palette"),
1322 (PercentageCircle, "percentage-circle"),
1323 (PercentageSquare, "percentage-square"),
1324 (Percentage, "percentage"),
1325 (ReportColumns, "report-columns"),
1326 (Reports, "reports"),
1327 (Rings, "rings"),
1328 (Running, "running"),
1329 (SeaAndSun, "sea-and-sun"),
1330 (SeaWaves, "sea-waves"),
1331 (Skateboard, "skateboard"),
1332 (Skateboarding, "skateboarding"),
1333 (Smoking, "smoking"),
1334 (SoccerBall, "soccer-ball"),
1335 (StatDown, "stat-down"),
1336 (StatUp, "stat-up"),
1337 (StatsDownSquare, "stats-down-square"),
1338 (StatsReport, "stats-report"),
1339 (StatsUpSquare, "stats-up-square"),
1340 (Stretching, "stretching"),
1341 (Swimming, "swimming"),
1342 (TennisBallAlt, "tennis-ball-alt"),
1343 (TennisBall, "tennis-ball"),
1344 (Treadmill, "treadmill"),
1345 (Trekking, "trekking"),
1346 (Trophy, "trophy"),
1347 (Waist, "waist"),
1348 (Walking, "walking"),
1349 (Yoga, "yoga"),
1350]);
1351make_icon_category!(docs, 12, "Docs", [
1352 (AddFolder, "add-folder"),
1353 (AddPageAlt, "add-page-alt"),
1354 (AddPage, "add-page"),
1355 (Archive, "archive"),
1356 (Attachment, "attachment"),
1357 (DocSearchAlt, "doc-search-alt"),
1358 (DocSearch, "doc-search"),
1359 (DocStarAlt, "doc-star-alt"),
1360 (DocStar, "doc-star"),
1361 (EmptyPage, "empty-page"),
1362 (FolderAlert, "folder-alert"),
1363 (FolderSettings, "folder-settings"),
1364 (Folder, "folder"),
1365 (GoogleDocs, "google-docs"),
1366 (JournalPage, "journal-page"),
1367 (Journal, "journal"),
1368 (MultiplePagesAdd, "multiple-pages-add"),
1369 (MultiplePagesDelete, "multiple-pages-delete"),
1370 (MultiplePagesEmpty, "multiple-pages-empty"),
1371 (MultiplePagesRemove, "multiple-pages-remove"),
1372 (MultiplePages, "multiple-pages"),
1373 (PageEdit, "page-edit"),
1374 (PageSearch, "page-search"),
1375 (PageStar, "page-star"),
1376 (Page, "page"),
1377 (PrivacyPolicy, "privacy policy"),
1378 (RemoveFolder, "remove-folder"),
1379 (RemovePageAlt, "remove-page-alt"),
1380 (RemovePage, "remove-page"),
1381 (SubmitDocument, "submit-document"),
1382]);
1383make_icon_category!(users, 12, "Users", [
1384 (AddUser, "add-user"),
1385 (Community, "community"),
1386 (Group, "group"),
1387 (Learning, "learning"),
1388 (PeopleTag, "people-tag"),
1389 (ProfileCircle, "profile-circle"),
1390 (RemoveUser, "remove-user"),
1391 (UserCircle, "user-circle"),
1392 (UserCrown, "user-crown"),
1393 (UserLove, "user-love"),
1394 (UserSquare, "user-square"),
1395 (UserStar, "user-star"),
1396 (User, "user"),
1397 (VerifiedUser, "verified-user"),
1398]);
1399make_icon_category!(finance, 12, "Finance", [
1400 (AppleWallet, "apple-wallet"),
1401 (Bank, "bank"),
1402 (BitcoinCircle, "bitcoin-circle"),
1403 (BitcoinRotateOut, "bitcoin-rotate-out"),
1404 (CandlestickChart, "candlestick-chart"),
1405 (CardIssue, "card-issue"),
1406 (CardLocked, "card-locked"),
1407 (CardReader, "card-reader"),
1408 (CardSecurity, "card-security"),
1409 (CardWallet, "card-wallet"),
1410 (Cash, "cash"),
1411 (Coin, "coin"),
1412 (CoinsSwap, "coins-swap"),
1413 (Coins, "coins"),
1414 (Commodity, "commodity"),
1415 (Contactless, "contactless"),
1416 (CreditCard, "credit-card"),
1417 (CreditCards, "credit-cards"),
1418 (DogecoinCircle, "dogecoin-circle"),
1419 (DogecoinRotateOut, "dogecoin-rotate-out"),
1420 (Dollar, "dollar"),
1421 (EthereumCircle, "ethereum-circle"),
1422 (EthereumRotateOut, "ethereum-rotate-out"),
1423 (EuroSquare, "euro-square"),
1424 (Euro, "euro"),
1425 (HandCard, "hand-card"),
1426 (HandCash, "hand-cash"),
1427 (HandContactless, "hand-contactless"),
1428 (LitecoinCircle, "litecoin-circle"),
1429 (LitecoinRotateOut, "litecoin-rotate-out"),
1430 (LotOfCash, "lot-of-cash"),
1431 (MastercardCard, "mastercard-card"),
1432 (MoneySquare, "money-square"),
1433 (NoCoin, "no-coin"),
1434 (NoCreditCard, "no-credit-card"),
1435 (Paypal, "paypal"),
1436 (PercentRotateOut, "percent-rotate-out"),
1437 (PiggyBank, "piggy-bank"),
1438 (Pound, "pound"),
1439 (ReceiveDollars, "receive-dollars"),
1440 (ReceiveEuros, "receive-euros"),
1441 (ReceivePounds, "receive-pounds"),
1442 (ReceiveYens, "receive-yens"),
1443 (SafeArrowLeft, "safe-arrow-left"),
1444 (SafeArrowRight, "safe-arrow-right"),
1445 (SafeOpen, "safe-open"),
1446 (Safe, "safe"),
1447 (SendDollars, "send-dollars"),
1448 (SendEuros, "send-euros"),
1449 (SendPounds, "send-pounds"),
1450 (SendYens, "send-yens"),
1451 (Wallet, "wallet"),
1452 (YenSquare, "yen-square"),
1453 (Yen, "yen"),
1454]);
1455}
1457
1458#[cfg(feature = "16px")]
1459pub mod size16px {
1460use super::*;
1461
1462make_icon_category!(maps, 16, "Maps", [
1463 (ThreeSixZeroView, "360-view"),
1464 (AddPinAlt, "add-pin-alt"),
1465 (Gps, "gps"),
1466 (MapIssue, "map-issue"),
1467 (Map, "map"),
1468 (MapsArrowDiagonal, "maps-arrow-diagonal"),
1469 (MapsArrowIssue, "maps-arrow-issue"),
1470 (MapsArrow, "maps-arrow"),
1471 (MapsGoStraight, "maps-go-straight"),
1472 (MapsTurnBack, "maps-turn-back"),
1473 (MapsTurnLeft, "maps-turn-left"),
1474 (MapsTurnRight, "maps-turn-right"),
1475 (MinusPinAlt, "minus-pin-alt"),
1476 (NavigatorAlt, "navigator-alt"),
1477 (Navigator, "navigator"),
1478 (PinAlt, "pin-alt"),
1479 (Position, "position"),
1480 (RemovePinAlt, "remove-pin-alt"),
1481 (Suggestion, "suggestion"),
1482]);
1483make_icon_category!(social, 16, "Social", [
1484 (BehanceTag, "behance-tag"),
1485 (Behance, "behance"),
1486 (Discord, "discord"),
1487 (Dribbble, "dribbble"),
1488 (FacebookTag, "facebook-tag"),
1489 (Facebook, "facebook"),
1490 (GoogleCircle, "google-circle"),
1491 (Google, "google"),
1492 (Instagram, "instagram"),
1493 (Linkedin, "linkedin"),
1494 (Medium, "medium"),
1495 (Pinterest, "pinterest"),
1496 (Pocket, "pocket"),
1497 (RssFeedTag, "rss-feed-tag"),
1498 (RssFeed, "rss-feed"),
1499 (Snapchat, "snapchat"),
1500 (Stackoverflow, "stackoverflow"),
1501 (TelegramCircle, "telegram-circle"),
1502 (Telegram, "telegram"),
1503 (ThumbsDown, "thumbs-down"),
1504 (ThumbsUp, "thumbs-up"),
1505 (Tiktok, "tiktok"),
1506 (TwitterVerifiedBadge, "twitter-verified-badge"),
1507 (Twitter, "twitter"),
1508 (VerifiedBadge, "verified-badge"),
1509 (Yelp, "yelp"),
1510 (Youtube, "youtube"),
1511]);
1512make_icon_category!(food, 16, "Food", [
1513 (AppleHalfAlt, "apple-half-alt"),
1514 (AppleHalf, "apple-half"),
1515 (Apple, "apple"),
1516 (Bbq, "bbq"),
1517 (BreadSlice, "bread-slice"),
1518 (Chocolate, "chocolate"),
1519 (Clutery, "clutery"),
1520 (CoffeeCup, "coffee-cup"),
1521 (CrackedEgg, "cracked-egg"),
1522 (Egg, "egg"),
1523 (GlassEmpty, "glass-empty"),
1524 (GlassHalfAlt, "glass-half-alt"),
1525 (GlassHalf, "glass-half"),
1526 (OrangeHalf, "orange-half"),
1527 (OrangeSliceAlt, "orange-slice-alt"),
1528 (OrangeSlice, "orange-slice"),
1529 (PizzaSlice, "pizza-slice"),
1530]);
1531make_icon_category!(activities, 16, "Activities", [
1532 (OnestMedal, "1st-medal"),
1533 (Archery, "archery"),
1534 (ArrowArchery, "arrow-archery"),
1535 (BasketballAlt, "basketball-alt"),
1536 (BasketballField, "basketball-field"),
1537 (Basketball, "basketball"),
1538 (BirthdayCake, "birthday-cake"),
1539 (Bonfire, "bonfire"),
1540 (BookStack, "book-stack"),
1541 (Book, "book"),
1542 (BookmarkBook, "bookmark-book"),
1543 (BowlingBall, "bowling-ball"),
1544 (BoxingGlove, "boxing-glove"),
1545 (CinemaOld, "cinema-old"),
1546 (Cycling, "cycling"),
1547 (FavouriteBook, "favourite-book"),
1548 (FireFlame, "fire-flame"),
1549 (Flower, "flower"),
1550 (FootballBall, "football-ball"),
1551 (Football, "football"),
1552 (Golf, "golf"),
1553 (GraphDown, "graph-down"),
1554 (GraphUp, "graph-up"),
1555 (Gym, "gym"),
1556 (Hourglass, "hourglass"),
1557 (LeaderboardStar, "leaderboard-star"),
1558 (Leaderboard, "leaderboard"),
1559 (LockedBook, "locked-book"),
1560 (MathBook, "math-book"),
1561 (Medal, "medal"),
1562 (Movie, "movie"),
1563 (NoSmokingCircle, "no-smoking-circle"),
1564 (NoSmoking, "no-smoking"),
1565 (OpenBook, "open-book"),
1566 (Palette, "palette"),
1567 (PercentageCircle, "percentage-circle"),
1568 (PercentageSquare, "percentage-square"),
1569 (Percentage, "percentage"),
1570 (ReportColumns, "report-columns"),
1571 (Reports, "reports"),
1572 (Rings, "rings"),
1573 (Running, "running"),
1574 (SeaAndSun, "sea-and-sun"),
1575 (SeaWaves, "sea-waves"),
1576 (Skateboard, "skateboard"),
1577 (Skateboarding, "skateboarding"),
1578 (Smoking, "smoking"),
1579 (SoccerBall, "soccer-ball"),
1580 (StatDown, "stat-down"),
1581 (StatUp, "stat-up"),
1582 (StatsDownSquare, "stats-down-square"),
1583 (StatsReport, "stats-report"),
1584 (StatsUpSquare, "stats-up-square"),
1585 (Stretching, "stretching"),
1586 (Swimming, "swimming"),
1587 (TennisBallAlt, "tennis-ball-alt"),
1588 (TennisBall, "tennis-ball"),
1589 (Treadmill, "treadmill"),
1590 (Trekking, "trekking"),
1591 (Trophy, "trophy"),
1592 (Waist, "waist"),
1593 (Walking, "walking"),
1594 (Yoga, "yoga"),
1595]);
1596make_icon_category!(users, 16, "Users", [
1597 (AddUser, "add-user"),
1598 (Community, "community"),
1599 (Group, "group"),
1600 (Learning, "learning"),
1601 (PeopleTag, "people-tag"),
1602 (ProfileCircle, "profile-circle"),
1603 (RemoveUser, "remove-user"),
1604 (UserCircle, "user-circle"),
1605 (UserCrown, "user-crown"),
1606 (UserLove, "user-love"),
1607 (UserSquare, "user-square"),
1608 (UserStar, "user-star"),
1609 (User, "user"),
1610 (VerifiedUser, "verified-user"),
1611]);
1612make_icon_category!(music, 16, "Music", [
1613 (AlbumCarousel, "album-carousel"),
1614 (AlbumList, "album-list"),
1615 (AlbumOpen, "album-open"),
1616 (Album, "album"),
1617 (BackwardOneFiveSeconds, "backward-15-seconds"),
1618 (CompactDisc, "compact-disc"),
1619 (ForwardOneFiveSeconds, "forward-15-seconds"),
1620 (Forward, "forward"),
1621 (HeadsetCharge, "headset-charge"),
1622 (HeadsetIssue, "headset-issue"),
1623 (Headset, "headset"),
1624 (Lullaby, "lullaby"),
1625 (MusicDoubleNoteAdd, "music-double-note-add"),
1626 (MusicDoubleNote, "music-double-note"),
1627 (MusicNoteAdd, "music-note-add"),
1628 (MusicNote, "music-note"),
1629 (Pause, "pause"),
1630 (Play, "play"),
1631 (PlaylistAdd, "playlist-add"),
1632 (PlaylistPlay, "playlist-play"),
1633 (Playlist, "playlist"),
1634 (RepeatOnce, "repeat-once"),
1635 (Repeat, "repeat"),
1636 (Rewind, "rewind"),
1637 (Shuffle, "shuffle"),
1638 (SkipNext, "skip-next"),
1639 (SkipPrev, "skip-prev"),
1640 (Spotify, "spotify"),
1641]);
1642make_icon_category!(devices, 16, "Devices", [
1643 (FourkDisplay, "4k-display"),
1644 (AppleImacTwoZeroTwoOneSide, "apple-imac-2021-side"),
1645 (AppleImacTwoZeroTwoOne, "apple-imac-2021"),
1646 (ArSymbol, "ar-symbol"),
1647 (ChromecastActive, "chromecast-active"),
1648 (Chromecast, "chromecast"),
1649 (Computer, "computer"),
1650 (HardDrive, "hard-drive"),
1651 (LaptopCharging, "laptop-charging"),
1652 (LaptopFix, "laptop-fix"),
1653 (LaptopIssue, "laptop-issue"),
1654 (Laptop, "laptop"),
1655 (Megaphone, "megaphone"),
1656 (ModernTvFourk, "modern-tv-4k"),
1657 (ModernTv, "modern-tv"),
1658 (PenConnectBluetooth, "pen-connect-bluetooth"),
1659 (PenConnectWifi, "pen-connect-wifi"),
1660 (PenTabletConnectUsb, "pen-tablet-connect-usb"),
1661 (PenTabletConnectWifi, "pen-tablet-connect-wifi"),
1662 (PenTablet, "pen-tablet"),
1663 (PrinterAlt, "printer-alt"),
1664 (Printer, "printer"),
1665 (PrintingPage, "printing-page"),
1666 (SaveFloppyDisk, "save-floppy-disk"),
1667 (SmartphoneDevice, "smartphone-device"),
1668 (TvFix, "tv-fix"),
1669 (TvIssue, "tv-issue"),
1670 (Tv, "tv"),
1671 (VideoProjector, "video-projector"),
1672 (VrSymbol, "vr-symbol"),
1673 (WarningHexagon, "warning-hexagon"),
1674 (Wristwatch, "wristwatch"),
1675]);
1676make_icon_category!(editor, 16, "Editor", [
1677 (AlignCenter, "align-center"),
1678 (AlignJustify, "align-justify"),
1679 (AlignLeft, "align-left"),
1680 (AlignRight, "align-right"),
1681 (BoldSquare, "bold-square"),
1682 (Bold, "bold"),
1683 (CompressLines, "compress-lines"),
1684 (EditPencil, "edit-pencil"),
1685 (Edit, "edit"),
1686 (ExpandLines, "expand-lines"),
1687 (FontSize, "font-size"),
1688 (ItalicSquare, "italic-square"),
1689 (Italic, "italic"),
1690 (ListSelect, "list-select"),
1691 (List, "list"),
1692 (MissingFont, "missing-font"),
1693 (NumberedListLeft, "numbered-list-left"),
1694 (NumberedListRight, "numbered-list-right"),
1695 (ScissorAlt, "scissor-alt"),
1696 (Scissor, "scissor"),
1697 (SearchFont, "search-font"),
1698 (SortDown, "sort-down"),
1699 (SortUp, "sort-up"),
1700 (Sort, "sort"),
1701 (Strikethrough, "strikethrough"),
1702 (TaskList, "task-list"),
1703 (TextAlt, "text-alt"),
1704 (TextBox, "text-box"),
1705 (TextSize, "text-size"),
1706 (Text, "text"),
1707 (UnderlineSquare, "underline-square"),
1708 (Underline, "underline"),
1709]);
1710make_icon_category!(home, 16, "Home", [
1711 (AirConditioner, "air-conditioner"),
1712 (BedReady, "bed-ready"),
1713 (Bed, "bed"),
1714 (BoxIso, "box-iso"),
1715 (Box, "box"),
1716 (Closet, "closet"),
1717 (Crib, "crib"),
1718 (Desk, "desk"),
1719 (DimmerSwitch, "dimmer-switch"),
1720 (DirectorChair, "director-chair"),
1721 (Dishwasher, "dishwasher"),
1722 (DomoticIssue, "domotic-issue"),
1723 (Drawer, "drawer"),
1724 (Fridge, "fridge"),
1725 (GoogleHome, "google-home"),
1726 (HomeAltSlimHoriz, "home-alt-slim-horiz"),
1727 (HomeAltSlim, "home-alt-slim"),
1728 (HomeAlt, "home-alt"),
1729 (HomeSale, "home-sale"),
1730 (HomeSecure, "home-secure"),
1731 (HomeShield, "home-shield"),
1732 (HomeSimpleDoor, "home-simple-door"),
1733 (HomeSimple, "home-simple"),
1734 (HomeTable, "home-table"),
1735 (HomeTemperatureIn, "home-temperature-in"),
1736 (HomeTemperatureOut, "home-temperature-out"),
1737 (HomeUser, "home-user"),
1738 (Home, "home"),
1739 (Lamp, "lamp"),
1740 (LightBulbOff, "light-bulb-off"),
1741 (LightBulbOn, "light-bulb-on"),
1742 (LightBulb, "light-bulb"),
1743 (Mirror, "mirror"),
1744 (Pillow, "pillow"),
1745 (RoundedMirror, "rounded-mirror"),
1746 (SleeperChair, "sleeper-chair"),
1747 (SmallLampAlt, "small-lamp-alt"),
1748 (SmallLamp, "small-lamp"),
1749 (Sofa, "sofa"),
1750 (TwoSeaterSofa, "two-seater-sofa"),
1751 (Wash, "wash"),
1752 (WashingMachine, "washing-machine"),
1753]);
1754make_icon_category!(communication, 16, "Communication", [
1755 (AppNotification, "app-notification"),
1756 (ArrowEmailForward, "arrow-email-forward"),
1757 (AtSignCircle, "at-sign-circle"),
1758 (AtSign, "at-sign"),
1759 (BellNotification, "bell-notification"),
1760 (BellOff, "bell-off"),
1761 (Bell, "bell"),
1762 (BubbleDownload, "bubble-download"),
1763 (BubbleError, "bubble-error"),
1764 (BubbleIncome, "bubble-income"),
1765 (BubbleOutcome, "bubble-outcome"),
1766 (BubbleSearch, "bubble-search"),
1767 (BubbleStar, "bubble-star"),
1768 (BubbleUpload, "bubble-upload"),
1769 (BubbleWarning, "bubble-warning"),
1770 (ChatAdd, "chat-add"),
1771 (ChatBubbleCheck, "chat-bubble-check"),
1772 (ChatBubbleEmpty, "chat-bubble-empty"),
1773 (ChatBubbleError, "chat-bubble-error"),
1774 (ChatBubbleQuestion, "chat-bubble-question"),
1775 (ChatBubbleTranslate, "chat-bubble-translate"),
1776 (ChatBubbleWarning, "chat-bubble-warning"),
1777 (ChatBubble, "chat-bubble"),
1778 (ChatLines, "chat-lines"),
1779 (ChatRemove, "chat-remove"),
1780 (Facetime, "facetime"),
1781 (ForwardMessage, "forward-message"),
1782 (Globe, "globe"),
1783 (HeadsetHelp, "headset-help"),
1784 (Internet, "internet"),
1785 (MailIn, "mail-in"),
1786 (MailOpened, "mail-opened"),
1787 (MailOut, "mail-out"),
1788 (Mail, "mail"),
1789 (MessageAlert, "message-alert"),
1790 (MessageText, "message-text"),
1791 (Message, "message"),
1792 (MultiBubble, "multi-bubble"),
1793 (PhoneAdd, "phone-add"),
1794 (PhoneDelete, "phone-delete"),
1795 (PhoneDisabled, "phone-disabled"),
1796 (PhoneIncome, "phone-income"),
1797 (PhoneOutcome, "phone-outcome"),
1798 (PhonePaused, "phone-paused"),
1799 (PhoneRemove, "phone-remove"),
1800 (Phone, "phone"),
1801 (Podcast, "podcast"),
1802 (QuoteMessage, "quote-message"),
1803 (Quote, "quote"),
1804 (ReplyToMessage, "reply-to-message"),
1805 (Reply, "reply"),
1806 (SendDiagonal, "send-diagonal"),
1807 (SendMail, "send-mail"),
1808 (Send, "send"),
1809 (TimeZone, "time-zone"),
1810 (Www, "www"),
1811]);
1812make_icon_category!(development, 16, "Development", [
1813 (AppleSwift, "apple-swift"),
1814 (Asana, "asana"),
1815 (CodeBracketsSquare, "code-brackets-square"),
1816 (CodeBrackets, "code-brackets"),
1817 (Code, "code"),
1818 (Codepen, "codepen"),
1819 (CreativeCommons, "creative-commons"),
1820 (CssThree, "css3"),
1821 (DevModeLaptop, "dev-mode-laptop"),
1822 (DevModePhone, "dev-mode-phone"),
1823 (Developer, "developer"),
1824 (ElectronicsChip, "electronics-chip"),
1825 (ElectronicsTransistor, "electronics-transistor"),
1826 (HtmlFive, "html5"),
1827 (Iconoir, "iconoir"),
1828 (KanbanBoard, "kanban-board"),
1829 (NpmSquare, "npm-square"),
1830 (Npm, "npm"),
1831 (Puzzle, "puzzle"),
1832 (Slash, "slash"),
1833 (Trello, "trello"),
1834 (UnityFive, "unity-5"),
1835 (Unity, "unity"),
1836 (VueJs, "vue-js"),
1837]);
1838make_icon_category!(navigation, 16, "Navigation", [
1839 (ArrowBlCircle, "arrow-bl-circle"),
1840 (ArrowBlSquare, "arrow-bl-square"),
1841 (ArrowBl, "arrow-bl"),
1842 (ArrowBrCircle, "arrow-br-circle"),
1843 (ArrowBrSquare, "arrow-br-square"),
1844 (ArrowBr, "arrow-br"),
1845 (ArrowDownCircle, "arrow-down-circle"),
1846 (ArrowDown, "arrow-down"),
1847 (ArrowLeftCircle, "arrow-left-circle"),
1848 (ArrowLeft, "arrow-left"),
1849 (ArrowRightCircle, "arrow-right-circle"),
1850 (ArrowRight, "arrow-right"),
1851 (ArrowSeparateVertical, "arrow-separate-vertical"),
1852 (ArrowSeparate, "arrow-separate"),
1853 (ArrowTlCircle, "arrow-tl-circle"),
1854 (ArrowTlSquare, "arrow-tl-square"),
1855 (ArrowTl, "arrow-tl"),
1856 (ArrowTrCircle, "arrow-tr-circle"),
1857 (ArrowTrSquare, "arrow-tr-square"),
1858 (ArrowTr, "arrow-tr"),
1859 (ArrowUnionVertical, "arrow-union-vertical"),
1860 (ArrowUnion, "arrow-union"),
1861 (ArrowUpCircle, "arrow-up-circle"),
1862 (ArrowUp, "arrow-up"),
1863 (Compass, "compass"),
1864 (DivideThree, "divide-three"),
1865 (Divide, "divide"),
1866 (DownRoundArrow, "down-round-arrow"),
1867 (Drag, "drag"),
1868 (EnlargeRoundArrow, "enlarge-round-arrow"),
1869 (FastArrowDownBox, "fast-arrow-down-box"),
1870 (FastArrowDown, "fast-arrow-down"),
1871 (FastArrowLeftBox, "fast-arrow-left-box"),
1872 (FastArrowLeft, "fast-arrow-left"),
1873 (FastArrowRightBox, "fast-arrow-right-box"),
1874 (FastArrowRight, "fast-arrow-right"),
1875 (FastArrowUpBox, "fast-arrow-up-box"),
1876 (FastArrowUp, "fast-arrow-up"),
1877 (FastDownCircle, "fast-down-circle"),
1878 (FastLeftCircle, "fast-left-circle"),
1879 (FastRightCircle, "fast-right-circle"),
1880 (FastUpCircle, "fast-up-circle"),
1881 (FilterListCircle, "filter-list-circle"),
1882 (FilterList, "filter-list"),
1883 (HorizontalMerge, "horizontal-merge"),
1884 (HorizontalSplit, "horizontal-split"),
1885 (LeftRoundArrow, "left-round-arrow"),
1886 (LongArrowDownLeft, "long-arrow-down-left"),
1887 (LongArrowDownRight, "long-arrow-down-right"),
1888 (LongArrowLeftDown, "long-arrow-left-down"),
1889 (LongArrowLeftUp, "long-arrow-left-up"),
1890 (LongArrowRightDown, "long-arrow-right-down"),
1891 (LongArrowRightUp, "long-arrow-right-up"),
1892 (LongArrowUpLeft, "long-arrow-up-left"),
1893 (LongArrowUpRight, "long-arrow-up-right"),
1894 (MoreHorizCircle, "more-horiz-circle"),
1895 (MoreHoriz, "more-horiz"),
1896 (MoreVertCircle, "more-vert-circle"),
1897 (MoreVert, "more-vert"),
1898 (NavArrowDown, "nav-arrow-down"),
1899 (NavArrowLeft, "nav-arrow-left"),
1900 (NavArrowRight, "nav-arrow-right"),
1901 (NavArrowUp, "nav-arrow-up"),
1902 (PageDown, "page-down"),
1903 (PageLeft, "page-left"),
1904 (PageRight, "page-right"),
1905 (PageUp, "page-up"),
1906 (PathArrow, "path-arrow"),
1907 (ReduceRoundArrow, "reduce-round-arrow"),
1908 (RightRoundArrow, "right-round-arrow"),
1909 (Shortcut, "shortcut"),
1910 (SidebarCollapse, "sidebar-collapse"),
1911 (SidebarExpand, "sidebar-expand"),
1912 (UpRoundArrow, "up-round-arrow"),
1913 (VerticalMerge, "vertical-merge"),
1914 (VerticalSplit, "vertical-split"),
1915]);
1916make_icon_category!(organization, 16, "Organization", [
1917 (AreaSearch, "area-search"),
1918 (Binocular, "binocular"),
1919 (BookmarkCircle, "bookmark-circle"),
1920 (BookmarkEmpty, "bookmark-empty"),
1921 (FilterAlt, "filter-alt"),
1922 (Filter, "filter"),
1923 (InputSearch, "input-search"),
1924 (Label, "label"),
1925 (Pin, "pin"),
1926 (RemovePin, "remove-pin"),
1927 (Search, "search"),
1928 (StarDashed, "star-dashed"),
1929 (StarHalfDashed, "star-half-dashed"),
1930 (Star, "star"),
1931 (ThreeStars, "three-stars"),
1932 (ZoomIn, "zoom-in"),
1933 (ZoomOut, "zoom-out"),
1934]);
1935make_icon_category!(buildings, 16, "Buildings", [
1936 (Balcony, "balcony"),
1937 (Bathroom, "bathroom"),
1938 (Building, "building"),
1939 (Cellar, "cellar"),
1940 (ChurchAlt, "church-alt"),
1941 (Church, "church"),
1942 (City, "city"),
1943 (Elevator, "elevator"),
1944 (Farm, "farm"),
1945 (Garage, "garage"),
1946 (Hospital, "hospital"),
1947 (HouseRooms, "house-rooms"),
1948 (Industry, "industry"),
1949 (Neighbourhood, "neighbourhood"),
1950 (OilIndustry, "oil-industry"),
1951 (Planimetry, "planimetry"),
1952 (ShopAlt, "shop-alt"),
1953 (Shop, "shop"),
1954 (SmallShopAlt, "small-shop-alt"),
1955 (SmallShop, "small-shop"),
1956 (Tunnel, "tunnel"),
1957]);
1958make_icon_category!(animals, 16, "Animals", [
1959 (Fish, "fish"),
1960 (Jellyfish, "jellyfish"),
1961 (Wolf, "wolf"),
1962]);
1963make_icon_category!(nature, 16, "Nature", [
1964 (AfricanTree, "african-tree"),
1965 (CleanWater, "clean-water"),
1966 (EcologyBook, "ecology-book"),
1967 (Leaf, "leaf"),
1968 (OrganicFoodSquare, "organic-food-square"),
1969 (OrganicFood, "organic-food"),
1970 (PineTree, "pine-tree"),
1971 (SoilAlt, "soil-alt"),
1972 (Soil, "soil"),
1973 (Tree, "tree"),
1974 (VeganCircle, "vegan-circle"),
1975 (VeganSquare, "vegan-square"),
1976 (Vegan, "vegan"),
1977 (WateringSoil, "watering-soil"),
1978]);
1979make_icon_category!(photos_and_videos, 16, "Photos and Videos", [
1980 (AddMediaImage, "add-media-image"),
1981 (AddMediaVideo, "add-media-video"),
1982 (AutoFlash, "auto-flash"),
1983 (AviFormat, "avi-format"),
1984 (Camera, "camera"),
1985 (ClosedCaptions, "closed-captions"),
1986 (Collapse, "collapse"),
1987 (Enlarge, "enlarge"),
1988 (Expand, "expand"),
1989 (FlashOff, "flash-off"),
1990 (Flash, "flash"),
1991 (FxTag, "fx-tag"),
1992 (Fx, "fx"),
1993 (GifFormat, "gif-format"),
1994 (HdDisplay, "hd-display"),
1995 (Hd, "hd"),
1996 (Hdr, "hdr"),
1997 (JpegFormat, "jpeg-format"),
1998 (JpgFormat, "jpg-format"),
1999 (MediaImageFolder, "media-image-folder"),
2000 (MediaImageList, "media-image-list"),
2001 (MediaImage, "media-image"),
2002 (MediaVideoFolder, "media-video-folder"),
2003 (MediaVideoList, "media-video-list"),
2004 (MediaVideo, "media-video"),
2005 (MpegFormat, "mpeg-format"),
2006 (PanoramaEnlarge, "panorama-enlarge"),
2007 (PanoramaReduce, "panorama-reduce"),
2008 (PngFormat, "png-format"),
2009 (RawFormat, "raw-format"),
2010 (Reduce, "reduce"),
2011 (RemoveMediaImage, "remove-media-image"),
2012 (RemoveMediaVideo, "remove-media-video"),
2013 (RotateCameraLeft, "rotate-camera-left"),
2014 (RotateCameraRight, "rotate-camera-right"),
2015 (Screenshot, "screenshot"),
2016 (SvgFormat, "svg-format"),
2017 (TifFormat, "tif-format"),
2018 (TiffFormat, "tiff-format"),
2019 (VideoCameraOff, "video-camera-off"),
2020 (VideoCamera, "video-camera"),
2021 (WebpFormat, "webp-format"),
2022]);
2023make_icon_category!(finance, 16, "Finance", [
2024 (AppleWallet, "apple-wallet"),
2025 (Bank, "bank"),
2026 (BitcoinCircle, "bitcoin-circle"),
2027 (BitcoinRotateOut, "bitcoin-rotate-out"),
2028 (CandlestickChart, "candlestick-chart"),
2029 (CardIssue, "card-issue"),
2030 (CardLocked, "card-locked"),
2031 (CardReader, "card-reader"),
2032 (CardSecurity, "card-security"),
2033 (CardWallet, "card-wallet"),
2034 (Cash, "cash"),
2035 (Coin, "coin"),
2036 (CoinsSwap, "coins-swap"),
2037 (Coins, "coins"),
2038 (Commodity, "commodity"),
2039 (Contactless, "contactless"),
2040 (CreditCard, "credit-card"),
2041 (CreditCards, "credit-cards"),
2042 (DogecoinCircle, "dogecoin-circle"),
2043 (DogecoinRotateOut, "dogecoin-rotate-out"),
2044 (Dollar, "dollar"),
2045 (EthereumCircle, "ethereum-circle"),
2046 (EthereumRotateOut, "ethereum-rotate-out"),
2047 (EuroSquare, "euro-square"),
2048 (Euro, "euro"),
2049 (HandCard, "hand-card"),
2050 (HandCash, "hand-cash"),
2051 (HandContactless, "hand-contactless"),
2052 (LitecoinCircle, "litecoin-circle"),
2053 (LitecoinRotateOut, "litecoin-rotate-out"),
2054 (LotOfCash, "lot-of-cash"),
2055 (MastercardCard, "mastercard-card"),
2056 (MoneySquare, "money-square"),
2057 (NoCoin, "no-coin"),
2058 (NoCreditCard, "no-credit-card"),
2059 (Paypal, "paypal"),
2060 (PercentRotateOut, "percent-rotate-out"),
2061 (PiggyBank, "piggy-bank"),
2062 (Pound, "pound"),
2063 (ReceiveDollars, "receive-dollars"),
2064 (ReceiveEuros, "receive-euros"),
2065 (ReceivePounds, "receive-pounds"),
2066 (ReceiveYens, "receive-yens"),
2067 (SafeArrowLeft, "safe-arrow-left"),
2068 (SafeArrowRight, "safe-arrow-right"),
2069 (SafeOpen, "safe-open"),
2070 (Safe, "safe"),
2071 (SendDollars, "send-dollars"),
2072 (SendEuros, "send-euros"),
2073 (SendPounds, "send-pounds"),
2074 (SendYens, "send-yens"),
2075 (Wallet, "wallet"),
2076 (YenSquare, "yen-square"),
2077 (Yen, "yen"),
2078]);
2079make_icon_category!(transport, 16, "Transport", [
2080 (AirplaneHelixFourFivedeg, "airplane-helix-45deg"),
2081 (AirplaneHelix, "airplane-helix"),
2082 (AirplaneOff, "airplane-off"),
2083 (AirplaneRotation, "airplane-rotation"),
2084 (Airplane, "airplane"),
2085 (Bicycle, "bicycle"),
2086 (BusStop, "bus-stop"),
2087 (Bus, "bus"),
2088 (Car, "car"),
2089 (DeliveryTruck, "delivery-truck"),
2090 (Delivery, "delivery"),
2091 (DroneChargeFull, "drone-charge-full"),
2092 (DroneChargeHalf, "drone-charge-half"),
2093 (DroneChargeLow, "drone-charge-low"),
2094 (DroneCheck, "drone-check"),
2095 (DroneError, "drone-error"),
2096 (DroneLanding, "drone-landing"),
2097 (DroneRefresh, "drone-refresh"),
2098 (DroneTakeOff, "drone-take-off"),
2099 (Drone, "drone"),
2100 (EvChargeAlt, "ev-charge-alt"),
2101 (EvCharge, "ev-charge"),
2102 (EvPlugCharging, "ev-plug-charging"),
2103 (EvPlugError, "ev-plug-error"),
2104 (EvPlug, "ev-plug"),
2105 (EvStation, "ev-station"),
2106 (EvTag, "ev-tag"),
2107 (GasTankDrop, "gas-tank-drop"),
2108 (GasTank, "gas-tank"),
2109 (GreenBus, "green-bus"),
2110 (GreenTruck, "green-truck"),
2111 (GreenVehicle, "green-vehicle"),
2112 (HandBrake, "hand-brake"),
2113 (HotAirBalloon, "hot-air-balloon"),
2114 (Metro, "metro"),
2115 (Motorcycle, "motorcycle"),
2116 (PackageLock, "package-lock"),
2117 (Package, "package"),
2118 (Packages, "packages"),
2119 (Parking, "parking"),
2120 (Train, "train"),
2121 (Tram, "tram"),
2122 (TruckLength, "truck-length"),
2123 (Truck, "truck"),
2124]);
2125make_icon_category!(docs, 16, "Docs", [
2126 (AddFolder, "add-folder"),
2127 (AddPageAlt, "add-page-alt"),
2128 (AddPage, "add-page"),
2129 (Archive, "archive"),
2130 (Attachment, "attachment"),
2131 (DocSearchAlt, "doc-search-alt"),
2132 (DocSearch, "doc-search"),
2133 (DocStarAlt, "doc-star-alt"),
2134 (DocStar, "doc-star"),
2135 (EmptyPage, "empty-page"),
2136 (FolderAlert, "folder-alert"),
2137 (FolderSettings, "folder-settings"),
2138 (Folder, "folder"),
2139 (GoogleDocs, "google-docs"),
2140 (JournalPage, "journal-page"),
2141 (Journal, "journal"),
2142 (MultiplePagesAdd, "multiple-pages-add"),
2143 (MultiplePagesDelete, "multiple-pages-delete"),
2144 (MultiplePagesEmpty, "multiple-pages-empty"),
2145 (MultiplePagesRemove, "multiple-pages-remove"),
2146 (MultiplePages, "multiple-pages"),
2147 (PageEdit, "page-edit"),
2148 (PageSearch, "page-search"),
2149 (PageStar, "page-star"),
2150 (Page, "page"),
2151 (PrivacyPolicy, "privacy policy"),
2152 (RemoveFolder, "remove-folder"),
2153 (RemovePageAlt, "remove-page-alt"),
2154 (RemovePage, "remove-page"),
2155 (SubmitDocument, "submit-document"),
2156]);
2157make_icon_category!(layout, 16, "Layout", [
2158 (TwoxTwoCell, "2x2-cell"),
2159 (CornerBottomLeft, "corner-bottom-left"),
2160 (CornerBottomRight, "corner-bottom-right"),
2161 (CornerTopLeft, "corner-top-left"),
2162 (CornerTopRight, "corner-top-right"),
2163 (GridAdd, "grid-add"),
2164 (GridMinus, "grid-minus"),
2165 (GridRemove, "grid-remove"),
2166 (LayoutLeft, "layout-left"),
2167 (LayoutRight, "layout-right"),
2168 (TableTwoColumns, "table-2-columns"),
2169 (TableRows, "table-rows"),
2170 (Table, "table"),
2171 (ViewColumnsTwo, "view-columns-2"),
2172 (ViewColumnsThree, "view-columns-3"),
2173 (ViewGrid, "view-grid"),
2174 (ViewStructureDown, "view-structure-down"),
2175 (ViewStructureUp, "view-structure-up"),
2176]);
2177make_icon_category!(three_d_editor, 16, "3D Editor", [
2178 (ThreedAddHole, "3d-add-hole"),
2179 (ThreedArcCenterPt, "3d-arc-center-pt"),
2180 (ThreedArc, "3d-arc"),
2181 (ThreedBridge, "3d-bridge"),
2182 (ThreedCenterBox, "3d-center-box"),
2183 (ThreedDraftFace, "3d-draft-face"),
2184 (ThreedEllipseThreePts, "3d-ellipse-three-pts"),
2185 (ThreedEllipse, "3d-ellipse"),
2186 (ThreedPtBox, "3d-pt-box"),
2187 (ThreedRectCornerToCorner, "3d-rect-corner-to-corner"),
2188 (ThreedRectFromCenter, "3d-rect-from-center"),
2189 (ThreedRectThreePts, "3d-rect-three-pts"),
2190 (ThreedSelectEdge, "3d-select-edge"),
2191 (ThreedSelectFace, "3d-select-face"),
2192 (ThreedSelectPoint, "3d-select-point"),
2193 (ThreedSelectSolid, "3d-select-solid"),
2194 (ThreedThreePtsBox, "3d-three-pts-box"),
2195 (BridgeSurface, "bridge-surface"),
2196 (ConstrainedSurface, "constrained-surface"),
2197 (CubeReplaceFace, "cube-replace-face"),
2198 (CurveArray, "curve-array"),
2199 (CutSolidWithCurve, "cut-solid-with-curve"),
2200 (Cylinder, "cylinder"),
2201 (Extrude, "extrude"),
2202 (FilletThreed, "fillet-3d"),
2203 (LoftThreed, "loft-3d"),
2204 (OnePointCircle, "one-point-circle"),
2205 (OrthogonalView, "orthogonal-view"),
2206 (PatchHolesThreed, "patch-holes-3d"),
2207 (PerspectiveView, "perspective-view"),
2208 (PipeThreed, "pipe-3d"),
2209 (ProjectCurveThreed, "project-curve-3d"),
2210 (SigmaFunction, "sigma-function"),
2211 (Sphere, "sphere"),
2212 (Spiral, "spiral"),
2213 (SweepThreed, "sweep-3d"),
2214 (ThreePointsCircle, "three-points-circle"),
2215 (TwoPointsCircle, "two-points-circle"),
2216 (UnjoinThreed, "unjoin-3d"),
2217 (XrayView, "xray-view"),
2218]);
2219make_icon_category!(shapes, 16, "Shapes", [
2220 (AddHexagon, "add-hexagon"),
2221 (Circle, "circle"),
2222 (Flare, "flare"),
2223 (Heptagon, "heptagon"),
2224 (HexagonAlt, "hexagon-alt"),
2225 (Hexagon, "hexagon"),
2226 (MinusHexagon, "minus-hexagon"),
2227 (Octagon, "octagon"),
2228 (Pentagon, "pentagon"),
2229 (Rhombus, "rhombus"),
2230 (Square, "square"),
2231 (Triangle, "triangle"),
2232]);
2233make_icon_category!(other, 16, "Other", [
2234 (Activity, "activity"),
2235 (AddSelection, "add-selection"),
2236 (Alarm, "alarm"),
2237 (BatteryIndicator, "battery-indicator"),
2238 (Clock, "clock"),
2239 (Compress, "compress"),
2240 (Copyright, "copyright"),
2241 (DashFlag, "dash-flag"),
2242 (DeCompress, "de-compress"),
2243 (Dialpad, "dialpad"),
2244 (DivideSelectionOne, "divide-selection-1"),
2245 (DivideSelectionTwo, "divide-selection-2"),
2246 (FileNotFound, "file-not-found"),
2247 (Gas, "gas"),
2248 (Gift, "gift"),
2249 (HalfMoon, "half-moon"),
2250 (Import, "import"),
2251 (Language, "language"),
2252 (Lifebelt, "lifebelt"),
2253 (Link, "link"),
2254 (Maximize, "maximize"),
2255 (NoLink, "no-link"),
2256 (Notes, "notes"),
2257 (PageFlip, "page-flip"),
2258 (QrCode, "qr-code"),
2259 (RemoveLink, "remove-link"),
2260 (RemoveSelection, "remove-selection"),
2261 (ScanQrCode, "scan-qr-code"),
2262 (Selection, "selection"),
2263 (Soap, "soap"),
2264 (Spark, "spark"),
2265 (Sparks, "sparks"),
2266 (TimerOff, "timer-off"),
2267 (Timer, "timer"),
2268 (Trademark, "trademark"),
2269 (Translate, "translate"),
2270 (TriangleFlagCircle, "triangle-flag-circle"),
2271 (TriangleFlagTwoStripes, "triangle-flag-two-stripes"),
2272 (TriangleFlag, "triangle-flag"),
2273 (WhiteFlag, "white-flag"),
2274]);
2275make_icon_category!(business, 16, "Business", [
2276 (Agile, "agile"),
2277 (HighPriority, "high-priority"),
2278 (MediumPriority, "medium-priority"),
2279 (Okrs, "okrs"),
2280 (Presentation, "presentation"),
2281 (PriorityDown, "priority-down"),
2282 (PriorityUp, "priority-up"),
2283 (Strategy, "strategy"),
2284]);
2285make_icon_category!(animations, 16, "Animations", [
2286 (AddKeyframeAlt, "add-keyframe-alt"),
2287 (AddKeyframe, "add-keyframe"),
2288 (AddKeyframes, "add-keyframes"),
2289 (BounceLeft, "bounce-left"),
2290 (BounceRight, "bounce-right"),
2291 (EaseCurveControlPoints, "ease-curve-control-points"),
2292 (EaseInControlPoint, "ease-in-control-point"),
2293 (EaseInOut, "ease-in-out"),
2294 (EaseIn, "ease-in"),
2295 (EaseOutControlPoint, "ease-out-control-point"),
2296 (EaseOut, "ease-out"),
2297 (KeyframeAlignCenter, "keyframe-align-center"),
2298 (KeyframeAlignHorizontal, "keyframe-align-horizontal"),
2299 (KeyframeAlignVertical, "keyframe-align-vertical"),
2300 (KeyframePosition, "keyframe-position"),
2301 (Keyframe, "keyframe"),
2302 (KeyframesCouple, "keyframes-couple"),
2303 (Keyframes, "keyframes"),
2304 (Linear, "linear"),
2305 (MoveDown, "move-down"),
2306 (MoveLeft, "move-left"),
2307 (MoveRight, "move-right"),
2308 (MoveUp, "move-up"),
2309 (RemoveKeyframeAlt, "remove-keyframe-alt"),
2310 (RemoveKeyframe, "remove-keyframe"),
2311 (RemoveKeyframes, "remove-keyframes"),
2312 (TransitionDown, "transition-down"),
2313 (TransitionLeft, "transition-left"),
2314 (TransitionRight, "transition-right"),
2315 (TransitionUp, "transition-up"),
2316]);
2317make_icon_category!(actions, 16, "Actions", [
2318 (AddCircle, "add-circle"),
2319 (AddSquare, "add-square"),
2320 (Cancel, "cancel"),
2321 (CheckCircle, "check-circle"),
2322 (Check, "check"),
2323 (ClipboardCheck, "clipboard-check"),
2324 (DeleteCircle, "delete-circle"),
2325 (DoubleCheck, "double-check"),
2326 (DownloadCircle, "download-circle"),
2327 (DownloadSquare, "download-square"),
2328 (Download, "download"),
2329 (Erase, "erase"),
2330 (EyeAlt, "eye-alt"),
2331 (EyeClose, "eye-close"),
2332 (EyeEmpty, "eye-empty"),
2333 (EyeOff, "eye-off"),
2334 (HelpCircle, "help-circle"),
2335 (HelpSquare, "help-square"),
2336 (InfoEmpty, "info-empty"),
2337 (LineSpace, "line-space"),
2338 (LoadActionFloppy, "load-action-floppy"),
2339 (MenuScale, "menu-scale"),
2340 (Menu, "menu"),
2341 (MinusCircle, "minus-circle"),
2342 (MinusSquare, "minus-square"),
2343 (Minus, "minus"),
2344 (OpenInBrowser, "open-in-browser"),
2345 (OpenInWindow, "open-in-window"),
2346 (OpenNewWindow, "open-new-window"),
2347 (PasteClipboard, "paste-clipboard"),
2348 (Plus, "plus"),
2349 (Prohibition, "prohibition"),
2350 (QuestionMark, "question-mark"),
2351 (RedoAction, "redo-action"),
2352 (RedoCircle, "redo-circle"),
2353 (Redo, "redo"),
2354 (RefreshCircular, "refresh-circular"),
2355 (RefreshDouble, "refresh-double"),
2356 (Refresh, "refresh"),
2357 (RemoveSquare, "remove-square"),
2358 (Restart, "restart"),
2359 (SaveActionFloppy, "save-action-floppy"),
2360 (ShareAndroid, "share-android"),
2361 (ShareIos, "share-ios"),
2362 (Trash, "trash"),
2363 (UndoAction, "undo-action"),
2364 (UndoCircle, "undo-circle"),
2365 (Undo, "undo"),
2366 (UploadSquare, "upload-square"),
2367 (Upload, "upload"),
2368 (WarningCircle, "warning-circle"),
2369 (WarningSquare, "warning-square"),
2370 (WarningTriangle, "warning-triangle"),
2371 (WrapText, "wrap-text"),
2372]);
2373make_icon_category!(science, 16, "Science", [
2374 (Atom, "atom"),
2375 (BrainElectricity, "brain-electricity"),
2376 (BrainResearch, "brain-research"),
2377 (BrainWarning, "brain-warning"),
2378 (Brain, "brain"),
2379 (Carbon, "carbon"),
2380 (Cooling, "cooling"),
2381 (Depth, "depth"),
2382 (Diameter, "diameter"),
2383 (Dna, "dna"),
2384 (Flask, "flask"),
2385 (Fluorine, "fluorine"),
2386 (GraduationCap, "graduation-cap"),
2387 (Heating, "heating"),
2388 (Hydrogen, "hydrogen"),
2389 (Inclination, "inclination"),
2390 (Infinite, "infinite"),
2391 (MagnetEnergy, "magnet-energy"),
2392 (Magnet, "magnet"),
2393 (Microscope, "microscope"),
2394 (MoonSat, "moon-sat"),
2395 (Nitrogen, "nitrogen"),
2396 (Oxygen, "oxygen"),
2397 (PlanetAlt, "planet-alt"),
2398 (PlanetSat, "planet-sat"),
2399 (Planet, "planet"),
2400 (Radiation, "radiation"),
2401 (Radius, "radius"),
2402 (Rocket, "rocket"),
2403 (RoundFlask, "round-flask"),
2404 (RubikCube, "rubik-cube"),
2405 (SineWave, "sine-wave"),
2406 (SquareWave, "square-wave"),
2407 (TestTube, "test-tube"),
2408 (Vials, "vials"),
2409 (XCoordinate, "x-coordinate"),
2410 (YCoordinate, "y-coordinate"),
2411 (ZCoordinate, "z-coordinate"),
2412]);
2413make_icon_category!(cloud, 16, "Cloud", [
2414 (CloudBookAlt, "cloud-book-alt"),
2415 (CloudCheck, "cloud-check"),
2416 (CloudDesync, "cloud-desync"),
2417 (CloudDownload, "cloud-download"),
2418 (CloudError, "cloud-error"),
2419 (CloudSync, "cloud-sync"),
2420 (CloudUpload, "cloud-upload"),
2421 (GoogleDriveCheck, "google-drive-check"),
2422 (GoogleDriveSync, "google-drive-sync"),
2423 (GoogleDriveWarning, "google-drive-warning"),
2424 (GoogleDrive, "google-drive"),
2425 (GoogleOne, "google-one"),
2426 (SettingsCloud, "settings-cloud"),
2427]);
2428make_icon_category!(health, 16, "Health", [
2429 (Donate, "donate"),
2430 (Female, "female"),
2431 (HealthShield, "health-shield"),
2432 (Healthcare, "healthcare"),
2433 (Heart, "heart"),
2434 (HomeHospital, "home-hospital"),
2435 (HospitalSign, "hospital-sign"),
2436 (Male, "male"),
2437 (NonBinary, "non-binary"),
2438 (PharmacyCrossCircle, "pharmacy-cross-circle"),
2439 (PharmacyCrossSquare, "pharmacy-cross-square"),
2440 (Stroller, "stroller"),
2441 (WeightAlt, "weight-alt"),
2442 (Weight, "weight"),
2443]);
2444make_icon_category!(identity, 16, "Identity", [
2445 (FaceId, "face-id"),
2446 (FingerprintCheckCircle, "fingerprint-check-circle"),
2447 (FingerprintCircle, "fingerprint-circle"),
2448 (FingerprintErrorCircle, "fingerprint-error-circle"),
2449 (FingerprintLockCircle, "fingerprint-lock-circle"),
2450 (FingerprintPhone, "fingerprint-phone"),
2451 (FingerprintScan, "fingerprint-scan"),
2452 (FingerprintSquare, "fingerprint-square"),
2453 (Fingerprint, "fingerprint"),
2454 (IrisScan, "iris-scan"),
2455 (Scanning, "scanning"),
2456 (UserScan, "user-scan"),
2457 (VoiceCircle, "voice-circle"),
2458 (VoiceError, "voice-error"),
2459 (VoiceLockCircle, "voice-lock-circle"),
2460 (VoiceOk, "voice-ok"),
2461 (VoicePhone, "voice-phone"),
2462 (VoiceScan, "voice-scan"),
2463 (VoiceSquare, "voice-square"),
2464 (Voice, "voice"),
2465]);
2466make_icon_category!(shopping, 16, "Shopping", [
2467 (AddToCart, "add-to-cart"),
2468 (ArrowsUpFromLine, "arrows-up-from-line"),
2469 (Barcode, "barcode"),
2470 (CartAlt, "cart-alt"),
2471 (Cart, "cart"),
2472 (ClockRotateRight, "clock-rotate-right"),
2473 (Consumable, "consumable"),
2474 (GlassFragile, "glass-fragile"),
2475 (RemoveFromCart, "remove-from-cart"),
2476 (ScanBarcode, "scan-barcode"),
2477 (ShoppingBagAdd, "shopping-bag-add"),
2478 (ShoppingBagAlt, "shopping-bag-alt"),
2479 (ShoppingBagArrowDown, "shopping-bag-arrow-down"),
2480 (ShoppingBagArrowUp, "shopping-bag-arrow-up"),
2481 (ShoppingBagCheck, "shopping-bag-check"),
2482 (ShoppingBagIssue, "shopping-bag-issue"),
2483 (ShoppingBagRemove, "shopping-bag-remove"),
2484 (ShoppingBag, "shopping-bag"),
2485 (ShoppingCodeCheck, "shopping-code-check"),
2486 (ShoppingCodeError, "shopping-code-error"),
2487 (ShoppingCode, "shopping-code"),
2488 (SimpleCart, "simple-cart"),
2489 (UserBag, "user-bag"),
2490 (UserCart, "user-cart"),
2491]);
2492make_icon_category!(tools, 16, "Tools", [
2493 (AngleTool, "angle-tool"),
2494 (Hammer, "hammer"),
2495 (Tools, "tools"),
2496 (Wrench, "wrench"),
2497]);
2498make_icon_category!(clothing, 16, "Clothing", [
2499 (Bag, "bag"),
2500 (BeachBagBig, "beach-bag-big"),
2501 (BeachBag, "beach-bag"),
2502 (Glasses, "glasses"),
2503 (Handbag, "handbag"),
2504 (Hat, "hat"),
2505 (HerSlips, "her-slips"),
2506 (LargeSuitcase, "large-suitcase"),
2507 (PantsAlt, "pants-alt"),
2508 (Pants, "pants"),
2509 (Sandals, "sandals"),
2510 (Scarf, "scarf"),
2511 (ShortPantsAlt, "short-pants-alt"),
2512 (ShortPants, "short-pants"),
2513 (TShirt, "t-shirt"),
2514 (UmbrellaFull, "umbrella-full"),
2515 (WomenTShirt, "women-t-shirt"),
2516]);
2517make_icon_category!(no_category, 16, "NoCategory", [
2518 (ChatBubbleCheckOne, "chat-bubble-check-1"),
2519 (DbStar, "db-star"),
2520 (Fishing, "fishing"),
2521 (LongArrowRightUpOne, "long-arrow-right-up-1"),
2522 (MinusOne, "minus-1"),
2523]);
2524make_icon_category!(gaming, 16, "Gaming", [
2525 (Arcade, "arcade"),
2526 (ArcheryMatch, "archery-match"),
2527 (AugmentedReality, "augmented-reality"),
2528 (Bishop, "bishop"),
2529 (BrightCrown, "bright-crown"),
2530 (BrightStar, "bright-star"),
2531 (CrownCircle, "crown-circle"),
2532 (Crown, "crown"),
2533 (DiceFive, "dice-five"),
2534 (DiceFour, "dice-four"),
2535 (DiceOne, "dice-one"),
2536 (DiceSix, "dice-six"),
2537 (DiceThree, "dice-three"),
2538 (DiceTwo, "dice-two"),
2539 (Gamepad, "gamepad"),
2540 (HexagonDice, "hexagon-dice"),
2541 (NintendoSwitch, "nintendo-switch"),
2542 (Pacman, "pacman"),
2543 (PlaystationGamepad, "playstation-gamepad"),
2544 (Pokeball, "pokeball"),
2545 (Potion, "potion"),
2546 (Rook, "rook"),
2547 (Spades, "spades"),
2548 (Tournament, "tournament"),
2549 (XboxA, "xbox-a"),
2550 (XboxB, "xbox-b"),
2551 (XboxX, "xbox-x"),
2552 (XboxY, "xbox-y"),
2553]);
2554make_icon_category!(weather, 16, "Weather", [
2555 (CloudSunny, "cloud-sunny"),
2556 (Cloud, "cloud"),
2557 (DewPoint, "dew-point"),
2558 (Fog, "fog"),
2559 (HeavyRain, "heavy-rain"),
2560 (Rain, "rain"),
2561 (SnowFlake, "snow-flake"),
2562 (Snow, "snow"),
2563 (SunLight, "sun-light"),
2564 (TemperatureDown, "temperature-down"),
2565 (TemperatureHigh, "temperature-high"),
2566 (TemperatureLow, "temperature-low"),
2567 (TemperatureUp, "temperature-up"),
2568 (Thunderstorm, "thunderstorm"),
2569 (Wind, "wind"),
2570]);
2571make_icon_category!(security, 16, "Security", [
2572 (HistoricShieldAlt, "historic-shield-alt"),
2573 (HistoricShield, "historic-shield"),
2574 (IpAddress, "ip-address"),
2575 (KeyAltBack, "key-alt-back"),
2576 (KeyAltMinus, "key-alt-minus"),
2577 (KeyAltPlus, "key-alt-plus"),
2578 (KeyAltRemove, "key-alt-remove"),
2579 (KeyAlt, "key-alt"),
2580 (Lock, "lock"),
2581 (NoLock, "no-lock"),
2582 (OpenVpn, "open-vpn"),
2583 (PasswordCursor, "password-cursor"),
2584 (PasswordError, "password-error"),
2585 (PasswordPass, "password-pass"),
2586 (PcCheck, "pc-check"),
2587 (PcFirewall, "pc-firewall"),
2588 (PcNoEntry, "pc-no-entry"),
2589 (PcWarning, "pc-warning"),
2590 (SecurityPass, "security-pass"),
2591 (ShieldAdd, "shield-add"),
2592 (ShieldAlert, "shield-alert"),
2593 (ShieldAlt, "shield-alt"),
2594 (ShieldBroken, "shield-broken"),
2595 (ShieldCheck, "shield-check"),
2596 (ShieldCross, "shield-cross"),
2597 (ShieldDownload, "shield-download"),
2598 (ShieldEye, "shield-eye"),
2599 (ShieldLoading, "shield-loading"),
2600 (ShieldMinus, "shield-minus"),
2601 (ShieldQuestion, "shield-question"),
2602 (ShieldSearch, "shield-search"),
2603 (ShieldUpload, "shield-upload"),
2604 (Shield, "shield"),
2605 (TowerCheck, "tower-check"),
2606 (TowerNoAccess, "tower-no-access"),
2607 (TowerWarning, "tower-warning"),
2608 (Tower, "tower"),
2609]);
2610make_icon_category!(git, 16, "Git", [
2611 (Bitbucket, "bitbucket"),
2612 (GitBranch, "git-branch"),
2613 (GitCherryPickCommit, "git-cherry-pick-commit"),
2614 (GitCommand, "git-command"),
2615 (GitCommit, "git-commit"),
2616 (GitCompare, "git-compare"),
2617 (GitFork, "git-fork"),
2618 (GitMerge, "git-merge"),
2619 (GitPullRequestClosed, "git-pull-request-closed"),
2620 (GitPullRequest, "git-pull-request"),
2621 (GithubCircle, "github-circle"),
2622 (Github, "github"),
2623 (GitlabFull, "gitlab-full"),
2624 (Repository, "repository"),
2625]);
2626make_icon_category!(connectivity, 16, "Connectivity", [
2627 (Airplay, "airplay"),
2628 (AntennaOff, "antenna-off"),
2629 (AntennaSignalTag, "antenna-signal-tag"),
2630 (AntennaSignal, "antenna-signal"),
2631 (Antenna, "antenna"),
2632 (BluetoothTag, "bluetooth-tag"),
2633 (Bluetooth, "bluetooth"),
2634 (CableTag, "cable-tag"),
2635 (DataTransferBoth, "data-transfer-both"),
2636 (DataTransferCheck, "data-transfer-check"),
2637 (DataTransferDown, "data-transfer-down"),
2638 (DataTransferUp, "data-transfer-up"),
2639 (DataTransferWarning, "data-transfer-warning"),
2640 (NetworkAlt, "network-alt"),
2641 (NetworkLeft, "network-left"),
2642 (NetworkRight, "network-right"),
2643 (Network, "network"),
2644 (PlugTypeA, "plug-type-a"),
2645 (PlugTypeC, "plug-type-c"),
2646 (PlugTypeG, "plug-type-g"),
2647 (PlugTypeL, "plug-type-l"),
2648 (PrivateWifi, "private-wifi"),
2649 (ServerConnection, "server-connection"),
2650 (Server, "server"),
2651 (Usb, "usb"),
2652 (WifiError, "wifi-error"),
2653 (WifiIssue, "wifi-issue"),
2654 (WifiOff, "wifi-off"),
2655 (WifiSignalNone, "wifi-signal-none"),
2656 (WifiTag, "wifi-tag"),
2657 (Wifi, "wifi"),
2658]);
2659make_icon_category!(database, 16, "Database", [
2660 (AddDatabaseScript, "add-database-script"),
2661 (DatabaseBackup, "database-backup"),
2662 (DatabaseExport, "database-export"),
2663 (DatabaseMonitor, "database-monitor"),
2664 (DatabaseRestore, "database-restore"),
2665 (DatabaseScript, "database-script"),
2666 (DatabaseSettings, "database-settings"),
2667 (DatabaseStar, "database-star"),
2668 (DatabaseStats, "database-stats"),
2669 (DatabaseTag, "database-tag"),
2670 (DbCheck, "db-check"),
2671 (DbError, "db-error"),
2672 (DbSearch, "db-search"),
2673 (DbWarning, "db-warning"),
2674 (Db, "db"),
2675 (RemoveDatabaseScript, "remove-database-script"),
2676]);
2677make_icon_category!(design_tools, 16, "Design Tools", [
2678 (AddFrame, "add-frame"),
2679 (AddLens, "add-lens"),
2680 (AdobeAfterEffects, "adobe-after-effects"),
2681 (AdobeIllustrator, "adobe-illustrator"),
2682 (AdobeIndesign, "adobe-indesign"),
2683 (AdobeLightroom, "adobe-lightroom"),
2684 (AdobePhotoshop, "adobe-photoshop"),
2685 (AdobeXd, "adobe-xd"),
2686 (AlignBottomBox, "align-bottom-box"),
2687 (AlignLeftBox, "align-left-box"),
2688 (AlignRightBox, "align-right-box"),
2689 (AlignTopBox, "align-top-box"),
2690 (Axes, "axes"),
2691 (BorderBl, "border-bl"),
2692 (BorderBottom, "border-bottom"),
2693 (BorderBr, "border-br"),
2694 (BorderInner, "border-inner"),
2695 (BorderLeft, "border-left"),
2696 (BorderOut, "border-out"),
2697 (BorderRight, "border-right"),
2698 (BorderTl, "border-tl"),
2699 (BorderTop, "border-top"),
2700 (BorderTr, "border-tr"),
2701 (CenterAlign, "center-align"),
2702 (CollageFrame, "collage-frame"),
2703 (ColorFilter, "color-filter"),
2704 (ColorPickerEmpty, "color-picker-empty"),
2705 (ColorPicker, "color-picker"),
2706 (ColorWheel, "color-wheel"),
2707 (Combine, "combine"),
2708 (CompAlignBottom, "comp-align-bottom"),
2709 (CompAlignLeft, "comp-align-left"),
2710 (CompAlignRight, "comp-align-right"),
2711 (CompAlignTop, "comp-align-top"),
2712 (Component, "component"),
2713 (Copy, "copy"),
2714 (CropRotateBl, "crop-rotate-bl"),
2715 (CropRotateBr, "crop-rotate-br"),
2716 (CropRotateTl, "crop-rotate-tl"),
2717 (CropRotateTr, "crop-rotate-tr"),
2718 (Crop, "crop"),
2719 (CutAlt, "cut-alt"),
2720 (Cut, "cut"),
2721 (DesignNib, "design-nib"),
2722 (DesignPencil, "design-pencil"),
2723 (DropletHalf, "droplet-half"),
2724 (Droplet, "droplet"),
2725 (Exclude, "exclude"),
2726 (Figma, "figma"),
2727 (FillColor, "fill-color"),
2728 (FlipReverse, "flip-reverse"),
2729 (Flip, "flip"),
2730 (FrameAltEmpty, "frame-alt-empty"),
2731 (FrameAlt, "frame-alt"),
2732 (FrameSelect, "frame-select"),
2733 (FrameSimple, "frame-simple"),
2734 (FrameTool, "frame-tool"),
2735 (Frame, "frame"),
2736 (HorizDistributionLeft, "horiz-distribution-left"),
2737 (HorizDistributionRight, "horiz-distribution-right"),
2738 (IntersectAlt, "intersect-alt"),
2739 (Intersect, "intersect"),
2740 (Lens, "lens"),
2741 (MagicWand, "magic-wand"),
2742 (MaskSquare, "mask-square"),
2743 (MoveRuler, "move-ruler"),
2744 (PositionAlign, "position-align"),
2745 (PrecisionTool, "precision-tool"),
2746 (RemoveFrame, "remove-frame"),
2747 (RulerAdd, "ruler-add"),
2748 (RulerCombine, "ruler-combine"),
2749 (RulerRemove, "ruler-remove"),
2750 (Ruler, "ruler"),
2751 (ScaleFrameEnlarge, "scale-frame-enlarge"),
2752 (ScaleFrameReduce, "scale-frame-reduce"),
2753 (SelectiveTool, "selective-tool"),
2754 (StyleBorder, "style-border"),
2755 (Substract, "substract"),
2756 (UnionAlt, "union-alt"),
2757 (UnionHorizAlt, "union-horiz-alt"),
2758 (Union, "union"),
2759]);
2760make_icon_category!(emojis, 16, "Emojis", [
2761 (EmojiBall, "emoji-ball"),
2762 (EmojiBlinkLeft, "emoji-blink-left"),
2763 (EmojiBlinkRight, "emoji-blink-right"),
2764 (EmojiLookDown, "emoji-look-down"),
2765 (EmojiLookLeft, "emoji-look-left"),
2766 (EmojiLookRight, "emoji-look-right"),
2767 (EmojiLookUp, "emoji-look-up"),
2768 (EmojiPuzzled, "emoji-puzzled"),
2769 (EmojiQuite, "emoji-quite"),
2770 (EmojiReally, "emoji-really"),
2771 (EmojiSad, "emoji-sad"),
2772 (EmojiSatisfied, "emoji-satisfied"),
2773 (EmojiSingLeftNote, "emoji-sing-left-note"),
2774 (EmojiSingLeft, "emoji-sing-left"),
2775 (EmojiSingRightNote, "emoji-sing-right-note"),
2776 (EmojiSingRight, "emoji-sing-right"),
2777 (EmojiSurpriseAlt, "emoji-surprise-alt"),
2778 (EmojiSurprise, "emoji-surprise"),
2779 (EmojiTalkingAngry, "emoji-talking-angry"),
2780 (EmojiTalkingHappy, "emoji-talking-happy"),
2781 (EmojiThinkLeft, "emoji-think-left"),
2782 (EmojiThinkRight, "emoji-think-right"),
2783 (Emoji, "emoji"),
2784]);
2785make_icon_category!(system, 16, "System", [
2786 (AccessibilitySign, "accessibility-sign"),
2787 (AccessibilityTech, "accessibility-tech"),
2788 (Accessibility, "accessibility"),
2789 (AppWindow, "app-window"),
2790 (AppleMac, "apple-mac"),
2791 (AppleShortcuts, "apple-shortcuts"),
2792 (BatteryTwoFive, "battery-25"),
2793 (BatteryFiveZero, "battery-50"),
2794 (BatterySevenFive, "battery-75"),
2795 (BatteryCharging, "battery-charging"),
2796 (BatteryEmpty, "battery-empty"),
2797 (BatteryFull, "battery-full"),
2798 (BatteryWarning, "battery-warning"),
2799 (BinAdd, "bin-add"),
2800 (BinFull, "bin-full"),
2801 (BinHalf, "bin-half"),
2802 (BinMinus, "bin-minus"),
2803 (Bin, "bin"),
2804 (BrightnessWindow, "brightness-window"),
2805 (Brightness, "brightness"),
2806 (Calculator, "calculator"),
2807 (CalendarMinus, "calendar-minus"),
2808 (CalendarPlus, "calendar-plus"),
2809 (Calendar, "calendar"),
2810 (CheckWindow, "check-window"),
2811 (ControlSlider, "control-slider"),
2812 (Cookie, "cookie"),
2813 (CpuWarning, "cpu-warning"),
2814 (Cpu, "cpu"),
2815 (CursorPointer, "cursor-pointer"),
2816 (DashboardDots, "dashboard-dots"),
2817 (DashboardSpeed, "dashboard-speed"),
2818 (Dashboard, "dashboard"),
2819 (DownloadDataWindow, "download-data-window"),
2820 (Eject, "eject"),
2821 (EnergyUsageWindow, "energy-usage-window"),
2822 (ErrorWindow, "error-window"),
2823 (FavouriteWindow, "favourite-window"),
2824 (Finder, "finder"),
2825 (FingerprintWindow, "fingerprint-window"),
2826 (HalfCookie, "half-cookie"),
2827 (HeartArrowDown, "heart-arrow-down"),
2828 (InputField, "input-field"),
2829 (InputOutput, "input-output"),
2830 (IosSettings, "ios-settings"),
2831 (KeyCommand, "key-command"),
2832 (Linux, "linux"),
2833 (LockKey, "lock-key"),
2834 (LockedWindow, "locked-window"),
2835 (LogDenied, "log-denied"),
2836 (LogIn, "log-in"),
2837 (LogOut, "log-out"),
2838 (MacControlKey, "mac-control-key"),
2839 (MacDock, "mac-dock"),
2840 (MacOptionKey, "mac-option-key"),
2841 (MacOsWindow, "mac-os-window"),
2842 (MouseButtonLeft, "mouse-button-left"),
2843 (MouseButtonRight, "mouse-button-right"),
2844 (MouseScrollWheel, "mouse-scroll-wheel"),
2845 (MultiMacOsWindow, "multi-mac-os-window"),
2846 (MultiWindow, "multi-window"),
2847 (NewTab, "new-tab"),
2848 (NoAccessWindow, "no-access-window"),
2849 (NoBattery, "no-battery"),
2850 (OffTag, "off-tag"),
2851 (OnTag, "on-tag"),
2852 (PauseWindow, "pause-window"),
2853 (PcMouse, "pc-mouse"),
2854 (ReloadWindow, "reload-window"),
2855 (Safari, "safari"),
2856 (SearchEngine, "search-engine"),
2857 (SearchWindow, "search-window"),
2858 (SecureWindow, "secure-window"),
2859 (SelectWindow, "select-window"),
2860 (SettingsProfiles, "settings-profiles"),
2861 (Settings, "settings"),
2862 (SquareCursor, "square-cursor"),
2863 (SwitchOff, "switch-off"),
2864 (SwitchOn, "switch-on"),
2865 (SystemRestart, "system-restart"),
2866 (SystemShut, "system-shut"),
2867 (TerminalTag, "terminal-tag"),
2868 (Terminal, "terminal"),
2869 (Type, "type"),
2870 (UploadDataWindow, "upload-data-window"),
2871 (WarningWindow, "warning-window"),
2872 (WebWindowClose, "web-window-close"),
2873 (WebWindowEnergyConsumption, "web-window-energy-consumption"),
2874 (WebWindow, "web-window"),
2875 (Windows, "windows"),
2876]);
2877make_icon_category!(audio, 16, "Audio", [
2878 (MicAdd, "mic-add"),
2879 (MicCheck, "mic-check"),
2880 (MicMute, "mic-mute"),
2881 (MicRemove, "mic-remove"),
2882 (MicSpeaking, "mic-speaking"),
2883 (MicWarning, "mic-warning"),
2884 (Mic, "mic"),
2885 (SoundHigh, "sound-high"),
2886 (SoundLow, "sound-low"),
2887 (SoundMin, "sound-min"),
2888 (SoundOff, "sound-off"),
2889]);
2890make_icon_category!(gestures, 16, "Gestures", [
2891 (DragHandGesture, "drag-hand-gesture"),
2892 (OneFingerSelectHandGesture, "one-finger-select-hand-gesture"),
2893 (OpenSelectHandGesture, "open-select-hand-gesture"),
2894 (PeaceHand, "peace-hand"),
2895 (ReminderHandGesture, "reminder-hand-gesture"),
2896 (SingleTapGesture, "single-tap-gesture"),
2897 (SpockHandGesture, "spock-hand-gesture"),
2898 (SwipeDownGesture, "swipe-down-gesture"),
2899 (SwipeLeftGesture, "swipe-left-gesture"),
2900 (SwipeRightGesture, "swipe-right-gesture"),
2901 (SwipeTwoFingersDownGesture, "swipe-two-fingers-down-gesture"),
2902 (SwipeTwoFingersLeftGesture, "swipe-two-fingers-left-gesture"),
2903 (SwipeTwoFingersRightGesture, "swipe-two-fingers-right-gesture"),
2904 (SwipeTwoFingersUpGesture, "swipe-two-fingers-up-gesture"),
2905 (SwipeUpGesture, "swipe-up-gesture"),
2906]);
2907}
2909
2910#[cfg(feature = "18px")]
2911pub mod size18px {
2912use super::*;
2913
2914make_icon_category!(weather, 18, "Weather", [
2915 (CloudSunny, "cloud-sunny"),
2916 (Cloud, "cloud"),
2917 (DewPoint, "dew-point"),
2918 (Fog, "fog"),
2919 (HeavyRain, "heavy-rain"),
2920 (Rain, "rain"),
2921 (SnowFlake, "snow-flake"),
2922 (Snow, "snow"),
2923 (SunLight, "sun-light"),
2924 (TemperatureDown, "temperature-down"),
2925 (TemperatureHigh, "temperature-high"),
2926 (TemperatureLow, "temperature-low"),
2927 (TemperatureUp, "temperature-up"),
2928 (Thunderstorm, "thunderstorm"),
2929 (Wind, "wind"),
2930]);
2931make_icon_category!(maps, 18, "Maps", [
2932 (ThreeSixZeroView, "360-view"),
2933 (AddPinAlt, "add-pin-alt"),
2934 (Gps, "gps"),
2935 (MapIssue, "map-issue"),
2936 (Map, "map"),
2937 (MapsArrowDiagonal, "maps-arrow-diagonal"),
2938 (MapsArrowIssue, "maps-arrow-issue"),
2939 (MapsArrow, "maps-arrow"),
2940 (MapsGoStraight, "maps-go-straight"),
2941 (MapsTurnBack, "maps-turn-back"),
2942 (MapsTurnLeft, "maps-turn-left"),
2943 (MapsTurnRight, "maps-turn-right"),
2944 (MinusPinAlt, "minus-pin-alt"),
2945 (NavigatorAlt, "navigator-alt"),
2946 (Navigator, "navigator"),
2947 (PinAlt, "pin-alt"),
2948 (Position, "position"),
2949 (RemovePinAlt, "remove-pin-alt"),
2950 (Suggestion, "suggestion"),
2951]);
2952make_icon_category!(health, 18, "Health", [
2953 (Donate, "donate"),
2954 (Female, "female"),
2955 (HealthShield, "health-shield"),
2956 (Healthcare, "healthcare"),
2957 (Heart, "heart"),
2958 (HomeHospital, "home-hospital"),
2959 (HospitalSign, "hospital-sign"),
2960 (Male, "male"),
2961 (NonBinary, "non-binary"),
2962 (PharmacyCrossCircle, "pharmacy-cross-circle"),
2963 (PharmacyCrossSquare, "pharmacy-cross-square"),
2964 (Stroller, "stroller"),
2965 (WeightAlt, "weight-alt"),
2966 (Weight, "weight"),
2967]);
2968make_icon_category!(system, 18, "System", [
2969 (AccessibilitySign, "accessibility-sign"),
2970 (AccessibilityTech, "accessibility-tech"),
2971 (Accessibility, "accessibility"),
2972 (AppWindow, "app-window"),
2973 (AppleMac, "apple-mac"),
2974 (AppleShortcuts, "apple-shortcuts"),
2975 (BatteryTwoFive, "battery-25"),
2976 (BatteryFiveZero, "battery-50"),
2977 (BatterySevenFive, "battery-75"),
2978 (BatteryCharging, "battery-charging"),
2979 (BatteryEmpty, "battery-empty"),
2980 (BatteryFull, "battery-full"),
2981 (BatteryWarning, "battery-warning"),
2982 (BinAdd, "bin-add"),
2983 (BinFull, "bin-full"),
2984 (BinHalf, "bin-half"),
2985 (BinMinus, "bin-minus"),
2986 (Bin, "bin"),
2987 (BrightnessWindow, "brightness-window"),
2988 (Brightness, "brightness"),
2989 (Calculator, "calculator"),
2990 (CalendarMinus, "calendar-minus"),
2991 (CalendarPlus, "calendar-plus"),
2992 (Calendar, "calendar"),
2993 (CheckWindow, "check-window"),
2994 (ControlSlider, "control-slider"),
2995 (Cookie, "cookie"),
2996 (CpuWarning, "cpu-warning"),
2997 (Cpu, "cpu"),
2998 (CursorPointer, "cursor-pointer"),
2999 (DashboardDots, "dashboard-dots"),
3000 (DashboardSpeed, "dashboard-speed"),
3001 (Dashboard, "dashboard"),
3002 (DownloadDataWindow, "download-data-window"),
3003 (Eject, "eject"),
3004 (EnergyUsageWindow, "energy-usage-window"),
3005 (ErrorWindow, "error-window"),
3006 (FavouriteWindow, "favourite-window"),
3007 (Finder, "finder"),
3008 (FingerprintWindow, "fingerprint-window"),
3009 (HalfCookie, "half-cookie"),
3010 (HeartArrowDown, "heart-arrow-down"),
3011 (InputField, "input-field"),
3012 (InputOutput, "input-output"),
3013 (IosSettings, "ios-settings"),
3014 (KeyCommand, "key-command"),
3015 (Linux, "linux"),
3016 (LockKey, "lock-key"),
3017 (LockedWindow, "locked-window"),
3018 (LogDenied, "log-denied"),
3019 (LogIn, "log-in"),
3020 (LogOut, "log-out"),
3021 (MacControlKey, "mac-control-key"),
3022 (MacDock, "mac-dock"),
3023 (MacOptionKey, "mac-option-key"),
3024 (MacOsWindow, "mac-os-window"),
3025 (MouseButtonLeft, "mouse-button-left"),
3026 (MouseButtonRight, "mouse-button-right"),
3027 (MouseScrollWheel, "mouse-scroll-wheel"),
3028 (MultiMacOsWindow, "multi-mac-os-window"),
3029 (MultiWindow, "multi-window"),
3030 (NewTab, "new-tab"),
3031 (NoAccessWindow, "no-access-window"),
3032 (NoBattery, "no-battery"),
3033 (OffTag, "off-tag"),
3034 (OnTag, "on-tag"),
3035 (PauseWindow, "pause-window"),
3036 (PcMouse, "pc-mouse"),
3037 (ReloadWindow, "reload-window"),
3038 (Safari, "safari"),
3039 (SearchEngine, "search-engine"),
3040 (SearchWindow, "search-window"),
3041 (SecureWindow, "secure-window"),
3042 (SelectWindow, "select-window"),
3043 (SettingsProfiles, "settings-profiles"),
3044 (Settings, "settings"),
3045 (SquareCursor, "square-cursor"),
3046 (SwitchOff, "switch-off"),
3047 (SwitchOn, "switch-on"),
3048 (SystemRestart, "system-restart"),
3049 (SystemShut, "system-shut"),
3050 (TerminalTag, "terminal-tag"),
3051 (Terminal, "terminal"),
3052 (Type, "type"),
3053 (UploadDataWindow, "upload-data-window"),
3054 (WarningWindow, "warning-window"),
3055 (WebWindowClose, "web-window-close"),
3056 (WebWindowEnergyConsumption, "web-window-energy-consumption"),
3057 (WebWindow, "web-window"),
3058 (Windows, "windows"),
3059]);
3060make_icon_category!(tools, 18, "Tools", [
3061 (AngleTool, "angle-tool"),
3062 (Hammer, "hammer"),
3063 (Tools, "tools"),
3064 (Wrench, "wrench"),
3065]);
3066make_icon_category!(gaming, 18, "Gaming", [
3067 (Arcade, "arcade"),
3068 (ArcheryMatch, "archery-match"),
3069 (AugmentedReality, "augmented-reality"),
3070 (Bishop, "bishop"),
3071 (BrightCrown, "bright-crown"),
3072 (BrightStar, "bright-star"),
3073 (CrownCircle, "crown-circle"),
3074 (Crown, "crown"),
3075 (DiceFive, "dice-five"),
3076 (DiceFour, "dice-four"),
3077 (DiceOne, "dice-one"),
3078 (DiceSix, "dice-six"),
3079 (DiceThree, "dice-three"),
3080 (DiceTwo, "dice-two"),
3081 (Gamepad, "gamepad"),
3082 (HexagonDice, "hexagon-dice"),
3083 (NintendoSwitch, "nintendo-switch"),
3084 (Pacman, "pacman"),
3085 (PlaystationGamepad, "playstation-gamepad"),
3086 (Pokeball, "pokeball"),
3087 (Potion, "potion"),
3088 (Rook, "rook"),
3089 (Spades, "spades"),
3090 (Tournament, "tournament"),
3091 (XboxA, "xbox-a"),
3092 (XboxB, "xbox-b"),
3093 (XboxX, "xbox-x"),
3094 (XboxY, "xbox-y"),
3095]);
3096make_icon_category!(animations, 18, "Animations", [
3097 (AddKeyframeAlt, "add-keyframe-alt"),
3098 (AddKeyframe, "add-keyframe"),
3099 (AddKeyframes, "add-keyframes"),
3100 (BounceLeft, "bounce-left"),
3101 (BounceRight, "bounce-right"),
3102 (EaseCurveControlPoints, "ease-curve-control-points"),
3103 (EaseInControlPoint, "ease-in-control-point"),
3104 (EaseInOut, "ease-in-out"),
3105 (EaseIn, "ease-in"),
3106 (EaseOutControlPoint, "ease-out-control-point"),
3107 (EaseOut, "ease-out"),
3108 (KeyframeAlignCenter, "keyframe-align-center"),
3109 (KeyframeAlignHorizontal, "keyframe-align-horizontal"),
3110 (KeyframeAlignVertical, "keyframe-align-vertical"),
3111 (KeyframePosition, "keyframe-position"),
3112 (Keyframe, "keyframe"),
3113 (KeyframesCouple, "keyframes-couple"),
3114 (Keyframes, "keyframes"),
3115 (Linear, "linear"),
3116 (MoveDown, "move-down"),
3117 (MoveLeft, "move-left"),
3118 (MoveRight, "move-right"),
3119 (MoveUp, "move-up"),
3120 (RemoveKeyframeAlt, "remove-keyframe-alt"),
3121 (RemoveKeyframe, "remove-keyframe"),
3122 (RemoveKeyframes, "remove-keyframes"),
3123 (TransitionDown, "transition-down"),
3124 (TransitionLeft, "transition-left"),
3125 (TransitionRight, "transition-right"),
3126 (TransitionUp, "transition-up"),
3127]);
3128make_icon_category!(food, 18, "Food", [
3129 (AppleHalfAlt, "apple-half-alt"),
3130 (AppleHalf, "apple-half"),
3131 (Apple, "apple"),
3132 (Bbq, "bbq"),
3133 (BreadSlice, "bread-slice"),
3134 (Chocolate, "chocolate"),
3135 (Clutery, "clutery"),
3136 (CoffeeCup, "coffee-cup"),
3137 (CrackedEgg, "cracked-egg"),
3138 (Egg, "egg"),
3139 (GlassEmpty, "glass-empty"),
3140 (GlassHalfAlt, "glass-half-alt"),
3141 (GlassHalf, "glass-half"),
3142 (OrangeHalf, "orange-half"),
3143 (OrangeSliceAlt, "orange-slice-alt"),
3144 (OrangeSlice, "orange-slice"),
3145 (PizzaSlice, "pizza-slice"),
3146]);
3147make_icon_category!(identity, 18, "Identity", [
3148 (FaceId, "face-id"),
3149 (FingerprintCheckCircle, "fingerprint-check-circle"),
3150 (FingerprintCircle, "fingerprint-circle"),
3151 (FingerprintErrorCircle, "fingerprint-error-circle"),
3152 (FingerprintLockCircle, "fingerprint-lock-circle"),
3153 (FingerprintPhone, "fingerprint-phone"),
3154 (FingerprintScan, "fingerprint-scan"),
3155 (FingerprintSquare, "fingerprint-square"),
3156 (Fingerprint, "fingerprint"),
3157 (IrisScan, "iris-scan"),
3158 (Scanning, "scanning"),
3159 (UserScan, "user-scan"),
3160 (VoiceCircle, "voice-circle"),
3161 (VoiceError, "voice-error"),
3162 (VoiceLockCircle, "voice-lock-circle"),
3163 (VoiceOk, "voice-ok"),
3164 (VoicePhone, "voice-phone"),
3165 (VoiceScan, "voice-scan"),
3166 (VoiceSquare, "voice-square"),
3167 (Voice, "voice"),
3168]);
3169make_icon_category!(audio, 18, "Audio", [
3170 (MicAdd, "mic-add"),
3171 (MicCheck, "mic-check"),
3172 (MicMute, "mic-mute"),
3173 (MicRemove, "mic-remove"),
3174 (MicSpeaking, "mic-speaking"),
3175 (MicWarning, "mic-warning"),
3176 (Mic, "mic"),
3177 (SoundHigh, "sound-high"),
3178 (SoundLow, "sound-low"),
3179 (SoundMin, "sound-min"),
3180 (SoundOff, "sound-off"),
3181]);
3182make_icon_category!(docs, 18, "Docs", [
3183 (AddFolder, "add-folder"),
3184 (AddPageAlt, "add-page-alt"),
3185 (AddPage, "add-page"),
3186 (Archive, "archive"),
3187 (Attachment, "attachment"),
3188 (DocSearchAlt, "doc-search-alt"),
3189 (DocSearch, "doc-search"),
3190 (DocStarAlt, "doc-star-alt"),
3191 (DocStar, "doc-star"),
3192 (EmptyPage, "empty-page"),
3193 (FolderAlert, "folder-alert"),
3194 (FolderSettings, "folder-settings"),
3195 (Folder, "folder"),
3196 (GoogleDocs, "google-docs"),
3197 (JournalPage, "journal-page"),
3198 (Journal, "journal"),
3199 (MultiplePagesAdd, "multiple-pages-add"),
3200 (MultiplePagesDelete, "multiple-pages-delete"),
3201 (MultiplePagesEmpty, "multiple-pages-empty"),
3202 (MultiplePagesRemove, "multiple-pages-remove"),
3203 (MultiplePages, "multiple-pages"),
3204 (PageEdit, "page-edit"),
3205 (PageSearch, "page-search"),
3206 (PageStar, "page-star"),
3207 (Page, "page"),
3208 (PrivacyPolicy, "privacy policy"),
3209 (RemoveFolder, "remove-folder"),
3210 (RemovePageAlt, "remove-page-alt"),
3211 (RemovePage, "remove-page"),
3212 (SubmitDocument, "submit-document"),
3213]);
3214make_icon_category!(organization, 18, "Organization", [
3215 (AreaSearch, "area-search"),
3216 (Binocular, "binocular"),
3217 (BookmarkCircle, "bookmark-circle"),
3218 (BookmarkEmpty, "bookmark-empty"),
3219 (FilterAlt, "filter-alt"),
3220 (Filter, "filter"),
3221 (InputSearch, "input-search"),
3222 (Label, "label"),
3223 (Pin, "pin"),
3224 (RemovePin, "remove-pin"),
3225 (Search, "search"),
3226 (StarDashed, "star-dashed"),
3227 (StarHalfDashed, "star-half-dashed"),
3228 (Star, "star"),
3229 (ThreeStars, "three-stars"),
3230 (ZoomIn, "zoom-in"),
3231 (ZoomOut, "zoom-out"),
3232]);
3233make_icon_category!(science, 18, "Science", [
3234 (Atom, "atom"),
3235 (BrainElectricity, "brain-electricity"),
3236 (BrainResearch, "brain-research"),
3237 (BrainWarning, "brain-warning"),
3238 (Brain, "brain"),
3239 (Carbon, "carbon"),
3240 (Cooling, "cooling"),
3241 (Depth, "depth"),
3242 (Diameter, "diameter"),
3243 (Dna, "dna"),
3244 (Flask, "flask"),
3245 (Fluorine, "fluorine"),
3246 (GraduationCap, "graduation-cap"),
3247 (Heating, "heating"),
3248 (Hydrogen, "hydrogen"),
3249 (Inclination, "inclination"),
3250 (Infinite, "infinite"),
3251 (MagnetEnergy, "magnet-energy"),
3252 (Magnet, "magnet"),
3253 (Microscope, "microscope"),
3254 (MoonSat, "moon-sat"),
3255 (Nitrogen, "nitrogen"),
3256 (Oxygen, "oxygen"),
3257 (PlanetAlt, "planet-alt"),
3258 (PlanetSat, "planet-sat"),
3259 (Planet, "planet"),
3260 (Radiation, "radiation"),
3261 (Radius, "radius"),
3262 (Rocket, "rocket"),
3263 (RoundFlask, "round-flask"),
3264 (RubikCube, "rubik-cube"),
3265 (SineWave, "sine-wave"),
3266 (SquareWave, "square-wave"),
3267 (TestTube, "test-tube"),
3268 (Vials, "vials"),
3269 (XCoordinate, "x-coordinate"),
3270 (YCoordinate, "y-coordinate"),
3271 (ZCoordinate, "z-coordinate"),
3272]);
3273make_icon_category!(git, 18, "Git", [
3274 (Bitbucket, "bitbucket"),
3275 (GitBranch, "git-branch"),
3276 (GitCherryPickCommit, "git-cherry-pick-commit"),
3277 (GitCommand, "git-command"),
3278 (GitCommit, "git-commit"),
3279 (GitCompare, "git-compare"),
3280 (GitFork, "git-fork"),
3281 (GitMerge, "git-merge"),
3282 (GitPullRequestClosed, "git-pull-request-closed"),
3283 (GitPullRequest, "git-pull-request"),
3284 (GithubCircle, "github-circle"),
3285 (Github, "github"),
3286 (GitlabFull, "gitlab-full"),
3287 (Repository, "repository"),
3288]);
3289make_icon_category!(shopping, 18, "Shopping", [
3290 (AddToCart, "add-to-cart"),
3291 (ArrowsUpFromLine, "arrows-up-from-line"),
3292 (Barcode, "barcode"),
3293 (CartAlt, "cart-alt"),
3294 (Cart, "cart"),
3295 (ClockRotateRight, "clock-rotate-right"),
3296 (Consumable, "consumable"),
3297 (GlassFragile, "glass-fragile"),
3298 (RemoveFromCart, "remove-from-cart"),
3299 (ScanBarcode, "scan-barcode"),
3300 (ShoppingBagAdd, "shopping-bag-add"),
3301 (ShoppingBagAlt, "shopping-bag-alt"),
3302 (ShoppingBagArrowDown, "shopping-bag-arrow-down"),
3303 (ShoppingBagArrowUp, "shopping-bag-arrow-up"),
3304 (ShoppingBagCheck, "shopping-bag-check"),
3305 (ShoppingBagIssue, "shopping-bag-issue"),
3306 (ShoppingBagRemove, "shopping-bag-remove"),
3307 (ShoppingBag, "shopping-bag"),
3308 (ShoppingCodeCheck, "shopping-code-check"),
3309 (ShoppingCodeError, "shopping-code-error"),
3310 (ShoppingCode, "shopping-code"),
3311 (SimpleCart, "simple-cart"),
3312 (UserBag, "user-bag"),
3313 (UserCart, "user-cart"),
3314]);
3315make_icon_category!(design_tools, 18, "Design Tools", [
3316 (AddFrame, "add-frame"),
3317 (AddLens, "add-lens"),
3318 (AdobeAfterEffects, "adobe-after-effects"),
3319 (AdobeIllustrator, "adobe-illustrator"),
3320 (AdobeIndesign, "adobe-indesign"),
3321 (AdobeLightroom, "adobe-lightroom"),
3322 (AdobePhotoshop, "adobe-photoshop"),
3323 (AdobeXd, "adobe-xd"),
3324 (AlignBottomBox, "align-bottom-box"),
3325 (AlignLeftBox, "align-left-box"),
3326 (AlignRightBox, "align-right-box"),
3327 (AlignTopBox, "align-top-box"),
3328 (Axes, "axes"),
3329 (BorderBl, "border-bl"),
3330 (BorderBottom, "border-bottom"),
3331 (BorderBr, "border-br"),
3332 (BorderInner, "border-inner"),
3333 (BorderLeft, "border-left"),
3334 (BorderOut, "border-out"),
3335 (BorderRight, "border-right"),
3336 (BorderTl, "border-tl"),
3337 (BorderTop, "border-top"),
3338 (BorderTr, "border-tr"),
3339 (CenterAlign, "center-align"),
3340 (CollageFrame, "collage-frame"),
3341 (ColorFilter, "color-filter"),
3342 (ColorPickerEmpty, "color-picker-empty"),
3343 (ColorPicker, "color-picker"),
3344 (ColorWheel, "color-wheel"),
3345 (Combine, "combine"),
3346 (CompAlignBottom, "comp-align-bottom"),
3347 (CompAlignLeft, "comp-align-left"),
3348 (CompAlignRight, "comp-align-right"),
3349 (CompAlignTop, "comp-align-top"),
3350 (Component, "component"),
3351 (Copy, "copy"),
3352 (CropRotateBl, "crop-rotate-bl"),
3353 (CropRotateBr, "crop-rotate-br"),
3354 (CropRotateTl, "crop-rotate-tl"),
3355 (CropRotateTr, "crop-rotate-tr"),
3356 (Crop, "crop"),
3357 (CutAlt, "cut-alt"),
3358 (Cut, "cut"),
3359 (DesignNib, "design-nib"),
3360 (DesignPencil, "design-pencil"),
3361 (DropletHalf, "droplet-half"),
3362 (Droplet, "droplet"),
3363 (Exclude, "exclude"),
3364 (Figma, "figma"),
3365 (FillColor, "fill-color"),
3366 (FlipReverse, "flip-reverse"),
3367 (Flip, "flip"),
3368 (FrameAltEmpty, "frame-alt-empty"),
3369 (FrameAlt, "frame-alt"),
3370 (FrameSelect, "frame-select"),
3371 (FrameSimple, "frame-simple"),
3372 (FrameTool, "frame-tool"),
3373 (Frame, "frame"),
3374 (HorizDistributionLeft, "horiz-distribution-left"),
3375 (HorizDistributionRight, "horiz-distribution-right"),
3376 (IntersectAlt, "intersect-alt"),
3377 (Intersect, "intersect"),
3378 (Lens, "lens"),
3379 (MagicWand, "magic-wand"),
3380 (MaskSquare, "mask-square"),
3381 (MoveRuler, "move-ruler"),
3382 (PositionAlign, "position-align"),
3383 (PrecisionTool, "precision-tool"),
3384 (RemoveFrame, "remove-frame"),
3385 (RulerAdd, "ruler-add"),
3386 (RulerCombine, "ruler-combine"),
3387 (RulerRemove, "ruler-remove"),
3388 (Ruler, "ruler"),
3389 (ScaleFrameEnlarge, "scale-frame-enlarge"),
3390 (ScaleFrameReduce, "scale-frame-reduce"),
3391 (SelectiveTool, "selective-tool"),
3392 (StyleBorder, "style-border"),
3393 (Substract, "substract"),
3394 (UnionAlt, "union-alt"),
3395 (UnionHorizAlt, "union-horiz-alt"),
3396 (Union, "union"),
3397]);
3398make_icon_category!(music, 18, "Music", [
3399 (AlbumCarousel, "album-carousel"),
3400 (AlbumList, "album-list"),
3401 (AlbumOpen, "album-open"),
3402 (Album, "album"),
3403 (BackwardOneFiveSeconds, "backward-15-seconds"),
3404 (CompactDisc, "compact-disc"),
3405 (ForwardOneFiveSeconds, "forward-15-seconds"),
3406 (Forward, "forward"),
3407 (HeadsetCharge, "headset-charge"),
3408 (HeadsetIssue, "headset-issue"),
3409 (Headset, "headset"),
3410 (Lullaby, "lullaby"),
3411 (MusicDoubleNoteAdd, "music-double-note-add"),
3412 (MusicDoubleNote, "music-double-note"),
3413 (MusicNoteAdd, "music-note-add"),
3414 (MusicNote, "music-note"),
3415 (Pause, "pause"),
3416 (Play, "play"),
3417 (PlaylistAdd, "playlist-add"),
3418 (PlaylistPlay, "playlist-play"),
3419 (Playlist, "playlist"),
3420 (RepeatOnce, "repeat-once"),
3421 (Repeat, "repeat"),
3422 (Rewind, "rewind"),
3423 (Shuffle, "shuffle"),
3424 (SkipNext, "skip-next"),
3425 (SkipPrev, "skip-prev"),
3426 (Spotify, "spotify"),
3427]);
3428make_icon_category!(clothing, 18, "Clothing", [
3429 (Bag, "bag"),
3430 (BeachBagBig, "beach-bag-big"),
3431 (BeachBag, "beach-bag"),
3432 (Glasses, "glasses"),
3433 (Handbag, "handbag"),
3434 (Hat, "hat"),
3435 (HerSlips, "her-slips"),
3436 (LargeSuitcase, "large-suitcase"),
3437 (PantsAlt, "pants-alt"),
3438 (Pants, "pants"),
3439 (Sandals, "sandals"),
3440 (Scarf, "scarf"),
3441 (ShortPantsAlt, "short-pants-alt"),
3442 (ShortPants, "short-pants"),
3443 (TShirt, "t-shirt"),
3444 (UmbrellaFull, "umbrella-full"),
3445 (WomenTShirt, "women-t-shirt"),
3446]);
3447make_icon_category!(social, 18, "Social", [
3448 (BehanceTag, "behance-tag"),
3449 (Behance, "behance"),
3450 (Discord, "discord"),
3451 (Dribbble, "dribbble"),
3452 (FacebookTag, "facebook-tag"),
3453 (Facebook, "facebook"),
3454 (GoogleCircle, "google-circle"),
3455 (Google, "google"),
3456 (Instagram, "instagram"),
3457 (Linkedin, "linkedin"),
3458 (Medium, "medium"),
3459 (Pinterest, "pinterest"),
3460 (Pocket, "pocket"),
3461 (RssFeedTag, "rss-feed-tag"),
3462 (RssFeed, "rss-feed"),
3463 (Snapchat, "snapchat"),
3464 (Stackoverflow, "stackoverflow"),
3465 (TelegramCircle, "telegram-circle"),
3466 (Telegram, "telegram"),
3467 (ThumbsDown, "thumbs-down"),
3468 (ThumbsUp, "thumbs-up"),
3469 (Tiktok, "tiktok"),
3470 (TwitterVerifiedBadge, "twitter-verified-badge"),
3471 (Twitter, "twitter"),
3472 (VerifiedBadge, "verified-badge"),
3473 (Yelp, "yelp"),
3474 (Youtube, "youtube"),
3475]);
3476make_icon_category!(development, 18, "Development", [
3477 (AppleSwift, "apple-swift"),
3478 (Asana, "asana"),
3479 (CodeBracketsSquare, "code-brackets-square"),
3480 (CodeBrackets, "code-brackets"),
3481 (Code, "code"),
3482 (Codepen, "codepen"),
3483 (CreativeCommons, "creative-commons"),
3484 (CssThree, "css3"),
3485 (DevModeLaptop, "dev-mode-laptop"),
3486 (DevModePhone, "dev-mode-phone"),
3487 (Developer, "developer"),
3488 (ElectronicsChip, "electronics-chip"),
3489 (ElectronicsTransistor, "electronics-transistor"),
3490 (HtmlFive, "html5"),
3491 (Iconoir, "iconoir"),
3492 (KanbanBoard, "kanban-board"),
3493 (NpmSquare, "npm-square"),
3494 (Npm, "npm"),
3495 (Puzzle, "puzzle"),
3496 (Slash, "slash"),
3497 (Trello, "trello"),
3498 (UnityFive, "unity-5"),
3499 (Unity, "unity"),
3500 (VueJs, "vue-js"),
3501]);
3502make_icon_category!(emojis, 18, "Emojis", [
3503 (EmojiBall, "emoji-ball"),
3504 (EmojiBlinkLeft, "emoji-blink-left"),
3505 (EmojiBlinkRight, "emoji-blink-right"),
3506 (EmojiLookDown, "emoji-look-down"),
3507 (EmojiLookLeft, "emoji-look-left"),
3508 (EmojiLookRight, "emoji-look-right"),
3509 (EmojiLookUp, "emoji-look-up"),
3510 (EmojiPuzzled, "emoji-puzzled"),
3511 (EmojiQuite, "emoji-quite"),
3512 (EmojiReally, "emoji-really"),
3513 (EmojiSad, "emoji-sad"),
3514 (EmojiSatisfied, "emoji-satisfied"),
3515 (EmojiSingLeftNote, "emoji-sing-left-note"),
3516 (EmojiSingLeft, "emoji-sing-left"),
3517 (EmojiSingRightNote, "emoji-sing-right-note"),
3518 (EmojiSingRight, "emoji-sing-right"),
3519 (EmojiSurpriseAlt, "emoji-surprise-alt"),
3520 (EmojiSurprise, "emoji-surprise"),
3521 (EmojiTalkingAngry, "emoji-talking-angry"),
3522 (EmojiTalkingHappy, "emoji-talking-happy"),
3523 (EmojiThinkLeft, "emoji-think-left"),
3524 (EmojiThinkRight, "emoji-think-right"),
3525 (Emoji, "emoji"),
3526]);
3527make_icon_category!(database, 18, "Database", [
3528 (AddDatabaseScript, "add-database-script"),
3529 (DatabaseBackup, "database-backup"),
3530 (DatabaseExport, "database-export"),
3531 (DatabaseMonitor, "database-monitor"),
3532 (DatabaseRestore, "database-restore"),
3533 (DatabaseScript, "database-script"),
3534 (DatabaseSettings, "database-settings"),
3535 (DatabaseStar, "database-star"),
3536 (DatabaseStats, "database-stats"),
3537 (DatabaseTag, "database-tag"),
3538 (DbCheck, "db-check"),
3539 (DbError, "db-error"),
3540 (DbSearch, "db-search"),
3541 (DbWarning, "db-warning"),
3542 (Db, "db"),
3543 (RemoveDatabaseScript, "remove-database-script"),
3544]);
3545make_icon_category!(layout, 18, "Layout", [
3546 (TwoxTwoCell, "2x2-cell"),
3547 (CornerBottomLeft, "corner-bottom-left"),
3548 (CornerBottomRight, "corner-bottom-right"),
3549 (CornerTopLeft, "corner-top-left"),
3550 (CornerTopRight, "corner-top-right"),
3551 (GridAdd, "grid-add"),
3552 (GridMinus, "grid-minus"),
3553 (GridRemove, "grid-remove"),
3554 (LayoutLeft, "layout-left"),
3555 (LayoutRight, "layout-right"),
3556 (TableTwoColumns, "table-2-columns"),
3557 (TableRows, "table-rows"),
3558 (Table, "table"),
3559 (ViewColumnsTwo, "view-columns-2"),
3560 (ViewColumnsThree, "view-columns-3"),
3561 (ViewGrid, "view-grid"),
3562 (ViewStructureDown, "view-structure-down"),
3563 (ViewStructureUp, "view-structure-up"),
3564]);
3565make_icon_category!(activities, 18, "Activities", [
3566 (OnestMedal, "1st-medal"),
3567 (Archery, "archery"),
3568 (ArrowArchery, "arrow-archery"),
3569 (BasketballAlt, "basketball-alt"),
3570 (BasketballField, "basketball-field"),
3571 (Basketball, "basketball"),
3572 (BirthdayCake, "birthday-cake"),
3573 (Bonfire, "bonfire"),
3574 (BookStack, "book-stack"),
3575 (Book, "book"),
3576 (BookmarkBook, "bookmark-book"),
3577 (BowlingBall, "bowling-ball"),
3578 (BoxingGlove, "boxing-glove"),
3579 (CinemaOld, "cinema-old"),
3580 (Cycling, "cycling"),
3581 (FavouriteBook, "favourite-book"),
3582 (FireFlame, "fire-flame"),
3583 (Flower, "flower"),
3584 (FootballBall, "football-ball"),
3585 (Football, "football"),
3586 (Golf, "golf"),
3587 (GraphDown, "graph-down"),
3588 (GraphUp, "graph-up"),
3589 (Gym, "gym"),
3590 (Hourglass, "hourglass"),
3591 (LeaderboardStar, "leaderboard-star"),
3592 (Leaderboard, "leaderboard"),
3593 (LockedBook, "locked-book"),
3594 (MathBook, "math-book"),
3595 (Medal, "medal"),
3596 (Movie, "movie"),
3597 (NoSmokingCircle, "no-smoking-circle"),
3598 (NoSmoking, "no-smoking"),
3599 (OpenBook, "open-book"),
3600 (Palette, "palette"),
3601 (PercentageCircle, "percentage-circle"),
3602 (PercentageSquare, "percentage-square"),
3603 (Percentage, "percentage"),
3604 (ReportColumns, "report-columns"),
3605 (Reports, "reports"),
3606 (Rings, "rings"),
3607 (Running, "running"),
3608 (SeaAndSun, "sea-and-sun"),
3609 (SeaWaves, "sea-waves"),
3610 (Skateboard, "skateboard"),
3611 (Skateboarding, "skateboarding"),
3612 (Smoking, "smoking"),
3613 (SoccerBall, "soccer-ball"),
3614 (StatDown, "stat-down"),
3615 (StatUp, "stat-up"),
3616 (StatsDownSquare, "stats-down-square"),
3617 (StatsReport, "stats-report"),
3618 (StatsUpSquare, "stats-up-square"),
3619 (Stretching, "stretching"),
3620 (Swimming, "swimming"),
3621 (TennisBallAlt, "tennis-ball-alt"),
3622 (TennisBall, "tennis-ball"),
3623 (Treadmill, "treadmill"),
3624 (Trekking, "trekking"),
3625 (Trophy, "trophy"),
3626 (Waist, "waist"),
3627 (Walking, "walking"),
3628 (Yoga, "yoga"),
3629]);
3630make_icon_category!(devices, 18, "Devices", [
3631 (FourkDisplay, "4k-display"),
3632 (AppleImacTwoZeroTwoOneSide, "apple-imac-2021-side"),
3633 (AppleImacTwoZeroTwoOne, "apple-imac-2021"),
3634 (ArSymbol, "ar-symbol"),
3635 (ChromecastActive, "chromecast-active"),
3636 (Chromecast, "chromecast"),
3637 (Computer, "computer"),
3638 (HardDrive, "hard-drive"),
3639 (LaptopCharging, "laptop-charging"),
3640 (LaptopFix, "laptop-fix"),
3641 (LaptopIssue, "laptop-issue"),
3642 (Laptop, "laptop"),
3643 (Megaphone, "megaphone"),
3644 (ModernTvFourk, "modern-tv-4k"),
3645 (ModernTv, "modern-tv"),
3646 (PenConnectBluetooth, "pen-connect-bluetooth"),
3647 (PenConnectWifi, "pen-connect-wifi"),
3648 (PenTabletConnectUsb, "pen-tablet-connect-usb"),
3649 (PenTabletConnectWifi, "pen-tablet-connect-wifi"),
3650 (PenTablet, "pen-tablet"),
3651 (PrinterAlt, "printer-alt"),
3652 (Printer, "printer"),
3653 (PrintingPage, "printing-page"),
3654 (SaveFloppyDisk, "save-floppy-disk"),
3655 (SmartphoneDevice, "smartphone-device"),
3656 (TvFix, "tv-fix"),
3657 (TvIssue, "tv-issue"),
3658 (Tv, "tv"),
3659 (VideoProjector, "video-projector"),
3660 (VrSymbol, "vr-symbol"),
3661 (WarningHexagon, "warning-hexagon"),
3662 (Wristwatch, "wristwatch"),
3663]);
3664make_icon_category!(photos_and_videos, 18, "Photos and Videos", [
3665 (AddMediaImage, "add-media-image"),
3666 (AddMediaVideo, "add-media-video"),
3667 (AutoFlash, "auto-flash"),
3668 (AviFormat, "avi-format"),
3669 (Camera, "camera"),
3670 (ClosedCaptions, "closed-captions"),
3671 (Collapse, "collapse"),
3672 (Enlarge, "enlarge"),
3673 (Expand, "expand"),
3674 (FlashOff, "flash-off"),
3675 (Flash, "flash"),
3676 (FxTag, "fx-tag"),
3677 (Fx, "fx"),
3678 (GifFormat, "gif-format"),
3679 (HdDisplay, "hd-display"),
3680 (Hd, "hd"),
3681 (Hdr, "hdr"),
3682 (JpegFormat, "jpeg-format"),
3683 (JpgFormat, "jpg-format"),
3684 (MediaImageFolder, "media-image-folder"),
3685 (MediaImageList, "media-image-list"),
3686 (MediaImage, "media-image"),
3687 (MediaVideoFolder, "media-video-folder"),
3688 (MediaVideoList, "media-video-list"),
3689 (MediaVideo, "media-video"),
3690 (MpegFormat, "mpeg-format"),
3691 (PanoramaEnlarge, "panorama-enlarge"),
3692 (PanoramaReduce, "panorama-reduce"),
3693 (PngFormat, "png-format"),
3694 (RawFormat, "raw-format"),
3695 (Reduce, "reduce"),
3696 (RemoveMediaImage, "remove-media-image"),
3697 (RemoveMediaVideo, "remove-media-video"),
3698 (RotateCameraLeft, "rotate-camera-left"),
3699 (RotateCameraRight, "rotate-camera-right"),
3700 (Screenshot, "screenshot"),
3701 (SvgFormat, "svg-format"),
3702 (TifFormat, "tif-format"),
3703 (TiffFormat, "tiff-format"),
3704 (VideoCameraOff, "video-camera-off"),
3705 (VideoCamera, "video-camera"),
3706 (WebpFormat, "webp-format"),
3707]);
3708make_icon_category!(transport, 18, "Transport", [
3709 (AirplaneHelixFourFivedeg, "airplane-helix-45deg"),
3710 (AirplaneHelix, "airplane-helix"),
3711 (AirplaneOff, "airplane-off"),
3712 (AirplaneRotation, "airplane-rotation"),
3713 (Airplane, "airplane"),
3714 (Bicycle, "bicycle"),
3715 (BusStop, "bus-stop"),
3716 (Bus, "bus"),
3717 (Car, "car"),
3718 (DeliveryTruck, "delivery-truck"),
3719 (Delivery, "delivery"),
3720 (DroneChargeFull, "drone-charge-full"),
3721 (DroneChargeHalf, "drone-charge-half"),
3722 (DroneChargeLow, "drone-charge-low"),
3723 (DroneCheck, "drone-check"),
3724 (DroneError, "drone-error"),
3725 (DroneLanding, "drone-landing"),
3726 (DroneRefresh, "drone-refresh"),
3727 (DroneTakeOff, "drone-take-off"),
3728 (Drone, "drone"),
3729 (EvChargeAlt, "ev-charge-alt"),
3730 (EvCharge, "ev-charge"),
3731 (EvPlugCharging, "ev-plug-charging"),
3732 (EvPlugError, "ev-plug-error"),
3733 (EvPlug, "ev-plug"),
3734 (EvStation, "ev-station"),
3735 (EvTag, "ev-tag"),
3736 (GasTankDrop, "gas-tank-drop"),
3737 (GasTank, "gas-tank"),
3738 (GreenBus, "green-bus"),
3739 (GreenTruck, "green-truck"),
3740 (GreenVehicle, "green-vehicle"),
3741 (HandBrake, "hand-brake"),
3742 (HotAirBalloon, "hot-air-balloon"),
3743 (Metro, "metro"),
3744 (Motorcycle, "motorcycle"),
3745 (PackageLock, "package-lock"),
3746 (Package, "package"),
3747 (Packages, "packages"),
3748 (Parking, "parking"),
3749 (Train, "train"),
3750 (Tram, "tram"),
3751 (TruckLength, "truck-length"),
3752 (Truck, "truck"),
3753]);
3754make_icon_category!(users, 18, "Users", [
3755 (AddUser, "add-user"),
3756 (Community, "community"),
3757 (Group, "group"),
3758 (Learning, "learning"),
3759 (PeopleTag, "people-tag"),
3760 (ProfileCircle, "profile-circle"),
3761 (RemoveUser, "remove-user"),
3762 (UserCircle, "user-circle"),
3763 (UserCrown, "user-crown"),
3764 (UserLove, "user-love"),
3765 (UserSquare, "user-square"),
3766 (UserStar, "user-star"),
3767 (User, "user"),
3768 (VerifiedUser, "verified-user"),
3769]);
3770make_icon_category!(three_d_editor, 18, "3D Editor", [
3771 (ThreedAddHole, "3d-add-hole"),
3772 (ThreedArcCenterPt, "3d-arc-center-pt"),
3773 (ThreedArc, "3d-arc"),
3774 (ThreedBridge, "3d-bridge"),
3775 (ThreedCenterBox, "3d-center-box"),
3776 (ThreedDraftFace, "3d-draft-face"),
3777 (ThreedEllipseThreePts, "3d-ellipse-three-pts"),
3778 (ThreedEllipse, "3d-ellipse"),
3779 (ThreedPtBox, "3d-pt-box"),
3780 (ThreedRectCornerToCorner, "3d-rect-corner-to-corner"),
3781 (ThreedRectFromCenter, "3d-rect-from-center"),
3782 (ThreedRectThreePts, "3d-rect-three-pts"),
3783 (ThreedSelectEdge, "3d-select-edge"),
3784 (ThreedSelectFace, "3d-select-face"),
3785 (ThreedSelectPoint, "3d-select-point"),
3786 (ThreedSelectSolid, "3d-select-solid"),
3787 (ThreedThreePtsBox, "3d-three-pts-box"),
3788 (BridgeSurface, "bridge-surface"),
3789 (ConstrainedSurface, "constrained-surface"),
3790 (CubeReplaceFace, "cube-replace-face"),
3791 (CurveArray, "curve-array"),
3792 (CutSolidWithCurve, "cut-solid-with-curve"),
3793 (Cylinder, "cylinder"),
3794 (Extrude, "extrude"),
3795 (FilletThreed, "fillet-3d"),
3796 (LoftThreed, "loft-3d"),
3797 (OnePointCircle, "one-point-circle"),
3798 (OrthogonalView, "orthogonal-view"),
3799 (PatchHolesThreed, "patch-holes-3d"),
3800 (PerspectiveView, "perspective-view"),
3801 (PipeThreed, "pipe-3d"),
3802 (ProjectCurveThreed, "project-curve-3d"),
3803 (SigmaFunction, "sigma-function"),
3804 (Sphere, "sphere"),
3805 (Spiral, "spiral"),
3806 (SweepThreed, "sweep-3d"),
3807 (ThreePointsCircle, "three-points-circle"),
3808 (TwoPointsCircle, "two-points-circle"),
3809 (UnjoinThreed, "unjoin-3d"),
3810 (XrayView, "xray-view"),
3811]);
3812make_icon_category!(buildings, 18, "Buildings", [
3813 (Balcony, "balcony"),
3814 (Bathroom, "bathroom"),
3815 (Building, "building"),
3816 (Cellar, "cellar"),
3817 (ChurchAlt, "church-alt"),
3818 (Church, "church"),
3819 (City, "city"),
3820 (Elevator, "elevator"),
3821 (Farm, "farm"),
3822 (Garage, "garage"),
3823 (Hospital, "hospital"),
3824 (HouseRooms, "house-rooms"),
3825 (Industry, "industry"),
3826 (Neighbourhood, "neighbourhood"),
3827 (OilIndustry, "oil-industry"),
3828 (Planimetry, "planimetry"),
3829 (ShopAlt, "shop-alt"),
3830 (Shop, "shop"),
3831 (SmallShopAlt, "small-shop-alt"),
3832 (SmallShop, "small-shop"),
3833 (Tunnel, "tunnel"),
3834]);
3835make_icon_category!(security, 18, "Security", [
3836 (HistoricShieldAlt, "historic-shield-alt"),
3837 (HistoricShield, "historic-shield"),
3838 (IpAddress, "ip-address"),
3839 (KeyAltBack, "key-alt-back"),
3840 (KeyAltMinus, "key-alt-minus"),
3841 (KeyAltPlus, "key-alt-plus"),
3842 (KeyAltRemove, "key-alt-remove"),
3843 (KeyAlt, "key-alt"),
3844 (Lock, "lock"),
3845 (NoLock, "no-lock"),
3846 (OpenVpn, "open-vpn"),
3847 (PasswordCursor, "password-cursor"),
3848 (PasswordError, "password-error"),
3849 (PasswordPass, "password-pass"),
3850 (PcCheck, "pc-check"),
3851 (PcFirewall, "pc-firewall"),
3852 (PcNoEntry, "pc-no-entry"),
3853 (PcWarning, "pc-warning"),
3854 (SecurityPass, "security-pass"),
3855 (ShieldAdd, "shield-add"),
3856 (ShieldAlert, "shield-alert"),
3857 (ShieldAlt, "shield-alt"),
3858 (ShieldBroken, "shield-broken"),
3859 (ShieldCheck, "shield-check"),
3860 (ShieldCross, "shield-cross"),
3861 (ShieldDownload, "shield-download"),
3862 (ShieldEye, "shield-eye"),
3863 (ShieldLoading, "shield-loading"),
3864 (ShieldMinus, "shield-minus"),
3865 (ShieldQuestion, "shield-question"),
3866 (ShieldSearch, "shield-search"),
3867 (ShieldUpload, "shield-upload"),
3868 (Shield, "shield"),
3869 (TowerCheck, "tower-check"),
3870 (TowerNoAccess, "tower-no-access"),
3871 (TowerWarning, "tower-warning"),
3872 (Tower, "tower"),
3873]);
3874make_icon_category!(cloud, 18, "Cloud", [
3875 (CloudBookAlt, "cloud-book-alt"),
3876 (CloudCheck, "cloud-check"),
3877 (CloudDesync, "cloud-desync"),
3878 (CloudDownload, "cloud-download"),
3879 (CloudError, "cloud-error"),
3880 (CloudSync, "cloud-sync"),
3881 (CloudUpload, "cloud-upload"),
3882 (GoogleDriveCheck, "google-drive-check"),
3883 (GoogleDriveSync, "google-drive-sync"),
3884 (GoogleDriveWarning, "google-drive-warning"),
3885 (GoogleDrive, "google-drive"),
3886 (GoogleOne, "google-one"),
3887 (SettingsCloud, "settings-cloud"),
3888]);
3889make_icon_category!(actions, 18, "Actions", [
3890 (AddCircle, "add-circle"),
3891 (AddSquare, "add-square"),
3892 (Cancel, "cancel"),
3893 (CheckCircle, "check-circle"),
3894 (Check, "check"),
3895 (ClipboardCheck, "clipboard-check"),
3896 (DeleteCircle, "delete-circle"),
3897 (DoubleCheck, "double-check"),
3898 (DownloadCircle, "download-circle"),
3899 (DownloadSquare, "download-square"),
3900 (Download, "download"),
3901 (Erase, "erase"),
3902 (EyeAlt, "eye-alt"),
3903 (EyeClose, "eye-close"),
3904 (EyeEmpty, "eye-empty"),
3905 (EyeOff, "eye-off"),
3906 (HelpCircle, "help-circle"),
3907 (HelpSquare, "help-square"),
3908 (InfoEmpty, "info-empty"),
3909 (LineSpace, "line-space"),
3910 (LoadActionFloppy, "load-action-floppy"),
3911 (MenuScale, "menu-scale"),
3912 (Menu, "menu"),
3913 (MinusCircle, "minus-circle"),
3914 (MinusSquare, "minus-square"),
3915 (Minus, "minus"),
3916 (OpenInBrowser, "open-in-browser"),
3917 (OpenInWindow, "open-in-window"),
3918 (OpenNewWindow, "open-new-window"),
3919 (PasteClipboard, "paste-clipboard"),
3920 (Plus, "plus"),
3921 (Prohibition, "prohibition"),
3922 (QuestionMark, "question-mark"),
3923 (RedoAction, "redo-action"),
3924 (RedoCircle, "redo-circle"),
3925 (Redo, "redo"),
3926 (RefreshCircular, "refresh-circular"),
3927 (RefreshDouble, "refresh-double"),
3928 (Refresh, "refresh"),
3929 (RemoveSquare, "remove-square"),
3930 (Restart, "restart"),
3931 (SaveActionFloppy, "save-action-floppy"),
3932 (ShareAndroid, "share-android"),
3933 (ShareIos, "share-ios"),
3934 (Trash, "trash"),
3935 (UndoAction, "undo-action"),
3936 (UndoCircle, "undo-circle"),
3937 (Undo, "undo"),
3938 (UploadSquare, "upload-square"),
3939 (Upload, "upload"),
3940 (WarningCircle, "warning-circle"),
3941 (WarningSquare, "warning-square"),
3942 (WarningTriangle, "warning-triangle"),
3943 (WrapText, "wrap-text"),
3944]);
3945make_icon_category!(navigation, 18, "Navigation", [
3946 (ArrowBlCircle, "arrow-bl-circle"),
3947 (ArrowBlSquare, "arrow-bl-square"),
3948 (ArrowBl, "arrow-bl"),
3949 (ArrowBrCircle, "arrow-br-circle"),
3950 (ArrowBrSquare, "arrow-br-square"),
3951 (ArrowBr, "arrow-br"),
3952 (ArrowDownCircle, "arrow-down-circle"),
3953 (ArrowDown, "arrow-down"),
3954 (ArrowLeftCircle, "arrow-left-circle"),
3955 (ArrowLeft, "arrow-left"),
3956 (ArrowRightCircle, "arrow-right-circle"),
3957 (ArrowRight, "arrow-right"),
3958 (ArrowSeparateVertical, "arrow-separate-vertical"),
3959 (ArrowSeparate, "arrow-separate"),
3960 (ArrowTlCircle, "arrow-tl-circle"),
3961 (ArrowTlSquare, "arrow-tl-square"),
3962 (ArrowTl, "arrow-tl"),
3963 (ArrowTrCircle, "arrow-tr-circle"),
3964 (ArrowTrSquare, "arrow-tr-square"),
3965 (ArrowTr, "arrow-tr"),
3966 (ArrowUnionVertical, "arrow-union-vertical"),
3967 (ArrowUnion, "arrow-union"),
3968 (ArrowUpCircle, "arrow-up-circle"),
3969 (ArrowUp, "arrow-up"),
3970 (Compass, "compass"),
3971 (DivideThree, "divide-three"),
3972 (Divide, "divide"),
3973 (DownRoundArrow, "down-round-arrow"),
3974 (Drag, "drag"),
3975 (EnlargeRoundArrow, "enlarge-round-arrow"),
3976 (FastArrowDownBox, "fast-arrow-down-box"),
3977 (FastArrowDown, "fast-arrow-down"),
3978 (FastArrowLeftBox, "fast-arrow-left-box"),
3979 (FastArrowLeft, "fast-arrow-left"),
3980 (FastArrowRightBox, "fast-arrow-right-box"),
3981 (FastArrowRight, "fast-arrow-right"),
3982 (FastArrowUpBox, "fast-arrow-up-box"),
3983 (FastArrowUp, "fast-arrow-up"),
3984 (FastDownCircle, "fast-down-circle"),
3985 (FastLeftCircle, "fast-left-circle"),
3986 (FastRightCircle, "fast-right-circle"),
3987 (FastUpCircle, "fast-up-circle"),
3988 (FilterListCircle, "filter-list-circle"),
3989 (FilterList, "filter-list"),
3990 (HorizontalMerge, "horizontal-merge"),
3991 (HorizontalSplit, "horizontal-split"),
3992 (LeftRoundArrow, "left-round-arrow"),
3993 (LongArrowDownLeft, "long-arrow-down-left"),
3994 (LongArrowDownRight, "long-arrow-down-right"),
3995 (LongArrowLeftDown, "long-arrow-left-down"),
3996 (LongArrowLeftUp, "long-arrow-left-up"),
3997 (LongArrowRightDown, "long-arrow-right-down"),
3998 (LongArrowRightUp, "long-arrow-right-up"),
3999 (LongArrowUpLeft, "long-arrow-up-left"),
4000 (LongArrowUpRight, "long-arrow-up-right"),
4001 (MoreHorizCircle, "more-horiz-circle"),
4002 (MoreHoriz, "more-horiz"),
4003 (MoreVertCircle, "more-vert-circle"),
4004 (MoreVert, "more-vert"),
4005 (NavArrowDown, "nav-arrow-down"),
4006 (NavArrowLeft, "nav-arrow-left"),
4007 (NavArrowRight, "nav-arrow-right"),
4008 (NavArrowUp, "nav-arrow-up"),
4009 (PageDown, "page-down"),
4010 (PageLeft, "page-left"),
4011 (PageRight, "page-right"),
4012 (PageUp, "page-up"),
4013 (PathArrow, "path-arrow"),
4014 (ReduceRoundArrow, "reduce-round-arrow"),
4015 (RightRoundArrow, "right-round-arrow"),
4016 (Shortcut, "shortcut"),
4017 (SidebarCollapse, "sidebar-collapse"),
4018 (SidebarExpand, "sidebar-expand"),
4019 (UpRoundArrow, "up-round-arrow"),
4020 (VerticalMerge, "vertical-merge"),
4021 (VerticalSplit, "vertical-split"),
4022]);
4023make_icon_category!(connectivity, 18, "Connectivity", [
4024 (Airplay, "airplay"),
4025 (AntennaOff, "antenna-off"),
4026 (AntennaSignalTag, "antenna-signal-tag"),
4027 (AntennaSignal, "antenna-signal"),
4028 (Antenna, "antenna"),
4029 (BluetoothTag, "bluetooth-tag"),
4030 (Bluetooth, "bluetooth"),
4031 (CableTag, "cable-tag"),
4032 (DataTransferBoth, "data-transfer-both"),
4033 (DataTransferCheck, "data-transfer-check"),
4034 (DataTransferDown, "data-transfer-down"),
4035 (DataTransferUp, "data-transfer-up"),
4036 (DataTransferWarning, "data-transfer-warning"),
4037 (NetworkAlt, "network-alt"),
4038 (NetworkLeft, "network-left"),
4039 (NetworkRight, "network-right"),
4040 (Network, "network"),
4041 (PlugTypeA, "plug-type-a"),
4042 (PlugTypeC, "plug-type-c"),
4043 (PlugTypeG, "plug-type-g"),
4044 (PlugTypeL, "plug-type-l"),
4045 (PrivateWifi, "private-wifi"),
4046 (ServerConnection, "server-connection"),
4047 (Server, "server"),
4048 (Usb, "usb"),
4049 (WifiError, "wifi-error"),
4050 (WifiIssue, "wifi-issue"),
4051 (WifiOff, "wifi-off"),
4052 (WifiSignalNone, "wifi-signal-none"),
4053 (WifiTag, "wifi-tag"),
4054 (Wifi, "wifi"),
4055]);
4056make_icon_category!(no_category, 18, "NoCategory", [
4057 (ChatBubbleCheckOne, "chat-bubble-check-1"),
4058 (DbStar, "db-star"),
4059 (Fishing, "fishing"),
4060 (LongArrowRightUpOne, "long-arrow-right-up-1"),
4061 (MinusOne, "minus-1"),
4062]);
4063make_icon_category!(shapes, 18, "Shapes", [
4064 (AddHexagon, "add-hexagon"),
4065 (Circle, "circle"),
4066 (Flare, "flare"),
4067 (Heptagon, "heptagon"),
4068 (HexagonAlt, "hexagon-alt"),
4069 (Hexagon, "hexagon"),
4070 (MinusHexagon, "minus-hexagon"),
4071 (Octagon, "octagon"),
4072 (Pentagon, "pentagon"),
4073 (Rhombus, "rhombus"),
4074 (Square, "square"),
4075 (Triangle, "triangle"),
4076]);
4077make_icon_category!(editor, 18, "Editor", [
4078 (AlignCenter, "align-center"),
4079 (AlignJustify, "align-justify"),
4080 (AlignLeft, "align-left"),
4081 (AlignRight, "align-right"),
4082 (BoldSquare, "bold-square"),
4083 (Bold, "bold"),
4084 (CompressLines, "compress-lines"),
4085 (EditPencil, "edit-pencil"),
4086 (Edit, "edit"),
4087 (ExpandLines, "expand-lines"),
4088 (FontSize, "font-size"),
4089 (ItalicSquare, "italic-square"),
4090 (Italic, "italic"),
4091 (ListSelect, "list-select"),
4092 (List, "list"),
4093 (MissingFont, "missing-font"),
4094 (NumberedListLeft, "numbered-list-left"),
4095 (NumberedListRight, "numbered-list-right"),
4096 (ScissorAlt, "scissor-alt"),
4097 (Scissor, "scissor"),
4098 (SearchFont, "search-font"),
4099 (SortDown, "sort-down"),
4100 (SortUp, "sort-up"),
4101 (Sort, "sort"),
4102 (Strikethrough, "strikethrough"),
4103 (TaskList, "task-list"),
4104 (TextAlt, "text-alt"),
4105 (TextBox, "text-box"),
4106 (TextSize, "text-size"),
4107 (Text, "text"),
4108 (UnderlineSquare, "underline-square"),
4109 (Underline, "underline"),
4110]);
4111make_icon_category!(animals, 18, "Animals", [
4112 (Fish, "fish"),
4113 (Jellyfish, "jellyfish"),
4114 (Wolf, "wolf"),
4115]);
4116make_icon_category!(nature, 18, "Nature", [
4117 (AfricanTree, "african-tree"),
4118 (CleanWater, "clean-water"),
4119 (EcologyBook, "ecology-book"),
4120 (Leaf, "leaf"),
4121 (OrganicFoodSquare, "organic-food-square"),
4122 (OrganicFood, "organic-food"),
4123 (PineTree, "pine-tree"),
4124 (SoilAlt, "soil-alt"),
4125 (Soil, "soil"),
4126 (Tree, "tree"),
4127 (VeganCircle, "vegan-circle"),
4128 (VeganSquare, "vegan-square"),
4129 (Vegan, "vegan"),
4130 (WateringSoil, "watering-soil"),
4131]);
4132make_icon_category!(gestures, 18, "Gestures", [
4133 (DragHandGesture, "drag-hand-gesture"),
4134 (OneFingerSelectHandGesture, "one-finger-select-hand-gesture"),
4135 (OpenSelectHandGesture, "open-select-hand-gesture"),
4136 (PeaceHand, "peace-hand"),
4137 (ReminderHandGesture, "reminder-hand-gesture"),
4138 (SingleTapGesture, "single-tap-gesture"),
4139 (SpockHandGesture, "spock-hand-gesture"),
4140 (SwipeDownGesture, "swipe-down-gesture"),
4141 (SwipeLeftGesture, "swipe-left-gesture"),
4142 (SwipeRightGesture, "swipe-right-gesture"),
4143 (SwipeTwoFingersDownGesture, "swipe-two-fingers-down-gesture"),
4144 (SwipeTwoFingersLeftGesture, "swipe-two-fingers-left-gesture"),
4145 (SwipeTwoFingersRightGesture, "swipe-two-fingers-right-gesture"),
4146 (SwipeTwoFingersUpGesture, "swipe-two-fingers-up-gesture"),
4147 (SwipeUpGesture, "swipe-up-gesture"),
4148]);
4149make_icon_category!(other, 18, "Other", [
4150 (Activity, "activity"),
4151 (AddSelection, "add-selection"),
4152 (Alarm, "alarm"),
4153 (BatteryIndicator, "battery-indicator"),
4154 (Clock, "clock"),
4155 (Compress, "compress"),
4156 (Copyright, "copyright"),
4157 (DashFlag, "dash-flag"),
4158 (DeCompress, "de-compress"),
4159 (Dialpad, "dialpad"),
4160 (DivideSelectionOne, "divide-selection-1"),
4161 (DivideSelectionTwo, "divide-selection-2"),
4162 (FileNotFound, "file-not-found"),
4163 (Gas, "gas"),
4164 (Gift, "gift"),
4165 (HalfMoon, "half-moon"),
4166 (Import, "import"),
4167 (Language, "language"),
4168 (Lifebelt, "lifebelt"),
4169 (Link, "link"),
4170 (Maximize, "maximize"),
4171 (NoLink, "no-link"),
4172 (Notes, "notes"),
4173 (PageFlip, "page-flip"),
4174 (QrCode, "qr-code"),
4175 (RemoveLink, "remove-link"),
4176 (RemoveSelection, "remove-selection"),
4177 (ScanQrCode, "scan-qr-code"),
4178 (Selection, "selection"),
4179 (Soap, "soap"),
4180 (Spark, "spark"),
4181 (Sparks, "sparks"),
4182 (TimerOff, "timer-off"),
4183 (Timer, "timer"),
4184 (Trademark, "trademark"),
4185 (Translate, "translate"),
4186 (TriangleFlagCircle, "triangle-flag-circle"),
4187 (TriangleFlagTwoStripes, "triangle-flag-two-stripes"),
4188 (TriangleFlag, "triangle-flag"),
4189 (WhiteFlag, "white-flag"),
4190]);
4191make_icon_category!(communication, 18, "Communication", [
4192 (AppNotification, "app-notification"),
4193 (ArrowEmailForward, "arrow-email-forward"),
4194 (AtSignCircle, "at-sign-circle"),
4195 (AtSign, "at-sign"),
4196 (BellNotification, "bell-notification"),
4197 (BellOff, "bell-off"),
4198 (Bell, "bell"),
4199 (BubbleDownload, "bubble-download"),
4200 (BubbleError, "bubble-error"),
4201 (BubbleIncome, "bubble-income"),
4202 (BubbleOutcome, "bubble-outcome"),
4203 (BubbleSearch, "bubble-search"),
4204 (BubbleStar, "bubble-star"),
4205 (BubbleUpload, "bubble-upload"),
4206 (BubbleWarning, "bubble-warning"),
4207 (ChatAdd, "chat-add"),
4208 (ChatBubbleCheck, "chat-bubble-check"),
4209 (ChatBubbleEmpty, "chat-bubble-empty"),
4210 (ChatBubbleError, "chat-bubble-error"),
4211 (ChatBubbleQuestion, "chat-bubble-question"),
4212 (ChatBubbleTranslate, "chat-bubble-translate"),
4213 (ChatBubbleWarning, "chat-bubble-warning"),
4214 (ChatBubble, "chat-bubble"),
4215 (ChatLines, "chat-lines"),
4216 (ChatRemove, "chat-remove"),
4217 (Facetime, "facetime"),
4218 (ForwardMessage, "forward-message"),
4219 (Globe, "globe"),
4220 (HeadsetHelp, "headset-help"),
4221 (Internet, "internet"),
4222 (MailIn, "mail-in"),
4223 (MailOpened, "mail-opened"),
4224 (MailOut, "mail-out"),
4225 (Mail, "mail"),
4226 (MessageAlert, "message-alert"),
4227 (MessageText, "message-text"),
4228 (Message, "message"),
4229 (MultiBubble, "multi-bubble"),
4230 (PhoneAdd, "phone-add"),
4231 (PhoneDelete, "phone-delete"),
4232 (PhoneDisabled, "phone-disabled"),
4233 (PhoneIncome, "phone-income"),
4234 (PhoneOutcome, "phone-outcome"),
4235 (PhonePaused, "phone-paused"),
4236 (PhoneRemove, "phone-remove"),
4237 (Phone, "phone"),
4238 (Podcast, "podcast"),
4239 (QuoteMessage, "quote-message"),
4240 (Quote, "quote"),
4241 (ReplyToMessage, "reply-to-message"),
4242 (Reply, "reply"),
4243 (SendDiagonal, "send-diagonal"),
4244 (SendMail, "send-mail"),
4245 (Send, "send"),
4246 (TimeZone, "time-zone"),
4247 (Www, "www"),
4248]);
4249make_icon_category!(finance, 18, "Finance", [
4250 (AppleWallet, "apple-wallet"),
4251 (Bank, "bank"),
4252 (BitcoinCircle, "bitcoin-circle"),
4253 (BitcoinRotateOut, "bitcoin-rotate-out"),
4254 (CandlestickChart, "candlestick-chart"),
4255 (CardIssue, "card-issue"),
4256 (CardLocked, "card-locked"),
4257 (CardReader, "card-reader"),
4258 (CardSecurity, "card-security"),
4259 (CardWallet, "card-wallet"),
4260 (Cash, "cash"),
4261 (Coin, "coin"),
4262 (CoinsSwap, "coins-swap"),
4263 (Coins, "coins"),
4264 (Commodity, "commodity"),
4265 (Contactless, "contactless"),
4266 (CreditCard, "credit-card"),
4267 (CreditCards, "credit-cards"),
4268 (DogecoinCircle, "dogecoin-circle"),
4269 (DogecoinRotateOut, "dogecoin-rotate-out"),
4270 (Dollar, "dollar"),
4271 (EthereumCircle, "ethereum-circle"),
4272 (EthereumRotateOut, "ethereum-rotate-out"),
4273 (EuroSquare, "euro-square"),
4274 (Euro, "euro"),
4275 (HandCard, "hand-card"),
4276 (HandCash, "hand-cash"),
4277 (HandContactless, "hand-contactless"),
4278 (LitecoinCircle, "litecoin-circle"),
4279 (LitecoinRotateOut, "litecoin-rotate-out"),
4280 (LotOfCash, "lot-of-cash"),
4281 (MastercardCard, "mastercard-card"),
4282 (MoneySquare, "money-square"),
4283 (NoCoin, "no-coin"),
4284 (NoCreditCard, "no-credit-card"),
4285 (Paypal, "paypal"),
4286 (PercentRotateOut, "percent-rotate-out"),
4287 (PiggyBank, "piggy-bank"),
4288 (Pound, "pound"),
4289 (ReceiveDollars, "receive-dollars"),
4290 (ReceiveEuros, "receive-euros"),
4291 (ReceivePounds, "receive-pounds"),
4292 (ReceiveYens, "receive-yens"),
4293 (SafeArrowLeft, "safe-arrow-left"),
4294 (SafeArrowRight, "safe-arrow-right"),
4295 (SafeOpen, "safe-open"),
4296 (Safe, "safe"),
4297 (SendDollars, "send-dollars"),
4298 (SendEuros, "send-euros"),
4299 (SendPounds, "send-pounds"),
4300 (SendYens, "send-yens"),
4301 (Wallet, "wallet"),
4302 (YenSquare, "yen-square"),
4303 (Yen, "yen"),
4304]);
4305make_icon_category!(business, 18, "Business", [
4306 (Agile, "agile"),
4307 (HighPriority, "high-priority"),
4308 (MediumPriority, "medium-priority"),
4309 (Okrs, "okrs"),
4310 (Presentation, "presentation"),
4311 (PriorityDown, "priority-down"),
4312 (PriorityUp, "priority-up"),
4313 (Strategy, "strategy"),
4314]);
4315make_icon_category!(home, 18, "Home", [
4316 (AirConditioner, "air-conditioner"),
4317 (BedReady, "bed-ready"),
4318 (Bed, "bed"),
4319 (BoxIso, "box-iso"),
4320 (Box, "box"),
4321 (Closet, "closet"),
4322 (Crib, "crib"),
4323 (Desk, "desk"),
4324 (DimmerSwitch, "dimmer-switch"),
4325 (DirectorChair, "director-chair"),
4326 (Dishwasher, "dishwasher"),
4327 (DomoticIssue, "domotic-issue"),
4328 (Drawer, "drawer"),
4329 (Fridge, "fridge"),
4330 (GoogleHome, "google-home"),
4331 (HomeAltSlimHoriz, "home-alt-slim-horiz"),
4332 (HomeAltSlim, "home-alt-slim"),
4333 (HomeAlt, "home-alt"),
4334 (HomeSale, "home-sale"),
4335 (HomeSecure, "home-secure"),
4336 (HomeShield, "home-shield"),
4337 (HomeSimpleDoor, "home-simple-door"),
4338 (HomeSimple, "home-simple"),
4339 (HomeTable, "home-table"),
4340 (HomeTemperatureIn, "home-temperature-in"),
4341 (HomeTemperatureOut, "home-temperature-out"),
4342 (HomeUser, "home-user"),
4343 (Home, "home"),
4344 (Lamp, "lamp"),
4345 (LightBulbOff, "light-bulb-off"),
4346 (LightBulbOn, "light-bulb-on"),
4347 (LightBulb, "light-bulb"),
4348 (Mirror, "mirror"),
4349 (Pillow, "pillow"),
4350 (RoundedMirror, "rounded-mirror"),
4351 (SleeperChair, "sleeper-chair"),
4352 (SmallLampAlt, "small-lamp-alt"),
4353 (SmallLamp, "small-lamp"),
4354 (Sofa, "sofa"),
4355 (TwoSeaterSofa, "two-seater-sofa"),
4356 (Wash, "wash"),
4357 (WashingMachine, "washing-machine"),
4358]);
4359}
4361
4362#[cfg(feature = "24px")]
4363pub mod size24px {
4364use super::*;
4365
4366make_icon_category!(shopping, 24, "Shopping", [
4367 (AddToCart, "add-to-cart"),
4368 (ArrowsUpFromLine, "arrows-up-from-line"),
4369 (Barcode, "barcode"),
4370 (CartAlt, "cart-alt"),
4371 (Cart, "cart"),
4372 (ClockRotateRight, "clock-rotate-right"),
4373 (Consumable, "consumable"),
4374 (GlassFragile, "glass-fragile"),
4375 (RemoveFromCart, "remove-from-cart"),
4376 (ScanBarcode, "scan-barcode"),
4377 (ShoppingBagAdd, "shopping-bag-add"),
4378 (ShoppingBagAlt, "shopping-bag-alt"),
4379 (ShoppingBagArrowDown, "shopping-bag-arrow-down"),
4380 (ShoppingBagArrowUp, "shopping-bag-arrow-up"),
4381 (ShoppingBagCheck, "shopping-bag-check"),
4382 (ShoppingBagIssue, "shopping-bag-issue"),
4383 (ShoppingBagRemove, "shopping-bag-remove"),
4384 (ShoppingBag, "shopping-bag"),
4385 (ShoppingCodeCheck, "shopping-code-check"),
4386 (ShoppingCodeError, "shopping-code-error"),
4387 (ShoppingCode, "shopping-code"),
4388 (SimpleCart, "simple-cart"),
4389 (UserBag, "user-bag"),
4390 (UserCart, "user-cart"),
4391]);
4392make_icon_category!(communication, 24, "Communication", [
4393 (AppNotification, "app-notification"),
4394 (ArrowEmailForward, "arrow-email-forward"),
4395 (AtSignCircle, "at-sign-circle"),
4396 (AtSign, "at-sign"),
4397 (BellNotification, "bell-notification"),
4398 (BellOff, "bell-off"),
4399 (Bell, "bell"),
4400 (BubbleDownload, "bubble-download"),
4401 (BubbleError, "bubble-error"),
4402 (BubbleIncome, "bubble-income"),
4403 (BubbleOutcome, "bubble-outcome"),
4404 (BubbleSearch, "bubble-search"),
4405 (BubbleStar, "bubble-star"),
4406 (BubbleUpload, "bubble-upload"),
4407 (BubbleWarning, "bubble-warning"),
4408 (ChatAdd, "chat-add"),
4409 (ChatBubbleCheck, "chat-bubble-check"),
4410 (ChatBubbleEmpty, "chat-bubble-empty"),
4411 (ChatBubbleError, "chat-bubble-error"),
4412 (ChatBubbleQuestion, "chat-bubble-question"),
4413 (ChatBubbleTranslate, "chat-bubble-translate"),
4414 (ChatBubbleWarning, "chat-bubble-warning"),
4415 (ChatBubble, "chat-bubble"),
4416 (ChatLines, "chat-lines"),
4417 (ChatRemove, "chat-remove"),
4418 (Facetime, "facetime"),
4419 (ForwardMessage, "forward-message"),
4420 (Globe, "globe"),
4421 (HeadsetHelp, "headset-help"),
4422 (Internet, "internet"),
4423 (MailIn, "mail-in"),
4424 (MailOpened, "mail-opened"),
4425 (MailOut, "mail-out"),
4426 (Mail, "mail"),
4427 (MessageAlert, "message-alert"),
4428 (MessageText, "message-text"),
4429 (Message, "message"),
4430 (MultiBubble, "multi-bubble"),
4431 (PhoneAdd, "phone-add"),
4432 (PhoneDelete, "phone-delete"),
4433 (PhoneDisabled, "phone-disabled"),
4434 (PhoneIncome, "phone-income"),
4435 (PhoneOutcome, "phone-outcome"),
4436 (PhonePaused, "phone-paused"),
4437 (PhoneRemove, "phone-remove"),
4438 (Phone, "phone"),
4439 (Podcast, "podcast"),
4440 (QuoteMessage, "quote-message"),
4441 (Quote, "quote"),
4442 (ReplyToMessage, "reply-to-message"),
4443 (Reply, "reply"),
4444 (SendDiagonal, "send-diagonal"),
4445 (SendMail, "send-mail"),
4446 (Send, "send"),
4447 (TimeZone, "time-zone"),
4448 (Www, "www"),
4449]);
4450make_icon_category!(organization, 24, "Organization", [
4451 (AreaSearch, "area-search"),
4452 (Binocular, "binocular"),
4453 (BookmarkCircle, "bookmark-circle"),
4454 (BookmarkEmpty, "bookmark-empty"),
4455 (FilterAlt, "filter-alt"),
4456 (Filter, "filter"),
4457 (InputSearch, "input-search"),
4458 (Label, "label"),
4459 (Pin, "pin"),
4460 (RemovePin, "remove-pin"),
4461 (Search, "search"),
4462 (StarDashed, "star-dashed"),
4463 (StarHalfDashed, "star-half-dashed"),
4464 (Star, "star"),
4465 (ThreeStars, "three-stars"),
4466 (ZoomIn, "zoom-in"),
4467 (ZoomOut, "zoom-out"),
4468]);
4469make_icon_category!(navigation, 24, "Navigation", [
4470 (ArrowBlCircle, "arrow-bl-circle"),
4471 (ArrowBlSquare, "arrow-bl-square"),
4472 (ArrowBl, "arrow-bl"),
4473 (ArrowBrCircle, "arrow-br-circle"),
4474 (ArrowBrSquare, "arrow-br-square"),
4475 (ArrowBr, "arrow-br"),
4476 (ArrowDownCircle, "arrow-down-circle"),
4477 (ArrowDown, "arrow-down"),
4478 (ArrowLeftCircle, "arrow-left-circle"),
4479 (ArrowLeft, "arrow-left"),
4480 (ArrowRightCircle, "arrow-right-circle"),
4481 (ArrowRight, "arrow-right"),
4482 (ArrowSeparateVertical, "arrow-separate-vertical"),
4483 (ArrowSeparate, "arrow-separate"),
4484 (ArrowTlCircle, "arrow-tl-circle"),
4485 (ArrowTlSquare, "arrow-tl-square"),
4486 (ArrowTl, "arrow-tl"),
4487 (ArrowTrCircle, "arrow-tr-circle"),
4488 (ArrowTrSquare, "arrow-tr-square"),
4489 (ArrowTr, "arrow-tr"),
4490 (ArrowUnionVertical, "arrow-union-vertical"),
4491 (ArrowUnion, "arrow-union"),
4492 (ArrowUpCircle, "arrow-up-circle"),
4493 (ArrowUp, "arrow-up"),
4494 (Compass, "compass"),
4495 (DivideThree, "divide-three"),
4496 (Divide, "divide"),
4497 (DownRoundArrow, "down-round-arrow"),
4498 (Drag, "drag"),
4499 (EnlargeRoundArrow, "enlarge-round-arrow"),
4500 (FastArrowDownBox, "fast-arrow-down-box"),
4501 (FastArrowDown, "fast-arrow-down"),
4502 (FastArrowLeftBox, "fast-arrow-left-box"),
4503 (FastArrowLeft, "fast-arrow-left"),
4504 (FastArrowRightBox, "fast-arrow-right-box"),
4505 (FastArrowRight, "fast-arrow-right"),
4506 (FastArrowUpBox, "fast-arrow-up-box"),
4507 (FastArrowUp, "fast-arrow-up"),
4508 (FastDownCircle, "fast-down-circle"),
4509 (FastLeftCircle, "fast-left-circle"),
4510 (FastRightCircle, "fast-right-circle"),
4511 (FastUpCircle, "fast-up-circle"),
4512 (FilterListCircle, "filter-list-circle"),
4513 (FilterList, "filter-list"),
4514 (HorizontalMerge, "horizontal-merge"),
4515 (HorizontalSplit, "horizontal-split"),
4516 (LeftRoundArrow, "left-round-arrow"),
4517 (LongArrowDownLeft, "long-arrow-down-left"),
4518 (LongArrowDownRight, "long-arrow-down-right"),
4519 (LongArrowLeftDown, "long-arrow-left-down"),
4520 (LongArrowLeftUp, "long-arrow-left-up"),
4521 (LongArrowRightDown, "long-arrow-right-down"),
4522 (LongArrowRightUp, "long-arrow-right-up"),
4523 (LongArrowUpLeft, "long-arrow-up-left"),
4524 (LongArrowUpRight, "long-arrow-up-right"),
4525 (MoreHorizCircle, "more-horiz-circle"),
4526 (MoreHoriz, "more-horiz"),
4527 (MoreVertCircle, "more-vert-circle"),
4528 (MoreVert, "more-vert"),
4529 (NavArrowDown, "nav-arrow-down"),
4530 (NavArrowLeft, "nav-arrow-left"),
4531 (NavArrowRight, "nav-arrow-right"),
4532 (NavArrowUp, "nav-arrow-up"),
4533 (PageDown, "page-down"),
4534 (PageLeft, "page-left"),
4535 (PageRight, "page-right"),
4536 (PageUp, "page-up"),
4537 (PathArrow, "path-arrow"),
4538 (ReduceRoundArrow, "reduce-round-arrow"),
4539 (RightRoundArrow, "right-round-arrow"),
4540 (Shortcut, "shortcut"),
4541 (SidebarCollapse, "sidebar-collapse"),
4542 (SidebarExpand, "sidebar-expand"),
4543 (UpRoundArrow, "up-round-arrow"),
4544 (VerticalMerge, "vertical-merge"),
4545 (VerticalSplit, "vertical-split"),
4546]);
4547make_icon_category!(gestures, 24, "Gestures", [
4548 (DragHandGesture, "drag-hand-gesture"),
4549 (OneFingerSelectHandGesture, "one-finger-select-hand-gesture"),
4550 (OpenSelectHandGesture, "open-select-hand-gesture"),
4551 (PeaceHand, "peace-hand"),
4552 (ReminderHandGesture, "reminder-hand-gesture"),
4553 (SingleTapGesture, "single-tap-gesture"),
4554 (SpockHandGesture, "spock-hand-gesture"),
4555 (SwipeDownGesture, "swipe-down-gesture"),
4556 (SwipeLeftGesture, "swipe-left-gesture"),
4557 (SwipeRightGesture, "swipe-right-gesture"),
4558 (SwipeTwoFingersDownGesture, "swipe-two-fingers-down-gesture"),
4559 (SwipeTwoFingersLeftGesture, "swipe-two-fingers-left-gesture"),
4560 (SwipeTwoFingersRightGesture, "swipe-two-fingers-right-gesture"),
4561 (SwipeTwoFingersUpGesture, "swipe-two-fingers-up-gesture"),
4562 (SwipeUpGesture, "swipe-up-gesture"),
4563]);
4564make_icon_category!(connectivity, 24, "Connectivity", [
4565 (Airplay, "airplay"),
4566 (AntennaOff, "antenna-off"),
4567 (AntennaSignalTag, "antenna-signal-tag"),
4568 (AntennaSignal, "antenna-signal"),
4569 (Antenna, "antenna"),
4570 (BluetoothTag, "bluetooth-tag"),
4571 (Bluetooth, "bluetooth"),
4572 (CableTag, "cable-tag"),
4573 (DataTransferBoth, "data-transfer-both"),
4574 (DataTransferCheck, "data-transfer-check"),
4575 (DataTransferDown, "data-transfer-down"),
4576 (DataTransferUp, "data-transfer-up"),
4577 (DataTransferWarning, "data-transfer-warning"),
4578 (NetworkAlt, "network-alt"),
4579 (NetworkLeft, "network-left"),
4580 (NetworkRight, "network-right"),
4581 (Network, "network"),
4582 (PlugTypeA, "plug-type-a"),
4583 (PlugTypeC, "plug-type-c"),
4584 (PlugTypeG, "plug-type-g"),
4585 (PlugTypeL, "plug-type-l"),
4586 (PrivateWifi, "private-wifi"),
4587 (ServerConnection, "server-connection"),
4588 (Server, "server"),
4589 (Usb, "usb"),
4590 (WifiError, "wifi-error"),
4591 (WifiIssue, "wifi-issue"),
4592 (WifiOff, "wifi-off"),
4593 (WifiSignalNone, "wifi-signal-none"),
4594 (WifiTag, "wifi-tag"),
4595 (Wifi, "wifi"),
4596]);
4597make_icon_category!(transport, 24, "Transport", [
4598 (AirplaneHelixFourFivedeg, "airplane-helix-45deg"),
4599 (AirplaneHelix, "airplane-helix"),
4600 (AirplaneOff, "airplane-off"),
4601 (AirplaneRotation, "airplane-rotation"),
4602 (Airplane, "airplane"),
4603 (Bicycle, "bicycle"),
4604 (BusStop, "bus-stop"),
4605 (Bus, "bus"),
4606 (Car, "car"),
4607 (DeliveryTruck, "delivery-truck"),
4608 (Delivery, "delivery"),
4609 (DroneChargeFull, "drone-charge-full"),
4610 (DroneChargeHalf, "drone-charge-half"),
4611 (DroneChargeLow, "drone-charge-low"),
4612 (DroneCheck, "drone-check"),
4613 (DroneError, "drone-error"),
4614 (DroneLanding, "drone-landing"),
4615 (DroneRefresh, "drone-refresh"),
4616 (DroneTakeOff, "drone-take-off"),
4617 (Drone, "drone"),
4618 (EvChargeAlt, "ev-charge-alt"),
4619 (EvCharge, "ev-charge"),
4620 (EvPlugCharging, "ev-plug-charging"),
4621 (EvPlugError, "ev-plug-error"),
4622 (EvPlug, "ev-plug"),
4623 (EvStation, "ev-station"),
4624 (EvTag, "ev-tag"),
4625 (GasTankDrop, "gas-tank-drop"),
4626 (GasTank, "gas-tank"),
4627 (GreenBus, "green-bus"),
4628 (GreenTruck, "green-truck"),
4629 (GreenVehicle, "green-vehicle"),
4630 (HandBrake, "hand-brake"),
4631 (HotAirBalloon, "hot-air-balloon"),
4632 (Metro, "metro"),
4633 (Motorcycle, "motorcycle"),
4634 (PackageLock, "package-lock"),
4635 (Package, "package"),
4636 (Packages, "packages"),
4637 (Parking, "parking"),
4638 (Train, "train"),
4639 (Tram, "tram"),
4640 (TruckLength, "truck-length"),
4641 (Truck, "truck"),
4642]);
4643make_icon_category!(nature, 24, "Nature", [
4644 (AfricanTree, "african-tree"),
4645 (CleanWater, "clean-water"),
4646 (EcologyBook, "ecology-book"),
4647 (Leaf, "leaf"),
4648 (OrganicFoodSquare, "organic-food-square"),
4649 (OrganicFood, "organic-food"),
4650 (PineTree, "pine-tree"),
4651 (SoilAlt, "soil-alt"),
4652 (Soil, "soil"),
4653 (Tree, "tree"),
4654 (VeganCircle, "vegan-circle"),
4655 (VeganSquare, "vegan-square"),
4656 (Vegan, "vegan"),
4657 (WateringSoil, "watering-soil"),
4658]);
4659make_icon_category!(gaming, 24, "Gaming", [
4660 (Arcade, "arcade"),
4661 (ArcheryMatch, "archery-match"),
4662 (AugmentedReality, "augmented-reality"),
4663 (Bishop, "bishop"),
4664 (BrightCrown, "bright-crown"),
4665 (BrightStar, "bright-star"),
4666 (CrownCircle, "crown-circle"),
4667 (Crown, "crown"),
4668 (DiceFive, "dice-five"),
4669 (DiceFour, "dice-four"),
4670 (DiceOne, "dice-one"),
4671 (DiceSix, "dice-six"),
4672 (DiceThree, "dice-three"),
4673 (DiceTwo, "dice-two"),
4674 (Gamepad, "gamepad"),
4675 (HexagonDice, "hexagon-dice"),
4676 (NintendoSwitch, "nintendo-switch"),
4677 (Pacman, "pacman"),
4678 (PlaystationGamepad, "playstation-gamepad"),
4679 (Pokeball, "pokeball"),
4680 (Potion, "potion"),
4681 (Rook, "rook"),
4682 (Spades, "spades"),
4683 (Tournament, "tournament"),
4684 (XboxA, "xbox-a"),
4685 (XboxB, "xbox-b"),
4686 (XboxX, "xbox-x"),
4687 (XboxY, "xbox-y"),
4688]);
4689make_icon_category!(photos_and_videos, 24, "Photos and Videos", [
4690 (AddMediaImage, "add-media-image"),
4691 (AddMediaVideo, "add-media-video"),
4692 (AutoFlash, "auto-flash"),
4693 (AviFormat, "avi-format"),
4694 (Camera, "camera"),
4695 (ClosedCaptions, "closed-captions"),
4696 (Collapse, "collapse"),
4697 (Enlarge, "enlarge"),
4698 (Expand, "expand"),
4699 (FlashOff, "flash-off"),
4700 (Flash, "flash"),
4701 (FxTag, "fx-tag"),
4702 (Fx, "fx"),
4703 (GifFormat, "gif-format"),
4704 (HdDisplay, "hd-display"),
4705 (Hd, "hd"),
4706 (Hdr, "hdr"),
4707 (JpegFormat, "jpeg-format"),
4708 (JpgFormat, "jpg-format"),
4709 (MediaImageFolder, "media-image-folder"),
4710 (MediaImageList, "media-image-list"),
4711 (MediaImage, "media-image"),
4712 (MediaVideoFolder, "media-video-folder"),
4713 (MediaVideoList, "media-video-list"),
4714 (MediaVideo, "media-video"),
4715 (MpegFormat, "mpeg-format"),
4716 (PanoramaEnlarge, "panorama-enlarge"),
4717 (PanoramaReduce, "panorama-reduce"),
4718 (PngFormat, "png-format"),
4719 (RawFormat, "raw-format"),
4720 (Reduce, "reduce"),
4721 (RemoveMediaImage, "remove-media-image"),
4722 (RemoveMediaVideo, "remove-media-video"),
4723 (RotateCameraLeft, "rotate-camera-left"),
4724 (RotateCameraRight, "rotate-camera-right"),
4725 (Screenshot, "screenshot"),
4726 (SvgFormat, "svg-format"),
4727 (TifFormat, "tif-format"),
4728 (TiffFormat, "tiff-format"),
4729 (VideoCameraOff, "video-camera-off"),
4730 (VideoCamera, "video-camera"),
4731 (WebpFormat, "webp-format"),
4732]);
4733make_icon_category!(other, 24, "Other", [
4734 (Activity, "activity"),
4735 (AddSelection, "add-selection"),
4736 (Alarm, "alarm"),
4737 (BatteryIndicator, "battery-indicator"),
4738 (Clock, "clock"),
4739 (Compress, "compress"),
4740 (Copyright, "copyright"),
4741 (DashFlag, "dash-flag"),
4742 (DeCompress, "de-compress"),
4743 (Dialpad, "dialpad"),
4744 (DivideSelectionOne, "divide-selection-1"),
4745 (DivideSelectionTwo, "divide-selection-2"),
4746 (FileNotFound, "file-not-found"),
4747 (Gas, "gas"),
4748 (Gift, "gift"),
4749 (HalfMoon, "half-moon"),
4750 (Import, "import"),
4751 (Language, "language"),
4752 (Lifebelt, "lifebelt"),
4753 (Link, "link"),
4754 (Maximize, "maximize"),
4755 (NoLink, "no-link"),
4756 (Notes, "notes"),
4757 (PageFlip, "page-flip"),
4758 (QrCode, "qr-code"),
4759 (RemoveLink, "remove-link"),
4760 (RemoveSelection, "remove-selection"),
4761 (ScanQrCode, "scan-qr-code"),
4762 (Selection, "selection"),
4763 (Soap, "soap"),
4764 (Spark, "spark"),
4765 (Sparks, "sparks"),
4766 (TimerOff, "timer-off"),
4767 (Timer, "timer"),
4768 (Trademark, "trademark"),
4769 (Translate, "translate"),
4770 (TriangleFlagCircle, "triangle-flag-circle"),
4771 (TriangleFlagTwoStripes, "triangle-flag-two-stripes"),
4772 (TriangleFlag, "triangle-flag"),
4773 (WhiteFlag, "white-flag"),
4774]);
4775make_icon_category!(git, 24, "Git", [
4776 (Bitbucket, "bitbucket"),
4777 (GitBranch, "git-branch"),
4778 (GitCherryPickCommit, "git-cherry-pick-commit"),
4779 (GitCommand, "git-command"),
4780 (GitCommit, "git-commit"),
4781 (GitCompare, "git-compare"),
4782 (GitFork, "git-fork"),
4783 (GitMerge, "git-merge"),
4784 (GitPullRequestClosed, "git-pull-request-closed"),
4785 (GitPullRequest, "git-pull-request"),
4786 (GithubCircle, "github-circle"),
4787 (Github, "github"),
4788 (GitlabFull, "gitlab-full"),
4789 (Repository, "repository"),
4790]);
4791make_icon_category!(music, 24, "Music", [
4792 (AlbumCarousel, "album-carousel"),
4793 (AlbumList, "album-list"),
4794 (AlbumOpen, "album-open"),
4795 (Album, "album"),
4796 (BackwardOneFiveSeconds, "backward-15-seconds"),
4797 (CompactDisc, "compact-disc"),
4798 (ForwardOneFiveSeconds, "forward-15-seconds"),
4799 (Forward, "forward"),
4800 (HeadsetCharge, "headset-charge"),
4801 (HeadsetIssue, "headset-issue"),
4802 (Headset, "headset"),
4803 (Lullaby, "lullaby"),
4804 (MusicDoubleNoteAdd, "music-double-note-add"),
4805 (MusicDoubleNote, "music-double-note"),
4806 (MusicNoteAdd, "music-note-add"),
4807 (MusicNote, "music-note"),
4808 (Pause, "pause"),
4809 (Play, "play"),
4810 (PlaylistAdd, "playlist-add"),
4811 (PlaylistPlay, "playlist-play"),
4812 (Playlist, "playlist"),
4813 (RepeatOnce, "repeat-once"),
4814 (Repeat, "repeat"),
4815 (Rewind, "rewind"),
4816 (Shuffle, "shuffle"),
4817 (SkipNext, "skip-next"),
4818 (SkipPrev, "skip-prev"),
4819 (Spotify, "spotify"),
4820]);
4821make_icon_category!(buildings, 24, "Buildings", [
4822 (Balcony, "balcony"),
4823 (Bathroom, "bathroom"),
4824 (Building, "building"),
4825 (Cellar, "cellar"),
4826 (ChurchAlt, "church-alt"),
4827 (Church, "church"),
4828 (City, "city"),
4829 (Elevator, "elevator"),
4830 (Farm, "farm"),
4831 (Garage, "garage"),
4832 (Hospital, "hospital"),
4833 (HouseRooms, "house-rooms"),
4834 (Industry, "industry"),
4835 (Neighbourhood, "neighbourhood"),
4836 (OilIndustry, "oil-industry"),
4837 (Planimetry, "planimetry"),
4838 (ShopAlt, "shop-alt"),
4839 (Shop, "shop"),
4840 (SmallShopAlt, "small-shop-alt"),
4841 (SmallShop, "small-shop"),
4842 (Tunnel, "tunnel"),
4843]);
4844make_icon_category!(layout, 24, "Layout", [
4845 (TwoxTwoCell, "2x2-cell"),
4846 (CornerBottomLeft, "corner-bottom-left"),
4847 (CornerBottomRight, "corner-bottom-right"),
4848 (CornerTopLeft, "corner-top-left"),
4849 (CornerTopRight, "corner-top-right"),
4850 (GridAdd, "grid-add"),
4851 (GridMinus, "grid-minus"),
4852 (GridRemove, "grid-remove"),
4853 (LayoutLeft, "layout-left"),
4854 (LayoutRight, "layout-right"),
4855 (TableTwoColumns, "table-2-columns"),
4856 (TableRows, "table-rows"),
4857 (Table, "table"),
4858 (ViewColumnsTwo, "view-columns-2"),
4859 (ViewColumnsThree, "view-columns-3"),
4860 (ViewGrid, "view-grid"),
4861 (ViewStructureDown, "view-structure-down"),
4862 (ViewStructureUp, "view-structure-up"),
4863]);
4864make_icon_category!(users, 24, "Users", [
4865 (AddUser, "add-user"),
4866 (Community, "community"),
4867 (Group, "group"),
4868 (Learning, "learning"),
4869 (PeopleTag, "people-tag"),
4870 (ProfileCircle, "profile-circle"),
4871 (RemoveUser, "remove-user"),
4872 (UserCircle, "user-circle"),
4873 (UserCrown, "user-crown"),
4874 (UserLove, "user-love"),
4875 (UserSquare, "user-square"),
4876 (UserStar, "user-star"),
4877 (User, "user"),
4878 (VerifiedUser, "verified-user"),
4879]);
4880make_icon_category!(docs, 24, "Docs", [
4881 (AddFolder, "add-folder"),
4882 (AddPageAlt, "add-page-alt"),
4883 (AddPage, "add-page"),
4884 (Archive, "archive"),
4885 (Attachment, "attachment"),
4886 (DocSearchAlt, "doc-search-alt"),
4887 (DocSearch, "doc-search"),
4888 (DocStarAlt, "doc-star-alt"),
4889 (DocStar, "doc-star"),
4890 (EmptyPage, "empty-page"),
4891 (FolderAlert, "folder-alert"),
4892 (FolderSettings, "folder-settings"),
4893 (Folder, "folder"),
4894 (GoogleDocs, "google-docs"),
4895 (JournalPage, "journal-page"),
4896 (Journal, "journal"),
4897 (MultiplePagesAdd, "multiple-pages-add"),
4898 (MultiplePagesDelete, "multiple-pages-delete"),
4899 (MultiplePagesEmpty, "multiple-pages-empty"),
4900 (MultiplePagesRemove, "multiple-pages-remove"),
4901 (MultiplePages, "multiple-pages"),
4902 (PageEdit, "page-edit"),
4903 (PageSearch, "page-search"),
4904 (PageStar, "page-star"),
4905 (Page, "page"),
4906 (PrivacyPolicy, "privacy policy"),
4907 (RemoveFolder, "remove-folder"),
4908 (RemovePageAlt, "remove-page-alt"),
4909 (RemovePage, "remove-page"),
4910 (SubmitDocument, "submit-document"),
4911]);
4912make_icon_category!(health, 24, "Health", [
4913 (Donate, "donate"),
4914 (Female, "female"),
4915 (HealthShield, "health-shield"),
4916 (Healthcare, "healthcare"),
4917 (Heart, "heart"),
4918 (HomeHospital, "home-hospital"),
4919 (HospitalSign, "hospital-sign"),
4920 (Male, "male"),
4921 (NonBinary, "non-binary"),
4922 (PharmacyCrossCircle, "pharmacy-cross-circle"),
4923 (PharmacyCrossSquare, "pharmacy-cross-square"),
4924 (Stroller, "stroller"),
4925 (WeightAlt, "weight-alt"),
4926 (Weight, "weight"),
4927]);
4928make_icon_category!(animals, 24, "Animals", [
4929 (Fish, "fish"),
4930 (Jellyfish, "jellyfish"),
4931 (Wolf, "wolf"),
4932]);
4933make_icon_category!(design_tools, 24, "Design Tools", [
4934 (AddFrame, "add-frame"),
4935 (AddLens, "add-lens"),
4936 (AdobeAfterEffects, "adobe-after-effects"),
4937 (AdobeIllustrator, "adobe-illustrator"),
4938 (AdobeIndesign, "adobe-indesign"),
4939 (AdobeLightroom, "adobe-lightroom"),
4940 (AdobePhotoshop, "adobe-photoshop"),
4941 (AdobeXd, "adobe-xd"),
4942 (AlignBottomBox, "align-bottom-box"),
4943 (AlignLeftBox, "align-left-box"),
4944 (AlignRightBox, "align-right-box"),
4945 (AlignTopBox, "align-top-box"),
4946 (Axes, "axes"),
4947 (BorderBl, "border-bl"),
4948 (BorderBottom, "border-bottom"),
4949 (BorderBr, "border-br"),
4950 (BorderInner, "border-inner"),
4951 (BorderLeft, "border-left"),
4952 (BorderOut, "border-out"),
4953 (BorderRight, "border-right"),
4954 (BorderTl, "border-tl"),
4955 (BorderTop, "border-top"),
4956 (BorderTr, "border-tr"),
4957 (CenterAlign, "center-align"),
4958 (CollageFrame, "collage-frame"),
4959 (ColorFilter, "color-filter"),
4960 (ColorPickerEmpty, "color-picker-empty"),
4961 (ColorPicker, "color-picker"),
4962 (ColorWheel, "color-wheel"),
4963 (Combine, "combine"),
4964 (CompAlignBottom, "comp-align-bottom"),
4965 (CompAlignLeft, "comp-align-left"),
4966 (CompAlignRight, "comp-align-right"),
4967 (CompAlignTop, "comp-align-top"),
4968 (Component, "component"),
4969 (Copy, "copy"),
4970 (CropRotateBl, "crop-rotate-bl"),
4971 (CropRotateBr, "crop-rotate-br"),
4972 (CropRotateTl, "crop-rotate-tl"),
4973 (CropRotateTr, "crop-rotate-tr"),
4974 (Crop, "crop"),
4975 (CutAlt, "cut-alt"),
4976 (Cut, "cut"),
4977 (DesignNib, "design-nib"),
4978 (DesignPencil, "design-pencil"),
4979 (DropletHalf, "droplet-half"),
4980 (Droplet, "droplet"),
4981 (Exclude, "exclude"),
4982 (Figma, "figma"),
4983 (FillColor, "fill-color"),
4984 (FlipReverse, "flip-reverse"),
4985 (Flip, "flip"),
4986 (FrameAltEmpty, "frame-alt-empty"),
4987 (FrameAlt, "frame-alt"),
4988 (FrameSelect, "frame-select"),
4989 (FrameSimple, "frame-simple"),
4990 (FrameTool, "frame-tool"),
4991 (Frame, "frame"),
4992 (HorizDistributionLeft, "horiz-distribution-left"),
4993 (HorizDistributionRight, "horiz-distribution-right"),
4994 (IntersectAlt, "intersect-alt"),
4995 (Intersect, "intersect"),
4996 (Lens, "lens"),
4997 (MagicWand, "magic-wand"),
4998 (MaskSquare, "mask-square"),
4999 (MoveRuler, "move-ruler"),
5000 (PositionAlign, "position-align"),
5001 (PrecisionTool, "precision-tool"),
5002 (RemoveFrame, "remove-frame"),
5003 (RulerAdd, "ruler-add"),
5004 (RulerCombine, "ruler-combine"),
5005 (RulerRemove, "ruler-remove"),
5006 (Ruler, "ruler"),
5007 (ScaleFrameEnlarge, "scale-frame-enlarge"),
5008 (ScaleFrameReduce, "scale-frame-reduce"),
5009 (SelectiveTool, "selective-tool"),
5010 (StyleBorder, "style-border"),
5011 (Substract, "substract"),
5012 (UnionAlt, "union-alt"),
5013 (UnionHorizAlt, "union-horiz-alt"),
5014 (Union, "union"),
5015]);
5016make_icon_category!(food, 24, "Food", [
5017 (AppleHalfAlt, "apple-half-alt"),
5018 (AppleHalf, "apple-half"),
5019 (Apple, "apple"),
5020 (Bbq, "bbq"),
5021 (BreadSlice, "bread-slice"),
5022 (Chocolate, "chocolate"),
5023 (Clutery, "clutery"),
5024 (CoffeeCup, "coffee-cup"),
5025 (CrackedEgg, "cracked-egg"),
5026 (Egg, "egg"),
5027 (GlassEmpty, "glass-empty"),
5028 (GlassHalfAlt, "glass-half-alt"),
5029 (GlassHalf, "glass-half"),
5030 (OrangeHalf, "orange-half"),
5031 (OrangeSliceAlt, "orange-slice-alt"),
5032 (OrangeSlice, "orange-slice"),
5033 (PizzaSlice, "pizza-slice"),
5034]);
5035make_icon_category!(cloud, 24, "Cloud", [
5036 (CloudBookAlt, "cloud-book-alt"),
5037 (CloudCheck, "cloud-check"),
5038 (CloudDesync, "cloud-desync"),
5039 (CloudDownload, "cloud-download"),
5040 (CloudError, "cloud-error"),
5041 (CloudSync, "cloud-sync"),
5042 (CloudUpload, "cloud-upload"),
5043 (GoogleDriveCheck, "google-drive-check"),
5044 (GoogleDriveSync, "google-drive-sync"),
5045 (GoogleDriveWarning, "google-drive-warning"),
5046 (GoogleDrive, "google-drive"),
5047 (GoogleOne, "google-one"),
5048 (SettingsCloud, "settings-cloud"),
5049]);
5050make_icon_category!(tools, 24, "Tools", [
5051 (AngleTool, "angle-tool"),
5052 (Hammer, "hammer"),
5053 (Tools, "tools"),
5054 (Wrench, "wrench"),
5055]);
5056make_icon_category!(finance, 24, "Finance", [
5057 (AppleWallet, "apple-wallet"),
5058 (Bank, "bank"),
5059 (BitcoinCircle, "bitcoin-circle"),
5060 (BitcoinRotateOut, "bitcoin-rotate-out"),
5061 (CandlestickChart, "candlestick-chart"),
5062 (CardIssue, "card-issue"),
5063 (CardLocked, "card-locked"),
5064 (CardReader, "card-reader"),
5065 (CardSecurity, "card-security"),
5066 (CardWallet, "card-wallet"),
5067 (Cash, "cash"),
5068 (Coin, "coin"),
5069 (CoinsSwap, "coins-swap"),
5070 (Coins, "coins"),
5071 (Commodity, "commodity"),
5072 (Contactless, "contactless"),
5073 (CreditCard, "credit-card"),
5074 (CreditCards, "credit-cards"),
5075 (DogecoinCircle, "dogecoin-circle"),
5076 (DogecoinRotateOut, "dogecoin-rotate-out"),
5077 (Dollar, "dollar"),
5078 (EthereumCircle, "ethereum-circle"),
5079 (EthereumRotateOut, "ethereum-rotate-out"),
5080 (EuroSquare, "euro-square"),
5081 (Euro, "euro"),
5082 (HandCard, "hand-card"),
5083 (HandCash, "hand-cash"),
5084 (HandContactless, "hand-contactless"),
5085 (LitecoinCircle, "litecoin-circle"),
5086 (LitecoinRotateOut, "litecoin-rotate-out"),
5087 (LotOfCash, "lot-of-cash"),
5088 (MastercardCard, "mastercard-card"),
5089 (MoneySquare, "money-square"),
5090 (NoCoin, "no-coin"),
5091 (NoCreditCard, "no-credit-card"),
5092 (Paypal, "paypal"),
5093 (PercentRotateOut, "percent-rotate-out"),
5094 (PiggyBank, "piggy-bank"),
5095 (Pound, "pound"),
5096 (ReceiveDollars, "receive-dollars"),
5097 (ReceiveEuros, "receive-euros"),
5098 (ReceivePounds, "receive-pounds"),
5099 (ReceiveYens, "receive-yens"),
5100 (SafeArrowLeft, "safe-arrow-left"),
5101 (SafeArrowRight, "safe-arrow-right"),
5102 (SafeOpen, "safe-open"),
5103 (Safe, "safe"),
5104 (SendDollars, "send-dollars"),
5105 (SendEuros, "send-euros"),
5106 (SendPounds, "send-pounds"),
5107 (SendYens, "send-yens"),
5108 (Wallet, "wallet"),
5109 (YenSquare, "yen-square"),
5110 (Yen, "yen"),
5111]);
5112make_icon_category!(clothing, 24, "Clothing", [
5113 (Bag, "bag"),
5114 (BeachBagBig, "beach-bag-big"),
5115 (BeachBag, "beach-bag"),
5116 (Glasses, "glasses"),
5117 (Handbag, "handbag"),
5118 (Hat, "hat"),
5119 (HerSlips, "her-slips"),
5120 (LargeSuitcase, "large-suitcase"),
5121 (PantsAlt, "pants-alt"),
5122 (Pants, "pants"),
5123 (Sandals, "sandals"),
5124 (Scarf, "scarf"),
5125 (ShortPantsAlt, "short-pants-alt"),
5126 (ShortPants, "short-pants"),
5127 (TShirt, "t-shirt"),
5128 (UmbrellaFull, "umbrella-full"),
5129 (WomenTShirt, "women-t-shirt"),
5130]);
5131make_icon_category!(database, 24, "Database", [
5132 (AddDatabaseScript, "add-database-script"),
5133 (DatabaseBackup, "database-backup"),
5134 (DatabaseExport, "database-export"),
5135 (DatabaseMonitor, "database-monitor"),
5136 (DatabaseRestore, "database-restore"),
5137 (DatabaseScript, "database-script"),
5138 (DatabaseSettings, "database-settings"),
5139 (DatabaseStar, "database-star"),
5140 (DatabaseStats, "database-stats"),
5141 (DatabaseTag, "database-tag"),
5142 (DbCheck, "db-check"),
5143 (DbError, "db-error"),
5144 (DbSearch, "db-search"),
5145 (DbWarning, "db-warning"),
5146 (Db, "db"),
5147 (RemoveDatabaseScript, "remove-database-script"),
5148]);
5149make_icon_category!(shapes, 24, "Shapes", [
5150 (AddHexagon, "add-hexagon"),
5151 (Circle, "circle"),
5152 (Flare, "flare"),
5153 (Heptagon, "heptagon"),
5154 (HexagonAlt, "hexagon-alt"),
5155 (Hexagon, "hexagon"),
5156 (MinusHexagon, "minus-hexagon"),
5157 (Octagon, "octagon"),
5158 (Pentagon, "pentagon"),
5159 (Rhombus, "rhombus"),
5160 (Square, "square"),
5161 (Triangle, "triangle"),
5162]);
5163make_icon_category!(weather, 24, "Weather", [
5164 (CloudSunny, "cloud-sunny"),
5165 (Cloud, "cloud"),
5166 (DewPoint, "dew-point"),
5167 (Fog, "fog"),
5168 (HeavyRain, "heavy-rain"),
5169 (Rain, "rain"),
5170 (SnowFlake, "snow-flake"),
5171 (Snow, "snow"),
5172 (SunLight, "sun-light"),
5173 (TemperatureDown, "temperature-down"),
5174 (TemperatureHigh, "temperature-high"),
5175 (TemperatureLow, "temperature-low"),
5176 (TemperatureUp, "temperature-up"),
5177 (Thunderstorm, "thunderstorm"),
5178 (Wind, "wind"),
5179]);
5180make_icon_category!(editor, 24, "Editor", [
5181 (AlignCenter, "align-center"),
5182 (AlignJustify, "align-justify"),
5183 (AlignLeft, "align-left"),
5184 (AlignRight, "align-right"),
5185 (BoldSquare, "bold-square"),
5186 (Bold, "bold"),
5187 (CompressLines, "compress-lines"),
5188 (EditPencil, "edit-pencil"),
5189 (Edit, "edit"),
5190 (ExpandLines, "expand-lines"),
5191 (FontSize, "font-size"),
5192 (ItalicSquare, "italic-square"),
5193 (Italic, "italic"),
5194 (ListSelect, "list-select"),
5195 (List, "list"),
5196 (MissingFont, "missing-font"),
5197 (NumberedListLeft, "numbered-list-left"),
5198 (NumberedListRight, "numbered-list-right"),
5199 (ScissorAlt, "scissor-alt"),
5200 (Scissor, "scissor"),
5201 (SearchFont, "search-font"),
5202 (SortDown, "sort-down"),
5203 (SortUp, "sort-up"),
5204 (Sort, "sort"),
5205 (Strikethrough, "strikethrough"),
5206 (TaskList, "task-list"),
5207 (TextAlt, "text-alt"),
5208 (TextBox, "text-box"),
5209 (TextSize, "text-size"),
5210 (Text, "text"),
5211 (UnderlineSquare, "underline-square"),
5212 (Underline, "underline"),
5213]);
5214make_icon_category!(science, 24, "Science", [
5215 (Atom, "atom"),
5216 (BrainElectricity, "brain-electricity"),
5217 (BrainResearch, "brain-research"),
5218 (BrainWarning, "brain-warning"),
5219 (Brain, "brain"),
5220 (Carbon, "carbon"),
5221 (Cooling, "cooling"),
5222 (Depth, "depth"),
5223 (Diameter, "diameter"),
5224 (Dna, "dna"),
5225 (Flask, "flask"),
5226 (Fluorine, "fluorine"),
5227 (GraduationCap, "graduation-cap"),
5228 (Heating, "heating"),
5229 (Hydrogen, "hydrogen"),
5230 (Inclination, "inclination"),
5231 (Infinite, "infinite"),
5232 (MagnetEnergy, "magnet-energy"),
5233 (Magnet, "magnet"),
5234 (Microscope, "microscope"),
5235 (MoonSat, "moon-sat"),
5236 (Nitrogen, "nitrogen"),
5237 (Oxygen, "oxygen"),
5238 (PlanetAlt, "planet-alt"),
5239 (PlanetSat, "planet-sat"),
5240 (Planet, "planet"),
5241 (Radiation, "radiation"),
5242 (Radius, "radius"),
5243 (Rocket, "rocket"),
5244 (RoundFlask, "round-flask"),
5245 (RubikCube, "rubik-cube"),
5246 (SineWave, "sine-wave"),
5247 (SquareWave, "square-wave"),
5248 (TestTube, "test-tube"),
5249 (Vials, "vials"),
5250 (XCoordinate, "x-coordinate"),
5251 (YCoordinate, "y-coordinate"),
5252 (ZCoordinate, "z-coordinate"),
5253]);
5254make_icon_category!(no_category, 24, "NoCategory", [
5255 (ChatBubbleCheckOne, "chat-bubble-check-1"),
5256 (DbStar, "db-star"),
5257 (Fishing, "fishing"),
5258 (LongArrowRightUpOne, "long-arrow-right-up-1"),
5259 (MinusOne, "minus-1"),
5260]);
5261make_icon_category!(emojis, 24, "Emojis", [
5262 (EmojiBall, "emoji-ball"),
5263 (EmojiBlinkLeft, "emoji-blink-left"),
5264 (EmojiBlinkRight, "emoji-blink-right"),
5265 (EmojiLookDown, "emoji-look-down"),
5266 (EmojiLookLeft, "emoji-look-left"),
5267 (EmojiLookRight, "emoji-look-right"),
5268 (EmojiLookUp, "emoji-look-up"),
5269 (EmojiPuzzled, "emoji-puzzled"),
5270 (EmojiQuite, "emoji-quite"),
5271 (EmojiReally, "emoji-really"),
5272 (EmojiSad, "emoji-sad"),
5273 (EmojiSatisfied, "emoji-satisfied"),
5274 (EmojiSingLeftNote, "emoji-sing-left-note"),
5275 (EmojiSingLeft, "emoji-sing-left"),
5276 (EmojiSingRightNote, "emoji-sing-right-note"),
5277 (EmojiSingRight, "emoji-sing-right"),
5278 (EmojiSurpriseAlt, "emoji-surprise-alt"),
5279 (EmojiSurprise, "emoji-surprise"),
5280 (EmojiTalkingAngry, "emoji-talking-angry"),
5281 (EmojiTalkingHappy, "emoji-talking-happy"),
5282 (EmojiThinkLeft, "emoji-think-left"),
5283 (EmojiThinkRight, "emoji-think-right"),
5284 (Emoji, "emoji"),
5285]);
5286make_icon_category!(animations, 24, "Animations", [
5287 (AddKeyframeAlt, "add-keyframe-alt"),
5288 (AddKeyframe, "add-keyframe"),
5289 (AddKeyframes, "add-keyframes"),
5290 (BounceLeft, "bounce-left"),
5291 (BounceRight, "bounce-right"),
5292 (EaseCurveControlPoints, "ease-curve-control-points"),
5293 (EaseInControlPoint, "ease-in-control-point"),
5294 (EaseInOut, "ease-in-out"),
5295 (EaseIn, "ease-in"),
5296 (EaseOutControlPoint, "ease-out-control-point"),
5297 (EaseOut, "ease-out"),
5298 (KeyframeAlignCenter, "keyframe-align-center"),
5299 (KeyframeAlignHorizontal, "keyframe-align-horizontal"),
5300 (KeyframeAlignVertical, "keyframe-align-vertical"),
5301 (KeyframePosition, "keyframe-position"),
5302 (Keyframe, "keyframe"),
5303 (KeyframesCouple, "keyframes-couple"),
5304 (Keyframes, "keyframes"),
5305 (Linear, "linear"),
5306 (MoveDown, "move-down"),
5307 (MoveLeft, "move-left"),
5308 (MoveRight, "move-right"),
5309 (MoveUp, "move-up"),
5310 (RemoveKeyframeAlt, "remove-keyframe-alt"),
5311 (RemoveKeyframe, "remove-keyframe"),
5312 (RemoveKeyframes, "remove-keyframes"),
5313 (TransitionDown, "transition-down"),
5314 (TransitionLeft, "transition-left"),
5315 (TransitionRight, "transition-right"),
5316 (TransitionUp, "transition-up"),
5317]);
5318make_icon_category!(audio, 24, "Audio", [
5319 (MicAdd, "mic-add"),
5320 (MicCheck, "mic-check"),
5321 (MicMute, "mic-mute"),
5322 (MicRemove, "mic-remove"),
5323 (MicSpeaking, "mic-speaking"),
5324 (MicWarning, "mic-warning"),
5325 (Mic, "mic"),
5326 (SoundHigh, "sound-high"),
5327 (SoundLow, "sound-low"),
5328 (SoundMin, "sound-min"),
5329 (SoundOff, "sound-off"),
5330]);
5331make_icon_category!(system, 24, "System", [
5332 (AccessibilitySign, "accessibility-sign"),
5333 (AccessibilityTech, "accessibility-tech"),
5334 (Accessibility, "accessibility"),
5335 (AppWindow, "app-window"),
5336 (AppleMac, "apple-mac"),
5337 (AppleShortcuts, "apple-shortcuts"),
5338 (BatteryTwoFive, "battery-25"),
5339 (BatteryFiveZero, "battery-50"),
5340 (BatterySevenFive, "battery-75"),
5341 (BatteryCharging, "battery-charging"),
5342 (BatteryEmpty, "battery-empty"),
5343 (BatteryFull, "battery-full"),
5344 (BatteryWarning, "battery-warning"),
5345 (BinAdd, "bin-add"),
5346 (BinFull, "bin-full"),
5347 (BinHalf, "bin-half"),
5348 (BinMinus, "bin-minus"),
5349 (Bin, "bin"),
5350 (BrightnessWindow, "brightness-window"),
5351 (Brightness, "brightness"),
5352 (Calculator, "calculator"),
5353 (CalendarMinus, "calendar-minus"),
5354 (CalendarPlus, "calendar-plus"),
5355 (Calendar, "calendar"),
5356 (CheckWindow, "check-window"),
5357 (ControlSlider, "control-slider"),
5358 (Cookie, "cookie"),
5359 (CpuWarning, "cpu-warning"),
5360 (Cpu, "cpu"),
5361 (CursorPointer, "cursor-pointer"),
5362 (DashboardDots, "dashboard-dots"),
5363 (DashboardSpeed, "dashboard-speed"),
5364 (Dashboard, "dashboard"),
5365 (DownloadDataWindow, "download-data-window"),
5366 (Eject, "eject"),
5367 (EnergyUsageWindow, "energy-usage-window"),
5368 (ErrorWindow, "error-window"),
5369 (FavouriteWindow, "favourite-window"),
5370 (Finder, "finder"),
5371 (FingerprintWindow, "fingerprint-window"),
5372 (HalfCookie, "half-cookie"),
5373 (HeartArrowDown, "heart-arrow-down"),
5374 (InputField, "input-field"),
5375 (InputOutput, "input-output"),
5376 (IosSettings, "ios-settings"),
5377 (KeyCommand, "key-command"),
5378 (Linux, "linux"),
5379 (LockKey, "lock-key"),
5380 (LockedWindow, "locked-window"),
5381 (LogDenied, "log-denied"),
5382 (LogIn, "log-in"),
5383 (LogOut, "log-out"),
5384 (MacControlKey, "mac-control-key"),
5385 (MacDock, "mac-dock"),
5386 (MacOptionKey, "mac-option-key"),
5387 (MacOsWindow, "mac-os-window"),
5388 (MouseButtonLeft, "mouse-button-left"),
5389 (MouseButtonRight, "mouse-button-right"),
5390 (MouseScrollWheel, "mouse-scroll-wheel"),
5391 (MultiMacOsWindow, "multi-mac-os-window"),
5392 (MultiWindow, "multi-window"),
5393 (NewTab, "new-tab"),
5394 (NoAccessWindow, "no-access-window"),
5395 (NoBattery, "no-battery"),
5396 (OffTag, "off-tag"),
5397 (OnTag, "on-tag"),
5398 (PauseWindow, "pause-window"),
5399 (PcMouse, "pc-mouse"),
5400 (ReloadWindow, "reload-window"),
5401 (Safari, "safari"),
5402 (SearchEngine, "search-engine"),
5403 (SearchWindow, "search-window"),
5404 (SecureWindow, "secure-window"),
5405 (SelectWindow, "select-window"),
5406 (SettingsProfiles, "settings-profiles"),
5407 (Settings, "settings"),
5408 (SquareCursor, "square-cursor"),
5409 (SwitchOff, "switch-off"),
5410 (SwitchOn, "switch-on"),
5411 (SystemRestart, "system-restart"),
5412 (SystemShut, "system-shut"),
5413 (TerminalTag, "terminal-tag"),
5414 (Terminal, "terminal"),
5415 (Type, "type"),
5416 (UploadDataWindow, "upload-data-window"),
5417 (WarningWindow, "warning-window"),
5418 (WebWindowClose, "web-window-close"),
5419 (WebWindowEnergyConsumption, "web-window-energy-consumption"),
5420 (WebWindow, "web-window"),
5421 (Windows, "windows"),
5422]);
5423make_icon_category!(home, 24, "Home", [
5424 (AirConditioner, "air-conditioner"),
5425 (BedReady, "bed-ready"),
5426 (Bed, "bed"),
5427 (BoxIso, "box-iso"),
5428 (Box, "box"),
5429 (Closet, "closet"),
5430 (Crib, "crib"),
5431 (Desk, "desk"),
5432 (DimmerSwitch, "dimmer-switch"),
5433 (DirectorChair, "director-chair"),
5434 (Dishwasher, "dishwasher"),
5435 (DomoticIssue, "domotic-issue"),
5436 (Drawer, "drawer"),
5437 (Fridge, "fridge"),
5438 (GoogleHome, "google-home"),
5439 (HomeAltSlimHoriz, "home-alt-slim-horiz"),
5440 (HomeAltSlim, "home-alt-slim"),
5441 (HomeAlt, "home-alt"),
5442 (HomeSale, "home-sale"),
5443 (HomeSecure, "home-secure"),
5444 (HomeShield, "home-shield"),
5445 (HomeSimpleDoor, "home-simple-door"),
5446 (HomeSimple, "home-simple"),
5447 (HomeTable, "home-table"),
5448 (HomeTemperatureIn, "home-temperature-in"),
5449 (HomeTemperatureOut, "home-temperature-out"),
5450 (HomeUser, "home-user"),
5451 (Home, "home"),
5452 (Lamp, "lamp"),
5453 (LightBulbOff, "light-bulb-off"),
5454 (LightBulbOn, "light-bulb-on"),
5455 (LightBulb, "light-bulb"),
5456 (Mirror, "mirror"),
5457 (Pillow, "pillow"),
5458 (RoundedMirror, "rounded-mirror"),
5459 (SleeperChair, "sleeper-chair"),
5460 (SmallLampAlt, "small-lamp-alt"),
5461 (SmallLamp, "small-lamp"),
5462 (Sofa, "sofa"),
5463 (TwoSeaterSofa, "two-seater-sofa"),
5464 (Wash, "wash"),
5465 (WashingMachine, "washing-machine"),
5466]);
5467make_icon_category!(security, 24, "Security", [
5468 (HistoricShieldAlt, "historic-shield-alt"),
5469 (HistoricShield, "historic-shield"),
5470 (IpAddress, "ip-address"),
5471 (KeyAltBack, "key-alt-back"),
5472 (KeyAltMinus, "key-alt-minus"),
5473 (KeyAltPlus, "key-alt-plus"),
5474 (KeyAltRemove, "key-alt-remove"),
5475 (KeyAlt, "key-alt"),
5476 (Lock, "lock"),
5477 (NoLock, "no-lock"),
5478 (OpenVpn, "open-vpn"),
5479 (PasswordCursor, "password-cursor"),
5480 (PasswordError, "password-error"),
5481 (PasswordPass, "password-pass"),
5482 (PcCheck, "pc-check"),
5483 (PcFirewall, "pc-firewall"),
5484 (PcNoEntry, "pc-no-entry"),
5485 (PcWarning, "pc-warning"),
5486 (SecurityPass, "security-pass"),
5487 (ShieldAdd, "shield-add"),
5488 (ShieldAlert, "shield-alert"),
5489 (ShieldAlt, "shield-alt"),
5490 (ShieldBroken, "shield-broken"),
5491 (ShieldCheck, "shield-check"),
5492 (ShieldCross, "shield-cross"),
5493 (ShieldDownload, "shield-download"),
5494 (ShieldEye, "shield-eye"),
5495 (ShieldLoading, "shield-loading"),
5496 (ShieldMinus, "shield-minus"),
5497 (ShieldQuestion, "shield-question"),
5498 (ShieldSearch, "shield-search"),
5499 (ShieldUpload, "shield-upload"),
5500 (Shield, "shield"),
5501 (TowerCheck, "tower-check"),
5502 (TowerNoAccess, "tower-no-access"),
5503 (TowerWarning, "tower-warning"),
5504 (Tower, "tower"),
5505]);
5506make_icon_category!(devices, 24, "Devices", [
5507 (FourkDisplay, "4k-display"),
5508 (AppleImacTwoZeroTwoOneSide, "apple-imac-2021-side"),
5509 (AppleImacTwoZeroTwoOne, "apple-imac-2021"),
5510 (ArSymbol, "ar-symbol"),
5511 (ChromecastActive, "chromecast-active"),
5512 (Chromecast, "chromecast"),
5513 (Computer, "computer"),
5514 (HardDrive, "hard-drive"),
5515 (LaptopCharging, "laptop-charging"),
5516 (LaptopFix, "laptop-fix"),
5517 (LaptopIssue, "laptop-issue"),
5518 (Laptop, "laptop"),
5519 (Megaphone, "megaphone"),
5520 (ModernTvFourk, "modern-tv-4k"),
5521 (ModernTv, "modern-tv"),
5522 (PenConnectBluetooth, "pen-connect-bluetooth"),
5523 (PenConnectWifi, "pen-connect-wifi"),
5524 (PenTabletConnectUsb, "pen-tablet-connect-usb"),
5525 (PenTabletConnectWifi, "pen-tablet-connect-wifi"),
5526 (PenTablet, "pen-tablet"),
5527 (PrinterAlt, "printer-alt"),
5528 (Printer, "printer"),
5529 (PrintingPage, "printing-page"),
5530 (SaveFloppyDisk, "save-floppy-disk"),
5531 (SmartphoneDevice, "smartphone-device"),
5532 (TvFix, "tv-fix"),
5533 (TvIssue, "tv-issue"),
5534 (Tv, "tv"),
5535 (VideoProjector, "video-projector"),
5536 (VrSymbol, "vr-symbol"),
5537 (WarningHexagon, "warning-hexagon"),
5538 (Wristwatch, "wristwatch"),
5539]);
5540make_icon_category!(activities, 24, "Activities", [
5541 (OnestMedal, "1st-medal"),
5542 (Archery, "archery"),
5543 (ArrowArchery, "arrow-archery"),
5544 (BasketballAlt, "basketball-alt"),
5545 (BasketballField, "basketball-field"),
5546 (Basketball, "basketball"),
5547 (BirthdayCake, "birthday-cake"),
5548 (Bonfire, "bonfire"),
5549 (BookStack, "book-stack"),
5550 (Book, "book"),
5551 (BookmarkBook, "bookmark-book"),
5552 (BowlingBall, "bowling-ball"),
5553 (BoxingGlove, "boxing-glove"),
5554 (CinemaOld, "cinema-old"),
5555 (Cycling, "cycling"),
5556 (FavouriteBook, "favourite-book"),
5557 (FireFlame, "fire-flame"),
5558 (Flower, "flower"),
5559 (FootballBall, "football-ball"),
5560 (Football, "football"),
5561 (Golf, "golf"),
5562 (GraphDown, "graph-down"),
5563 (GraphUp, "graph-up"),
5564 (Gym, "gym"),
5565 (Hourglass, "hourglass"),
5566 (LeaderboardStar, "leaderboard-star"),
5567 (Leaderboard, "leaderboard"),
5568 (LockedBook, "locked-book"),
5569 (MathBook, "math-book"),
5570 (Medal, "medal"),
5571 (Movie, "movie"),
5572 (NoSmokingCircle, "no-smoking-circle"),
5573 (NoSmoking, "no-smoking"),
5574 (OpenBook, "open-book"),
5575 (Palette, "palette"),
5576 (PercentageCircle, "percentage-circle"),
5577 (PercentageSquare, "percentage-square"),
5578 (Percentage, "percentage"),
5579 (ReportColumns, "report-columns"),
5580 (Reports, "reports"),
5581 (Rings, "rings"),
5582 (Running, "running"),
5583 (SeaAndSun, "sea-and-sun"),
5584 (SeaWaves, "sea-waves"),
5585 (Skateboard, "skateboard"),
5586 (Skateboarding, "skateboarding"),
5587 (Smoking, "smoking"),
5588 (SoccerBall, "soccer-ball"),
5589 (StatDown, "stat-down"),
5590 (StatUp, "stat-up"),
5591 (StatsDownSquare, "stats-down-square"),
5592 (StatsReport, "stats-report"),
5593 (StatsUpSquare, "stats-up-square"),
5594 (Stretching, "stretching"),
5595 (Swimming, "swimming"),
5596 (TennisBallAlt, "tennis-ball-alt"),
5597 (TennisBall, "tennis-ball"),
5598 (Treadmill, "treadmill"),
5599 (Trekking, "trekking"),
5600 (Trophy, "trophy"),
5601 (Waist, "waist"),
5602 (Walking, "walking"),
5603 (Yoga, "yoga"),
5604]);
5605make_icon_category!(maps, 24, "Maps", [
5606 (ThreeSixZeroView, "360-view"),
5607 (AddPinAlt, "add-pin-alt"),
5608 (Gps, "gps"),
5609 (MapIssue, "map-issue"),
5610 (Map, "map"),
5611 (MapsArrowDiagonal, "maps-arrow-diagonal"),
5612 (MapsArrowIssue, "maps-arrow-issue"),
5613 (MapsArrow, "maps-arrow"),
5614 (MapsGoStraight, "maps-go-straight"),
5615 (MapsTurnBack, "maps-turn-back"),
5616 (MapsTurnLeft, "maps-turn-left"),
5617 (MapsTurnRight, "maps-turn-right"),
5618 (MinusPinAlt, "minus-pin-alt"),
5619 (NavigatorAlt, "navigator-alt"),
5620 (Navigator, "navigator"),
5621 (PinAlt, "pin-alt"),
5622 (Position, "position"),
5623 (RemovePinAlt, "remove-pin-alt"),
5624 (Suggestion, "suggestion"),
5625]);
5626make_icon_category!(three_d_editor, 24, "3D Editor", [
5627 (ThreedAddHole, "3d-add-hole"),
5628 (ThreedArcCenterPt, "3d-arc-center-pt"),
5629 (ThreedArc, "3d-arc"),
5630 (ThreedBridge, "3d-bridge"),
5631 (ThreedCenterBox, "3d-center-box"),
5632 (ThreedDraftFace, "3d-draft-face"),
5633 (ThreedEllipseThreePts, "3d-ellipse-three-pts"),
5634 (ThreedEllipse, "3d-ellipse"),
5635 (ThreedPtBox, "3d-pt-box"),
5636 (ThreedRectCornerToCorner, "3d-rect-corner-to-corner"),
5637 (ThreedRectFromCenter, "3d-rect-from-center"),
5638 (ThreedRectThreePts, "3d-rect-three-pts"),
5639 (ThreedSelectEdge, "3d-select-edge"),
5640 (ThreedSelectFace, "3d-select-face"),
5641 (ThreedSelectPoint, "3d-select-point"),
5642 (ThreedSelectSolid, "3d-select-solid"),
5643 (ThreedThreePtsBox, "3d-three-pts-box"),
5644 (BridgeSurface, "bridge-surface"),
5645 (ConstrainedSurface, "constrained-surface"),
5646 (CubeReplaceFace, "cube-replace-face"),
5647 (CurveArray, "curve-array"),
5648 (CutSolidWithCurve, "cut-solid-with-curve"),
5649 (Cylinder, "cylinder"),
5650 (Extrude, "extrude"),
5651 (FilletThreed, "fillet-3d"),
5652 (LoftThreed, "loft-3d"),
5653 (OnePointCircle, "one-point-circle"),
5654 (OrthogonalView, "orthogonal-view"),
5655 (PatchHolesThreed, "patch-holes-3d"),
5656 (PerspectiveView, "perspective-view"),
5657 (PipeThreed, "pipe-3d"),
5658 (ProjectCurveThreed, "project-curve-3d"),
5659 (SigmaFunction, "sigma-function"),
5660 (Sphere, "sphere"),
5661 (Spiral, "spiral"),
5662 (SweepThreed, "sweep-3d"),
5663 (ThreePointsCircle, "three-points-circle"),
5664 (TwoPointsCircle, "two-points-circle"),
5665 (UnjoinThreed, "unjoin-3d"),
5666 (XrayView, "xray-view"),
5667]);
5668make_icon_category!(actions, 24, "Actions", [
5669 (AddCircle, "add-circle"),
5670 (AddSquare, "add-square"),
5671 (Cancel, "cancel"),
5672 (CheckCircle, "check-circle"),
5673 (Check, "check"),
5674 (ClipboardCheck, "clipboard-check"),
5675 (DeleteCircle, "delete-circle"),
5676 (DoubleCheck, "double-check"),
5677 (DownloadCircle, "download-circle"),
5678 (DownloadSquare, "download-square"),
5679 (Download, "download"),
5680 (Erase, "erase"),
5681 (EyeAlt, "eye-alt"),
5682 (EyeClose, "eye-close"),
5683 (EyeEmpty, "eye-empty"),
5684 (EyeOff, "eye-off"),
5685 (HelpCircle, "help-circle"),
5686 (HelpSquare, "help-square"),
5687 (InfoEmpty, "info-empty"),
5688 (LineSpace, "line-space"),
5689 (LoadActionFloppy, "load-action-floppy"),
5690 (MenuScale, "menu-scale"),
5691 (Menu, "menu"),
5692 (MinusCircle, "minus-circle"),
5693 (MinusSquare, "minus-square"),
5694 (Minus, "minus"),
5695 (OpenInBrowser, "open-in-browser"),
5696 (OpenInWindow, "open-in-window"),
5697 (OpenNewWindow, "open-new-window"),
5698 (PasteClipboard, "paste-clipboard"),
5699 (Plus, "plus"),
5700 (Prohibition, "prohibition"),
5701 (QuestionMark, "question-mark"),
5702 (RedoAction, "redo-action"),
5703 (RedoCircle, "redo-circle"),
5704 (Redo, "redo"),
5705 (RefreshCircular, "refresh-circular"),
5706 (RefreshDouble, "refresh-double"),
5707 (Refresh, "refresh"),
5708 (RemoveSquare, "remove-square"),
5709 (Restart, "restart"),
5710 (SaveActionFloppy, "save-action-floppy"),
5711 (ShareAndroid, "share-android"),
5712 (ShareIos, "share-ios"),
5713 (Trash, "trash"),
5714 (UndoAction, "undo-action"),
5715 (UndoCircle, "undo-circle"),
5716 (Undo, "undo"),
5717 (UploadSquare, "upload-square"),
5718 (Upload, "upload"),
5719 (WarningCircle, "warning-circle"),
5720 (WarningSquare, "warning-square"),
5721 (WarningTriangle, "warning-triangle"),
5722 (WrapText, "wrap-text"),
5723]);
5724make_icon_category!(development, 24, "Development", [
5725 (AppleSwift, "apple-swift"),
5726 (Asana, "asana"),
5727 (CodeBracketsSquare, "code-brackets-square"),
5728 (CodeBrackets, "code-brackets"),
5729 (Code, "code"),
5730 (Codepen, "codepen"),
5731 (CreativeCommons, "creative-commons"),
5732 (CssThree, "css3"),
5733 (DevModeLaptop, "dev-mode-laptop"),
5734 (DevModePhone, "dev-mode-phone"),
5735 (Developer, "developer"),
5736 (ElectronicsChip, "electronics-chip"),
5737 (ElectronicsTransistor, "electronics-transistor"),
5738 (HtmlFive, "html5"),
5739 (Iconoir, "iconoir"),
5740 (KanbanBoard, "kanban-board"),
5741 (NpmSquare, "npm-square"),
5742 (Npm, "npm"),
5743 (Puzzle, "puzzle"),
5744 (Slash, "slash"),
5745 (Trello, "trello"),
5746 (UnityFive, "unity-5"),
5747 (Unity, "unity"),
5748 (VueJs, "vue-js"),
5749]);
5750make_icon_category!(business, 24, "Business", [
5751 (Agile, "agile"),
5752 (HighPriority, "high-priority"),
5753 (MediumPriority, "medium-priority"),
5754 (Okrs, "okrs"),
5755 (Presentation, "presentation"),
5756 (PriorityDown, "priority-down"),
5757 (PriorityUp, "priority-up"),
5758 (Strategy, "strategy"),
5759]);
5760make_icon_category!(social, 24, "Social", [
5761 (BehanceTag, "behance-tag"),
5762 (Behance, "behance"),
5763 (Discord, "discord"),
5764 (Dribbble, "dribbble"),
5765 (FacebookTag, "facebook-tag"),
5766 (Facebook, "facebook"),
5767 (GoogleCircle, "google-circle"),
5768 (Google, "google"),
5769 (Instagram, "instagram"),
5770 (Linkedin, "linkedin"),
5771 (Medium, "medium"),
5772 (Pinterest, "pinterest"),
5773 (Pocket, "pocket"),
5774 (RssFeedTag, "rss-feed-tag"),
5775 (RssFeed, "rss-feed"),
5776 (Snapchat, "snapchat"),
5777 (Stackoverflow, "stackoverflow"),
5778 (TelegramCircle, "telegram-circle"),
5779 (Telegram, "telegram"),
5780 (ThumbsDown, "thumbs-down"),
5781 (ThumbsUp, "thumbs-up"),
5782 (Tiktok, "tiktok"),
5783 (TwitterVerifiedBadge, "twitter-verified-badge"),
5784 (Twitter, "twitter"),
5785 (VerifiedBadge, "verified-badge"),
5786 (Yelp, "yelp"),
5787 (Youtube, "youtube"),
5788]);
5789make_icon_category!(identity, 24, "Identity", [
5790 (FaceId, "face-id"),
5791 (FingerprintCheckCircle, "fingerprint-check-circle"),
5792 (FingerprintCircle, "fingerprint-circle"),
5793 (FingerprintErrorCircle, "fingerprint-error-circle"),
5794 (FingerprintLockCircle, "fingerprint-lock-circle"),
5795 (FingerprintPhone, "fingerprint-phone"),
5796 (FingerprintScan, "fingerprint-scan"),
5797 (FingerprintSquare, "fingerprint-square"),
5798 (Fingerprint, "fingerprint"),
5799 (IrisScan, "iris-scan"),
5800 (Scanning, "scanning"),
5801 (UserScan, "user-scan"),
5802 (VoiceCircle, "voice-circle"),
5803 (VoiceError, "voice-error"),
5804 (VoiceLockCircle, "voice-lock-circle"),
5805 (VoiceOk, "voice-ok"),
5806 (VoicePhone, "voice-phone"),
5807 (VoiceScan, "voice-scan"),
5808 (VoiceSquare, "voice-square"),
5809 (Voice, "voice"),
5810]);
5811}
5813
5814#[cfg(feature = "32px")]
5815pub mod size32px {
5816use super::*;
5817
5818make_icon_category!(layout, 32, "Layout", [
5819 (TwoxTwoCell, "2x2-cell"),
5820 (CornerBottomLeft, "corner-bottom-left"),
5821 (CornerBottomRight, "corner-bottom-right"),
5822 (CornerTopLeft, "corner-top-left"),
5823 (CornerTopRight, "corner-top-right"),
5824 (GridAdd, "grid-add"),
5825 (GridMinus, "grid-minus"),
5826 (GridRemove, "grid-remove"),
5827 (LayoutLeft, "layout-left"),
5828 (LayoutRight, "layout-right"),
5829 (TableTwoColumns, "table-2-columns"),
5830 (TableRows, "table-rows"),
5831 (Table, "table"),
5832 (ViewColumnsTwo, "view-columns-2"),
5833 (ViewColumnsThree, "view-columns-3"),
5834 (ViewGrid, "view-grid"),
5835 (ViewStructureDown, "view-structure-down"),
5836 (ViewStructureUp, "view-structure-up"),
5837]);
5838make_icon_category!(cloud, 32, "Cloud", [
5839 (CloudBookAlt, "cloud-book-alt"),
5840 (CloudCheck, "cloud-check"),
5841 (CloudDesync, "cloud-desync"),
5842 (CloudDownload, "cloud-download"),
5843 (CloudError, "cloud-error"),
5844 (CloudSync, "cloud-sync"),
5845 (CloudUpload, "cloud-upload"),
5846 (GoogleDriveCheck, "google-drive-check"),
5847 (GoogleDriveSync, "google-drive-sync"),
5848 (GoogleDriveWarning, "google-drive-warning"),
5849 (GoogleDrive, "google-drive"),
5850 (GoogleOne, "google-one"),
5851 (SettingsCloud, "settings-cloud"),
5852]);
5853make_icon_category!(finance, 32, "Finance", [
5854 (AppleWallet, "apple-wallet"),
5855 (Bank, "bank"),
5856 (BitcoinCircle, "bitcoin-circle"),
5857 (BitcoinRotateOut, "bitcoin-rotate-out"),
5858 (CandlestickChart, "candlestick-chart"),
5859 (CardIssue, "card-issue"),
5860 (CardLocked, "card-locked"),
5861 (CardReader, "card-reader"),
5862 (CardSecurity, "card-security"),
5863 (CardWallet, "card-wallet"),
5864 (Cash, "cash"),
5865 (Coin, "coin"),
5866 (CoinsSwap, "coins-swap"),
5867 (Coins, "coins"),
5868 (Commodity, "commodity"),
5869 (Contactless, "contactless"),
5870 (CreditCard, "credit-card"),
5871 (CreditCards, "credit-cards"),
5872 (DogecoinCircle, "dogecoin-circle"),
5873 (DogecoinRotateOut, "dogecoin-rotate-out"),
5874 (Dollar, "dollar"),
5875 (EthereumCircle, "ethereum-circle"),
5876 (EthereumRotateOut, "ethereum-rotate-out"),
5877 (EuroSquare, "euro-square"),
5878 (Euro, "euro"),
5879 (HandCard, "hand-card"),
5880 (HandCash, "hand-cash"),
5881 (HandContactless, "hand-contactless"),
5882 (LitecoinCircle, "litecoin-circle"),
5883 (LitecoinRotateOut, "litecoin-rotate-out"),
5884 (LotOfCash, "lot-of-cash"),
5885 (MastercardCard, "mastercard-card"),
5886 (MoneySquare, "money-square"),
5887 (NoCoin, "no-coin"),
5888 (NoCreditCard, "no-credit-card"),
5889 (Paypal, "paypal"),
5890 (PercentRotateOut, "percent-rotate-out"),
5891 (PiggyBank, "piggy-bank"),
5892 (Pound, "pound"),
5893 (ReceiveDollars, "receive-dollars"),
5894 (ReceiveEuros, "receive-euros"),
5895 (ReceivePounds, "receive-pounds"),
5896 (ReceiveYens, "receive-yens"),
5897 (SafeArrowLeft, "safe-arrow-left"),
5898 (SafeArrowRight, "safe-arrow-right"),
5899 (SafeOpen, "safe-open"),
5900 (Safe, "safe"),
5901 (SendDollars, "send-dollars"),
5902 (SendEuros, "send-euros"),
5903 (SendPounds, "send-pounds"),
5904 (SendYens, "send-yens"),
5905 (Wallet, "wallet"),
5906 (YenSquare, "yen-square"),
5907 (Yen, "yen"),
5908]);
5909make_icon_category!(shopping, 32, "Shopping", [
5910 (AddToCart, "add-to-cart"),
5911 (ArrowsUpFromLine, "arrows-up-from-line"),
5912 (Barcode, "barcode"),
5913 (CartAlt, "cart-alt"),
5914 (Cart, "cart"),
5915 (ClockRotateRight, "clock-rotate-right"),
5916 (Consumable, "consumable"),
5917 (GlassFragile, "glass-fragile"),
5918 (RemoveFromCart, "remove-from-cart"),
5919 (ScanBarcode, "scan-barcode"),
5920 (ShoppingBagAdd, "shopping-bag-add"),
5921 (ShoppingBagAlt, "shopping-bag-alt"),
5922 (ShoppingBagArrowDown, "shopping-bag-arrow-down"),
5923 (ShoppingBagArrowUp, "shopping-bag-arrow-up"),
5924 (ShoppingBagCheck, "shopping-bag-check"),
5925 (ShoppingBagIssue, "shopping-bag-issue"),
5926 (ShoppingBagRemove, "shopping-bag-remove"),
5927 (ShoppingBag, "shopping-bag"),
5928 (ShoppingCodeCheck, "shopping-code-check"),
5929 (ShoppingCodeError, "shopping-code-error"),
5930 (ShoppingCode, "shopping-code"),
5931 (SimpleCart, "simple-cart"),
5932 (UserBag, "user-bag"),
5933 (UserCart, "user-cart"),
5934]);
5935make_icon_category!(food, 32, "Food", [
5936 (AppleHalfAlt, "apple-half-alt"),
5937 (AppleHalf, "apple-half"),
5938 (Apple, "apple"),
5939 (Bbq, "bbq"),
5940 (BreadSlice, "bread-slice"),
5941 (Chocolate, "chocolate"),
5942 (Clutery, "clutery"),
5943 (CoffeeCup, "coffee-cup"),
5944 (CrackedEgg, "cracked-egg"),
5945 (Egg, "egg"),
5946 (GlassEmpty, "glass-empty"),
5947 (GlassHalfAlt, "glass-half-alt"),
5948 (GlassHalf, "glass-half"),
5949 (OrangeHalf, "orange-half"),
5950 (OrangeSliceAlt, "orange-slice-alt"),
5951 (OrangeSlice, "orange-slice"),
5952 (PizzaSlice, "pizza-slice"),
5953]);
5954make_icon_category!(audio, 32, "Audio", [
5955 (MicAdd, "mic-add"),
5956 (MicCheck, "mic-check"),
5957 (MicMute, "mic-mute"),
5958 (MicRemove, "mic-remove"),
5959 (MicSpeaking, "mic-speaking"),
5960 (MicWarning, "mic-warning"),
5961 (Mic, "mic"),
5962 (SoundHigh, "sound-high"),
5963 (SoundLow, "sound-low"),
5964 (SoundMin, "sound-min"),
5965 (SoundOff, "sound-off"),
5966]);
5967make_icon_category!(animals, 32, "Animals", [
5968 (Fish, "fish"),
5969 (Jellyfish, "jellyfish"),
5970 (Wolf, "wolf"),
5971]);
5972make_icon_category!(clothing, 32, "Clothing", [
5973 (Bag, "bag"),
5974 (BeachBagBig, "beach-bag-big"),
5975 (BeachBag, "beach-bag"),
5976 (Glasses, "glasses"),
5977 (Handbag, "handbag"),
5978 (Hat, "hat"),
5979 (HerSlips, "her-slips"),
5980 (LargeSuitcase, "large-suitcase"),
5981 (PantsAlt, "pants-alt"),
5982 (Pants, "pants"),
5983 (Sandals, "sandals"),
5984 (Scarf, "scarf"),
5985 (ShortPantsAlt, "short-pants-alt"),
5986 (ShortPants, "short-pants"),
5987 (TShirt, "t-shirt"),
5988 (UmbrellaFull, "umbrella-full"),
5989 (WomenTShirt, "women-t-shirt"),
5990]);
5991make_icon_category!(git, 32, "Git", [
5992 (Bitbucket, "bitbucket"),
5993 (GitBranch, "git-branch"),
5994 (GitCherryPickCommit, "git-cherry-pick-commit"),
5995 (GitCommand, "git-command"),
5996 (GitCommit, "git-commit"),
5997 (GitCompare, "git-compare"),
5998 (GitFork, "git-fork"),
5999 (GitMerge, "git-merge"),
6000 (GitPullRequestClosed, "git-pull-request-closed"),
6001 (GitPullRequest, "git-pull-request"),
6002 (GithubCircle, "github-circle"),
6003 (Github, "github"),
6004 (GitlabFull, "gitlab-full"),
6005 (Repository, "repository"),
6006]);
6007make_icon_category!(gestures, 32, "Gestures", [
6008 (DragHandGesture, "drag-hand-gesture"),
6009 (OneFingerSelectHandGesture, "one-finger-select-hand-gesture"),
6010 (OpenSelectHandGesture, "open-select-hand-gesture"),
6011 (PeaceHand, "peace-hand"),
6012 (ReminderHandGesture, "reminder-hand-gesture"),
6013 (SingleTapGesture, "single-tap-gesture"),
6014 (SpockHandGesture, "spock-hand-gesture"),
6015 (SwipeDownGesture, "swipe-down-gesture"),
6016 (SwipeLeftGesture, "swipe-left-gesture"),
6017 (SwipeRightGesture, "swipe-right-gesture"),
6018 (SwipeTwoFingersDownGesture, "swipe-two-fingers-down-gesture"),
6019 (SwipeTwoFingersLeftGesture, "swipe-two-fingers-left-gesture"),
6020 (SwipeTwoFingersRightGesture, "swipe-two-fingers-right-gesture"),
6021 (SwipeTwoFingersUpGesture, "swipe-two-fingers-up-gesture"),
6022 (SwipeUpGesture, "swipe-up-gesture"),
6023]);
6024make_icon_category!(devices, 32, "Devices", [
6025 (FourkDisplay, "4k-display"),
6026 (AppleImacTwoZeroTwoOneSide, "apple-imac-2021-side"),
6027 (AppleImacTwoZeroTwoOne, "apple-imac-2021"),
6028 (ArSymbol, "ar-symbol"),
6029 (ChromecastActive, "chromecast-active"),
6030 (Chromecast, "chromecast"),
6031 (Computer, "computer"),
6032 (HardDrive, "hard-drive"),
6033 (LaptopCharging, "laptop-charging"),
6034 (LaptopFix, "laptop-fix"),
6035 (LaptopIssue, "laptop-issue"),
6036 (Laptop, "laptop"),
6037 (Megaphone, "megaphone"),
6038 (ModernTvFourk, "modern-tv-4k"),
6039 (ModernTv, "modern-tv"),
6040 (PenConnectBluetooth, "pen-connect-bluetooth"),
6041 (PenConnectWifi, "pen-connect-wifi"),
6042 (PenTabletConnectUsb, "pen-tablet-connect-usb"),
6043 (PenTabletConnectWifi, "pen-tablet-connect-wifi"),
6044 (PenTablet, "pen-tablet"),
6045 (PrinterAlt, "printer-alt"),
6046 (Printer, "printer"),
6047 (PrintingPage, "printing-page"),
6048 (SaveFloppyDisk, "save-floppy-disk"),
6049 (SmartphoneDevice, "smartphone-device"),
6050 (TvFix, "tv-fix"),
6051 (TvIssue, "tv-issue"),
6052 (Tv, "tv"),
6053 (VideoProjector, "video-projector"),
6054 (VrSymbol, "vr-symbol"),
6055 (WarningHexagon, "warning-hexagon"),
6056 (Wristwatch, "wristwatch"),
6057]);
6058make_icon_category!(photos_and_videos, 32, "Photos and Videos", [
6059 (AddMediaImage, "add-media-image"),
6060 (AddMediaVideo, "add-media-video"),
6061 (AutoFlash, "auto-flash"),
6062 (AviFormat, "avi-format"),
6063 (Camera, "camera"),
6064 (ClosedCaptions, "closed-captions"),
6065 (Collapse, "collapse"),
6066 (Enlarge, "enlarge"),
6067 (Expand, "expand"),
6068 (FlashOff, "flash-off"),
6069 (Flash, "flash"),
6070 (FxTag, "fx-tag"),
6071 (Fx, "fx"),
6072 (GifFormat, "gif-format"),
6073 (HdDisplay, "hd-display"),
6074 (Hd, "hd"),
6075 (Hdr, "hdr"),
6076 (JpegFormat, "jpeg-format"),
6077 (JpgFormat, "jpg-format"),
6078 (MediaImageFolder, "media-image-folder"),
6079 (MediaImageList, "media-image-list"),
6080 (MediaImage, "media-image"),
6081 (MediaVideoFolder, "media-video-folder"),
6082 (MediaVideoList, "media-video-list"),
6083 (MediaVideo, "media-video"),
6084 (MpegFormat, "mpeg-format"),
6085 (PanoramaEnlarge, "panorama-enlarge"),
6086 (PanoramaReduce, "panorama-reduce"),
6087 (PngFormat, "png-format"),
6088 (RawFormat, "raw-format"),
6089 (Reduce, "reduce"),
6090 (RemoveMediaImage, "remove-media-image"),
6091 (RemoveMediaVideo, "remove-media-video"),
6092 (RotateCameraLeft, "rotate-camera-left"),
6093 (RotateCameraRight, "rotate-camera-right"),
6094 (Screenshot, "screenshot"),
6095 (SvgFormat, "svg-format"),
6096 (TifFormat, "tif-format"),
6097 (TiffFormat, "tiff-format"),
6098 (VideoCameraOff, "video-camera-off"),
6099 (VideoCamera, "video-camera"),
6100 (WebpFormat, "webp-format"),
6101]);
6102make_icon_category!(development, 32, "Development", [
6103 (AppleSwift, "apple-swift"),
6104 (Asana, "asana"),
6105 (CodeBracketsSquare, "code-brackets-square"),
6106 (CodeBrackets, "code-brackets"),
6107 (Code, "code"),
6108 (Codepen, "codepen"),
6109 (CreativeCommons, "creative-commons"),
6110 (CssThree, "css3"),
6111 (DevModeLaptop, "dev-mode-laptop"),
6112 (DevModePhone, "dev-mode-phone"),
6113 (Developer, "developer"),
6114 (ElectronicsChip, "electronics-chip"),
6115 (ElectronicsTransistor, "electronics-transistor"),
6116 (HtmlFive, "html5"),
6117 (Iconoir, "iconoir"),
6118 (KanbanBoard, "kanban-board"),
6119 (NpmSquare, "npm-square"),
6120 (Npm, "npm"),
6121 (Puzzle, "puzzle"),
6122 (Slash, "slash"),
6123 (Trello, "trello"),
6124 (UnityFive, "unity-5"),
6125 (Unity, "unity"),
6126 (VueJs, "vue-js"),
6127]);
6128make_icon_category!(animations, 32, "Animations", [
6129 (AddKeyframeAlt, "add-keyframe-alt"),
6130 (AddKeyframe, "add-keyframe"),
6131 (AddKeyframes, "add-keyframes"),
6132 (BounceLeft, "bounce-left"),
6133 (BounceRight, "bounce-right"),
6134 (EaseCurveControlPoints, "ease-curve-control-points"),
6135 (EaseInControlPoint, "ease-in-control-point"),
6136 (EaseInOut, "ease-in-out"),
6137 (EaseIn, "ease-in"),
6138 (EaseOutControlPoint, "ease-out-control-point"),
6139 (EaseOut, "ease-out"),
6140 (KeyframeAlignCenter, "keyframe-align-center"),
6141 (KeyframeAlignHorizontal, "keyframe-align-horizontal"),
6142 (KeyframeAlignVertical, "keyframe-align-vertical"),
6143 (KeyframePosition, "keyframe-position"),
6144 (Keyframe, "keyframe"),
6145 (KeyframesCouple, "keyframes-couple"),
6146 (Keyframes, "keyframes"),
6147 (Linear, "linear"),
6148 (MoveDown, "move-down"),
6149 (MoveLeft, "move-left"),
6150 (MoveRight, "move-right"),
6151 (MoveUp, "move-up"),
6152 (RemoveKeyframeAlt, "remove-keyframe-alt"),
6153 (RemoveKeyframe, "remove-keyframe"),
6154 (RemoveKeyframes, "remove-keyframes"),
6155 (TransitionDown, "transition-down"),
6156 (TransitionLeft, "transition-left"),
6157 (TransitionRight, "transition-right"),
6158 (TransitionUp, "transition-up"),
6159]);
6160make_icon_category!(music, 32, "Music", [
6161 (AlbumCarousel, "album-carousel"),
6162 (AlbumList, "album-list"),
6163 (AlbumOpen, "album-open"),
6164 (Album, "album"),
6165 (BackwardOneFiveSeconds, "backward-15-seconds"),
6166 (CompactDisc, "compact-disc"),
6167 (ForwardOneFiveSeconds, "forward-15-seconds"),
6168 (Forward, "forward"),
6169 (HeadsetCharge, "headset-charge"),
6170 (HeadsetIssue, "headset-issue"),
6171 (Headset, "headset"),
6172 (Lullaby, "lullaby"),
6173 (MusicDoubleNoteAdd, "music-double-note-add"),
6174 (MusicDoubleNote, "music-double-note"),
6175 (MusicNoteAdd, "music-note-add"),
6176 (MusicNote, "music-note"),
6177 (Pause, "pause"),
6178 (Play, "play"),
6179 (PlaylistAdd, "playlist-add"),
6180 (PlaylistPlay, "playlist-play"),
6181 (Playlist, "playlist"),
6182 (RepeatOnce, "repeat-once"),
6183 (Repeat, "repeat"),
6184 (Rewind, "rewind"),
6185 (Shuffle, "shuffle"),
6186 (SkipNext, "skip-next"),
6187 (SkipPrev, "skip-prev"),
6188 (Spotify, "spotify"),
6189]);
6190make_icon_category!(system, 32, "System", [
6191 (AccessibilitySign, "accessibility-sign"),
6192 (AccessibilityTech, "accessibility-tech"),
6193 (Accessibility, "accessibility"),
6194 (AppWindow, "app-window"),
6195 (AppleMac, "apple-mac"),
6196 (AppleShortcuts, "apple-shortcuts"),
6197 (BatteryTwoFive, "battery-25"),
6198 (BatteryFiveZero, "battery-50"),
6199 (BatterySevenFive, "battery-75"),
6200 (BatteryCharging, "battery-charging"),
6201 (BatteryEmpty, "battery-empty"),
6202 (BatteryFull, "battery-full"),
6203 (BatteryWarning, "battery-warning"),
6204 (BinAdd, "bin-add"),
6205 (BinFull, "bin-full"),
6206 (BinHalf, "bin-half"),
6207 (BinMinus, "bin-minus"),
6208 (Bin, "bin"),
6209 (BrightnessWindow, "brightness-window"),
6210 (Brightness, "brightness"),
6211 (Calculator, "calculator"),
6212 (CalendarMinus, "calendar-minus"),
6213 (CalendarPlus, "calendar-plus"),
6214 (Calendar, "calendar"),
6215 (CheckWindow, "check-window"),
6216 (ControlSlider, "control-slider"),
6217 (Cookie, "cookie"),
6218 (CpuWarning, "cpu-warning"),
6219 (Cpu, "cpu"),
6220 (CursorPointer, "cursor-pointer"),
6221 (DashboardDots, "dashboard-dots"),
6222 (DashboardSpeed, "dashboard-speed"),
6223 (Dashboard, "dashboard"),
6224 (DownloadDataWindow, "download-data-window"),
6225 (Eject, "eject"),
6226 (EnergyUsageWindow, "energy-usage-window"),
6227 (ErrorWindow, "error-window"),
6228 (FavouriteWindow, "favourite-window"),
6229 (Finder, "finder"),
6230 (FingerprintWindow, "fingerprint-window"),
6231 (HalfCookie, "half-cookie"),
6232 (HeartArrowDown, "heart-arrow-down"),
6233 (InputField, "input-field"),
6234 (InputOutput, "input-output"),
6235 (IosSettings, "ios-settings"),
6236 (KeyCommand, "key-command"),
6237 (Linux, "linux"),
6238 (LockKey, "lock-key"),
6239 (LockedWindow, "locked-window"),
6240 (LogDenied, "log-denied"),
6241 (LogIn, "log-in"),
6242 (LogOut, "log-out"),
6243 (MacControlKey, "mac-control-key"),
6244 (MacDock, "mac-dock"),
6245 (MacOptionKey, "mac-option-key"),
6246 (MacOsWindow, "mac-os-window"),
6247 (MouseButtonLeft, "mouse-button-left"),
6248 (MouseButtonRight, "mouse-button-right"),
6249 (MouseScrollWheel, "mouse-scroll-wheel"),
6250 (MultiMacOsWindow, "multi-mac-os-window"),
6251 (MultiWindow, "multi-window"),
6252 (NewTab, "new-tab"),
6253 (NoAccessWindow, "no-access-window"),
6254 (NoBattery, "no-battery"),
6255 (OffTag, "off-tag"),
6256 (OnTag, "on-tag"),
6257 (PauseWindow, "pause-window"),
6258 (PcMouse, "pc-mouse"),
6259 (ReloadWindow, "reload-window"),
6260 (Safari, "safari"),
6261 (SearchEngine, "search-engine"),
6262 (SearchWindow, "search-window"),
6263 (SecureWindow, "secure-window"),
6264 (SelectWindow, "select-window"),
6265 (SettingsProfiles, "settings-profiles"),
6266 (Settings, "settings"),
6267 (SquareCursor, "square-cursor"),
6268 (SwitchOff, "switch-off"),
6269 (SwitchOn, "switch-on"),
6270 (SystemRestart, "system-restart"),
6271 (SystemShut, "system-shut"),
6272 (TerminalTag, "terminal-tag"),
6273 (Terminal, "terminal"),
6274 (Type, "type"),
6275 (UploadDataWindow, "upload-data-window"),
6276 (WarningWindow, "warning-window"),
6277 (WebWindowClose, "web-window-close"),
6278 (WebWindowEnergyConsumption, "web-window-energy-consumption"),
6279 (WebWindow, "web-window"),
6280 (Windows, "windows"),
6281]);
6282make_icon_category!(actions, 32, "Actions", [
6283 (AddCircle, "add-circle"),
6284 (AddSquare, "add-square"),
6285 (Cancel, "cancel"),
6286 (CheckCircle, "check-circle"),
6287 (Check, "check"),
6288 (ClipboardCheck, "clipboard-check"),
6289 (DeleteCircle, "delete-circle"),
6290 (DoubleCheck, "double-check"),
6291 (DownloadCircle, "download-circle"),
6292 (DownloadSquare, "download-square"),
6293 (Download, "download"),
6294 (Erase, "erase"),
6295 (EyeAlt, "eye-alt"),
6296 (EyeClose, "eye-close"),
6297 (EyeEmpty, "eye-empty"),
6298 (EyeOff, "eye-off"),
6299 (HelpCircle, "help-circle"),
6300 (HelpSquare, "help-square"),
6301 (InfoEmpty, "info-empty"),
6302 (LineSpace, "line-space"),
6303 (LoadActionFloppy, "load-action-floppy"),
6304 (MenuScale, "menu-scale"),
6305 (Menu, "menu"),
6306 (MinusCircle, "minus-circle"),
6307 (MinusSquare, "minus-square"),
6308 (Minus, "minus"),
6309 (OpenInBrowser, "open-in-browser"),
6310 (OpenInWindow, "open-in-window"),
6311 (OpenNewWindow, "open-new-window"),
6312 (PasteClipboard, "paste-clipboard"),
6313 (Plus, "plus"),
6314 (Prohibition, "prohibition"),
6315 (QuestionMark, "question-mark"),
6316 (RedoAction, "redo-action"),
6317 (RedoCircle, "redo-circle"),
6318 (Redo, "redo"),
6319 (RefreshCircular, "refresh-circular"),
6320 (RefreshDouble, "refresh-double"),
6321 (Refresh, "refresh"),
6322 (RemoveSquare, "remove-square"),
6323 (Restart, "restart"),
6324 (SaveActionFloppy, "save-action-floppy"),
6325 (ShareAndroid, "share-android"),
6326 (ShareIos, "share-ios"),
6327 (Trash, "trash"),
6328 (UndoAction, "undo-action"),
6329 (UndoCircle, "undo-circle"),
6330 (Undo, "undo"),
6331 (UploadSquare, "upload-square"),
6332 (Upload, "upload"),
6333 (WarningCircle, "warning-circle"),
6334 (WarningSquare, "warning-square"),
6335 (WarningTriangle, "warning-triangle"),
6336 (WrapText, "wrap-text"),
6337]);
6338make_icon_category!(database, 32, "Database", [
6339 (AddDatabaseScript, "add-database-script"),
6340 (DatabaseBackup, "database-backup"),
6341 (DatabaseExport, "database-export"),
6342 (DatabaseMonitor, "database-monitor"),
6343 (DatabaseRestore, "database-restore"),
6344 (DatabaseScript, "database-script"),
6345 (DatabaseSettings, "database-settings"),
6346 (DatabaseStar, "database-star"),
6347 (DatabaseStats, "database-stats"),
6348 (DatabaseTag, "database-tag"),
6349 (DbCheck, "db-check"),
6350 (DbError, "db-error"),
6351 (DbSearch, "db-search"),
6352 (DbWarning, "db-warning"),
6353 (Db, "db"),
6354 (RemoveDatabaseScript, "remove-database-script"),
6355]);
6356make_icon_category!(docs, 32, "Docs", [
6357 (AddFolder, "add-folder"),
6358 (AddPageAlt, "add-page-alt"),
6359 (AddPage, "add-page"),
6360 (Archive, "archive"),
6361 (Attachment, "attachment"),
6362 (DocSearchAlt, "doc-search-alt"),
6363 (DocSearch, "doc-search"),
6364 (DocStarAlt, "doc-star-alt"),
6365 (DocStar, "doc-star"),
6366 (EmptyPage, "empty-page"),
6367 (FolderAlert, "folder-alert"),
6368 (FolderSettings, "folder-settings"),
6369 (Folder, "folder"),
6370 (GoogleDocs, "google-docs"),
6371 (JournalPage, "journal-page"),
6372 (Journal, "journal"),
6373 (MultiplePagesAdd, "multiple-pages-add"),
6374 (MultiplePagesDelete, "multiple-pages-delete"),
6375 (MultiplePagesEmpty, "multiple-pages-empty"),
6376 (MultiplePagesRemove, "multiple-pages-remove"),
6377 (MultiplePages, "multiple-pages"),
6378 (PageEdit, "page-edit"),
6379 (PageSearch, "page-search"),
6380 (PageStar, "page-star"),
6381 (Page, "page"),
6382 (PrivacyPolicy, "privacy policy"),
6383 (RemoveFolder, "remove-folder"),
6384 (RemovePageAlt, "remove-page-alt"),
6385 (RemovePage, "remove-page"),
6386 (SubmitDocument, "submit-document"),
6387]);
6388make_icon_category!(health, 32, "Health", [
6389 (Donate, "donate"),
6390 (Female, "female"),
6391 (HealthShield, "health-shield"),
6392 (Healthcare, "healthcare"),
6393 (Heart, "heart"),
6394 (HomeHospital, "home-hospital"),
6395 (HospitalSign, "hospital-sign"),
6396 (Male, "male"),
6397 (NonBinary, "non-binary"),
6398 (PharmacyCrossCircle, "pharmacy-cross-circle"),
6399 (PharmacyCrossSquare, "pharmacy-cross-square"),
6400 (Stroller, "stroller"),
6401 (WeightAlt, "weight-alt"),
6402 (Weight, "weight"),
6403]);
6404make_icon_category!(home, 32, "Home", [
6405 (AirConditioner, "air-conditioner"),
6406 (BedReady, "bed-ready"),
6407 (Bed, "bed"),
6408 (BoxIso, "box-iso"),
6409 (Box, "box"),
6410 (Closet, "closet"),
6411 (Crib, "crib"),
6412 (Desk, "desk"),
6413 (DimmerSwitch, "dimmer-switch"),
6414 (DirectorChair, "director-chair"),
6415 (Dishwasher, "dishwasher"),
6416 (DomoticIssue, "domotic-issue"),
6417 (Drawer, "drawer"),
6418 (Fridge, "fridge"),
6419 (GoogleHome, "google-home"),
6420 (HomeAltSlimHoriz, "home-alt-slim-horiz"),
6421 (HomeAltSlim, "home-alt-slim"),
6422 (HomeAlt, "home-alt"),
6423 (HomeSale, "home-sale"),
6424 (HomeSecure, "home-secure"),
6425 (HomeShield, "home-shield"),
6426 (HomeSimpleDoor, "home-simple-door"),
6427 (HomeSimple, "home-simple"),
6428 (HomeTable, "home-table"),
6429 (HomeTemperatureIn, "home-temperature-in"),
6430 (HomeTemperatureOut, "home-temperature-out"),
6431 (HomeUser, "home-user"),
6432 (Home, "home"),
6433 (Lamp, "lamp"),
6434 (LightBulbOff, "light-bulb-off"),
6435 (LightBulbOn, "light-bulb-on"),
6436 (LightBulb, "light-bulb"),
6437 (Mirror, "mirror"),
6438 (Pillow, "pillow"),
6439 (RoundedMirror, "rounded-mirror"),
6440 (SleeperChair, "sleeper-chair"),
6441 (SmallLampAlt, "small-lamp-alt"),
6442 (SmallLamp, "small-lamp"),
6443 (Sofa, "sofa"),
6444 (TwoSeaterSofa, "two-seater-sofa"),
6445 (Wash, "wash"),
6446 (WashingMachine, "washing-machine"),
6447]);
6448make_icon_category!(other, 32, "Other", [
6449 (Activity, "activity"),
6450 (AddSelection, "add-selection"),
6451 (Alarm, "alarm"),
6452 (BatteryIndicator, "battery-indicator"),
6453 (Clock, "clock"),
6454 (Compress, "compress"),
6455 (Copyright, "copyright"),
6456 (DashFlag, "dash-flag"),
6457 (DeCompress, "de-compress"),
6458 (Dialpad, "dialpad"),
6459 (DivideSelectionOne, "divide-selection-1"),
6460 (DivideSelectionTwo, "divide-selection-2"),
6461 (FileNotFound, "file-not-found"),
6462 (Gas, "gas"),
6463 (Gift, "gift"),
6464 (HalfMoon, "half-moon"),
6465 (Import, "import"),
6466 (Language, "language"),
6467 (Lifebelt, "lifebelt"),
6468 (Link, "link"),
6469 (Maximize, "maximize"),
6470 (NoLink, "no-link"),
6471 (Notes, "notes"),
6472 (PageFlip, "page-flip"),
6473 (QrCode, "qr-code"),
6474 (RemoveLink, "remove-link"),
6475 (RemoveSelection, "remove-selection"),
6476 (ScanQrCode, "scan-qr-code"),
6477 (Selection, "selection"),
6478 (Soap, "soap"),
6479 (Spark, "spark"),
6480 (Sparks, "sparks"),
6481 (TimerOff, "timer-off"),
6482 (Timer, "timer"),
6483 (Trademark, "trademark"),
6484 (Translate, "translate"),
6485 (TriangleFlagCircle, "triangle-flag-circle"),
6486 (TriangleFlagTwoStripes, "triangle-flag-two-stripes"),
6487 (TriangleFlag, "triangle-flag"),
6488 (WhiteFlag, "white-flag"),
6489]);
6490make_icon_category!(emojis, 32, "Emojis", [
6491 (EmojiBall, "emoji-ball"),
6492 (EmojiBlinkLeft, "emoji-blink-left"),
6493 (EmojiBlinkRight, "emoji-blink-right"),
6494 (EmojiLookDown, "emoji-look-down"),
6495 (EmojiLookLeft, "emoji-look-left"),
6496 (EmojiLookRight, "emoji-look-right"),
6497 (EmojiLookUp, "emoji-look-up"),
6498 (EmojiPuzzled, "emoji-puzzled"),
6499 (EmojiQuite, "emoji-quite"),
6500 (EmojiReally, "emoji-really"),
6501 (EmojiSad, "emoji-sad"),
6502 (EmojiSatisfied, "emoji-satisfied"),
6503 (EmojiSingLeftNote, "emoji-sing-left-note"),
6504 (EmojiSingLeft, "emoji-sing-left"),
6505 (EmojiSingRightNote, "emoji-sing-right-note"),
6506 (EmojiSingRight, "emoji-sing-right"),
6507 (EmojiSurpriseAlt, "emoji-surprise-alt"),
6508 (EmojiSurprise, "emoji-surprise"),
6509 (EmojiTalkingAngry, "emoji-talking-angry"),
6510 (EmojiTalkingHappy, "emoji-talking-happy"),
6511 (EmojiThinkLeft, "emoji-think-left"),
6512 (EmojiThinkRight, "emoji-think-right"),
6513 (Emoji, "emoji"),
6514]);
6515make_icon_category!(identity, 32, "Identity", [
6516 (FaceId, "face-id"),
6517 (FingerprintCheckCircle, "fingerprint-check-circle"),
6518 (FingerprintCircle, "fingerprint-circle"),
6519 (FingerprintErrorCircle, "fingerprint-error-circle"),
6520 (FingerprintLockCircle, "fingerprint-lock-circle"),
6521 (FingerprintPhone, "fingerprint-phone"),
6522 (FingerprintScan, "fingerprint-scan"),
6523 (FingerprintSquare, "fingerprint-square"),
6524 (Fingerprint, "fingerprint"),
6525 (IrisScan, "iris-scan"),
6526 (Scanning, "scanning"),
6527 (UserScan, "user-scan"),
6528 (VoiceCircle, "voice-circle"),
6529 (VoiceError, "voice-error"),
6530 (VoiceLockCircle, "voice-lock-circle"),
6531 (VoiceOk, "voice-ok"),
6532 (VoicePhone, "voice-phone"),
6533 (VoiceScan, "voice-scan"),
6534 (VoiceSquare, "voice-square"),
6535 (Voice, "voice"),
6536]);
6537make_icon_category!(navigation, 32, "Navigation", [
6538 (ArrowBlCircle, "arrow-bl-circle"),
6539 (ArrowBlSquare, "arrow-bl-square"),
6540 (ArrowBl, "arrow-bl"),
6541 (ArrowBrCircle, "arrow-br-circle"),
6542 (ArrowBrSquare, "arrow-br-square"),
6543 (ArrowBr, "arrow-br"),
6544 (ArrowDownCircle, "arrow-down-circle"),
6545 (ArrowDown, "arrow-down"),
6546 (ArrowLeftCircle, "arrow-left-circle"),
6547 (ArrowLeft, "arrow-left"),
6548 (ArrowRightCircle, "arrow-right-circle"),
6549 (ArrowRight, "arrow-right"),
6550 (ArrowSeparateVertical, "arrow-separate-vertical"),
6551 (ArrowSeparate, "arrow-separate"),
6552 (ArrowTlCircle, "arrow-tl-circle"),
6553 (ArrowTlSquare, "arrow-tl-square"),
6554 (ArrowTl, "arrow-tl"),
6555 (ArrowTrCircle, "arrow-tr-circle"),
6556 (ArrowTrSquare, "arrow-tr-square"),
6557 (ArrowTr, "arrow-tr"),
6558 (ArrowUnionVertical, "arrow-union-vertical"),
6559 (ArrowUnion, "arrow-union"),
6560 (ArrowUpCircle, "arrow-up-circle"),
6561 (ArrowUp, "arrow-up"),
6562 (Compass, "compass"),
6563 (DivideThree, "divide-three"),
6564 (Divide, "divide"),
6565 (DownRoundArrow, "down-round-arrow"),
6566 (Drag, "drag"),
6567 (EnlargeRoundArrow, "enlarge-round-arrow"),
6568 (FastArrowDownBox, "fast-arrow-down-box"),
6569 (FastArrowDown, "fast-arrow-down"),
6570 (FastArrowLeftBox, "fast-arrow-left-box"),
6571 (FastArrowLeft, "fast-arrow-left"),
6572 (FastArrowRightBox, "fast-arrow-right-box"),
6573 (FastArrowRight, "fast-arrow-right"),
6574 (FastArrowUpBox, "fast-arrow-up-box"),
6575 (FastArrowUp, "fast-arrow-up"),
6576 (FastDownCircle, "fast-down-circle"),
6577 (FastLeftCircle, "fast-left-circle"),
6578 (FastRightCircle, "fast-right-circle"),
6579 (FastUpCircle, "fast-up-circle"),
6580 (FilterListCircle, "filter-list-circle"),
6581 (FilterList, "filter-list"),
6582 (HorizontalMerge, "horizontal-merge"),
6583 (HorizontalSplit, "horizontal-split"),
6584 (LeftRoundArrow, "left-round-arrow"),
6585 (LongArrowDownLeft, "long-arrow-down-left"),
6586 (LongArrowDownRight, "long-arrow-down-right"),
6587 (LongArrowLeftDown, "long-arrow-left-down"),
6588 (LongArrowLeftUp, "long-arrow-left-up"),
6589 (LongArrowRightDown, "long-arrow-right-down"),
6590 (LongArrowRightUp, "long-arrow-right-up"),
6591 (LongArrowUpLeft, "long-arrow-up-left"),
6592 (LongArrowUpRight, "long-arrow-up-right"),
6593 (MoreHorizCircle, "more-horiz-circle"),
6594 (MoreHoriz, "more-horiz"),
6595 (MoreVertCircle, "more-vert-circle"),
6596 (MoreVert, "more-vert"),
6597 (NavArrowDown, "nav-arrow-down"),
6598 (NavArrowLeft, "nav-arrow-left"),
6599 (NavArrowRight, "nav-arrow-right"),
6600 (NavArrowUp, "nav-arrow-up"),
6601 (PageDown, "page-down"),
6602 (PageLeft, "page-left"),
6603 (PageRight, "page-right"),
6604 (PageUp, "page-up"),
6605 (PathArrow, "path-arrow"),
6606 (ReduceRoundArrow, "reduce-round-arrow"),
6607 (RightRoundArrow, "right-round-arrow"),
6608 (Shortcut, "shortcut"),
6609 (SidebarCollapse, "sidebar-collapse"),
6610 (SidebarExpand, "sidebar-expand"),
6611 (UpRoundArrow, "up-round-arrow"),
6612 (VerticalMerge, "vertical-merge"),
6613 (VerticalSplit, "vertical-split"),
6614]);
6615make_icon_category!(weather, 32, "Weather", [
6616 (CloudSunny, "cloud-sunny"),
6617 (Cloud, "cloud"),
6618 (DewPoint, "dew-point"),
6619 (Fog, "fog"),
6620 (HeavyRain, "heavy-rain"),
6621 (Rain, "rain"),
6622 (SnowFlake, "snow-flake"),
6623 (Snow, "snow"),
6624 (SunLight, "sun-light"),
6625 (TemperatureDown, "temperature-down"),
6626 (TemperatureHigh, "temperature-high"),
6627 (TemperatureLow, "temperature-low"),
6628 (TemperatureUp, "temperature-up"),
6629 (Thunderstorm, "thunderstorm"),
6630 (Wind, "wind"),
6631]);
6632make_icon_category!(design_tools, 32, "Design Tools", [
6633 (AddFrame, "add-frame"),
6634 (AddLens, "add-lens"),
6635 (AdobeAfterEffects, "adobe-after-effects"),
6636 (AdobeIllustrator, "adobe-illustrator"),
6637 (AdobeIndesign, "adobe-indesign"),
6638 (AdobeLightroom, "adobe-lightroom"),
6639 (AdobePhotoshop, "adobe-photoshop"),
6640 (AdobeXd, "adobe-xd"),
6641 (AlignBottomBox, "align-bottom-box"),
6642 (AlignLeftBox, "align-left-box"),
6643 (AlignRightBox, "align-right-box"),
6644 (AlignTopBox, "align-top-box"),
6645 (Axes, "axes"),
6646 (BorderBl, "border-bl"),
6647 (BorderBottom, "border-bottom"),
6648 (BorderBr, "border-br"),
6649 (BorderInner, "border-inner"),
6650 (BorderLeft, "border-left"),
6651 (BorderOut, "border-out"),
6652 (BorderRight, "border-right"),
6653 (BorderTl, "border-tl"),
6654 (BorderTop, "border-top"),
6655 (BorderTr, "border-tr"),
6656 (CenterAlign, "center-align"),
6657 (CollageFrame, "collage-frame"),
6658 (ColorFilter, "color-filter"),
6659 (ColorPickerEmpty, "color-picker-empty"),
6660 (ColorPicker, "color-picker"),
6661 (ColorWheel, "color-wheel"),
6662 (Combine, "combine"),
6663 (CompAlignBottom, "comp-align-bottom"),
6664 (CompAlignLeft, "comp-align-left"),
6665 (CompAlignRight, "comp-align-right"),
6666 (CompAlignTop, "comp-align-top"),
6667 (Component, "component"),
6668 (Copy, "copy"),
6669 (CropRotateBl, "crop-rotate-bl"),
6670 (CropRotateBr, "crop-rotate-br"),
6671 (CropRotateTl, "crop-rotate-tl"),
6672 (CropRotateTr, "crop-rotate-tr"),
6673 (Crop, "crop"),
6674 (CutAlt, "cut-alt"),
6675 (Cut, "cut"),
6676 (DesignNib, "design-nib"),
6677 (DesignPencil, "design-pencil"),
6678 (DropletHalf, "droplet-half"),
6679 (Droplet, "droplet"),
6680 (Exclude, "exclude"),
6681 (Figma, "figma"),
6682 (FillColor, "fill-color"),
6683 (FlipReverse, "flip-reverse"),
6684 (Flip, "flip"),
6685 (FrameAltEmpty, "frame-alt-empty"),
6686 (FrameAlt, "frame-alt"),
6687 (FrameSelect, "frame-select"),
6688 (FrameSimple, "frame-simple"),
6689 (FrameTool, "frame-tool"),
6690 (Frame, "frame"),
6691 (HorizDistributionLeft, "horiz-distribution-left"),
6692 (HorizDistributionRight, "horiz-distribution-right"),
6693 (IntersectAlt, "intersect-alt"),
6694 (Intersect, "intersect"),
6695 (Lens, "lens"),
6696 (MagicWand, "magic-wand"),
6697 (MaskSquare, "mask-square"),
6698 (MoveRuler, "move-ruler"),
6699 (PositionAlign, "position-align"),
6700 (PrecisionTool, "precision-tool"),
6701 (RemoveFrame, "remove-frame"),
6702 (RulerAdd, "ruler-add"),
6703 (RulerCombine, "ruler-combine"),
6704 (RulerRemove, "ruler-remove"),
6705 (Ruler, "ruler"),
6706 (ScaleFrameEnlarge, "scale-frame-enlarge"),
6707 (ScaleFrameReduce, "scale-frame-reduce"),
6708 (SelectiveTool, "selective-tool"),
6709 (StyleBorder, "style-border"),
6710 (Substract, "substract"),
6711 (UnionAlt, "union-alt"),
6712 (UnionHorizAlt, "union-horiz-alt"),
6713 (Union, "union"),
6714]);
6715make_icon_category!(activities, 32, "Activities", [
6716 (OnestMedal, "1st-medal"),
6717 (Archery, "archery"),
6718 (ArrowArchery, "arrow-archery"),
6719 (BasketballAlt, "basketball-alt"),
6720 (BasketballField, "basketball-field"),
6721 (Basketball, "basketball"),
6722 (BirthdayCake, "birthday-cake"),
6723 (Bonfire, "bonfire"),
6724 (BookStack, "book-stack"),
6725 (Book, "book"),
6726 (BookmarkBook, "bookmark-book"),
6727 (BowlingBall, "bowling-ball"),
6728 (BoxingGlove, "boxing-glove"),
6729 (CinemaOld, "cinema-old"),
6730 (Cycling, "cycling"),
6731 (FavouriteBook, "favourite-book"),
6732 (FireFlame, "fire-flame"),
6733 (Flower, "flower"),
6734 (FootballBall, "football-ball"),
6735 (Football, "football"),
6736 (Golf, "golf"),
6737 (GraphDown, "graph-down"),
6738 (GraphUp, "graph-up"),
6739 (Gym, "gym"),
6740 (Hourglass, "hourglass"),
6741 (LeaderboardStar, "leaderboard-star"),
6742 (Leaderboard, "leaderboard"),
6743 (LockedBook, "locked-book"),
6744 (MathBook, "math-book"),
6745 (Medal, "medal"),
6746 (Movie, "movie"),
6747 (NoSmokingCircle, "no-smoking-circle"),
6748 (NoSmoking, "no-smoking"),
6749 (OpenBook, "open-book"),
6750 (Palette, "palette"),
6751 (PercentageCircle, "percentage-circle"),
6752 (PercentageSquare, "percentage-square"),
6753 (Percentage, "percentage"),
6754 (ReportColumns, "report-columns"),
6755 (Reports, "reports"),
6756 (Rings, "rings"),
6757 (Running, "running"),
6758 (SeaAndSun, "sea-and-sun"),
6759 (SeaWaves, "sea-waves"),
6760 (Skateboard, "skateboard"),
6761 (Skateboarding, "skateboarding"),
6762 (Smoking, "smoking"),
6763 (SoccerBall, "soccer-ball"),
6764 (StatDown, "stat-down"),
6765 (StatUp, "stat-up"),
6766 (StatsDownSquare, "stats-down-square"),
6767 (StatsReport, "stats-report"),
6768 (StatsUpSquare, "stats-up-square"),
6769 (Stretching, "stretching"),
6770 (Swimming, "swimming"),
6771 (TennisBallAlt, "tennis-ball-alt"),
6772 (TennisBall, "tennis-ball"),
6773 (Treadmill, "treadmill"),
6774 (Trekking, "trekking"),
6775 (Trophy, "trophy"),
6776 (Waist, "waist"),
6777 (Walking, "walking"),
6778 (Yoga, "yoga"),
6779]);
6780make_icon_category!(transport, 32, "Transport", [
6781 (AirplaneHelixFourFivedeg, "airplane-helix-45deg"),
6782 (AirplaneHelix, "airplane-helix"),
6783 (AirplaneOff, "airplane-off"),
6784 (AirplaneRotation, "airplane-rotation"),
6785 (Airplane, "airplane"),
6786 (Bicycle, "bicycle"),
6787 (BusStop, "bus-stop"),
6788 (Bus, "bus"),
6789 (Car, "car"),
6790 (DeliveryTruck, "delivery-truck"),
6791 (Delivery, "delivery"),
6792 (DroneChargeFull, "drone-charge-full"),
6793 (DroneChargeHalf, "drone-charge-half"),
6794 (DroneChargeLow, "drone-charge-low"),
6795 (DroneCheck, "drone-check"),
6796 (DroneError, "drone-error"),
6797 (DroneLanding, "drone-landing"),
6798 (DroneRefresh, "drone-refresh"),
6799 (DroneTakeOff, "drone-take-off"),
6800 (Drone, "drone"),
6801 (EvChargeAlt, "ev-charge-alt"),
6802 (EvCharge, "ev-charge"),
6803 (EvPlugCharging, "ev-plug-charging"),
6804 (EvPlugError, "ev-plug-error"),
6805 (EvPlug, "ev-plug"),
6806 (EvStation, "ev-station"),
6807 (EvTag, "ev-tag"),
6808 (GasTankDrop, "gas-tank-drop"),
6809 (GasTank, "gas-tank"),
6810 (GreenBus, "green-bus"),
6811 (GreenTruck, "green-truck"),
6812 (GreenVehicle, "green-vehicle"),
6813 (HandBrake, "hand-brake"),
6814 (HotAirBalloon, "hot-air-balloon"),
6815 (Metro, "metro"),
6816 (Motorcycle, "motorcycle"),
6817 (PackageLock, "package-lock"),
6818 (Package, "package"),
6819 (Packages, "packages"),
6820 (Parking, "parking"),
6821 (Train, "train"),
6822 (Tram, "tram"),
6823 (TruckLength, "truck-length"),
6824 (Truck, "truck"),
6825]);
6826make_icon_category!(editor, 32, "Editor", [
6827 (AlignCenter, "align-center"),
6828 (AlignJustify, "align-justify"),
6829 (AlignLeft, "align-left"),
6830 (AlignRight, "align-right"),
6831 (BoldSquare, "bold-square"),
6832 (Bold, "bold"),
6833 (CompressLines, "compress-lines"),
6834 (EditPencil, "edit-pencil"),
6835 (Edit, "edit"),
6836 (ExpandLines, "expand-lines"),
6837 (FontSize, "font-size"),
6838 (ItalicSquare, "italic-square"),
6839 (Italic, "italic"),
6840 (ListSelect, "list-select"),
6841 (List, "list"),
6842 (MissingFont, "missing-font"),
6843 (NumberedListLeft, "numbered-list-left"),
6844 (NumberedListRight, "numbered-list-right"),
6845 (ScissorAlt, "scissor-alt"),
6846 (Scissor, "scissor"),
6847 (SearchFont, "search-font"),
6848 (SortDown, "sort-down"),
6849 (SortUp, "sort-up"),
6850 (Sort, "sort"),
6851 (Strikethrough, "strikethrough"),
6852 (TaskList, "task-list"),
6853 (TextAlt, "text-alt"),
6854 (TextBox, "text-box"),
6855 (TextSize, "text-size"),
6856 (Text, "text"),
6857 (UnderlineSquare, "underline-square"),
6858 (Underline, "underline"),
6859]);
6860make_icon_category!(shapes, 32, "Shapes", [
6861 (AddHexagon, "add-hexagon"),
6862 (Circle, "circle"),
6863 (Flare, "flare"),
6864 (Heptagon, "heptagon"),
6865 (HexagonAlt, "hexagon-alt"),
6866 (Hexagon, "hexagon"),
6867 (MinusHexagon, "minus-hexagon"),
6868 (Octagon, "octagon"),
6869 (Pentagon, "pentagon"),
6870 (Rhombus, "rhombus"),
6871 (Square, "square"),
6872 (Triangle, "triangle"),
6873]);
6874make_icon_category!(tools, 32, "Tools", [
6875 (AngleTool, "angle-tool"),
6876 (Hammer, "hammer"),
6877 (Tools, "tools"),
6878 (Wrench, "wrench"),
6879]);
6880make_icon_category!(science, 32, "Science", [
6881 (Atom, "atom"),
6882 (BrainElectricity, "brain-electricity"),
6883 (BrainResearch, "brain-research"),
6884 (BrainWarning, "brain-warning"),
6885 (Brain, "brain"),
6886 (Carbon, "carbon"),
6887 (Cooling, "cooling"),
6888 (Depth, "depth"),
6889 (Diameter, "diameter"),
6890 (Dna, "dna"),
6891 (Flask, "flask"),
6892 (Fluorine, "fluorine"),
6893 (GraduationCap, "graduation-cap"),
6894 (Heating, "heating"),
6895 (Hydrogen, "hydrogen"),
6896 (Inclination, "inclination"),
6897 (Infinite, "infinite"),
6898 (MagnetEnergy, "magnet-energy"),
6899 (Magnet, "magnet"),
6900 (Microscope, "microscope"),
6901 (MoonSat, "moon-sat"),
6902 (Nitrogen, "nitrogen"),
6903 (Oxygen, "oxygen"),
6904 (PlanetAlt, "planet-alt"),
6905 (PlanetSat, "planet-sat"),
6906 (Planet, "planet"),
6907 (Radiation, "radiation"),
6908 (Radius, "radius"),
6909 (Rocket, "rocket"),
6910 (RoundFlask, "round-flask"),
6911 (RubikCube, "rubik-cube"),
6912 (SineWave, "sine-wave"),
6913 (SquareWave, "square-wave"),
6914 (TestTube, "test-tube"),
6915 (Vials, "vials"),
6916 (XCoordinate, "x-coordinate"),
6917 (YCoordinate, "y-coordinate"),
6918 (ZCoordinate, "z-coordinate"),
6919]);
6920make_icon_category!(business, 32, "Business", [
6921 (Agile, "agile"),
6922 (HighPriority, "high-priority"),
6923 (MediumPriority, "medium-priority"),
6924 (Okrs, "okrs"),
6925 (Presentation, "presentation"),
6926 (PriorityDown, "priority-down"),
6927 (PriorityUp, "priority-up"),
6928 (Strategy, "strategy"),
6929]);
6930make_icon_category!(connectivity, 32, "Connectivity", [
6931 (Airplay, "airplay"),
6932 (AntennaOff, "antenna-off"),
6933 (AntennaSignalTag, "antenna-signal-tag"),
6934 (AntennaSignal, "antenna-signal"),
6935 (Antenna, "antenna"),
6936 (BluetoothTag, "bluetooth-tag"),
6937 (Bluetooth, "bluetooth"),
6938 (CableTag, "cable-tag"),
6939 (DataTransferBoth, "data-transfer-both"),
6940 (DataTransferCheck, "data-transfer-check"),
6941 (DataTransferDown, "data-transfer-down"),
6942 (DataTransferUp, "data-transfer-up"),
6943 (DataTransferWarning, "data-transfer-warning"),
6944 (NetworkAlt, "network-alt"),
6945 (NetworkLeft, "network-left"),
6946 (NetworkRight, "network-right"),
6947 (Network, "network"),
6948 (PlugTypeA, "plug-type-a"),
6949 (PlugTypeC, "plug-type-c"),
6950 (PlugTypeG, "plug-type-g"),
6951 (PlugTypeL, "plug-type-l"),
6952 (PrivateWifi, "private-wifi"),
6953 (ServerConnection, "server-connection"),
6954 (Server, "server"),
6955 (Usb, "usb"),
6956 (WifiError, "wifi-error"),
6957 (WifiIssue, "wifi-issue"),
6958 (WifiOff, "wifi-off"),
6959 (WifiSignalNone, "wifi-signal-none"),
6960 (WifiTag, "wifi-tag"),
6961 (Wifi, "wifi"),
6962]);
6963make_icon_category!(three_d_editor, 32, "3D Editor", [
6964 (ThreedAddHole, "3d-add-hole"),
6965 (ThreedArcCenterPt, "3d-arc-center-pt"),
6966 (ThreedArc, "3d-arc"),
6967 (ThreedBridge, "3d-bridge"),
6968 (ThreedCenterBox, "3d-center-box"),
6969 (ThreedDraftFace, "3d-draft-face"),
6970 (ThreedEllipseThreePts, "3d-ellipse-three-pts"),
6971 (ThreedEllipse, "3d-ellipse"),
6972 (ThreedPtBox, "3d-pt-box"),
6973 (ThreedRectCornerToCorner, "3d-rect-corner-to-corner"),
6974 (ThreedRectFromCenter, "3d-rect-from-center"),
6975 (ThreedRectThreePts, "3d-rect-three-pts"),
6976 (ThreedSelectEdge, "3d-select-edge"),
6977 (ThreedSelectFace, "3d-select-face"),
6978 (ThreedSelectPoint, "3d-select-point"),
6979 (ThreedSelectSolid, "3d-select-solid"),
6980 (ThreedThreePtsBox, "3d-three-pts-box"),
6981 (BridgeSurface, "bridge-surface"),
6982 (ConstrainedSurface, "constrained-surface"),
6983 (CubeReplaceFace, "cube-replace-face"),
6984 (CurveArray, "curve-array"),
6985 (CutSolidWithCurve, "cut-solid-with-curve"),
6986 (Cylinder, "cylinder"),
6987 (Extrude, "extrude"),
6988 (FilletThreed, "fillet-3d"),
6989 (LoftThreed, "loft-3d"),
6990 (OnePointCircle, "one-point-circle"),
6991 (OrthogonalView, "orthogonal-view"),
6992 (PatchHolesThreed, "patch-holes-3d"),
6993 (PerspectiveView, "perspective-view"),
6994 (PipeThreed, "pipe-3d"),
6995 (ProjectCurveThreed, "project-curve-3d"),
6996 (SigmaFunction, "sigma-function"),
6997 (Sphere, "sphere"),
6998 (Spiral, "spiral"),
6999 (SweepThreed, "sweep-3d"),
7000 (ThreePointsCircle, "three-points-circle"),
7001 (TwoPointsCircle, "two-points-circle"),
7002 (UnjoinThreed, "unjoin-3d"),
7003 (XrayView, "xray-view"),
7004]);
7005make_icon_category!(users, 32, "Users", [
7006 (AddUser, "add-user"),
7007 (Community, "community"),
7008 (Group, "group"),
7009 (Learning, "learning"),
7010 (PeopleTag, "people-tag"),
7011 (ProfileCircle, "profile-circle"),
7012 (RemoveUser, "remove-user"),
7013 (UserCircle, "user-circle"),
7014 (UserCrown, "user-crown"),
7015 (UserLove, "user-love"),
7016 (UserSquare, "user-square"),
7017 (UserStar, "user-star"),
7018 (User, "user"),
7019 (VerifiedUser, "verified-user"),
7020]);
7021make_icon_category!(no_category, 32, "NoCategory", [
7022 (ChatBubbleCheckOne, "chat-bubble-check-1"),
7023 (DbStar, "db-star"),
7024 (Fishing, "fishing"),
7025 (LongArrowRightUpOne, "long-arrow-right-up-1"),
7026 (MinusOne, "minus-1"),
7027]);
7028make_icon_category!(security, 32, "Security", [
7029 (HistoricShieldAlt, "historic-shield-alt"),
7030 (HistoricShield, "historic-shield"),
7031 (IpAddress, "ip-address"),
7032 (KeyAltBack, "key-alt-back"),
7033 (KeyAltMinus, "key-alt-minus"),
7034 (KeyAltPlus, "key-alt-plus"),
7035 (KeyAltRemove, "key-alt-remove"),
7036 (KeyAlt, "key-alt"),
7037 (Lock, "lock"),
7038 (NoLock, "no-lock"),
7039 (OpenVpn, "open-vpn"),
7040 (PasswordCursor, "password-cursor"),
7041 (PasswordError, "password-error"),
7042 (PasswordPass, "password-pass"),
7043 (PcCheck, "pc-check"),
7044 (PcFirewall, "pc-firewall"),
7045 (PcNoEntry, "pc-no-entry"),
7046 (PcWarning, "pc-warning"),
7047 (SecurityPass, "security-pass"),
7048 (ShieldAdd, "shield-add"),
7049 (ShieldAlert, "shield-alert"),
7050 (ShieldAlt, "shield-alt"),
7051 (ShieldBroken, "shield-broken"),
7052 (ShieldCheck, "shield-check"),
7053 (ShieldCross, "shield-cross"),
7054 (ShieldDownload, "shield-download"),
7055 (ShieldEye, "shield-eye"),
7056 (ShieldLoading, "shield-loading"),
7057 (ShieldMinus, "shield-minus"),
7058 (ShieldQuestion, "shield-question"),
7059 (ShieldSearch, "shield-search"),
7060 (ShieldUpload, "shield-upload"),
7061 (Shield, "shield"),
7062 (TowerCheck, "tower-check"),
7063 (TowerNoAccess, "tower-no-access"),
7064 (TowerWarning, "tower-warning"),
7065 (Tower, "tower"),
7066]);
7067make_icon_category!(organization, 32, "Organization", [
7068 (AreaSearch, "area-search"),
7069 (Binocular, "binocular"),
7070 (BookmarkCircle, "bookmark-circle"),
7071 (BookmarkEmpty, "bookmark-empty"),
7072 (FilterAlt, "filter-alt"),
7073 (Filter, "filter"),
7074 (InputSearch, "input-search"),
7075 (Label, "label"),
7076 (Pin, "pin"),
7077 (RemovePin, "remove-pin"),
7078 (Search, "search"),
7079 (StarDashed, "star-dashed"),
7080 (StarHalfDashed, "star-half-dashed"),
7081 (Star, "star"),
7082 (ThreeStars, "three-stars"),
7083 (ZoomIn, "zoom-in"),
7084 (ZoomOut, "zoom-out"),
7085]);
7086make_icon_category!(maps, 32, "Maps", [
7087 (ThreeSixZeroView, "360-view"),
7088 (AddPinAlt, "add-pin-alt"),
7089 (Gps, "gps"),
7090 (MapIssue, "map-issue"),
7091 (Map, "map"),
7092 (MapsArrowDiagonal, "maps-arrow-diagonal"),
7093 (MapsArrowIssue, "maps-arrow-issue"),
7094 (MapsArrow, "maps-arrow"),
7095 (MapsGoStraight, "maps-go-straight"),
7096 (MapsTurnBack, "maps-turn-back"),
7097 (MapsTurnLeft, "maps-turn-left"),
7098 (MapsTurnRight, "maps-turn-right"),
7099 (MinusPinAlt, "minus-pin-alt"),
7100 (NavigatorAlt, "navigator-alt"),
7101 (Navigator, "navigator"),
7102 (PinAlt, "pin-alt"),
7103 (Position, "position"),
7104 (RemovePinAlt, "remove-pin-alt"),
7105 (Suggestion, "suggestion"),
7106]);
7107make_icon_category!(nature, 32, "Nature", [
7108 (AfricanTree, "african-tree"),
7109 (CleanWater, "clean-water"),
7110 (EcologyBook, "ecology-book"),
7111 (Leaf, "leaf"),
7112 (OrganicFoodSquare, "organic-food-square"),
7113 (OrganicFood, "organic-food"),
7114 (PineTree, "pine-tree"),
7115 (SoilAlt, "soil-alt"),
7116 (Soil, "soil"),
7117 (Tree, "tree"),
7118 (VeganCircle, "vegan-circle"),
7119 (VeganSquare, "vegan-square"),
7120 (Vegan, "vegan"),
7121 (WateringSoil, "watering-soil"),
7122]);
7123make_icon_category!(communication, 32, "Communication", [
7124 (AppNotification, "app-notification"),
7125 (ArrowEmailForward, "arrow-email-forward"),
7126 (AtSignCircle, "at-sign-circle"),
7127 (AtSign, "at-sign"),
7128 (BellNotification, "bell-notification"),
7129 (BellOff, "bell-off"),
7130 (Bell, "bell"),
7131 (BubbleDownload, "bubble-download"),
7132 (BubbleError, "bubble-error"),
7133 (BubbleIncome, "bubble-income"),
7134 (BubbleOutcome, "bubble-outcome"),
7135 (BubbleSearch, "bubble-search"),
7136 (BubbleStar, "bubble-star"),
7137 (BubbleUpload, "bubble-upload"),
7138 (BubbleWarning, "bubble-warning"),
7139 (ChatAdd, "chat-add"),
7140 (ChatBubbleCheck, "chat-bubble-check"),
7141 (ChatBubbleEmpty, "chat-bubble-empty"),
7142 (ChatBubbleError, "chat-bubble-error"),
7143 (ChatBubbleQuestion, "chat-bubble-question"),
7144 (ChatBubbleTranslate, "chat-bubble-translate"),
7145 (ChatBubbleWarning, "chat-bubble-warning"),
7146 (ChatBubble, "chat-bubble"),
7147 (ChatLines, "chat-lines"),
7148 (ChatRemove, "chat-remove"),
7149 (Facetime, "facetime"),
7150 (ForwardMessage, "forward-message"),
7151 (Globe, "globe"),
7152 (HeadsetHelp, "headset-help"),
7153 (Internet, "internet"),
7154 (MailIn, "mail-in"),
7155 (MailOpened, "mail-opened"),
7156 (MailOut, "mail-out"),
7157 (Mail, "mail"),
7158 (MessageAlert, "message-alert"),
7159 (MessageText, "message-text"),
7160 (Message, "message"),
7161 (MultiBubble, "multi-bubble"),
7162 (PhoneAdd, "phone-add"),
7163 (PhoneDelete, "phone-delete"),
7164 (PhoneDisabled, "phone-disabled"),
7165 (PhoneIncome, "phone-income"),
7166 (PhoneOutcome, "phone-outcome"),
7167 (PhonePaused, "phone-paused"),
7168 (PhoneRemove, "phone-remove"),
7169 (Phone, "phone"),
7170 (Podcast, "podcast"),
7171 (QuoteMessage, "quote-message"),
7172 (Quote, "quote"),
7173 (ReplyToMessage, "reply-to-message"),
7174 (Reply, "reply"),
7175 (SendDiagonal, "send-diagonal"),
7176 (SendMail, "send-mail"),
7177 (Send, "send"),
7178 (TimeZone, "time-zone"),
7179 (Www, "www"),
7180]);
7181make_icon_category!(gaming, 32, "Gaming", [
7182 (Arcade, "arcade"),
7183 (ArcheryMatch, "archery-match"),
7184 (AugmentedReality, "augmented-reality"),
7185 (Bishop, "bishop"),
7186 (BrightCrown, "bright-crown"),
7187 (BrightStar, "bright-star"),
7188 (CrownCircle, "crown-circle"),
7189 (Crown, "crown"),
7190 (DiceFive, "dice-five"),
7191 (DiceFour, "dice-four"),
7192 (DiceOne, "dice-one"),
7193 (DiceSix, "dice-six"),
7194 (DiceThree, "dice-three"),
7195 (DiceTwo, "dice-two"),
7196 (Gamepad, "gamepad"),
7197 (HexagonDice, "hexagon-dice"),
7198 (NintendoSwitch, "nintendo-switch"),
7199 (Pacman, "pacman"),
7200 (PlaystationGamepad, "playstation-gamepad"),
7201 (Pokeball, "pokeball"),
7202 (Potion, "potion"),
7203 (Rook, "rook"),
7204 (Spades, "spades"),
7205 (Tournament, "tournament"),
7206 (XboxA, "xbox-a"),
7207 (XboxB, "xbox-b"),
7208 (XboxX, "xbox-x"),
7209 (XboxY, "xbox-y"),
7210]);
7211make_icon_category!(buildings, 32, "Buildings", [
7212 (Balcony, "balcony"),
7213 (Bathroom, "bathroom"),
7214 (Building, "building"),
7215 (Cellar, "cellar"),
7216 (ChurchAlt, "church-alt"),
7217 (Church, "church"),
7218 (City, "city"),
7219 (Elevator, "elevator"),
7220 (Farm, "farm"),
7221 (Garage, "garage"),
7222 (Hospital, "hospital"),
7223 (HouseRooms, "house-rooms"),
7224 (Industry, "industry"),
7225 (Neighbourhood, "neighbourhood"),
7226 (OilIndustry, "oil-industry"),
7227 (Planimetry, "planimetry"),
7228 (ShopAlt, "shop-alt"),
7229 (Shop, "shop"),
7230 (SmallShopAlt, "small-shop-alt"),
7231 (SmallShop, "small-shop"),
7232 (Tunnel, "tunnel"),
7233]);
7234make_icon_category!(social, 32, "Social", [
7235 (BehanceTag, "behance-tag"),
7236 (Behance, "behance"),
7237 (Discord, "discord"),
7238 (Dribbble, "dribbble"),
7239 (FacebookTag, "facebook-tag"),
7240 (Facebook, "facebook"),
7241 (GoogleCircle, "google-circle"),
7242 (Google, "google"),
7243 (Instagram, "instagram"),
7244 (Linkedin, "linkedin"),
7245 (Medium, "medium"),
7246 (Pinterest, "pinterest"),
7247 (Pocket, "pocket"),
7248 (RssFeedTag, "rss-feed-tag"),
7249 (RssFeed, "rss-feed"),
7250 (Snapchat, "snapchat"),
7251 (Stackoverflow, "stackoverflow"),
7252 (TelegramCircle, "telegram-circle"),
7253 (Telegram, "telegram"),
7254 (ThumbsDown, "thumbs-down"),
7255 (ThumbsUp, "thumbs-up"),
7256 (Tiktok, "tiktok"),
7257 (TwitterVerifiedBadge, "twitter-verified-badge"),
7258 (Twitter, "twitter"),
7259 (VerifiedBadge, "verified-badge"),
7260 (Yelp, "yelp"),
7261 (Youtube, "youtube"),
7262]);
7263}
7265
7266#[cfg(feature = "48px")]
7267pub mod size48px {
7268use super::*;
7269
7270make_icon_category!(organization, 48, "Organization", [
7271 (AreaSearch, "area-search"),
7272 (Binocular, "binocular"),
7273 (BookmarkCircle, "bookmark-circle"),
7274 (BookmarkEmpty, "bookmark-empty"),
7275 (FilterAlt, "filter-alt"),
7276 (Filter, "filter"),
7277 (InputSearch, "input-search"),
7278 (Label, "label"),
7279 (Pin, "pin"),
7280 (RemovePin, "remove-pin"),
7281 (Search, "search"),
7282 (StarDashed, "star-dashed"),
7283 (StarHalfDashed, "star-half-dashed"),
7284 (Star, "star"),
7285 (ThreeStars, "three-stars"),
7286 (ZoomIn, "zoom-in"),
7287 (ZoomOut, "zoom-out"),
7288]);
7289make_icon_category!(activities, 48, "Activities", [
7290 (OnestMedal, "1st-medal"),
7291 (Archery, "archery"),
7292 (ArrowArchery, "arrow-archery"),
7293 (BasketballAlt, "basketball-alt"),
7294 (BasketballField, "basketball-field"),
7295 (Basketball, "basketball"),
7296 (BirthdayCake, "birthday-cake"),
7297 (Bonfire, "bonfire"),
7298 (BookStack, "book-stack"),
7299 (Book, "book"),
7300 (BookmarkBook, "bookmark-book"),
7301 (BowlingBall, "bowling-ball"),
7302 (BoxingGlove, "boxing-glove"),
7303 (CinemaOld, "cinema-old"),
7304 (Cycling, "cycling"),
7305 (FavouriteBook, "favourite-book"),
7306 (FireFlame, "fire-flame"),
7307 (Flower, "flower"),
7308 (FootballBall, "football-ball"),
7309 (Football, "football"),
7310 (Golf, "golf"),
7311 (GraphDown, "graph-down"),
7312 (GraphUp, "graph-up"),
7313 (Gym, "gym"),
7314 (Hourglass, "hourglass"),
7315 (LeaderboardStar, "leaderboard-star"),
7316 (Leaderboard, "leaderboard"),
7317 (LockedBook, "locked-book"),
7318 (MathBook, "math-book"),
7319 (Medal, "medal"),
7320 (Movie, "movie"),
7321 (NoSmokingCircle, "no-smoking-circle"),
7322 (NoSmoking, "no-smoking"),
7323 (OpenBook, "open-book"),
7324 (Palette, "palette"),
7325 (PercentageCircle, "percentage-circle"),
7326 (PercentageSquare, "percentage-square"),
7327 (Percentage, "percentage"),
7328 (ReportColumns, "report-columns"),
7329 (Reports, "reports"),
7330 (Rings, "rings"),
7331 (Running, "running"),
7332 (SeaAndSun, "sea-and-sun"),
7333 (SeaWaves, "sea-waves"),
7334 (Skateboard, "skateboard"),
7335 (Skateboarding, "skateboarding"),
7336 (Smoking, "smoking"),
7337 (SoccerBall, "soccer-ball"),
7338 (StatDown, "stat-down"),
7339 (StatUp, "stat-up"),
7340 (StatsDownSquare, "stats-down-square"),
7341 (StatsReport, "stats-report"),
7342 (StatsUpSquare, "stats-up-square"),
7343 (Stretching, "stretching"),
7344 (Swimming, "swimming"),
7345 (TennisBallAlt, "tennis-ball-alt"),
7346 (TennisBall, "tennis-ball"),
7347 (Treadmill, "treadmill"),
7348 (Trekking, "trekking"),
7349 (Trophy, "trophy"),
7350 (Waist, "waist"),
7351 (Walking, "walking"),
7352 (Yoga, "yoga"),
7353]);
7354make_icon_category!(maps, 48, "Maps", [
7355 (ThreeSixZeroView, "360-view"),
7356 (AddPinAlt, "add-pin-alt"),
7357 (Gps, "gps"),
7358 (MapIssue, "map-issue"),
7359 (Map, "map"),
7360 (MapsArrowDiagonal, "maps-arrow-diagonal"),
7361 (MapsArrowIssue, "maps-arrow-issue"),
7362 (MapsArrow, "maps-arrow"),
7363 (MapsGoStraight, "maps-go-straight"),
7364 (MapsTurnBack, "maps-turn-back"),
7365 (MapsTurnLeft, "maps-turn-left"),
7366 (MapsTurnRight, "maps-turn-right"),
7367 (MinusPinAlt, "minus-pin-alt"),
7368 (NavigatorAlt, "navigator-alt"),
7369 (Navigator, "navigator"),
7370 (PinAlt, "pin-alt"),
7371 (Position, "position"),
7372 (RemovePinAlt, "remove-pin-alt"),
7373 (Suggestion, "suggestion"),
7374]);
7375make_icon_category!(actions, 48, "Actions", [
7376 (AddCircle, "add-circle"),
7377 (AddSquare, "add-square"),
7378 (Cancel, "cancel"),
7379 (CheckCircle, "check-circle"),
7380 (Check, "check"),
7381 (ClipboardCheck, "clipboard-check"),
7382 (DeleteCircle, "delete-circle"),
7383 (DoubleCheck, "double-check"),
7384 (DownloadCircle, "download-circle"),
7385 (DownloadSquare, "download-square"),
7386 (Download, "download"),
7387 (Erase, "erase"),
7388 (EyeAlt, "eye-alt"),
7389 (EyeClose, "eye-close"),
7390 (EyeEmpty, "eye-empty"),
7391 (EyeOff, "eye-off"),
7392 (HelpCircle, "help-circle"),
7393 (HelpSquare, "help-square"),
7394 (InfoEmpty, "info-empty"),
7395 (LineSpace, "line-space"),
7396 (LoadActionFloppy, "load-action-floppy"),
7397 (MenuScale, "menu-scale"),
7398 (Menu, "menu"),
7399 (MinusCircle, "minus-circle"),
7400 (MinusSquare, "minus-square"),
7401 (Minus, "minus"),
7402 (OpenInBrowser, "open-in-browser"),
7403 (OpenInWindow, "open-in-window"),
7404 (OpenNewWindow, "open-new-window"),
7405 (PasteClipboard, "paste-clipboard"),
7406 (Plus, "plus"),
7407 (Prohibition, "prohibition"),
7408 (QuestionMark, "question-mark"),
7409 (RedoAction, "redo-action"),
7410 (RedoCircle, "redo-circle"),
7411 (Redo, "redo"),
7412 (RefreshCircular, "refresh-circular"),
7413 (RefreshDouble, "refresh-double"),
7414 (Refresh, "refresh"),
7415 (RemoveSquare, "remove-square"),
7416 (Restart, "restart"),
7417 (SaveActionFloppy, "save-action-floppy"),
7418 (ShareAndroid, "share-android"),
7419 (ShareIos, "share-ios"),
7420 (Trash, "trash"),
7421 (UndoAction, "undo-action"),
7422 (UndoCircle, "undo-circle"),
7423 (Undo, "undo"),
7424 (UploadSquare, "upload-square"),
7425 (Upload, "upload"),
7426 (WarningCircle, "warning-circle"),
7427 (WarningSquare, "warning-square"),
7428 (WarningTriangle, "warning-triangle"),
7429 (WrapText, "wrap-text"),
7430]);
7431make_icon_category!(shopping, 48, "Shopping", [
7432 (AddToCart, "add-to-cart"),
7433 (ArrowsUpFromLine, "arrows-up-from-line"),
7434 (Barcode, "barcode"),
7435 (CartAlt, "cart-alt"),
7436 (Cart, "cart"),
7437 (ClockRotateRight, "clock-rotate-right"),
7438 (Consumable, "consumable"),
7439 (GlassFragile, "glass-fragile"),
7440 (RemoveFromCart, "remove-from-cart"),
7441 (ScanBarcode, "scan-barcode"),
7442 (ShoppingBagAdd, "shopping-bag-add"),
7443 (ShoppingBagAlt, "shopping-bag-alt"),
7444 (ShoppingBagArrowDown, "shopping-bag-arrow-down"),
7445 (ShoppingBagArrowUp, "shopping-bag-arrow-up"),
7446 (ShoppingBagCheck, "shopping-bag-check"),
7447 (ShoppingBagIssue, "shopping-bag-issue"),
7448 (ShoppingBagRemove, "shopping-bag-remove"),
7449 (ShoppingBag, "shopping-bag"),
7450 (ShoppingCodeCheck, "shopping-code-check"),
7451 (ShoppingCodeError, "shopping-code-error"),
7452 (ShoppingCode, "shopping-code"),
7453 (SimpleCart, "simple-cart"),
7454 (UserBag, "user-bag"),
7455 (UserCart, "user-cart"),
7456]);
7457make_icon_category!(photos_and_videos, 48, "Photos and Videos", [
7458 (AddMediaImage, "add-media-image"),
7459 (AddMediaVideo, "add-media-video"),
7460 (AutoFlash, "auto-flash"),
7461 (AviFormat, "avi-format"),
7462 (Camera, "camera"),
7463 (ClosedCaptions, "closed-captions"),
7464 (Collapse, "collapse"),
7465 (Enlarge, "enlarge"),
7466 (Expand, "expand"),
7467 (FlashOff, "flash-off"),
7468 (Flash, "flash"),
7469 (FxTag, "fx-tag"),
7470 (Fx, "fx"),
7471 (GifFormat, "gif-format"),
7472 (HdDisplay, "hd-display"),
7473 (Hd, "hd"),
7474 (Hdr, "hdr"),
7475 (JpegFormat, "jpeg-format"),
7476 (JpgFormat, "jpg-format"),
7477 (MediaImageFolder, "media-image-folder"),
7478 (MediaImageList, "media-image-list"),
7479 (MediaImage, "media-image"),
7480 (MediaVideoFolder, "media-video-folder"),
7481 (MediaVideoList, "media-video-list"),
7482 (MediaVideo, "media-video"),
7483 (MpegFormat, "mpeg-format"),
7484 (PanoramaEnlarge, "panorama-enlarge"),
7485 (PanoramaReduce, "panorama-reduce"),
7486 (PngFormat, "png-format"),
7487 (RawFormat, "raw-format"),
7488 (Reduce, "reduce"),
7489 (RemoveMediaImage, "remove-media-image"),
7490 (RemoveMediaVideo, "remove-media-video"),
7491 (RotateCameraLeft, "rotate-camera-left"),
7492 (RotateCameraRight, "rotate-camera-right"),
7493 (Screenshot, "screenshot"),
7494 (SvgFormat, "svg-format"),
7495 (TifFormat, "tif-format"),
7496 (TiffFormat, "tiff-format"),
7497 (VideoCameraOff, "video-camera-off"),
7498 (VideoCamera, "video-camera"),
7499 (WebpFormat, "webp-format"),
7500]);
7501make_icon_category!(food, 48, "Food", [
7502 (AppleHalfAlt, "apple-half-alt"),
7503 (AppleHalf, "apple-half"),
7504 (Apple, "apple"),
7505 (Bbq, "bbq"),
7506 (BreadSlice, "bread-slice"),
7507 (Chocolate, "chocolate"),
7508 (Clutery, "clutery"),
7509 (CoffeeCup, "coffee-cup"),
7510 (CrackedEgg, "cracked-egg"),
7511 (Egg, "egg"),
7512 (GlassEmpty, "glass-empty"),
7513 (GlassHalfAlt, "glass-half-alt"),
7514 (GlassHalf, "glass-half"),
7515 (OrangeHalf, "orange-half"),
7516 (OrangeSliceAlt, "orange-slice-alt"),
7517 (OrangeSlice, "orange-slice"),
7518 (PizzaSlice, "pizza-slice"),
7519]);
7520make_icon_category!(shapes, 48, "Shapes", [
7521 (AddHexagon, "add-hexagon"),
7522 (Circle, "circle"),
7523 (Flare, "flare"),
7524 (Heptagon, "heptagon"),
7525 (HexagonAlt, "hexagon-alt"),
7526 (Hexagon, "hexagon"),
7527 (MinusHexagon, "minus-hexagon"),
7528 (Octagon, "octagon"),
7529 (Pentagon, "pentagon"),
7530 (Rhombus, "rhombus"),
7531 (Square, "square"),
7532 (Triangle, "triangle"),
7533]);
7534make_icon_category!(science, 48, "Science", [
7535 (Atom, "atom"),
7536 (BrainElectricity, "brain-electricity"),
7537 (BrainResearch, "brain-research"),
7538 (BrainWarning, "brain-warning"),
7539 (Brain, "brain"),
7540 (Carbon, "carbon"),
7541 (Cooling, "cooling"),
7542 (Depth, "depth"),
7543 (Diameter, "diameter"),
7544 (Dna, "dna"),
7545 (Flask, "flask"),
7546 (Fluorine, "fluorine"),
7547 (GraduationCap, "graduation-cap"),
7548 (Heating, "heating"),
7549 (Hydrogen, "hydrogen"),
7550 (Inclination, "inclination"),
7551 (Infinite, "infinite"),
7552 (MagnetEnergy, "magnet-energy"),
7553 (Magnet, "magnet"),
7554 (Microscope, "microscope"),
7555 (MoonSat, "moon-sat"),
7556 (Nitrogen, "nitrogen"),
7557 (Oxygen, "oxygen"),
7558 (PlanetAlt, "planet-alt"),
7559 (PlanetSat, "planet-sat"),
7560 (Planet, "planet"),
7561 (Radiation, "radiation"),
7562 (Radius, "radius"),
7563 (Rocket, "rocket"),
7564 (RoundFlask, "round-flask"),
7565 (RubikCube, "rubik-cube"),
7566 (SineWave, "sine-wave"),
7567 (SquareWave, "square-wave"),
7568 (TestTube, "test-tube"),
7569 (Vials, "vials"),
7570 (XCoordinate, "x-coordinate"),
7571 (YCoordinate, "y-coordinate"),
7572 (ZCoordinate, "z-coordinate"),
7573]);
7574make_icon_category!(users, 48, "Users", [
7575 (AddUser, "add-user"),
7576 (Community, "community"),
7577 (Group, "group"),
7578 (Learning, "learning"),
7579 (PeopleTag, "people-tag"),
7580 (ProfileCircle, "profile-circle"),
7581 (RemoveUser, "remove-user"),
7582 (UserCircle, "user-circle"),
7583 (UserCrown, "user-crown"),
7584 (UserLove, "user-love"),
7585 (UserSquare, "user-square"),
7586 (UserStar, "user-star"),
7587 (User, "user"),
7588 (VerifiedUser, "verified-user"),
7589]);
7590make_icon_category!(layout, 48, "Layout", [
7591 (TwoxTwoCell, "2x2-cell"),
7592 (CornerBottomLeft, "corner-bottom-left"),
7593 (CornerBottomRight, "corner-bottom-right"),
7594 (CornerTopLeft, "corner-top-left"),
7595 (CornerTopRight, "corner-top-right"),
7596 (GridAdd, "grid-add"),
7597 (GridMinus, "grid-minus"),
7598 (GridRemove, "grid-remove"),
7599 (LayoutLeft, "layout-left"),
7600 (LayoutRight, "layout-right"),
7601 (TableTwoColumns, "table-2-columns"),
7602 (TableRows, "table-rows"),
7603 (Table, "table"),
7604 (ViewColumnsTwo, "view-columns-2"),
7605 (ViewColumnsThree, "view-columns-3"),
7606 (ViewGrid, "view-grid"),
7607 (ViewStructureDown, "view-structure-down"),
7608 (ViewStructureUp, "view-structure-up"),
7609]);
7610make_icon_category!(business, 48, "Business", [
7611 (Agile, "agile"),
7612 (HighPriority, "high-priority"),
7613 (MediumPriority, "medium-priority"),
7614 (Okrs, "okrs"),
7615 (Presentation, "presentation"),
7616 (PriorityDown, "priority-down"),
7617 (PriorityUp, "priority-up"),
7618 (Strategy, "strategy"),
7619]);
7620make_icon_category!(communication, 48, "Communication", [
7621 (AppNotification, "app-notification"),
7622 (ArrowEmailForward, "arrow-email-forward"),
7623 (AtSignCircle, "at-sign-circle"),
7624 (AtSign, "at-sign"),
7625 (BellNotification, "bell-notification"),
7626 (BellOff, "bell-off"),
7627 (Bell, "bell"),
7628 (BubbleDownload, "bubble-download"),
7629 (BubbleError, "bubble-error"),
7630 (BubbleIncome, "bubble-income"),
7631 (BubbleOutcome, "bubble-outcome"),
7632 (BubbleSearch, "bubble-search"),
7633 (BubbleStar, "bubble-star"),
7634 (BubbleUpload, "bubble-upload"),
7635 (BubbleWarning, "bubble-warning"),
7636 (ChatAdd, "chat-add"),
7637 (ChatBubbleCheck, "chat-bubble-check"),
7638 (ChatBubbleEmpty, "chat-bubble-empty"),
7639 (ChatBubbleError, "chat-bubble-error"),
7640 (ChatBubbleQuestion, "chat-bubble-question"),
7641 (ChatBubbleTranslate, "chat-bubble-translate"),
7642 (ChatBubbleWarning, "chat-bubble-warning"),
7643 (ChatBubble, "chat-bubble"),
7644 (ChatLines, "chat-lines"),
7645 (ChatRemove, "chat-remove"),
7646 (Facetime, "facetime"),
7647 (ForwardMessage, "forward-message"),
7648 (Globe, "globe"),
7649 (HeadsetHelp, "headset-help"),
7650 (Internet, "internet"),
7651 (MailIn, "mail-in"),
7652 (MailOpened, "mail-opened"),
7653 (MailOut, "mail-out"),
7654 (Mail, "mail"),
7655 (MessageAlert, "message-alert"),
7656 (MessageText, "message-text"),
7657 (Message, "message"),
7658 (MultiBubble, "multi-bubble"),
7659 (PhoneAdd, "phone-add"),
7660 (PhoneDelete, "phone-delete"),
7661 (PhoneDisabled, "phone-disabled"),
7662 (PhoneIncome, "phone-income"),
7663 (PhoneOutcome, "phone-outcome"),
7664 (PhonePaused, "phone-paused"),
7665 (PhoneRemove, "phone-remove"),
7666 (Phone, "phone"),
7667 (Podcast, "podcast"),
7668 (QuoteMessage, "quote-message"),
7669 (Quote, "quote"),
7670 (ReplyToMessage, "reply-to-message"),
7671 (Reply, "reply"),
7672 (SendDiagonal, "send-diagonal"),
7673 (SendMail, "send-mail"),
7674 (Send, "send"),
7675 (TimeZone, "time-zone"),
7676 (Www, "www"),
7677]);
7678make_icon_category!(gaming, 48, "Gaming", [
7679 (Arcade, "arcade"),
7680 (ArcheryMatch, "archery-match"),
7681 (AugmentedReality, "augmented-reality"),
7682 (Bishop, "bishop"),
7683 (BrightCrown, "bright-crown"),
7684 (BrightStar, "bright-star"),
7685 (CrownCircle, "crown-circle"),
7686 (Crown, "crown"),
7687 (DiceFive, "dice-five"),
7688 (DiceFour, "dice-four"),
7689 (DiceOne, "dice-one"),
7690 (DiceSix, "dice-six"),
7691 (DiceThree, "dice-three"),
7692 (DiceTwo, "dice-two"),
7693 (Gamepad, "gamepad"),
7694 (HexagonDice, "hexagon-dice"),
7695 (NintendoSwitch, "nintendo-switch"),
7696 (Pacman, "pacman"),
7697 (PlaystationGamepad, "playstation-gamepad"),
7698 (Pokeball, "pokeball"),
7699 (Potion, "potion"),
7700 (Rook, "rook"),
7701 (Spades, "spades"),
7702 (Tournament, "tournament"),
7703 (XboxA, "xbox-a"),
7704 (XboxB, "xbox-b"),
7705 (XboxX, "xbox-x"),
7706 (XboxY, "xbox-y"),
7707]);
7708make_icon_category!(social, 48, "Social", [
7709 (BehanceTag, "behance-tag"),
7710 (Behance, "behance"),
7711 (Discord, "discord"),
7712 (Dribbble, "dribbble"),
7713 (FacebookTag, "facebook-tag"),
7714 (Facebook, "facebook"),
7715 (GoogleCircle, "google-circle"),
7716 (Google, "google"),
7717 (Instagram, "instagram"),
7718 (Linkedin, "linkedin"),
7719 (Medium, "medium"),
7720 (Pinterest, "pinterest"),
7721 (Pocket, "pocket"),
7722 (RssFeedTag, "rss-feed-tag"),
7723 (RssFeed, "rss-feed"),
7724 (Snapchat, "snapchat"),
7725 (Stackoverflow, "stackoverflow"),
7726 (TelegramCircle, "telegram-circle"),
7727 (Telegram, "telegram"),
7728 (ThumbsDown, "thumbs-down"),
7729 (ThumbsUp, "thumbs-up"),
7730 (Tiktok, "tiktok"),
7731 (TwitterVerifiedBadge, "twitter-verified-badge"),
7732 (Twitter, "twitter"),
7733 (VerifiedBadge, "verified-badge"),
7734 (Yelp, "yelp"),
7735 (Youtube, "youtube"),
7736]);
7737make_icon_category!(three_d_editor, 48, "3D Editor", [
7738 (ThreedAddHole, "3d-add-hole"),
7739 (ThreedArcCenterPt, "3d-arc-center-pt"),
7740 (ThreedArc, "3d-arc"),
7741 (ThreedBridge, "3d-bridge"),
7742 (ThreedCenterBox, "3d-center-box"),
7743 (ThreedDraftFace, "3d-draft-face"),
7744 (ThreedEllipseThreePts, "3d-ellipse-three-pts"),
7745 (ThreedEllipse, "3d-ellipse"),
7746 (ThreedPtBox, "3d-pt-box"),
7747 (ThreedRectCornerToCorner, "3d-rect-corner-to-corner"),
7748 (ThreedRectFromCenter, "3d-rect-from-center"),
7749 (ThreedRectThreePts, "3d-rect-three-pts"),
7750 (ThreedSelectEdge, "3d-select-edge"),
7751 (ThreedSelectFace, "3d-select-face"),
7752 (ThreedSelectPoint, "3d-select-point"),
7753 (ThreedSelectSolid, "3d-select-solid"),
7754 (ThreedThreePtsBox, "3d-three-pts-box"),
7755 (BridgeSurface, "bridge-surface"),
7756 (ConstrainedSurface, "constrained-surface"),
7757 (CubeReplaceFace, "cube-replace-face"),
7758 (CurveArray, "curve-array"),
7759 (CutSolidWithCurve, "cut-solid-with-curve"),
7760 (Cylinder, "cylinder"),
7761 (Extrude, "extrude"),
7762 (FilletThreed, "fillet-3d"),
7763 (LoftThreed, "loft-3d"),
7764 (OnePointCircle, "one-point-circle"),
7765 (OrthogonalView, "orthogonal-view"),
7766 (PatchHolesThreed, "patch-holes-3d"),
7767 (PerspectiveView, "perspective-view"),
7768 (PipeThreed, "pipe-3d"),
7769 (ProjectCurveThreed, "project-curve-3d"),
7770 (SigmaFunction, "sigma-function"),
7771 (Sphere, "sphere"),
7772 (Spiral, "spiral"),
7773 (SweepThreed, "sweep-3d"),
7774 (ThreePointsCircle, "three-points-circle"),
7775 (TwoPointsCircle, "two-points-circle"),
7776 (UnjoinThreed, "unjoin-3d"),
7777 (XrayView, "xray-view"),
7778]);
7779make_icon_category!(editor, 48, "Editor", [
7780 (AlignCenter, "align-center"),
7781 (AlignJustify, "align-justify"),
7782 (AlignLeft, "align-left"),
7783 (AlignRight, "align-right"),
7784 (BoldSquare, "bold-square"),
7785 (Bold, "bold"),
7786 (CompressLines, "compress-lines"),
7787 (EditPencil, "edit-pencil"),
7788 (Edit, "edit"),
7789 (ExpandLines, "expand-lines"),
7790 (FontSize, "font-size"),
7791 (ItalicSquare, "italic-square"),
7792 (Italic, "italic"),
7793 (ListSelect, "list-select"),
7794 (List, "list"),
7795 (MissingFont, "missing-font"),
7796 (NumberedListLeft, "numbered-list-left"),
7797 (NumberedListRight, "numbered-list-right"),
7798 (ScissorAlt, "scissor-alt"),
7799 (Scissor, "scissor"),
7800 (SearchFont, "search-font"),
7801 (SortDown, "sort-down"),
7802 (SortUp, "sort-up"),
7803 (Sort, "sort"),
7804 (Strikethrough, "strikethrough"),
7805 (TaskList, "task-list"),
7806 (TextAlt, "text-alt"),
7807 (TextBox, "text-box"),
7808 (TextSize, "text-size"),
7809 (Text, "text"),
7810 (UnderlineSquare, "underline-square"),
7811 (Underline, "underline"),
7812]);
7813make_icon_category!(music, 48, "Music", [
7814 (AlbumCarousel, "album-carousel"),
7815 (AlbumList, "album-list"),
7816 (AlbumOpen, "album-open"),
7817 (Album, "album"),
7818 (BackwardOneFiveSeconds, "backward-15-seconds"),
7819 (CompactDisc, "compact-disc"),
7820 (ForwardOneFiveSeconds, "forward-15-seconds"),
7821 (Forward, "forward"),
7822 (HeadsetCharge, "headset-charge"),
7823 (HeadsetIssue, "headset-issue"),
7824 (Headset, "headset"),
7825 (Lullaby, "lullaby"),
7826 (MusicDoubleNoteAdd, "music-double-note-add"),
7827 (MusicDoubleNote, "music-double-note"),
7828 (MusicNoteAdd, "music-note-add"),
7829 (MusicNote, "music-note"),
7830 (Pause, "pause"),
7831 (Play, "play"),
7832 (PlaylistAdd, "playlist-add"),
7833 (PlaylistPlay, "playlist-play"),
7834 (Playlist, "playlist"),
7835 (RepeatOnce, "repeat-once"),
7836 (Repeat, "repeat"),
7837 (Rewind, "rewind"),
7838 (Shuffle, "shuffle"),
7839 (SkipNext, "skip-next"),
7840 (SkipPrev, "skip-prev"),
7841 (Spotify, "spotify"),
7842]);
7843make_icon_category!(git, 48, "Git", [
7844 (Bitbucket, "bitbucket"),
7845 (GitBranch, "git-branch"),
7846 (GitCherryPickCommit, "git-cherry-pick-commit"),
7847 (GitCommand, "git-command"),
7848 (GitCommit, "git-commit"),
7849 (GitCompare, "git-compare"),
7850 (GitFork, "git-fork"),
7851 (GitMerge, "git-merge"),
7852 (GitPullRequestClosed, "git-pull-request-closed"),
7853 (GitPullRequest, "git-pull-request"),
7854 (GithubCircle, "github-circle"),
7855 (Github, "github"),
7856 (GitlabFull, "gitlab-full"),
7857 (Repository, "repository"),
7858]);
7859make_icon_category!(cloud, 48, "Cloud", [
7860 (CloudBookAlt, "cloud-book-alt"),
7861 (CloudCheck, "cloud-check"),
7862 (CloudDesync, "cloud-desync"),
7863 (CloudDownload, "cloud-download"),
7864 (CloudError, "cloud-error"),
7865 (CloudSync, "cloud-sync"),
7866 (CloudUpload, "cloud-upload"),
7867 (GoogleDriveCheck, "google-drive-check"),
7868 (GoogleDriveSync, "google-drive-sync"),
7869 (GoogleDriveWarning, "google-drive-warning"),
7870 (GoogleDrive, "google-drive"),
7871 (GoogleOne, "google-one"),
7872 (SettingsCloud, "settings-cloud"),
7873]);
7874make_icon_category!(tools, 48, "Tools", [
7875 (AngleTool, "angle-tool"),
7876 (Hammer, "hammer"),
7877 (Tools, "tools"),
7878 (Wrench, "wrench"),
7879]);
7880make_icon_category!(finance, 48, "Finance", [
7881 (AppleWallet, "apple-wallet"),
7882 (Bank, "bank"),
7883 (BitcoinCircle, "bitcoin-circle"),
7884 (BitcoinRotateOut, "bitcoin-rotate-out"),
7885 (CandlestickChart, "candlestick-chart"),
7886 (CardIssue, "card-issue"),
7887 (CardLocked, "card-locked"),
7888 (CardReader, "card-reader"),
7889 (CardSecurity, "card-security"),
7890 (CardWallet, "card-wallet"),
7891 (Cash, "cash"),
7892 (Coin, "coin"),
7893 (CoinsSwap, "coins-swap"),
7894 (Coins, "coins"),
7895 (Commodity, "commodity"),
7896 (Contactless, "contactless"),
7897 (CreditCard, "credit-card"),
7898 (CreditCards, "credit-cards"),
7899 (DogecoinCircle, "dogecoin-circle"),
7900 (DogecoinRotateOut, "dogecoin-rotate-out"),
7901 (Dollar, "dollar"),
7902 (EthereumCircle, "ethereum-circle"),
7903 (EthereumRotateOut, "ethereum-rotate-out"),
7904 (EuroSquare, "euro-square"),
7905 (Euro, "euro"),
7906 (HandCard, "hand-card"),
7907 (HandCash, "hand-cash"),
7908 (HandContactless, "hand-contactless"),
7909 (LitecoinCircle, "litecoin-circle"),
7910 (LitecoinRotateOut, "litecoin-rotate-out"),
7911 (LotOfCash, "lot-of-cash"),
7912 (MastercardCard, "mastercard-card"),
7913 (MoneySquare, "money-square"),
7914 (NoCoin, "no-coin"),
7915 (NoCreditCard, "no-credit-card"),
7916 (Paypal, "paypal"),
7917 (PercentRotateOut, "percent-rotate-out"),
7918 (PiggyBank, "piggy-bank"),
7919 (Pound, "pound"),
7920 (ReceiveDollars, "receive-dollars"),
7921 (ReceiveEuros, "receive-euros"),
7922 (ReceivePounds, "receive-pounds"),
7923 (ReceiveYens, "receive-yens"),
7924 (SafeArrowLeft, "safe-arrow-left"),
7925 (SafeArrowRight, "safe-arrow-right"),
7926 (SafeOpen, "safe-open"),
7927 (Safe, "safe"),
7928 (SendDollars, "send-dollars"),
7929 (SendEuros, "send-euros"),
7930 (SendPounds, "send-pounds"),
7931 (SendYens, "send-yens"),
7932 (Wallet, "wallet"),
7933 (YenSquare, "yen-square"),
7934 (Yen, "yen"),
7935]);
7936make_icon_category!(health, 48, "Health", [
7937 (Donate, "donate"),
7938 (Female, "female"),
7939 (HealthShield, "health-shield"),
7940 (Healthcare, "healthcare"),
7941 (Heart, "heart"),
7942 (HomeHospital, "home-hospital"),
7943 (HospitalSign, "hospital-sign"),
7944 (Male, "male"),
7945 (NonBinary, "non-binary"),
7946 (PharmacyCrossCircle, "pharmacy-cross-circle"),
7947 (PharmacyCrossSquare, "pharmacy-cross-square"),
7948 (Stroller, "stroller"),
7949 (WeightAlt, "weight-alt"),
7950 (Weight, "weight"),
7951]);
7952make_icon_category!(gestures, 48, "Gestures", [
7953 (DragHandGesture, "drag-hand-gesture"),
7954 (OneFingerSelectHandGesture, "one-finger-select-hand-gesture"),
7955 (OpenSelectHandGesture, "open-select-hand-gesture"),
7956 (PeaceHand, "peace-hand"),
7957 (ReminderHandGesture, "reminder-hand-gesture"),
7958 (SingleTapGesture, "single-tap-gesture"),
7959 (SpockHandGesture, "spock-hand-gesture"),
7960 (SwipeDownGesture, "swipe-down-gesture"),
7961 (SwipeLeftGesture, "swipe-left-gesture"),
7962 (SwipeRightGesture, "swipe-right-gesture"),
7963 (SwipeTwoFingersDownGesture, "swipe-two-fingers-down-gesture"),
7964 (SwipeTwoFingersLeftGesture, "swipe-two-fingers-left-gesture"),
7965 (SwipeTwoFingersRightGesture, "swipe-two-fingers-right-gesture"),
7966 (SwipeTwoFingersUpGesture, "swipe-two-fingers-up-gesture"),
7967 (SwipeUpGesture, "swipe-up-gesture"),
7968]);
7969make_icon_category!(connectivity, 48, "Connectivity", [
7970 (Airplay, "airplay"),
7971 (AntennaOff, "antenna-off"),
7972 (AntennaSignalTag, "antenna-signal-tag"),
7973 (AntennaSignal, "antenna-signal"),
7974 (Antenna, "antenna"),
7975 (BluetoothTag, "bluetooth-tag"),
7976 (Bluetooth, "bluetooth"),
7977 (CableTag, "cable-tag"),
7978 (DataTransferBoth, "data-transfer-both"),
7979 (DataTransferCheck, "data-transfer-check"),
7980 (DataTransferDown, "data-transfer-down"),
7981 (DataTransferUp, "data-transfer-up"),
7982 (DataTransferWarning, "data-transfer-warning"),
7983 (NetworkAlt, "network-alt"),
7984 (NetworkLeft, "network-left"),
7985 (NetworkRight, "network-right"),
7986 (Network, "network"),
7987 (PlugTypeA, "plug-type-a"),
7988 (PlugTypeC, "plug-type-c"),
7989 (PlugTypeG, "plug-type-g"),
7990 (PlugTypeL, "plug-type-l"),
7991 (PrivateWifi, "private-wifi"),
7992 (ServerConnection, "server-connection"),
7993 (Server, "server"),
7994 (Usb, "usb"),
7995 (WifiError, "wifi-error"),
7996 (WifiIssue, "wifi-issue"),
7997 (WifiOff, "wifi-off"),
7998 (WifiSignalNone, "wifi-signal-none"),
7999 (WifiTag, "wifi-tag"),
8000 (Wifi, "wifi"),
8001]);
8002make_icon_category!(emojis, 48, "Emojis", [
8003 (EmojiBall, "emoji-ball"),
8004 (EmojiBlinkLeft, "emoji-blink-left"),
8005 (EmojiBlinkRight, "emoji-blink-right"),
8006 (EmojiLookDown, "emoji-look-down"),
8007 (EmojiLookLeft, "emoji-look-left"),
8008 (EmojiLookRight, "emoji-look-right"),
8009 (EmojiLookUp, "emoji-look-up"),
8010 (EmojiPuzzled, "emoji-puzzled"),
8011 (EmojiQuite, "emoji-quite"),
8012 (EmojiReally, "emoji-really"),
8013 (EmojiSad, "emoji-sad"),
8014 (EmojiSatisfied, "emoji-satisfied"),
8015 (EmojiSingLeftNote, "emoji-sing-left-note"),
8016 (EmojiSingLeft, "emoji-sing-left"),
8017 (EmojiSingRightNote, "emoji-sing-right-note"),
8018 (EmojiSingRight, "emoji-sing-right"),
8019 (EmojiSurpriseAlt, "emoji-surprise-alt"),
8020 (EmojiSurprise, "emoji-surprise"),
8021 (EmojiTalkingAngry, "emoji-talking-angry"),
8022 (EmojiTalkingHappy, "emoji-talking-happy"),
8023 (EmojiThinkLeft, "emoji-think-left"),
8024 (EmojiThinkRight, "emoji-think-right"),
8025 (Emoji, "emoji"),
8026]);
8027make_icon_category!(identity, 48, "Identity", [
8028 (FaceId, "face-id"),
8029 (FingerprintCheckCircle, "fingerprint-check-circle"),
8030 (FingerprintCircle, "fingerprint-circle"),
8031 (FingerprintErrorCircle, "fingerprint-error-circle"),
8032 (FingerprintLockCircle, "fingerprint-lock-circle"),
8033 (FingerprintPhone, "fingerprint-phone"),
8034 (FingerprintScan, "fingerprint-scan"),
8035 (FingerprintSquare, "fingerprint-square"),
8036 (Fingerprint, "fingerprint"),
8037 (IrisScan, "iris-scan"),
8038 (Scanning, "scanning"),
8039 (UserScan, "user-scan"),
8040 (VoiceCircle, "voice-circle"),
8041 (VoiceError, "voice-error"),
8042 (VoiceLockCircle, "voice-lock-circle"),
8043 (VoiceOk, "voice-ok"),
8044 (VoicePhone, "voice-phone"),
8045 (VoiceScan, "voice-scan"),
8046 (VoiceSquare, "voice-square"),
8047 (Voice, "voice"),
8048]);
8049make_icon_category!(weather, 48, "Weather", [
8050 (CloudSunny, "cloud-sunny"),
8051 (Cloud, "cloud"),
8052 (DewPoint, "dew-point"),
8053 (Fog, "fog"),
8054 (HeavyRain, "heavy-rain"),
8055 (Rain, "rain"),
8056 (SnowFlake, "snow-flake"),
8057 (Snow, "snow"),
8058 (SunLight, "sun-light"),
8059 (TemperatureDown, "temperature-down"),
8060 (TemperatureHigh, "temperature-high"),
8061 (TemperatureLow, "temperature-low"),
8062 (TemperatureUp, "temperature-up"),
8063 (Thunderstorm, "thunderstorm"),
8064 (Wind, "wind"),
8065]);
8066make_icon_category!(animals, 48, "Animals", [
8067 (Fish, "fish"),
8068 (Jellyfish, "jellyfish"),
8069 (Wolf, "wolf"),
8070]);
8071make_icon_category!(database, 48, "Database", [
8072 (AddDatabaseScript, "add-database-script"),
8073 (DatabaseBackup, "database-backup"),
8074 (DatabaseExport, "database-export"),
8075 (DatabaseMonitor, "database-monitor"),
8076 (DatabaseRestore, "database-restore"),
8077 (DatabaseScript, "database-script"),
8078 (DatabaseSettings, "database-settings"),
8079 (DatabaseStar, "database-star"),
8080 (DatabaseStats, "database-stats"),
8081 (DatabaseTag, "database-tag"),
8082 (DbCheck, "db-check"),
8083 (DbError, "db-error"),
8084 (DbSearch, "db-search"),
8085 (DbWarning, "db-warning"),
8086 (Db, "db"),
8087 (RemoveDatabaseScript, "remove-database-script"),
8088]);
8089make_icon_category!(audio, 48, "Audio", [
8090 (MicAdd, "mic-add"),
8091 (MicCheck, "mic-check"),
8092 (MicMute, "mic-mute"),
8093 (MicRemove, "mic-remove"),
8094 (MicSpeaking, "mic-speaking"),
8095 (MicWarning, "mic-warning"),
8096 (Mic, "mic"),
8097 (SoundHigh, "sound-high"),
8098 (SoundLow, "sound-low"),
8099 (SoundMin, "sound-min"),
8100 (SoundOff, "sound-off"),
8101]);
8102make_icon_category!(design_tools, 48, "Design Tools", [
8103 (AddFrame, "add-frame"),
8104 (AddLens, "add-lens"),
8105 (AdobeAfterEffects, "adobe-after-effects"),
8106 (AdobeIllustrator, "adobe-illustrator"),
8107 (AdobeIndesign, "adobe-indesign"),
8108 (AdobeLightroom, "adobe-lightroom"),
8109 (AdobePhotoshop, "adobe-photoshop"),
8110 (AdobeXd, "adobe-xd"),
8111 (AlignBottomBox, "align-bottom-box"),
8112 (AlignLeftBox, "align-left-box"),
8113 (AlignRightBox, "align-right-box"),
8114 (AlignTopBox, "align-top-box"),
8115 (Axes, "axes"),
8116 (BorderBl, "border-bl"),
8117 (BorderBottom, "border-bottom"),
8118 (BorderBr, "border-br"),
8119 (BorderInner, "border-inner"),
8120 (BorderLeft, "border-left"),
8121 (BorderOut, "border-out"),
8122 (BorderRight, "border-right"),
8123 (BorderTl, "border-tl"),
8124 (BorderTop, "border-top"),
8125 (BorderTr, "border-tr"),
8126 (CenterAlign, "center-align"),
8127 (CollageFrame, "collage-frame"),
8128 (ColorFilter, "color-filter"),
8129 (ColorPickerEmpty, "color-picker-empty"),
8130 (ColorPicker, "color-picker"),
8131 (ColorWheel, "color-wheel"),
8132 (Combine, "combine"),
8133 (CompAlignBottom, "comp-align-bottom"),
8134 (CompAlignLeft, "comp-align-left"),
8135 (CompAlignRight, "comp-align-right"),
8136 (CompAlignTop, "comp-align-top"),
8137 (Component, "component"),
8138 (Copy, "copy"),
8139 (CropRotateBl, "crop-rotate-bl"),
8140 (CropRotateBr, "crop-rotate-br"),
8141 (CropRotateTl, "crop-rotate-tl"),
8142 (CropRotateTr, "crop-rotate-tr"),
8143 (Crop, "crop"),
8144 (CutAlt, "cut-alt"),
8145 (Cut, "cut"),
8146 (DesignNib, "design-nib"),
8147 (DesignPencil, "design-pencil"),
8148 (DropletHalf, "droplet-half"),
8149 (Droplet, "droplet"),
8150 (Exclude, "exclude"),
8151 (Figma, "figma"),
8152 (FillColor, "fill-color"),
8153 (FlipReverse, "flip-reverse"),
8154 (Flip, "flip"),
8155 (FrameAltEmpty, "frame-alt-empty"),
8156 (FrameAlt, "frame-alt"),
8157 (FrameSelect, "frame-select"),
8158 (FrameSimple, "frame-simple"),
8159 (FrameTool, "frame-tool"),
8160 (Frame, "frame"),
8161 (HorizDistributionLeft, "horiz-distribution-left"),
8162 (HorizDistributionRight, "horiz-distribution-right"),
8163 (IntersectAlt, "intersect-alt"),
8164 (Intersect, "intersect"),
8165 (Lens, "lens"),
8166 (MagicWand, "magic-wand"),
8167 (MaskSquare, "mask-square"),
8168 (MoveRuler, "move-ruler"),
8169 (PositionAlign, "position-align"),
8170 (PrecisionTool, "precision-tool"),
8171 (RemoveFrame, "remove-frame"),
8172 (RulerAdd, "ruler-add"),
8173 (RulerCombine, "ruler-combine"),
8174 (RulerRemove, "ruler-remove"),
8175 (Ruler, "ruler"),
8176 (ScaleFrameEnlarge, "scale-frame-enlarge"),
8177 (ScaleFrameReduce, "scale-frame-reduce"),
8178 (SelectiveTool, "selective-tool"),
8179 (StyleBorder, "style-border"),
8180 (Substract, "substract"),
8181 (UnionAlt, "union-alt"),
8182 (UnionHorizAlt, "union-horiz-alt"),
8183 (Union, "union"),
8184]);
8185make_icon_category!(home, 48, "Home", [
8186 (AirConditioner, "air-conditioner"),
8187 (BedReady, "bed-ready"),
8188 (Bed, "bed"),
8189 (BoxIso, "box-iso"),
8190 (Box, "box"),
8191 (Closet, "closet"),
8192 (Crib, "crib"),
8193 (Desk, "desk"),
8194 (DimmerSwitch, "dimmer-switch"),
8195 (DirectorChair, "director-chair"),
8196 (Dishwasher, "dishwasher"),
8197 (DomoticIssue, "domotic-issue"),
8198 (Drawer, "drawer"),
8199 (Fridge, "fridge"),
8200 (GoogleHome, "google-home"),
8201 (HomeAltSlimHoriz, "home-alt-slim-horiz"),
8202 (HomeAltSlim, "home-alt-slim"),
8203 (HomeAlt, "home-alt"),
8204 (HomeSale, "home-sale"),
8205 (HomeSecure, "home-secure"),
8206 (HomeShield, "home-shield"),
8207 (HomeSimpleDoor, "home-simple-door"),
8208 (HomeSimple, "home-simple"),
8209 (HomeTable, "home-table"),
8210 (HomeTemperatureIn, "home-temperature-in"),
8211 (HomeTemperatureOut, "home-temperature-out"),
8212 (HomeUser, "home-user"),
8213 (Home, "home"),
8214 (Lamp, "lamp"),
8215 (LightBulbOff, "light-bulb-off"),
8216 (LightBulbOn, "light-bulb-on"),
8217 (LightBulb, "light-bulb"),
8218 (Mirror, "mirror"),
8219 (Pillow, "pillow"),
8220 (RoundedMirror, "rounded-mirror"),
8221 (SleeperChair, "sleeper-chair"),
8222 (SmallLampAlt, "small-lamp-alt"),
8223 (SmallLamp, "small-lamp"),
8224 (Sofa, "sofa"),
8225 (TwoSeaterSofa, "two-seater-sofa"),
8226 (Wash, "wash"),
8227 (WashingMachine, "washing-machine"),
8228]);
8229make_icon_category!(no_category, 48, "NoCategory", [
8230 (ChatBubbleCheckOne, "chat-bubble-check-1"),
8231 (DbStar, "db-star"),
8232 (Fishing, "fishing"),
8233 (LongArrowRightUpOne, "long-arrow-right-up-1"),
8234 (MinusOne, "minus-1"),
8235]);
8236make_icon_category!(system, 48, "System", [
8237 (AccessibilitySign, "accessibility-sign"),
8238 (AccessibilityTech, "accessibility-tech"),
8239 (Accessibility, "accessibility"),
8240 (AppWindow, "app-window"),
8241 (AppleMac, "apple-mac"),
8242 (AppleShortcuts, "apple-shortcuts"),
8243 (BatteryTwoFive, "battery-25"),
8244 (BatteryFiveZero, "battery-50"),
8245 (BatterySevenFive, "battery-75"),
8246 (BatteryCharging, "battery-charging"),
8247 (BatteryEmpty, "battery-empty"),
8248 (BatteryFull, "battery-full"),
8249 (BatteryWarning, "battery-warning"),
8250 (BinAdd, "bin-add"),
8251 (BinFull, "bin-full"),
8252 (BinHalf, "bin-half"),
8253 (BinMinus, "bin-minus"),
8254 (Bin, "bin"),
8255 (BrightnessWindow, "brightness-window"),
8256 (Brightness, "brightness"),
8257 (Calculator, "calculator"),
8258 (CalendarMinus, "calendar-minus"),
8259 (CalendarPlus, "calendar-plus"),
8260 (Calendar, "calendar"),
8261 (CheckWindow, "check-window"),
8262 (ControlSlider, "control-slider"),
8263 (Cookie, "cookie"),
8264 (CpuWarning, "cpu-warning"),
8265 (Cpu, "cpu"),
8266 (CursorPointer, "cursor-pointer"),
8267 (DashboardDots, "dashboard-dots"),
8268 (DashboardSpeed, "dashboard-speed"),
8269 (Dashboard, "dashboard"),
8270 (DownloadDataWindow, "download-data-window"),
8271 (Eject, "eject"),
8272 (EnergyUsageWindow, "energy-usage-window"),
8273 (ErrorWindow, "error-window"),
8274 (FavouriteWindow, "favourite-window"),
8275 (Finder, "finder"),
8276 (FingerprintWindow, "fingerprint-window"),
8277 (HalfCookie, "half-cookie"),
8278 (HeartArrowDown, "heart-arrow-down"),
8279 (InputField, "input-field"),
8280 (InputOutput, "input-output"),
8281 (IosSettings, "ios-settings"),
8282 (KeyCommand, "key-command"),
8283 (Linux, "linux"),
8284 (LockKey, "lock-key"),
8285 (LockedWindow, "locked-window"),
8286 (LogDenied, "log-denied"),
8287 (LogIn, "log-in"),
8288 (LogOut, "log-out"),
8289 (MacControlKey, "mac-control-key"),
8290 (MacDock, "mac-dock"),
8291 (MacOptionKey, "mac-option-key"),
8292 (MacOsWindow, "mac-os-window"),
8293 (MouseButtonLeft, "mouse-button-left"),
8294 (MouseButtonRight, "mouse-button-right"),
8295 (MouseScrollWheel, "mouse-scroll-wheel"),
8296 (MultiMacOsWindow, "multi-mac-os-window"),
8297 (MultiWindow, "multi-window"),
8298 (NewTab, "new-tab"),
8299 (NoAccessWindow, "no-access-window"),
8300 (NoBattery, "no-battery"),
8301 (OffTag, "off-tag"),
8302 (OnTag, "on-tag"),
8303 (PauseWindow, "pause-window"),
8304 (PcMouse, "pc-mouse"),
8305 (ReloadWindow, "reload-window"),
8306 (Safari, "safari"),
8307 (SearchEngine, "search-engine"),
8308 (SearchWindow, "search-window"),
8309 (SecureWindow, "secure-window"),
8310 (SelectWindow, "select-window"),
8311 (SettingsProfiles, "settings-profiles"),
8312 (Settings, "settings"),
8313 (SquareCursor, "square-cursor"),
8314 (SwitchOff, "switch-off"),
8315 (SwitchOn, "switch-on"),
8316 (SystemRestart, "system-restart"),
8317 (SystemShut, "system-shut"),
8318 (TerminalTag, "terminal-tag"),
8319 (Terminal, "terminal"),
8320 (Type, "type"),
8321 (UploadDataWindow, "upload-data-window"),
8322 (WarningWindow, "warning-window"),
8323 (WebWindowClose, "web-window-close"),
8324 (WebWindowEnergyConsumption, "web-window-energy-consumption"),
8325 (WebWindow, "web-window"),
8326 (Windows, "windows"),
8327]);
8328make_icon_category!(docs, 48, "Docs", [
8329 (AddFolder, "add-folder"),
8330 (AddPageAlt, "add-page-alt"),
8331 (AddPage, "add-page"),
8332 (Archive, "archive"),
8333 (Attachment, "attachment"),
8334 (DocSearchAlt, "doc-search-alt"),
8335 (DocSearch, "doc-search"),
8336 (DocStarAlt, "doc-star-alt"),
8337 (DocStar, "doc-star"),
8338 (EmptyPage, "empty-page"),
8339 (FolderAlert, "folder-alert"),
8340 (FolderSettings, "folder-settings"),
8341 (Folder, "folder"),
8342 (GoogleDocs, "google-docs"),
8343 (JournalPage, "journal-page"),
8344 (Journal, "journal"),
8345 (MultiplePagesAdd, "multiple-pages-add"),
8346 (MultiplePagesDelete, "multiple-pages-delete"),
8347 (MultiplePagesEmpty, "multiple-pages-empty"),
8348 (MultiplePagesRemove, "multiple-pages-remove"),
8349 (MultiplePages, "multiple-pages"),
8350 (PageEdit, "page-edit"),
8351 (PageSearch, "page-search"),
8352 (PageStar, "page-star"),
8353 (Page, "page"),
8354 (PrivacyPolicy, "privacy policy"),
8355 (RemoveFolder, "remove-folder"),
8356 (RemovePageAlt, "remove-page-alt"),
8357 (RemovePage, "remove-page"),
8358 (SubmitDocument, "submit-document"),
8359]);
8360make_icon_category!(security, 48, "Security", [
8361 (HistoricShieldAlt, "historic-shield-alt"),
8362 (HistoricShield, "historic-shield"),
8363 (IpAddress, "ip-address"),
8364 (KeyAltBack, "key-alt-back"),
8365 (KeyAltMinus, "key-alt-minus"),
8366 (KeyAltPlus, "key-alt-plus"),
8367 (KeyAltRemove, "key-alt-remove"),
8368 (KeyAlt, "key-alt"),
8369 (Lock, "lock"),
8370 (NoLock, "no-lock"),
8371 (OpenVpn, "open-vpn"),
8372 (PasswordCursor, "password-cursor"),
8373 (PasswordError, "password-error"),
8374 (PasswordPass, "password-pass"),
8375 (PcCheck, "pc-check"),
8376 (PcFirewall, "pc-firewall"),
8377 (PcNoEntry, "pc-no-entry"),
8378 (PcWarning, "pc-warning"),
8379 (SecurityPass, "security-pass"),
8380 (ShieldAdd, "shield-add"),
8381 (ShieldAlert, "shield-alert"),
8382 (ShieldAlt, "shield-alt"),
8383 (ShieldBroken, "shield-broken"),
8384 (ShieldCheck, "shield-check"),
8385 (ShieldCross, "shield-cross"),
8386 (ShieldDownload, "shield-download"),
8387 (ShieldEye, "shield-eye"),
8388 (ShieldLoading, "shield-loading"),
8389 (ShieldMinus, "shield-minus"),
8390 (ShieldQuestion, "shield-question"),
8391 (ShieldSearch, "shield-search"),
8392 (ShieldUpload, "shield-upload"),
8393 (Shield, "shield"),
8394 (TowerCheck, "tower-check"),
8395 (TowerNoAccess, "tower-no-access"),
8396 (TowerWarning, "tower-warning"),
8397 (Tower, "tower"),
8398]);
8399make_icon_category!(nature, 48, "Nature", [
8400 (AfricanTree, "african-tree"),
8401 (CleanWater, "clean-water"),
8402 (EcologyBook, "ecology-book"),
8403 (Leaf, "leaf"),
8404 (OrganicFoodSquare, "organic-food-square"),
8405 (OrganicFood, "organic-food"),
8406 (PineTree, "pine-tree"),
8407 (SoilAlt, "soil-alt"),
8408 (Soil, "soil"),
8409 (Tree, "tree"),
8410 (VeganCircle, "vegan-circle"),
8411 (VeganSquare, "vegan-square"),
8412 (Vegan, "vegan"),
8413 (WateringSoil, "watering-soil"),
8414]);
8415make_icon_category!(other, 48, "Other", [
8416 (Activity, "activity"),
8417 (AddSelection, "add-selection"),
8418 (Alarm, "alarm"),
8419 (BatteryIndicator, "battery-indicator"),
8420 (Clock, "clock"),
8421 (Compress, "compress"),
8422 (Copyright, "copyright"),
8423 (DashFlag, "dash-flag"),
8424 (DeCompress, "de-compress"),
8425 (Dialpad, "dialpad"),
8426 (DivideSelectionOne, "divide-selection-1"),
8427 (DivideSelectionTwo, "divide-selection-2"),
8428 (FileNotFound, "file-not-found"),
8429 (Gas, "gas"),
8430 (Gift, "gift"),
8431 (HalfMoon, "half-moon"),
8432 (Import, "import"),
8433 (Language, "language"),
8434 (Lifebelt, "lifebelt"),
8435 (Link, "link"),
8436 (Maximize, "maximize"),
8437 (NoLink, "no-link"),
8438 (Notes, "notes"),
8439 (PageFlip, "page-flip"),
8440 (QrCode, "qr-code"),
8441 (RemoveLink, "remove-link"),
8442 (RemoveSelection, "remove-selection"),
8443 (ScanQrCode, "scan-qr-code"),
8444 (Selection, "selection"),
8445 (Soap, "soap"),
8446 (Spark, "spark"),
8447 (Sparks, "sparks"),
8448 (TimerOff, "timer-off"),
8449 (Timer, "timer"),
8450 (Trademark, "trademark"),
8451 (Translate, "translate"),
8452 (TriangleFlagCircle, "triangle-flag-circle"),
8453 (TriangleFlagTwoStripes, "triangle-flag-two-stripes"),
8454 (TriangleFlag, "triangle-flag"),
8455 (WhiteFlag, "white-flag"),
8456]);
8457make_icon_category!(transport, 48, "Transport", [
8458 (AirplaneHelixFourFivedeg, "airplane-helix-45deg"),
8459 (AirplaneHelix, "airplane-helix"),
8460 (AirplaneOff, "airplane-off"),
8461 (AirplaneRotation, "airplane-rotation"),
8462 (Airplane, "airplane"),
8463 (Bicycle, "bicycle"),
8464 (BusStop, "bus-stop"),
8465 (Bus, "bus"),
8466 (Car, "car"),
8467 (DeliveryTruck, "delivery-truck"),
8468 (Delivery, "delivery"),
8469 (DroneChargeFull, "drone-charge-full"),
8470 (DroneChargeHalf, "drone-charge-half"),
8471 (DroneChargeLow, "drone-charge-low"),
8472 (DroneCheck, "drone-check"),
8473 (DroneError, "drone-error"),
8474 (DroneLanding, "drone-landing"),
8475 (DroneRefresh, "drone-refresh"),
8476 (DroneTakeOff, "drone-take-off"),
8477 (Drone, "drone"),
8478 (EvChargeAlt, "ev-charge-alt"),
8479 (EvCharge, "ev-charge"),
8480 (EvPlugCharging, "ev-plug-charging"),
8481 (EvPlugError, "ev-plug-error"),
8482 (EvPlug, "ev-plug"),
8483 (EvStation, "ev-station"),
8484 (EvTag, "ev-tag"),
8485 (GasTankDrop, "gas-tank-drop"),
8486 (GasTank, "gas-tank"),
8487 (GreenBus, "green-bus"),
8488 (GreenTruck, "green-truck"),
8489 (GreenVehicle, "green-vehicle"),
8490 (HandBrake, "hand-brake"),
8491 (HotAirBalloon, "hot-air-balloon"),
8492 (Metro, "metro"),
8493 (Motorcycle, "motorcycle"),
8494 (PackageLock, "package-lock"),
8495 (Package, "package"),
8496 (Packages, "packages"),
8497 (Parking, "parking"),
8498 (Train, "train"),
8499 (Tram, "tram"),
8500 (TruckLength, "truck-length"),
8501 (Truck, "truck"),
8502]);
8503make_icon_category!(devices, 48, "Devices", [
8504 (FourkDisplay, "4k-display"),
8505 (AppleImacTwoZeroTwoOneSide, "apple-imac-2021-side"),
8506 (AppleImacTwoZeroTwoOne, "apple-imac-2021"),
8507 (ArSymbol, "ar-symbol"),
8508 (ChromecastActive, "chromecast-active"),
8509 (Chromecast, "chromecast"),
8510 (Computer, "computer"),
8511 (HardDrive, "hard-drive"),
8512 (LaptopCharging, "laptop-charging"),
8513 (LaptopFix, "laptop-fix"),
8514 (LaptopIssue, "laptop-issue"),
8515 (Laptop, "laptop"),
8516 (Megaphone, "megaphone"),
8517 (ModernTvFourk, "modern-tv-4k"),
8518 (ModernTv, "modern-tv"),
8519 (PenConnectBluetooth, "pen-connect-bluetooth"),
8520 (PenConnectWifi, "pen-connect-wifi"),
8521 (PenTabletConnectUsb, "pen-tablet-connect-usb"),
8522 (PenTabletConnectWifi, "pen-tablet-connect-wifi"),
8523 (PenTablet, "pen-tablet"),
8524 (PrinterAlt, "printer-alt"),
8525 (Printer, "printer"),
8526 (PrintingPage, "printing-page"),
8527 (SaveFloppyDisk, "save-floppy-disk"),
8528 (SmartphoneDevice, "smartphone-device"),
8529 (TvFix, "tv-fix"),
8530 (TvIssue, "tv-issue"),
8531 (Tv, "tv"),
8532 (VideoProjector, "video-projector"),
8533 (VrSymbol, "vr-symbol"),
8534 (WarningHexagon, "warning-hexagon"),
8535 (Wristwatch, "wristwatch"),
8536]);
8537make_icon_category!(development, 48, "Development", [
8538 (AppleSwift, "apple-swift"),
8539 (Asana, "asana"),
8540 (CodeBracketsSquare, "code-brackets-square"),
8541 (CodeBrackets, "code-brackets"),
8542 (Code, "code"),
8543 (Codepen, "codepen"),
8544 (CreativeCommons, "creative-commons"),
8545 (CssThree, "css3"),
8546 (DevModeLaptop, "dev-mode-laptop"),
8547 (DevModePhone, "dev-mode-phone"),
8548 (Developer, "developer"),
8549 (ElectronicsChip, "electronics-chip"),
8550 (ElectronicsTransistor, "electronics-transistor"),
8551 (HtmlFive, "html5"),
8552 (Iconoir, "iconoir"),
8553 (KanbanBoard, "kanban-board"),
8554 (NpmSquare, "npm-square"),
8555 (Npm, "npm"),
8556 (Puzzle, "puzzle"),
8557 (Slash, "slash"),
8558 (Trello, "trello"),
8559 (UnityFive, "unity-5"),
8560 (Unity, "unity"),
8561 (VueJs, "vue-js"),
8562]);
8563make_icon_category!(animations, 48, "Animations", [
8564 (AddKeyframeAlt, "add-keyframe-alt"),
8565 (AddKeyframe, "add-keyframe"),
8566 (AddKeyframes, "add-keyframes"),
8567 (BounceLeft, "bounce-left"),
8568 (BounceRight, "bounce-right"),
8569 (EaseCurveControlPoints, "ease-curve-control-points"),
8570 (EaseInControlPoint, "ease-in-control-point"),
8571 (EaseInOut, "ease-in-out"),
8572 (EaseIn, "ease-in"),
8573 (EaseOutControlPoint, "ease-out-control-point"),
8574 (EaseOut, "ease-out"),
8575 (KeyframeAlignCenter, "keyframe-align-center"),
8576 (KeyframeAlignHorizontal, "keyframe-align-horizontal"),
8577 (KeyframeAlignVertical, "keyframe-align-vertical"),
8578 (KeyframePosition, "keyframe-position"),
8579 (Keyframe, "keyframe"),
8580 (KeyframesCouple, "keyframes-couple"),
8581 (Keyframes, "keyframes"),
8582 (Linear, "linear"),
8583 (MoveDown, "move-down"),
8584 (MoveLeft, "move-left"),
8585 (MoveRight, "move-right"),
8586 (MoveUp, "move-up"),
8587 (RemoveKeyframeAlt, "remove-keyframe-alt"),
8588 (RemoveKeyframe, "remove-keyframe"),
8589 (RemoveKeyframes, "remove-keyframes"),
8590 (TransitionDown, "transition-down"),
8591 (TransitionLeft, "transition-left"),
8592 (TransitionRight, "transition-right"),
8593 (TransitionUp, "transition-up"),
8594]);
8595make_icon_category!(navigation, 48, "Navigation", [
8596 (ArrowBlCircle, "arrow-bl-circle"),
8597 (ArrowBlSquare, "arrow-bl-square"),
8598 (ArrowBl, "arrow-bl"),
8599 (ArrowBrCircle, "arrow-br-circle"),
8600 (ArrowBrSquare, "arrow-br-square"),
8601 (ArrowBr, "arrow-br"),
8602 (ArrowDownCircle, "arrow-down-circle"),
8603 (ArrowDown, "arrow-down"),
8604 (ArrowLeftCircle, "arrow-left-circle"),
8605 (ArrowLeft, "arrow-left"),
8606 (ArrowRightCircle, "arrow-right-circle"),
8607 (ArrowRight, "arrow-right"),
8608 (ArrowSeparateVertical, "arrow-separate-vertical"),
8609 (ArrowSeparate, "arrow-separate"),
8610 (ArrowTlCircle, "arrow-tl-circle"),
8611 (ArrowTlSquare, "arrow-tl-square"),
8612 (ArrowTl, "arrow-tl"),
8613 (ArrowTrCircle, "arrow-tr-circle"),
8614 (ArrowTrSquare, "arrow-tr-square"),
8615 (ArrowTr, "arrow-tr"),
8616 (ArrowUnionVertical, "arrow-union-vertical"),
8617 (ArrowUnion, "arrow-union"),
8618 (ArrowUpCircle, "arrow-up-circle"),
8619 (ArrowUp, "arrow-up"),
8620 (Compass, "compass"),
8621 (DivideThree, "divide-three"),
8622 (Divide, "divide"),
8623 (DownRoundArrow, "down-round-arrow"),
8624 (Drag, "drag"),
8625 (EnlargeRoundArrow, "enlarge-round-arrow"),
8626 (FastArrowDownBox, "fast-arrow-down-box"),
8627 (FastArrowDown, "fast-arrow-down"),
8628 (FastArrowLeftBox, "fast-arrow-left-box"),
8629 (FastArrowLeft, "fast-arrow-left"),
8630 (FastArrowRightBox, "fast-arrow-right-box"),
8631 (FastArrowRight, "fast-arrow-right"),
8632 (FastArrowUpBox, "fast-arrow-up-box"),
8633 (FastArrowUp, "fast-arrow-up"),
8634 (FastDownCircle, "fast-down-circle"),
8635 (FastLeftCircle, "fast-left-circle"),
8636 (FastRightCircle, "fast-right-circle"),
8637 (FastUpCircle, "fast-up-circle"),
8638 (FilterListCircle, "filter-list-circle"),
8639 (FilterList, "filter-list"),
8640 (HorizontalMerge, "horizontal-merge"),
8641 (HorizontalSplit, "horizontal-split"),
8642 (LeftRoundArrow, "left-round-arrow"),
8643 (LongArrowDownLeft, "long-arrow-down-left"),
8644 (LongArrowDownRight, "long-arrow-down-right"),
8645 (LongArrowLeftDown, "long-arrow-left-down"),
8646 (LongArrowLeftUp, "long-arrow-left-up"),
8647 (LongArrowRightDown, "long-arrow-right-down"),
8648 (LongArrowRightUp, "long-arrow-right-up"),
8649 (LongArrowUpLeft, "long-arrow-up-left"),
8650 (LongArrowUpRight, "long-arrow-up-right"),
8651 (MoreHorizCircle, "more-horiz-circle"),
8652 (MoreHoriz, "more-horiz"),
8653 (MoreVertCircle, "more-vert-circle"),
8654 (MoreVert, "more-vert"),
8655 (NavArrowDown, "nav-arrow-down"),
8656 (NavArrowLeft, "nav-arrow-left"),
8657 (NavArrowRight, "nav-arrow-right"),
8658 (NavArrowUp, "nav-arrow-up"),
8659 (PageDown, "page-down"),
8660 (PageLeft, "page-left"),
8661 (PageRight, "page-right"),
8662 (PageUp, "page-up"),
8663 (PathArrow, "path-arrow"),
8664 (ReduceRoundArrow, "reduce-round-arrow"),
8665 (RightRoundArrow, "right-round-arrow"),
8666 (Shortcut, "shortcut"),
8667 (SidebarCollapse, "sidebar-collapse"),
8668 (SidebarExpand, "sidebar-expand"),
8669 (UpRoundArrow, "up-round-arrow"),
8670 (VerticalMerge, "vertical-merge"),
8671 (VerticalSplit, "vertical-split"),
8672]);
8673make_icon_category!(clothing, 48, "Clothing", [
8674 (Bag, "bag"),
8675 (BeachBagBig, "beach-bag-big"),
8676 (BeachBag, "beach-bag"),
8677 (Glasses, "glasses"),
8678 (Handbag, "handbag"),
8679 (Hat, "hat"),
8680 (HerSlips, "her-slips"),
8681 (LargeSuitcase, "large-suitcase"),
8682 (PantsAlt, "pants-alt"),
8683 (Pants, "pants"),
8684 (Sandals, "sandals"),
8685 (Scarf, "scarf"),
8686 (ShortPantsAlt, "short-pants-alt"),
8687 (ShortPants, "short-pants"),
8688 (TShirt, "t-shirt"),
8689 (UmbrellaFull, "umbrella-full"),
8690 (WomenTShirt, "women-t-shirt"),
8691]);
8692make_icon_category!(buildings, 48, "Buildings", [
8693 (Balcony, "balcony"),
8694 (Bathroom, "bathroom"),
8695 (Building, "building"),
8696 (Cellar, "cellar"),
8697 (ChurchAlt, "church-alt"),
8698 (Church, "church"),
8699 (City, "city"),
8700 (Elevator, "elevator"),
8701 (Farm, "farm"),
8702 (Garage, "garage"),
8703 (Hospital, "hospital"),
8704 (HouseRooms, "house-rooms"),
8705 (Industry, "industry"),
8706 (Neighbourhood, "neighbourhood"),
8707 (OilIndustry, "oil-industry"),
8708 (Planimetry, "planimetry"),
8709 (ShopAlt, "shop-alt"),
8710 (Shop, "shop"),
8711 (SmallShopAlt, "small-shop-alt"),
8712 (SmallShop, "small-shop"),
8713 (Tunnel, "tunnel"),
8714]);
8715}
8717
8718#[cfg(feature = "96px")]
8719pub mod size96px {
8720use super::*;
8721
8722make_icon_category!(docs, 96, "Docs", [
8723 (AddFolder, "add-folder"),
8724 (AddPageAlt, "add-page-alt"),
8725 (AddPage, "add-page"),
8726 (Archive, "archive"),
8727 (Attachment, "attachment"),
8728 (DocSearchAlt, "doc-search-alt"),
8729 (DocSearch, "doc-search"),
8730 (DocStarAlt, "doc-star-alt"),
8731 (DocStar, "doc-star"),
8732 (EmptyPage, "empty-page"),
8733 (FolderAlert, "folder-alert"),
8734 (FolderSettings, "folder-settings"),
8735 (Folder, "folder"),
8736 (GoogleDocs, "google-docs"),
8737 (JournalPage, "journal-page"),
8738 (Journal, "journal"),
8739 (MultiplePagesAdd, "multiple-pages-add"),
8740 (MultiplePagesDelete, "multiple-pages-delete"),
8741 (MultiplePagesEmpty, "multiple-pages-empty"),
8742 (MultiplePagesRemove, "multiple-pages-remove"),
8743 (MultiplePages, "multiple-pages"),
8744 (PageEdit, "page-edit"),
8745 (PageSearch, "page-search"),
8746 (PageStar, "page-star"),
8747 (Page, "page"),
8748 (PrivacyPolicy, "privacy policy"),
8749 (RemoveFolder, "remove-folder"),
8750 (RemovePageAlt, "remove-page-alt"),
8751 (RemovePage, "remove-page"),
8752 (SubmitDocument, "submit-document"),
8753]);
8754make_icon_category!(nature, 96, "Nature", [
8755 (AfricanTree, "african-tree"),
8756 (CleanWater, "clean-water"),
8757 (EcologyBook, "ecology-book"),
8758 (Leaf, "leaf"),
8759 (OrganicFoodSquare, "organic-food-square"),
8760 (OrganicFood, "organic-food"),
8761 (PineTree, "pine-tree"),
8762 (SoilAlt, "soil-alt"),
8763 (Soil, "soil"),
8764 (Tree, "tree"),
8765 (VeganCircle, "vegan-circle"),
8766 (VeganSquare, "vegan-square"),
8767 (Vegan, "vegan"),
8768 (WateringSoil, "watering-soil"),
8769]);
8770make_icon_category!(home, 96, "Home", [
8771 (AirConditioner, "air-conditioner"),
8772 (BedReady, "bed-ready"),
8773 (Bed, "bed"),
8774 (BoxIso, "box-iso"),
8775 (Box, "box"),
8776 (Closet, "closet"),
8777 (Crib, "crib"),
8778 (Desk, "desk"),
8779 (DimmerSwitch, "dimmer-switch"),
8780 (DirectorChair, "director-chair"),
8781 (Dishwasher, "dishwasher"),
8782 (DomoticIssue, "domotic-issue"),
8783 (Drawer, "drawer"),
8784 (Fridge, "fridge"),
8785 (GoogleHome, "google-home"),
8786 (HomeAltSlimHoriz, "home-alt-slim-horiz"),
8787 (HomeAltSlim, "home-alt-slim"),
8788 (HomeAlt, "home-alt"),
8789 (HomeSale, "home-sale"),
8790 (HomeSecure, "home-secure"),
8791 (HomeShield, "home-shield"),
8792 (HomeSimpleDoor, "home-simple-door"),
8793 (HomeSimple, "home-simple"),
8794 (HomeTable, "home-table"),
8795 (HomeTemperatureIn, "home-temperature-in"),
8796 (HomeTemperatureOut, "home-temperature-out"),
8797 (HomeUser, "home-user"),
8798 (Home, "home"),
8799 (Lamp, "lamp"),
8800 (LightBulbOff, "light-bulb-off"),
8801 (LightBulbOn, "light-bulb-on"),
8802 (LightBulb, "light-bulb"),
8803 (Mirror, "mirror"),
8804 (Pillow, "pillow"),
8805 (RoundedMirror, "rounded-mirror"),
8806 (SleeperChair, "sleeper-chair"),
8807 (SmallLampAlt, "small-lamp-alt"),
8808 (SmallLamp, "small-lamp"),
8809 (Sofa, "sofa"),
8810 (TwoSeaterSofa, "two-seater-sofa"),
8811 (Wash, "wash"),
8812 (WashingMachine, "washing-machine"),
8813]);
8814make_icon_category!(cloud, 96, "Cloud", [
8815 (CloudBookAlt, "cloud-book-alt"),
8816 (CloudCheck, "cloud-check"),
8817 (CloudDesync, "cloud-desync"),
8818 (CloudDownload, "cloud-download"),
8819 (CloudError, "cloud-error"),
8820 (CloudSync, "cloud-sync"),
8821 (CloudUpload, "cloud-upload"),
8822 (GoogleDriveCheck, "google-drive-check"),
8823 (GoogleDriveSync, "google-drive-sync"),
8824 (GoogleDriveWarning, "google-drive-warning"),
8825 (GoogleDrive, "google-drive"),
8826 (GoogleOne, "google-one"),
8827 (SettingsCloud, "settings-cloud"),
8828]);
8829make_icon_category!(maps, 96, "Maps", [
8830 (ThreeSixZeroView, "360-view"),
8831 (AddPinAlt, "add-pin-alt"),
8832 (Gps, "gps"),
8833 (MapIssue, "map-issue"),
8834 (Map, "map"),
8835 (MapsArrowDiagonal, "maps-arrow-diagonal"),
8836 (MapsArrowIssue, "maps-arrow-issue"),
8837 (MapsArrow, "maps-arrow"),
8838 (MapsGoStraight, "maps-go-straight"),
8839 (MapsTurnBack, "maps-turn-back"),
8840 (MapsTurnLeft, "maps-turn-left"),
8841 (MapsTurnRight, "maps-turn-right"),
8842 (MinusPinAlt, "minus-pin-alt"),
8843 (NavigatorAlt, "navigator-alt"),
8844 (Navigator, "navigator"),
8845 (PinAlt, "pin-alt"),
8846 (Position, "position"),
8847 (RemovePinAlt, "remove-pin-alt"),
8848 (Suggestion, "suggestion"),
8849]);
8850make_icon_category!(music, 96, "Music", [
8851 (AlbumCarousel, "album-carousel"),
8852 (AlbumList, "album-list"),
8853 (AlbumOpen, "album-open"),
8854 (Album, "album"),
8855 (BackwardOneFiveSeconds, "backward-15-seconds"),
8856 (CompactDisc, "compact-disc"),
8857 (ForwardOneFiveSeconds, "forward-15-seconds"),
8858 (Forward, "forward"),
8859 (HeadsetCharge, "headset-charge"),
8860 (HeadsetIssue, "headset-issue"),
8861 (Headset, "headset"),
8862 (Lullaby, "lullaby"),
8863 (MusicDoubleNoteAdd, "music-double-note-add"),
8864 (MusicDoubleNote, "music-double-note"),
8865 (MusicNoteAdd, "music-note-add"),
8866 (MusicNote, "music-note"),
8867 (Pause, "pause"),
8868 (Play, "play"),
8869 (PlaylistAdd, "playlist-add"),
8870 (PlaylistPlay, "playlist-play"),
8871 (Playlist, "playlist"),
8872 (RepeatOnce, "repeat-once"),
8873 (Repeat, "repeat"),
8874 (Rewind, "rewind"),
8875 (Shuffle, "shuffle"),
8876 (SkipNext, "skip-next"),
8877 (SkipPrev, "skip-prev"),
8878 (Spotify, "spotify"),
8879]);
8880make_icon_category!(identity, 96, "Identity", [
8881 (FaceId, "face-id"),
8882 (FingerprintCheckCircle, "fingerprint-check-circle"),
8883 (FingerprintCircle, "fingerprint-circle"),
8884 (FingerprintErrorCircle, "fingerprint-error-circle"),
8885 (FingerprintLockCircle, "fingerprint-lock-circle"),
8886 (FingerprintPhone, "fingerprint-phone"),
8887 (FingerprintScan, "fingerprint-scan"),
8888 (FingerprintSquare, "fingerprint-square"),
8889 (Fingerprint, "fingerprint"),
8890 (IrisScan, "iris-scan"),
8891 (Scanning, "scanning"),
8892 (UserScan, "user-scan"),
8893 (VoiceCircle, "voice-circle"),
8894 (VoiceError, "voice-error"),
8895 (VoiceLockCircle, "voice-lock-circle"),
8896 (VoiceOk, "voice-ok"),
8897 (VoicePhone, "voice-phone"),
8898 (VoiceScan, "voice-scan"),
8899 (VoiceSquare, "voice-square"),
8900 (Voice, "voice"),
8901]);
8902make_icon_category!(audio, 96, "Audio", [
8903 (MicAdd, "mic-add"),
8904 (MicCheck, "mic-check"),
8905 (MicMute, "mic-mute"),
8906 (MicRemove, "mic-remove"),
8907 (MicSpeaking, "mic-speaking"),
8908 (MicWarning, "mic-warning"),
8909 (Mic, "mic"),
8910 (SoundHigh, "sound-high"),
8911 (SoundLow, "sound-low"),
8912 (SoundMin, "sound-min"),
8913 (SoundOff, "sound-off"),
8914]);
8915make_icon_category!(other, 96, "Other", [
8916 (Activity, "activity"),
8917 (AddSelection, "add-selection"),
8918 (Alarm, "alarm"),
8919 (BatteryIndicator, "battery-indicator"),
8920 (Clock, "clock"),
8921 (Compress, "compress"),
8922 (Copyright, "copyright"),
8923 (DashFlag, "dash-flag"),
8924 (DeCompress, "de-compress"),
8925 (Dialpad, "dialpad"),
8926 (DivideSelectionOne, "divide-selection-1"),
8927 (DivideSelectionTwo, "divide-selection-2"),
8928 (FileNotFound, "file-not-found"),
8929 (Gas, "gas"),
8930 (Gift, "gift"),
8931 (HalfMoon, "half-moon"),
8932 (Import, "import"),
8933 (Language, "language"),
8934 (Lifebelt, "lifebelt"),
8935 (Link, "link"),
8936 (Maximize, "maximize"),
8937 (NoLink, "no-link"),
8938 (Notes, "notes"),
8939 (PageFlip, "page-flip"),
8940 (QrCode, "qr-code"),
8941 (RemoveLink, "remove-link"),
8942 (RemoveSelection, "remove-selection"),
8943 (ScanQrCode, "scan-qr-code"),
8944 (Selection, "selection"),
8945 (Soap, "soap"),
8946 (Spark, "spark"),
8947 (Sparks, "sparks"),
8948 (TimerOff, "timer-off"),
8949 (Timer, "timer"),
8950 (Trademark, "trademark"),
8951 (Translate, "translate"),
8952 (TriangleFlagCircle, "triangle-flag-circle"),
8953 (TriangleFlagTwoStripes, "triangle-flag-two-stripes"),
8954 (TriangleFlag, "triangle-flag"),
8955 (WhiteFlag, "white-flag"),
8956]);
8957make_icon_category!(actions, 96, "Actions", [
8958 (AddCircle, "add-circle"),
8959 (AddSquare, "add-square"),
8960 (Cancel, "cancel"),
8961 (CheckCircle, "check-circle"),
8962 (Check, "check"),
8963 (ClipboardCheck, "clipboard-check"),
8964 (DeleteCircle, "delete-circle"),
8965 (DoubleCheck, "double-check"),
8966 (DownloadCircle, "download-circle"),
8967 (DownloadSquare, "download-square"),
8968 (Download, "download"),
8969 (Erase, "erase"),
8970 (EyeAlt, "eye-alt"),
8971 (EyeClose, "eye-close"),
8972 (EyeEmpty, "eye-empty"),
8973 (EyeOff, "eye-off"),
8974 (HelpCircle, "help-circle"),
8975 (HelpSquare, "help-square"),
8976 (InfoEmpty, "info-empty"),
8977 (LineSpace, "line-space"),
8978 (LoadActionFloppy, "load-action-floppy"),
8979 (MenuScale, "menu-scale"),
8980 (Menu, "menu"),
8981 (MinusCircle, "minus-circle"),
8982 (MinusSquare, "minus-square"),
8983 (Minus, "minus"),
8984 (OpenInBrowser, "open-in-browser"),
8985 (OpenInWindow, "open-in-window"),
8986 (OpenNewWindow, "open-new-window"),
8987 (PasteClipboard, "paste-clipboard"),
8988 (Plus, "plus"),
8989 (Prohibition, "prohibition"),
8990 (QuestionMark, "question-mark"),
8991 (RedoAction, "redo-action"),
8992 (RedoCircle, "redo-circle"),
8993 (Redo, "redo"),
8994 (RefreshCircular, "refresh-circular"),
8995 (RefreshDouble, "refresh-double"),
8996 (Refresh, "refresh"),
8997 (RemoveSquare, "remove-square"),
8998 (Restart, "restart"),
8999 (SaveActionFloppy, "save-action-floppy"),
9000 (ShareAndroid, "share-android"),
9001 (ShareIos, "share-ios"),
9002 (Trash, "trash"),
9003 (UndoAction, "undo-action"),
9004 (UndoCircle, "undo-circle"),
9005 (Undo, "undo"),
9006 (UploadSquare, "upload-square"),
9007 (Upload, "upload"),
9008 (WarningCircle, "warning-circle"),
9009 (WarningSquare, "warning-square"),
9010 (WarningTriangle, "warning-triangle"),
9011 (WrapText, "wrap-text"),
9012]);
9013make_icon_category!(gaming, 96, "Gaming", [
9014 (Arcade, "arcade"),
9015 (ArcheryMatch, "archery-match"),
9016 (AugmentedReality, "augmented-reality"),
9017 (Bishop, "bishop"),
9018 (BrightCrown, "bright-crown"),
9019 (BrightStar, "bright-star"),
9020 (CrownCircle, "crown-circle"),
9021 (Crown, "crown"),
9022 (DiceFive, "dice-five"),
9023 (DiceFour, "dice-four"),
9024 (DiceOne, "dice-one"),
9025 (DiceSix, "dice-six"),
9026 (DiceThree, "dice-three"),
9027 (DiceTwo, "dice-two"),
9028 (Gamepad, "gamepad"),
9029 (HexagonDice, "hexagon-dice"),
9030 (NintendoSwitch, "nintendo-switch"),
9031 (Pacman, "pacman"),
9032 (PlaystationGamepad, "playstation-gamepad"),
9033 (Pokeball, "pokeball"),
9034 (Potion, "potion"),
9035 (Rook, "rook"),
9036 (Spades, "spades"),
9037 (Tournament, "tournament"),
9038 (XboxA, "xbox-a"),
9039 (XboxB, "xbox-b"),
9040 (XboxX, "xbox-x"),
9041 (XboxY, "xbox-y"),
9042]);
9043make_icon_category!(tools, 96, "Tools", [
9044 (AngleTool, "angle-tool"),
9045 (Hammer, "hammer"),
9046 (Tools, "tools"),
9047 (Wrench, "wrench"),
9048]);
9049make_icon_category!(security, 96, "Security", [
9050 (HistoricShieldAlt, "historic-shield-alt"),
9051 (HistoricShield, "historic-shield"),
9052 (IpAddress, "ip-address"),
9053 (KeyAltBack, "key-alt-back"),
9054 (KeyAltMinus, "key-alt-minus"),
9055 (KeyAltPlus, "key-alt-plus"),
9056 (KeyAltRemove, "key-alt-remove"),
9057 (KeyAlt, "key-alt"),
9058 (Lock, "lock"),
9059 (NoLock, "no-lock"),
9060 (OpenVpn, "open-vpn"),
9061 (PasswordCursor, "password-cursor"),
9062 (PasswordError, "password-error"),
9063 (PasswordPass, "password-pass"),
9064 (PcCheck, "pc-check"),
9065 (PcFirewall, "pc-firewall"),
9066 (PcNoEntry, "pc-no-entry"),
9067 (PcWarning, "pc-warning"),
9068 (SecurityPass, "security-pass"),
9069 (ShieldAdd, "shield-add"),
9070 (ShieldAlert, "shield-alert"),
9071 (ShieldAlt, "shield-alt"),
9072 (ShieldBroken, "shield-broken"),
9073 (ShieldCheck, "shield-check"),
9074 (ShieldCross, "shield-cross"),
9075 (ShieldDownload, "shield-download"),
9076 (ShieldEye, "shield-eye"),
9077 (ShieldLoading, "shield-loading"),
9078 (ShieldMinus, "shield-minus"),
9079 (ShieldQuestion, "shield-question"),
9080 (ShieldSearch, "shield-search"),
9081 (ShieldUpload, "shield-upload"),
9082 (Shield, "shield"),
9083 (TowerCheck, "tower-check"),
9084 (TowerNoAccess, "tower-no-access"),
9085 (TowerWarning, "tower-warning"),
9086 (Tower, "tower"),
9087]);
9088make_icon_category!(shapes, 96, "Shapes", [
9089 (AddHexagon, "add-hexagon"),
9090 (Circle, "circle"),
9091 (Flare, "flare"),
9092 (Heptagon, "heptagon"),
9093 (HexagonAlt, "hexagon-alt"),
9094 (Hexagon, "hexagon"),
9095 (MinusHexagon, "minus-hexagon"),
9096 (Octagon, "octagon"),
9097 (Pentagon, "pentagon"),
9098 (Rhombus, "rhombus"),
9099 (Square, "square"),
9100 (Triangle, "triangle"),
9101]);
9102make_icon_category!(navigation, 96, "Navigation", [
9103 (ArrowBlCircle, "arrow-bl-circle"),
9104 (ArrowBlSquare, "arrow-bl-square"),
9105 (ArrowBl, "arrow-bl"),
9106 (ArrowBrCircle, "arrow-br-circle"),
9107 (ArrowBrSquare, "arrow-br-square"),
9108 (ArrowBr, "arrow-br"),
9109 (ArrowDownCircle, "arrow-down-circle"),
9110 (ArrowDown, "arrow-down"),
9111 (ArrowLeftCircle, "arrow-left-circle"),
9112 (ArrowLeft, "arrow-left"),
9113 (ArrowRightCircle, "arrow-right-circle"),
9114 (ArrowRight, "arrow-right"),
9115 (ArrowSeparateVertical, "arrow-separate-vertical"),
9116 (ArrowSeparate, "arrow-separate"),
9117 (ArrowTlCircle, "arrow-tl-circle"),
9118 (ArrowTlSquare, "arrow-tl-square"),
9119 (ArrowTl, "arrow-tl"),
9120 (ArrowTrCircle, "arrow-tr-circle"),
9121 (ArrowTrSquare, "arrow-tr-square"),
9122 (ArrowTr, "arrow-tr"),
9123 (ArrowUnionVertical, "arrow-union-vertical"),
9124 (ArrowUnion, "arrow-union"),
9125 (ArrowUpCircle, "arrow-up-circle"),
9126 (ArrowUp, "arrow-up"),
9127 (Compass, "compass"),
9128 (DivideThree, "divide-three"),
9129 (Divide, "divide"),
9130 (DownRoundArrow, "down-round-arrow"),
9131 (Drag, "drag"),
9132 (EnlargeRoundArrow, "enlarge-round-arrow"),
9133 (FastArrowDownBox, "fast-arrow-down-box"),
9134 (FastArrowDown, "fast-arrow-down"),
9135 (FastArrowLeftBox, "fast-arrow-left-box"),
9136 (FastArrowLeft, "fast-arrow-left"),
9137 (FastArrowRightBox, "fast-arrow-right-box"),
9138 (FastArrowRight, "fast-arrow-right"),
9139 (FastArrowUpBox, "fast-arrow-up-box"),
9140 (FastArrowUp, "fast-arrow-up"),
9141 (FastDownCircle, "fast-down-circle"),
9142 (FastLeftCircle, "fast-left-circle"),
9143 (FastRightCircle, "fast-right-circle"),
9144 (FastUpCircle, "fast-up-circle"),
9145 (FilterListCircle, "filter-list-circle"),
9146 (FilterList, "filter-list"),
9147 (HorizontalMerge, "horizontal-merge"),
9148 (HorizontalSplit, "horizontal-split"),
9149 (LeftRoundArrow, "left-round-arrow"),
9150 (LongArrowDownLeft, "long-arrow-down-left"),
9151 (LongArrowDownRight, "long-arrow-down-right"),
9152 (LongArrowLeftDown, "long-arrow-left-down"),
9153 (LongArrowLeftUp, "long-arrow-left-up"),
9154 (LongArrowRightDown, "long-arrow-right-down"),
9155 (LongArrowRightUp, "long-arrow-right-up"),
9156 (LongArrowUpLeft, "long-arrow-up-left"),
9157 (LongArrowUpRight, "long-arrow-up-right"),
9158 (MoreHorizCircle, "more-horiz-circle"),
9159 (MoreHoriz, "more-horiz"),
9160 (MoreVertCircle, "more-vert-circle"),
9161 (MoreVert, "more-vert"),
9162 (NavArrowDown, "nav-arrow-down"),
9163 (NavArrowLeft, "nav-arrow-left"),
9164 (NavArrowRight, "nav-arrow-right"),
9165 (NavArrowUp, "nav-arrow-up"),
9166 (PageDown, "page-down"),
9167 (PageLeft, "page-left"),
9168 (PageRight, "page-right"),
9169 (PageUp, "page-up"),
9170 (PathArrow, "path-arrow"),
9171 (ReduceRoundArrow, "reduce-round-arrow"),
9172 (RightRoundArrow, "right-round-arrow"),
9173 (Shortcut, "shortcut"),
9174 (SidebarCollapse, "sidebar-collapse"),
9175 (SidebarExpand, "sidebar-expand"),
9176 (UpRoundArrow, "up-round-arrow"),
9177 (VerticalMerge, "vertical-merge"),
9178 (VerticalSplit, "vertical-split"),
9179]);
9180make_icon_category!(editor, 96, "Editor", [
9181 (AlignCenter, "align-center"),
9182 (AlignJustify, "align-justify"),
9183 (AlignLeft, "align-left"),
9184 (AlignRight, "align-right"),
9185 (BoldSquare, "bold-square"),
9186 (Bold, "bold"),
9187 (CompressLines, "compress-lines"),
9188 (EditPencil, "edit-pencil"),
9189 (Edit, "edit"),
9190 (ExpandLines, "expand-lines"),
9191 (FontSize, "font-size"),
9192 (ItalicSquare, "italic-square"),
9193 (Italic, "italic"),
9194 (ListSelect, "list-select"),
9195 (List, "list"),
9196 (MissingFont, "missing-font"),
9197 (NumberedListLeft, "numbered-list-left"),
9198 (NumberedListRight, "numbered-list-right"),
9199 (ScissorAlt, "scissor-alt"),
9200 (Scissor, "scissor"),
9201 (SearchFont, "search-font"),
9202 (SortDown, "sort-down"),
9203 (SortUp, "sort-up"),
9204 (Sort, "sort"),
9205 (Strikethrough, "strikethrough"),
9206 (TaskList, "task-list"),
9207 (TextAlt, "text-alt"),
9208 (TextBox, "text-box"),
9209 (TextSize, "text-size"),
9210 (Text, "text"),
9211 (UnderlineSquare, "underline-square"),
9212 (Underline, "underline"),
9213]);
9214make_icon_category!(science, 96, "Science", [
9215 (Atom, "atom"),
9216 (BrainElectricity, "brain-electricity"),
9217 (BrainResearch, "brain-research"),
9218 (BrainWarning, "brain-warning"),
9219 (Brain, "brain"),
9220 (Carbon, "carbon"),
9221 (Cooling, "cooling"),
9222 (Depth, "depth"),
9223 (Diameter, "diameter"),
9224 (Dna, "dna"),
9225 (Flask, "flask"),
9226 (Fluorine, "fluorine"),
9227 (GraduationCap, "graduation-cap"),
9228 (Heating, "heating"),
9229 (Hydrogen, "hydrogen"),
9230 (Inclination, "inclination"),
9231 (Infinite, "infinite"),
9232 (MagnetEnergy, "magnet-energy"),
9233 (Magnet, "magnet"),
9234 (Microscope, "microscope"),
9235 (MoonSat, "moon-sat"),
9236 (Nitrogen, "nitrogen"),
9237 (Oxygen, "oxygen"),
9238 (PlanetAlt, "planet-alt"),
9239 (PlanetSat, "planet-sat"),
9240 (Planet, "planet"),
9241 (Radiation, "radiation"),
9242 (Radius, "radius"),
9243 (Rocket, "rocket"),
9244 (RoundFlask, "round-flask"),
9245 (RubikCube, "rubik-cube"),
9246 (SineWave, "sine-wave"),
9247 (SquareWave, "square-wave"),
9248 (TestTube, "test-tube"),
9249 (Vials, "vials"),
9250 (XCoordinate, "x-coordinate"),
9251 (YCoordinate, "y-coordinate"),
9252 (ZCoordinate, "z-coordinate"),
9253]);
9254make_icon_category!(shopping, 96, "Shopping", [
9255 (AddToCart, "add-to-cart"),
9256 (ArrowsUpFromLine, "arrows-up-from-line"),
9257 (Barcode, "barcode"),
9258 (CartAlt, "cart-alt"),
9259 (Cart, "cart"),
9260 (ClockRotateRight, "clock-rotate-right"),
9261 (Consumable, "consumable"),
9262 (GlassFragile, "glass-fragile"),
9263 (RemoveFromCart, "remove-from-cart"),
9264 (ScanBarcode, "scan-barcode"),
9265 (ShoppingBagAdd, "shopping-bag-add"),
9266 (ShoppingBagAlt, "shopping-bag-alt"),
9267 (ShoppingBagArrowDown, "shopping-bag-arrow-down"),
9268 (ShoppingBagArrowUp, "shopping-bag-arrow-up"),
9269 (ShoppingBagCheck, "shopping-bag-check"),
9270 (ShoppingBagIssue, "shopping-bag-issue"),
9271 (ShoppingBagRemove, "shopping-bag-remove"),
9272 (ShoppingBag, "shopping-bag"),
9273 (ShoppingCodeCheck, "shopping-code-check"),
9274 (ShoppingCodeError, "shopping-code-error"),
9275 (ShoppingCode, "shopping-code"),
9276 (SimpleCart, "simple-cart"),
9277 (UserBag, "user-bag"),
9278 (UserCart, "user-cart"),
9279]);
9280make_icon_category!(no_category, 96, "NoCategory", [
9281 (ChatBubbleCheckOne, "chat-bubble-check-1"),
9282 (DbStar, "db-star"),
9283 (Fishing, "fishing"),
9284 (LongArrowRightUpOne, "long-arrow-right-up-1"),
9285 (MinusOne, "minus-1"),
9286]);
9287make_icon_category!(social, 96, "Social", [
9288 (BehanceTag, "behance-tag"),
9289 (Behance, "behance"),
9290 (Discord, "discord"),
9291 (Dribbble, "dribbble"),
9292 (FacebookTag, "facebook-tag"),
9293 (Facebook, "facebook"),
9294 (GoogleCircle, "google-circle"),
9295 (Google, "google"),
9296 (Instagram, "instagram"),
9297 (Linkedin, "linkedin"),
9298 (Medium, "medium"),
9299 (Pinterest, "pinterest"),
9300 (Pocket, "pocket"),
9301 (RssFeedTag, "rss-feed-tag"),
9302 (RssFeed, "rss-feed"),
9303 (Snapchat, "snapchat"),
9304 (Stackoverflow, "stackoverflow"),
9305 (TelegramCircle, "telegram-circle"),
9306 (Telegram, "telegram"),
9307 (ThumbsDown, "thumbs-down"),
9308 (ThumbsUp, "thumbs-up"),
9309 (Tiktok, "tiktok"),
9310 (TwitterVerifiedBadge, "twitter-verified-badge"),
9311 (Twitter, "twitter"),
9312 (VerifiedBadge, "verified-badge"),
9313 (Yelp, "yelp"),
9314 (Youtube, "youtube"),
9315]);
9316make_icon_category!(git, 96, "Git", [
9317 (Bitbucket, "bitbucket"),
9318 (GitBranch, "git-branch"),
9319 (GitCherryPickCommit, "git-cherry-pick-commit"),
9320 (GitCommand, "git-command"),
9321 (GitCommit, "git-commit"),
9322 (GitCompare, "git-compare"),
9323 (GitFork, "git-fork"),
9324 (GitMerge, "git-merge"),
9325 (GitPullRequestClosed, "git-pull-request-closed"),
9326 (GitPullRequest, "git-pull-request"),
9327 (GithubCircle, "github-circle"),
9328 (Github, "github"),
9329 (GitlabFull, "gitlab-full"),
9330 (Repository, "repository"),
9331]);
9332make_icon_category!(health, 96, "Health", [
9333 (Donate, "donate"),
9334 (Female, "female"),
9335 (HealthShield, "health-shield"),
9336 (Healthcare, "healthcare"),
9337 (Heart, "heart"),
9338 (HomeHospital, "home-hospital"),
9339 (HospitalSign, "hospital-sign"),
9340 (Male, "male"),
9341 (NonBinary, "non-binary"),
9342 (PharmacyCrossCircle, "pharmacy-cross-circle"),
9343 (PharmacyCrossSquare, "pharmacy-cross-square"),
9344 (Stroller, "stroller"),
9345 (WeightAlt, "weight-alt"),
9346 (Weight, "weight"),
9347]);
9348make_icon_category!(finance, 96, "Finance", [
9349 (AppleWallet, "apple-wallet"),
9350 (Bank, "bank"),
9351 (BitcoinCircle, "bitcoin-circle"),
9352 (BitcoinRotateOut, "bitcoin-rotate-out"),
9353 (CandlestickChart, "candlestick-chart"),
9354 (CardIssue, "card-issue"),
9355 (CardLocked, "card-locked"),
9356 (CardReader, "card-reader"),
9357 (CardSecurity, "card-security"),
9358 (CardWallet, "card-wallet"),
9359 (Cash, "cash"),
9360 (Coin, "coin"),
9361 (CoinsSwap, "coins-swap"),
9362 (Coins, "coins"),
9363 (Commodity, "commodity"),
9364 (Contactless, "contactless"),
9365 (CreditCard, "credit-card"),
9366 (CreditCards, "credit-cards"),
9367 (DogecoinCircle, "dogecoin-circle"),
9368 (DogecoinRotateOut, "dogecoin-rotate-out"),
9369 (Dollar, "dollar"),
9370 (EthereumCircle, "ethereum-circle"),
9371 (EthereumRotateOut, "ethereum-rotate-out"),
9372 (EuroSquare, "euro-square"),
9373 (Euro, "euro"),
9374 (HandCard, "hand-card"),
9375 (HandCash, "hand-cash"),
9376 (HandContactless, "hand-contactless"),
9377 (LitecoinCircle, "litecoin-circle"),
9378 (LitecoinRotateOut, "litecoin-rotate-out"),
9379 (LotOfCash, "lot-of-cash"),
9380 (MastercardCard, "mastercard-card"),
9381 (MoneySquare, "money-square"),
9382 (NoCoin, "no-coin"),
9383 (NoCreditCard, "no-credit-card"),
9384 (Paypal, "paypal"),
9385 (PercentRotateOut, "percent-rotate-out"),
9386 (PiggyBank, "piggy-bank"),
9387 (Pound, "pound"),
9388 (ReceiveDollars, "receive-dollars"),
9389 (ReceiveEuros, "receive-euros"),
9390 (ReceivePounds, "receive-pounds"),
9391 (ReceiveYens, "receive-yens"),
9392 (SafeArrowLeft, "safe-arrow-left"),
9393 (SafeArrowRight, "safe-arrow-right"),
9394 (SafeOpen, "safe-open"),
9395 (Safe, "safe"),
9396 (SendDollars, "send-dollars"),
9397 (SendEuros, "send-euros"),
9398 (SendPounds, "send-pounds"),
9399 (SendYens, "send-yens"),
9400 (Wallet, "wallet"),
9401 (YenSquare, "yen-square"),
9402 (Yen, "yen"),
9403]);
9404make_icon_category!(business, 96, "Business", [
9405 (Agile, "agile"),
9406 (HighPriority, "high-priority"),
9407 (MediumPriority, "medium-priority"),
9408 (Okrs, "okrs"),
9409 (Presentation, "presentation"),
9410 (PriorityDown, "priority-down"),
9411 (PriorityUp, "priority-up"),
9412 (Strategy, "strategy"),
9413]);
9414make_icon_category!(transport, 96, "Transport", [
9415 (AirplaneHelixFourFivedeg, "airplane-helix-45deg"),
9416 (AirplaneHelix, "airplane-helix"),
9417 (AirplaneOff, "airplane-off"),
9418 (AirplaneRotation, "airplane-rotation"),
9419 (Airplane, "airplane"),
9420 (Bicycle, "bicycle"),
9421 (BusStop, "bus-stop"),
9422 (Bus, "bus"),
9423 (Car, "car"),
9424 (DeliveryTruck, "delivery-truck"),
9425 (Delivery, "delivery"),
9426 (DroneChargeFull, "drone-charge-full"),
9427 (DroneChargeHalf, "drone-charge-half"),
9428 (DroneChargeLow, "drone-charge-low"),
9429 (DroneCheck, "drone-check"),
9430 (DroneError, "drone-error"),
9431 (DroneLanding, "drone-landing"),
9432 (DroneRefresh, "drone-refresh"),
9433 (DroneTakeOff, "drone-take-off"),
9434 (Drone, "drone"),
9435 (EvChargeAlt, "ev-charge-alt"),
9436 (EvCharge, "ev-charge"),
9437 (EvPlugCharging, "ev-plug-charging"),
9438 (EvPlugError, "ev-plug-error"),
9439 (EvPlug, "ev-plug"),
9440 (EvStation, "ev-station"),
9441 (EvTag, "ev-tag"),
9442 (GasTankDrop, "gas-tank-drop"),
9443 (GasTank, "gas-tank"),
9444 (GreenBus, "green-bus"),
9445 (GreenTruck, "green-truck"),
9446 (GreenVehicle, "green-vehicle"),
9447 (HandBrake, "hand-brake"),
9448 (HotAirBalloon, "hot-air-balloon"),
9449 (Metro, "metro"),
9450 (Motorcycle, "motorcycle"),
9451 (PackageLock, "package-lock"),
9452 (Package, "package"),
9453 (Packages, "packages"),
9454 (Parking, "parking"),
9455 (Train, "train"),
9456 (Tram, "tram"),
9457 (TruckLength, "truck-length"),
9458 (Truck, "truck"),
9459]);
9460make_icon_category!(weather, 96, "Weather", [
9461 (CloudSunny, "cloud-sunny"),
9462 (Cloud, "cloud"),
9463 (DewPoint, "dew-point"),
9464 (Fog, "fog"),
9465 (HeavyRain, "heavy-rain"),
9466 (Rain, "rain"),
9467 (SnowFlake, "snow-flake"),
9468 (Snow, "snow"),
9469 (SunLight, "sun-light"),
9470 (TemperatureDown, "temperature-down"),
9471 (TemperatureHigh, "temperature-high"),
9472 (TemperatureLow, "temperature-low"),
9473 (TemperatureUp, "temperature-up"),
9474 (Thunderstorm, "thunderstorm"),
9475 (Wind, "wind"),
9476]);
9477make_icon_category!(animations, 96, "Animations", [
9478 (AddKeyframeAlt, "add-keyframe-alt"),
9479 (AddKeyframe, "add-keyframe"),
9480 (AddKeyframes, "add-keyframes"),
9481 (BounceLeft, "bounce-left"),
9482 (BounceRight, "bounce-right"),
9483 (EaseCurveControlPoints, "ease-curve-control-points"),
9484 (EaseInControlPoint, "ease-in-control-point"),
9485 (EaseInOut, "ease-in-out"),
9486 (EaseIn, "ease-in"),
9487 (EaseOutControlPoint, "ease-out-control-point"),
9488 (EaseOut, "ease-out"),
9489 (KeyframeAlignCenter, "keyframe-align-center"),
9490 (KeyframeAlignHorizontal, "keyframe-align-horizontal"),
9491 (KeyframeAlignVertical, "keyframe-align-vertical"),
9492 (KeyframePosition, "keyframe-position"),
9493 (Keyframe, "keyframe"),
9494 (KeyframesCouple, "keyframes-couple"),
9495 (Keyframes, "keyframes"),
9496 (Linear, "linear"),
9497 (MoveDown, "move-down"),
9498 (MoveLeft, "move-left"),
9499 (MoveRight, "move-right"),
9500 (MoveUp, "move-up"),
9501 (RemoveKeyframeAlt, "remove-keyframe-alt"),
9502 (RemoveKeyframe, "remove-keyframe"),
9503 (RemoveKeyframes, "remove-keyframes"),
9504 (TransitionDown, "transition-down"),
9505 (TransitionLeft, "transition-left"),
9506 (TransitionRight, "transition-right"),
9507 (TransitionUp, "transition-up"),
9508]);
9509make_icon_category!(development, 96, "Development", [
9510 (AppleSwift, "apple-swift"),
9511 (Asana, "asana"),
9512 (CodeBracketsSquare, "code-brackets-square"),
9513 (CodeBrackets, "code-brackets"),
9514 (Code, "code"),
9515 (Codepen, "codepen"),
9516 (CreativeCommons, "creative-commons"),
9517 (CssThree, "css3"),
9518 (DevModeLaptop, "dev-mode-laptop"),
9519 (DevModePhone, "dev-mode-phone"),
9520 (Developer, "developer"),
9521 (ElectronicsChip, "electronics-chip"),
9522 (ElectronicsTransistor, "electronics-transistor"),
9523 (HtmlFive, "html5"),
9524 (Iconoir, "iconoir"),
9525 (KanbanBoard, "kanban-board"),
9526 (NpmSquare, "npm-square"),
9527 (Npm, "npm"),
9528 (Puzzle, "puzzle"),
9529 (Slash, "slash"),
9530 (Trello, "trello"),
9531 (UnityFive, "unity-5"),
9532 (Unity, "unity"),
9533 (VueJs, "vue-js"),
9534]);
9535make_icon_category!(emojis, 96, "Emojis", [
9536 (EmojiBall, "emoji-ball"),
9537 (EmojiBlinkLeft, "emoji-blink-left"),
9538 (EmojiBlinkRight, "emoji-blink-right"),
9539 (EmojiLookDown, "emoji-look-down"),
9540 (EmojiLookLeft, "emoji-look-left"),
9541 (EmojiLookRight, "emoji-look-right"),
9542 (EmojiLookUp, "emoji-look-up"),
9543 (EmojiPuzzled, "emoji-puzzled"),
9544 (EmojiQuite, "emoji-quite"),
9545 (EmojiReally, "emoji-really"),
9546 (EmojiSad, "emoji-sad"),
9547 (EmojiSatisfied, "emoji-satisfied"),
9548 (EmojiSingLeftNote, "emoji-sing-left-note"),
9549 (EmojiSingLeft, "emoji-sing-left"),
9550 (EmojiSingRightNote, "emoji-sing-right-note"),
9551 (EmojiSingRight, "emoji-sing-right"),
9552 (EmojiSurpriseAlt, "emoji-surprise-alt"),
9553 (EmojiSurprise, "emoji-surprise"),
9554 (EmojiTalkingAngry, "emoji-talking-angry"),
9555 (EmojiTalkingHappy, "emoji-talking-happy"),
9556 (EmojiThinkLeft, "emoji-think-left"),
9557 (EmojiThinkRight, "emoji-think-right"),
9558 (Emoji, "emoji"),
9559]);
9560make_icon_category!(devices, 96, "Devices", [
9561 (FourkDisplay, "4k-display"),
9562 (AppleImacTwoZeroTwoOneSide, "apple-imac-2021-side"),
9563 (AppleImacTwoZeroTwoOne, "apple-imac-2021"),
9564 (ArSymbol, "ar-symbol"),
9565 (ChromecastActive, "chromecast-active"),
9566 (Chromecast, "chromecast"),
9567 (Computer, "computer"),
9568 (HardDrive, "hard-drive"),
9569 (LaptopCharging, "laptop-charging"),
9570 (LaptopFix, "laptop-fix"),
9571 (LaptopIssue, "laptop-issue"),
9572 (Laptop, "laptop"),
9573 (Megaphone, "megaphone"),
9574 (ModernTvFourk, "modern-tv-4k"),
9575 (ModernTv, "modern-tv"),
9576 (PenConnectBluetooth, "pen-connect-bluetooth"),
9577 (PenConnectWifi, "pen-connect-wifi"),
9578 (PenTabletConnectUsb, "pen-tablet-connect-usb"),
9579 (PenTabletConnectWifi, "pen-tablet-connect-wifi"),
9580 (PenTablet, "pen-tablet"),
9581 (PrinterAlt, "printer-alt"),
9582 (Printer, "printer"),
9583 (PrintingPage, "printing-page"),
9584 (SaveFloppyDisk, "save-floppy-disk"),
9585 (SmartphoneDevice, "smartphone-device"),
9586 (TvFix, "tv-fix"),
9587 (TvIssue, "tv-issue"),
9588 (Tv, "tv"),
9589 (VideoProjector, "video-projector"),
9590 (VrSymbol, "vr-symbol"),
9591 (WarningHexagon, "warning-hexagon"),
9592 (Wristwatch, "wristwatch"),
9593]);
9594make_icon_category!(photos_and_videos, 96, "Photos and Videos", [
9595 (AddMediaImage, "add-media-image"),
9596 (AddMediaVideo, "add-media-video"),
9597 (AutoFlash, "auto-flash"),
9598 (AviFormat, "avi-format"),
9599 (Camera, "camera"),
9600 (ClosedCaptions, "closed-captions"),
9601 (Collapse, "collapse"),
9602 (Enlarge, "enlarge"),
9603 (Expand, "expand"),
9604 (FlashOff, "flash-off"),
9605 (Flash, "flash"),
9606 (FxTag, "fx-tag"),
9607 (Fx, "fx"),
9608 (GifFormat, "gif-format"),
9609 (HdDisplay, "hd-display"),
9610 (Hd, "hd"),
9611 (Hdr, "hdr"),
9612 (JpegFormat, "jpeg-format"),
9613 (JpgFormat, "jpg-format"),
9614 (MediaImageFolder, "media-image-folder"),
9615 (MediaImageList, "media-image-list"),
9616 (MediaImage, "media-image"),
9617 (MediaVideoFolder, "media-video-folder"),
9618 (MediaVideoList, "media-video-list"),
9619 (MediaVideo, "media-video"),
9620 (MpegFormat, "mpeg-format"),
9621 (PanoramaEnlarge, "panorama-enlarge"),
9622 (PanoramaReduce, "panorama-reduce"),
9623 (PngFormat, "png-format"),
9624 (RawFormat, "raw-format"),
9625 (Reduce, "reduce"),
9626 (RemoveMediaImage, "remove-media-image"),
9627 (RemoveMediaVideo, "remove-media-video"),
9628 (RotateCameraLeft, "rotate-camera-left"),
9629 (RotateCameraRight, "rotate-camera-right"),
9630 (Screenshot, "screenshot"),
9631 (SvgFormat, "svg-format"),
9632 (TifFormat, "tif-format"),
9633 (TiffFormat, "tiff-format"),
9634 (VideoCameraOff, "video-camera-off"),
9635 (VideoCamera, "video-camera"),
9636 (WebpFormat, "webp-format"),
9637]);
9638make_icon_category!(connectivity, 96, "Connectivity", [
9639 (Airplay, "airplay"),
9640 (AntennaOff, "antenna-off"),
9641 (AntennaSignalTag, "antenna-signal-tag"),
9642 (AntennaSignal, "antenna-signal"),
9643 (Antenna, "antenna"),
9644 (BluetoothTag, "bluetooth-tag"),
9645 (Bluetooth, "bluetooth"),
9646 (CableTag, "cable-tag"),
9647 (DataTransferBoth, "data-transfer-both"),
9648 (DataTransferCheck, "data-transfer-check"),
9649 (DataTransferDown, "data-transfer-down"),
9650 (DataTransferUp, "data-transfer-up"),
9651 (DataTransferWarning, "data-transfer-warning"),
9652 (NetworkAlt, "network-alt"),
9653 (NetworkLeft, "network-left"),
9654 (NetworkRight, "network-right"),
9655 (Network, "network"),
9656 (PlugTypeA, "plug-type-a"),
9657 (PlugTypeC, "plug-type-c"),
9658 (PlugTypeG, "plug-type-g"),
9659 (PlugTypeL, "plug-type-l"),
9660 (PrivateWifi, "private-wifi"),
9661 (ServerConnection, "server-connection"),
9662 (Server, "server"),
9663 (Usb, "usb"),
9664 (WifiError, "wifi-error"),
9665 (WifiIssue, "wifi-issue"),
9666 (WifiOff, "wifi-off"),
9667 (WifiSignalNone, "wifi-signal-none"),
9668 (WifiTag, "wifi-tag"),
9669 (Wifi, "wifi"),
9670]);
9671make_icon_category!(design_tools, 96, "Design Tools", [
9672 (AddFrame, "add-frame"),
9673 (AddLens, "add-lens"),
9674 (AdobeAfterEffects, "adobe-after-effects"),
9675 (AdobeIllustrator, "adobe-illustrator"),
9676 (AdobeIndesign, "adobe-indesign"),
9677 (AdobeLightroom, "adobe-lightroom"),
9678 (AdobePhotoshop, "adobe-photoshop"),
9679 (AdobeXd, "adobe-xd"),
9680 (AlignBottomBox, "align-bottom-box"),
9681 (AlignLeftBox, "align-left-box"),
9682 (AlignRightBox, "align-right-box"),
9683 (AlignTopBox, "align-top-box"),
9684 (Axes, "axes"),
9685 (BorderBl, "border-bl"),
9686 (BorderBottom, "border-bottom"),
9687 (BorderBr, "border-br"),
9688 (BorderInner, "border-inner"),
9689 (BorderLeft, "border-left"),
9690 (BorderOut, "border-out"),
9691 (BorderRight, "border-right"),
9692 (BorderTl, "border-tl"),
9693 (BorderTop, "border-top"),
9694 (BorderTr, "border-tr"),
9695 (CenterAlign, "center-align"),
9696 (CollageFrame, "collage-frame"),
9697 (ColorFilter, "color-filter"),
9698 (ColorPickerEmpty, "color-picker-empty"),
9699 (ColorPicker, "color-picker"),
9700 (ColorWheel, "color-wheel"),
9701 (Combine, "combine"),
9702 (CompAlignBottom, "comp-align-bottom"),
9703 (CompAlignLeft, "comp-align-left"),
9704 (CompAlignRight, "comp-align-right"),
9705 (CompAlignTop, "comp-align-top"),
9706 (Component, "component"),
9707 (Copy, "copy"),
9708 (CropRotateBl, "crop-rotate-bl"),
9709 (CropRotateBr, "crop-rotate-br"),
9710 (CropRotateTl, "crop-rotate-tl"),
9711 (CropRotateTr, "crop-rotate-tr"),
9712 (Crop, "crop"),
9713 (CutAlt, "cut-alt"),
9714 (Cut, "cut"),
9715 (DesignNib, "design-nib"),
9716 (DesignPencil, "design-pencil"),
9717 (DropletHalf, "droplet-half"),
9718 (Droplet, "droplet"),
9719 (Exclude, "exclude"),
9720 (Figma, "figma"),
9721 (FillColor, "fill-color"),
9722 (FlipReverse, "flip-reverse"),
9723 (Flip, "flip"),
9724 (FrameAltEmpty, "frame-alt-empty"),
9725 (FrameAlt, "frame-alt"),
9726 (FrameSelect, "frame-select"),
9727 (FrameSimple, "frame-simple"),
9728 (FrameTool, "frame-tool"),
9729 (Frame, "frame"),
9730 (HorizDistributionLeft, "horiz-distribution-left"),
9731 (HorizDistributionRight, "horiz-distribution-right"),
9732 (IntersectAlt, "intersect-alt"),
9733 (Intersect, "intersect"),
9734 (Lens, "lens"),
9735 (MagicWand, "magic-wand"),
9736 (MaskSquare, "mask-square"),
9737 (MoveRuler, "move-ruler"),
9738 (PositionAlign, "position-align"),
9739 (PrecisionTool, "precision-tool"),
9740 (RemoveFrame, "remove-frame"),
9741 (RulerAdd, "ruler-add"),
9742 (RulerCombine, "ruler-combine"),
9743 (RulerRemove, "ruler-remove"),
9744 (Ruler, "ruler"),
9745 (ScaleFrameEnlarge, "scale-frame-enlarge"),
9746 (ScaleFrameReduce, "scale-frame-reduce"),
9747 (SelectiveTool, "selective-tool"),
9748 (StyleBorder, "style-border"),
9749 (Substract, "substract"),
9750 (UnionAlt, "union-alt"),
9751 (UnionHorizAlt, "union-horiz-alt"),
9752 (Union, "union"),
9753]);
9754make_icon_category!(buildings, 96, "Buildings", [
9755 (Balcony, "balcony"),
9756 (Bathroom, "bathroom"),
9757 (Building, "building"),
9758 (Cellar, "cellar"),
9759 (ChurchAlt, "church-alt"),
9760 (Church, "church"),
9761 (City, "city"),
9762 (Elevator, "elevator"),
9763 (Farm, "farm"),
9764 (Garage, "garage"),
9765 (Hospital, "hospital"),
9766 (HouseRooms, "house-rooms"),
9767 (Industry, "industry"),
9768 (Neighbourhood, "neighbourhood"),
9769 (OilIndustry, "oil-industry"),
9770 (Planimetry, "planimetry"),
9771 (ShopAlt, "shop-alt"),
9772 (Shop, "shop"),
9773 (SmallShopAlt, "small-shop-alt"),
9774 (SmallShop, "small-shop"),
9775 (Tunnel, "tunnel"),
9776]);
9777make_icon_category!(activities, 96, "Activities", [
9778 (OnestMedal, "1st-medal"),
9779 (Archery, "archery"),
9780 (ArrowArchery, "arrow-archery"),
9781 (BasketballAlt, "basketball-alt"),
9782 (BasketballField, "basketball-field"),
9783 (Basketball, "basketball"),
9784 (BirthdayCake, "birthday-cake"),
9785 (Bonfire, "bonfire"),
9786 (BookStack, "book-stack"),
9787 (Book, "book"),
9788 (BookmarkBook, "bookmark-book"),
9789 (BowlingBall, "bowling-ball"),
9790 (BoxingGlove, "boxing-glove"),
9791 (CinemaOld, "cinema-old"),
9792 (Cycling, "cycling"),
9793 (FavouriteBook, "favourite-book"),
9794 (FireFlame, "fire-flame"),
9795 (Flower, "flower"),
9796 (FootballBall, "football-ball"),
9797 (Football, "football"),
9798 (Golf, "golf"),
9799 (GraphDown, "graph-down"),
9800 (GraphUp, "graph-up"),
9801 (Gym, "gym"),
9802 (Hourglass, "hourglass"),
9803 (LeaderboardStar, "leaderboard-star"),
9804 (Leaderboard, "leaderboard"),
9805 (LockedBook, "locked-book"),
9806 (MathBook, "math-book"),
9807 (Medal, "medal"),
9808 (Movie, "movie"),
9809 (NoSmokingCircle, "no-smoking-circle"),
9810 (NoSmoking, "no-smoking"),
9811 (OpenBook, "open-book"),
9812 (Palette, "palette"),
9813 (PercentageCircle, "percentage-circle"),
9814 (PercentageSquare, "percentage-square"),
9815 (Percentage, "percentage"),
9816 (ReportColumns, "report-columns"),
9817 (Reports, "reports"),
9818 (Rings, "rings"),
9819 (Running, "running"),
9820 (SeaAndSun, "sea-and-sun"),
9821 (SeaWaves, "sea-waves"),
9822 (Skateboard, "skateboard"),
9823 (Skateboarding, "skateboarding"),
9824 (Smoking, "smoking"),
9825 (SoccerBall, "soccer-ball"),
9826 (StatDown, "stat-down"),
9827 (StatUp, "stat-up"),
9828 (StatsDownSquare, "stats-down-square"),
9829 (StatsReport, "stats-report"),
9830 (StatsUpSquare, "stats-up-square"),
9831 (Stretching, "stretching"),
9832 (Swimming, "swimming"),
9833 (TennisBallAlt, "tennis-ball-alt"),
9834 (TennisBall, "tennis-ball"),
9835 (Treadmill, "treadmill"),
9836 (Trekking, "trekking"),
9837 (Trophy, "trophy"),
9838 (Waist, "waist"),
9839 (Walking, "walking"),
9840 (Yoga, "yoga"),
9841]);
9842make_icon_category!(system, 96, "System", [
9843 (AccessibilitySign, "accessibility-sign"),
9844 (AccessibilityTech, "accessibility-tech"),
9845 (Accessibility, "accessibility"),
9846 (AppWindow, "app-window"),
9847 (AppleMac, "apple-mac"),
9848 (AppleShortcuts, "apple-shortcuts"),
9849 (BatteryTwoFive, "battery-25"),
9850 (BatteryFiveZero, "battery-50"),
9851 (BatterySevenFive, "battery-75"),
9852 (BatteryCharging, "battery-charging"),
9853 (BatteryEmpty, "battery-empty"),
9854 (BatteryFull, "battery-full"),
9855 (BatteryWarning, "battery-warning"),
9856 (BinAdd, "bin-add"),
9857 (BinFull, "bin-full"),
9858 (BinHalf, "bin-half"),
9859 (BinMinus, "bin-minus"),
9860 (Bin, "bin"),
9861 (BrightnessWindow, "brightness-window"),
9862 (Brightness, "brightness"),
9863 (Calculator, "calculator"),
9864 (CalendarMinus, "calendar-minus"),
9865 (CalendarPlus, "calendar-plus"),
9866 (Calendar, "calendar"),
9867 (CheckWindow, "check-window"),
9868 (ControlSlider, "control-slider"),
9869 (Cookie, "cookie"),
9870 (CpuWarning, "cpu-warning"),
9871 (Cpu, "cpu"),
9872 (CursorPointer, "cursor-pointer"),
9873 (DashboardDots, "dashboard-dots"),
9874 (DashboardSpeed, "dashboard-speed"),
9875 (Dashboard, "dashboard"),
9876 (DownloadDataWindow, "download-data-window"),
9877 (Eject, "eject"),
9878 (EnergyUsageWindow, "energy-usage-window"),
9879 (ErrorWindow, "error-window"),
9880 (FavouriteWindow, "favourite-window"),
9881 (Finder, "finder"),
9882 (FingerprintWindow, "fingerprint-window"),
9883 (HalfCookie, "half-cookie"),
9884 (HeartArrowDown, "heart-arrow-down"),
9885 (InputField, "input-field"),
9886 (InputOutput, "input-output"),
9887 (IosSettings, "ios-settings"),
9888 (KeyCommand, "key-command"),
9889 (Linux, "linux"),
9890 (LockKey, "lock-key"),
9891 (LockedWindow, "locked-window"),
9892 (LogDenied, "log-denied"),
9893 (LogIn, "log-in"),
9894 (LogOut, "log-out"),
9895 (MacControlKey, "mac-control-key"),
9896 (MacDock, "mac-dock"),
9897 (MacOptionKey, "mac-option-key"),
9898 (MacOsWindow, "mac-os-window"),
9899 (MouseButtonLeft, "mouse-button-left"),
9900 (MouseButtonRight, "mouse-button-right"),
9901 (MouseScrollWheel, "mouse-scroll-wheel"),
9902 (MultiMacOsWindow, "multi-mac-os-window"),
9903 (MultiWindow, "multi-window"),
9904 (NewTab, "new-tab"),
9905 (NoAccessWindow, "no-access-window"),
9906 (NoBattery, "no-battery"),
9907 (OffTag, "off-tag"),
9908 (OnTag, "on-tag"),
9909 (PauseWindow, "pause-window"),
9910 (PcMouse, "pc-mouse"),
9911 (ReloadWindow, "reload-window"),
9912 (Safari, "safari"),
9913 (SearchEngine, "search-engine"),
9914 (SearchWindow, "search-window"),
9915 (SecureWindow, "secure-window"),
9916 (SelectWindow, "select-window"),
9917 (SettingsProfiles, "settings-profiles"),
9918 (Settings, "settings"),
9919 (SquareCursor, "square-cursor"),
9920 (SwitchOff, "switch-off"),
9921 (SwitchOn, "switch-on"),
9922 (SystemRestart, "system-restart"),
9923 (SystemShut, "system-shut"),
9924 (TerminalTag, "terminal-tag"),
9925 (Terminal, "terminal"),
9926 (Type, "type"),
9927 (UploadDataWindow, "upload-data-window"),
9928 (WarningWindow, "warning-window"),
9929 (WebWindowClose, "web-window-close"),
9930 (WebWindowEnergyConsumption, "web-window-energy-consumption"),
9931 (WebWindow, "web-window"),
9932 (Windows, "windows"),
9933]);
9934make_icon_category!(users, 96, "Users", [
9935 (AddUser, "add-user"),
9936 (Community, "community"),
9937 (Group, "group"),
9938 (Learning, "learning"),
9939 (PeopleTag, "people-tag"),
9940 (ProfileCircle, "profile-circle"),
9941 (RemoveUser, "remove-user"),
9942 (UserCircle, "user-circle"),
9943 (UserCrown, "user-crown"),
9944 (UserLove, "user-love"),
9945 (UserSquare, "user-square"),
9946 (UserStar, "user-star"),
9947 (User, "user"),
9948 (VerifiedUser, "verified-user"),
9949]);
9950make_icon_category!(organization, 96, "Organization", [
9951 (AreaSearch, "area-search"),
9952 (Binocular, "binocular"),
9953 (BookmarkCircle, "bookmark-circle"),
9954 (BookmarkEmpty, "bookmark-empty"),
9955 (FilterAlt, "filter-alt"),
9956 (Filter, "filter"),
9957 (InputSearch, "input-search"),
9958 (Label, "label"),
9959 (Pin, "pin"),
9960 (RemovePin, "remove-pin"),
9961 (Search, "search"),
9962 (StarDashed, "star-dashed"),
9963 (StarHalfDashed, "star-half-dashed"),
9964 (Star, "star"),
9965 (ThreeStars, "three-stars"),
9966 (ZoomIn, "zoom-in"),
9967 (ZoomOut, "zoom-out"),
9968]);
9969make_icon_category!(gestures, 96, "Gestures", [
9970 (DragHandGesture, "drag-hand-gesture"),
9971 (OneFingerSelectHandGesture, "one-finger-select-hand-gesture"),
9972 (OpenSelectHandGesture, "open-select-hand-gesture"),
9973 (PeaceHand, "peace-hand"),
9974 (ReminderHandGesture, "reminder-hand-gesture"),
9975 (SingleTapGesture, "single-tap-gesture"),
9976 (SpockHandGesture, "spock-hand-gesture"),
9977 (SwipeDownGesture, "swipe-down-gesture"),
9978 (SwipeLeftGesture, "swipe-left-gesture"),
9979 (SwipeRightGesture, "swipe-right-gesture"),
9980 (SwipeTwoFingersDownGesture, "swipe-two-fingers-down-gesture"),
9981 (SwipeTwoFingersLeftGesture, "swipe-two-fingers-left-gesture"),
9982 (SwipeTwoFingersRightGesture, "swipe-two-fingers-right-gesture"),
9983 (SwipeTwoFingersUpGesture, "swipe-two-fingers-up-gesture"),
9984 (SwipeUpGesture, "swipe-up-gesture"),
9985]);
9986make_icon_category!(three_d_editor, 96, "3D Editor", [
9987 (ThreedAddHole, "3d-add-hole"),
9988 (ThreedArcCenterPt, "3d-arc-center-pt"),
9989 (ThreedArc, "3d-arc"),
9990 (ThreedBridge, "3d-bridge"),
9991 (ThreedCenterBox, "3d-center-box"),
9992 (ThreedDraftFace, "3d-draft-face"),
9993 (ThreedEllipseThreePts, "3d-ellipse-three-pts"),
9994 (ThreedEllipse, "3d-ellipse"),
9995 (ThreedPtBox, "3d-pt-box"),
9996 (ThreedRectCornerToCorner, "3d-rect-corner-to-corner"),
9997 (ThreedRectFromCenter, "3d-rect-from-center"),
9998 (ThreedRectThreePts, "3d-rect-three-pts"),
9999 (ThreedSelectEdge, "3d-select-edge"),
10000 (ThreedSelectFace, "3d-select-face"),
10001 (ThreedSelectPoint, "3d-select-point"),
10002 (ThreedSelectSolid, "3d-select-solid"),
10003 (ThreedThreePtsBox, "3d-three-pts-box"),
10004 (BridgeSurface, "bridge-surface"),
10005 (ConstrainedSurface, "constrained-surface"),
10006 (CubeReplaceFace, "cube-replace-face"),
10007 (CurveArray, "curve-array"),
10008 (CutSolidWithCurve, "cut-solid-with-curve"),
10009 (Cylinder, "cylinder"),
10010 (Extrude, "extrude"),
10011 (FilletThreed, "fillet-3d"),
10012 (LoftThreed, "loft-3d"),
10013 (OnePointCircle, "one-point-circle"),
10014 (OrthogonalView, "orthogonal-view"),
10015 (PatchHolesThreed, "patch-holes-3d"),
10016 (PerspectiveView, "perspective-view"),
10017 (PipeThreed, "pipe-3d"),
10018 (ProjectCurveThreed, "project-curve-3d"),
10019 (SigmaFunction, "sigma-function"),
10020 (Sphere, "sphere"),
10021 (Spiral, "spiral"),
10022 (SweepThreed, "sweep-3d"),
10023 (ThreePointsCircle, "three-points-circle"),
10024 (TwoPointsCircle, "two-points-circle"),
10025 (UnjoinThreed, "unjoin-3d"),
10026 (XrayView, "xray-view"),
10027]);
10028make_icon_category!(clothing, 96, "Clothing", [
10029 (Bag, "bag"),
10030 (BeachBagBig, "beach-bag-big"),
10031 (BeachBag, "beach-bag"),
10032 (Glasses, "glasses"),
10033 (Handbag, "handbag"),
10034 (Hat, "hat"),
10035 (HerSlips, "her-slips"),
10036 (LargeSuitcase, "large-suitcase"),
10037 (PantsAlt, "pants-alt"),
10038 (Pants, "pants"),
10039 (Sandals, "sandals"),
10040 (Scarf, "scarf"),
10041 (ShortPantsAlt, "short-pants-alt"),
10042 (ShortPants, "short-pants"),
10043 (TShirt, "t-shirt"),
10044 (UmbrellaFull, "umbrella-full"),
10045 (WomenTShirt, "women-t-shirt"),
10046]);
10047make_icon_category!(database, 96, "Database", [
10048 (AddDatabaseScript, "add-database-script"),
10049 (DatabaseBackup, "database-backup"),
10050 (DatabaseExport, "database-export"),
10051 (DatabaseMonitor, "database-monitor"),
10052 (DatabaseRestore, "database-restore"),
10053 (DatabaseScript, "database-script"),
10054 (DatabaseSettings, "database-settings"),
10055 (DatabaseStar, "database-star"),
10056 (DatabaseStats, "database-stats"),
10057 (DatabaseTag, "database-tag"),
10058 (DbCheck, "db-check"),
10059 (DbError, "db-error"),
10060 (DbSearch, "db-search"),
10061 (DbWarning, "db-warning"),
10062 (Db, "db"),
10063 (RemoveDatabaseScript, "remove-database-script"),
10064]);
10065make_icon_category!(communication, 96, "Communication", [
10066 (AppNotification, "app-notification"),
10067 (ArrowEmailForward, "arrow-email-forward"),
10068 (AtSignCircle, "at-sign-circle"),
10069 (AtSign, "at-sign"),
10070 (BellNotification, "bell-notification"),
10071 (BellOff, "bell-off"),
10072 (Bell, "bell"),
10073 (BubbleDownload, "bubble-download"),
10074 (BubbleError, "bubble-error"),
10075 (BubbleIncome, "bubble-income"),
10076 (BubbleOutcome, "bubble-outcome"),
10077 (BubbleSearch, "bubble-search"),
10078 (BubbleStar, "bubble-star"),
10079 (BubbleUpload, "bubble-upload"),
10080 (BubbleWarning, "bubble-warning"),
10081 (ChatAdd, "chat-add"),
10082 (ChatBubbleCheck, "chat-bubble-check"),
10083 (ChatBubbleEmpty, "chat-bubble-empty"),
10084 (ChatBubbleError, "chat-bubble-error"),
10085 (ChatBubbleQuestion, "chat-bubble-question"),
10086 (ChatBubbleTranslate, "chat-bubble-translate"),
10087 (ChatBubbleWarning, "chat-bubble-warning"),
10088 (ChatBubble, "chat-bubble"),
10089 (ChatLines, "chat-lines"),
10090 (ChatRemove, "chat-remove"),
10091 (Facetime, "facetime"),
10092 (ForwardMessage, "forward-message"),
10093 (Globe, "globe"),
10094 (HeadsetHelp, "headset-help"),
10095 (Internet, "internet"),
10096 (MailIn, "mail-in"),
10097 (MailOpened, "mail-opened"),
10098 (MailOut, "mail-out"),
10099 (Mail, "mail"),
10100 (MessageAlert, "message-alert"),
10101 (MessageText, "message-text"),
10102 (Message, "message"),
10103 (MultiBubble, "multi-bubble"),
10104 (PhoneAdd, "phone-add"),
10105 (PhoneDelete, "phone-delete"),
10106 (PhoneDisabled, "phone-disabled"),
10107 (PhoneIncome, "phone-income"),
10108 (PhoneOutcome, "phone-outcome"),
10109 (PhonePaused, "phone-paused"),
10110 (PhoneRemove, "phone-remove"),
10111 (Phone, "phone"),
10112 (Podcast, "podcast"),
10113 (QuoteMessage, "quote-message"),
10114 (Quote, "quote"),
10115 (ReplyToMessage, "reply-to-message"),
10116 (Reply, "reply"),
10117 (SendDiagonal, "send-diagonal"),
10118 (SendMail, "send-mail"),
10119 (Send, "send"),
10120 (TimeZone, "time-zone"),
10121 (Www, "www"),
10122]);
10123make_icon_category!(animals, 96, "Animals", [
10124 (Fish, "fish"),
10125 (Jellyfish, "jellyfish"),
10126 (Wolf, "wolf"),
10127]);
10128make_icon_category!(layout, 96, "Layout", [
10129 (TwoxTwoCell, "2x2-cell"),
10130 (CornerBottomLeft, "corner-bottom-left"),
10131 (CornerBottomRight, "corner-bottom-right"),
10132 (CornerTopLeft, "corner-top-left"),
10133 (CornerTopRight, "corner-top-right"),
10134 (GridAdd, "grid-add"),
10135 (GridMinus, "grid-minus"),
10136 (GridRemove, "grid-remove"),
10137 (LayoutLeft, "layout-left"),
10138 (LayoutRight, "layout-right"),
10139 (TableTwoColumns, "table-2-columns"),
10140 (TableRows, "table-rows"),
10141 (Table, "table"),
10142 (ViewColumnsTwo, "view-columns-2"),
10143 (ViewColumnsThree, "view-columns-3"),
10144 (ViewGrid, "view-grid"),
10145 (ViewStructureDown, "view-structure-down"),
10146 (ViewStructureUp, "view-structure-up"),
10147]);
10148make_icon_category!(food, 96, "Food", [
10149 (AppleHalfAlt, "apple-half-alt"),
10150 (AppleHalf, "apple-half"),
10151 (Apple, "apple"),
10152 (Bbq, "bbq"),
10153 (BreadSlice, "bread-slice"),
10154 (Chocolate, "chocolate"),
10155 (Clutery, "clutery"),
10156 (CoffeeCup, "coffee-cup"),
10157 (CrackedEgg, "cracked-egg"),
10158 (Egg, "egg"),
10159 (GlassEmpty, "glass-empty"),
10160 (GlassHalfAlt, "glass-half-alt"),
10161 (GlassHalf, "glass-half"),
10162 (OrangeHalf, "orange-half"),
10163 (OrangeSliceAlt, "orange-slice-alt"),
10164 (OrangeSlice, "orange-slice"),
10165 (PizzaSlice, "pizza-slice"),
10166]);
10167}
10169
10170#[cfg(feature = "144px")]
10171pub mod size144px {
10172use super::*;
10173
10174make_icon_category!(identity, 144, "Identity", [
10175 (FaceId, "face-id"),
10176 (FingerprintCheckCircle, "fingerprint-check-circle"),
10177 (FingerprintCircle, "fingerprint-circle"),
10178 (FingerprintErrorCircle, "fingerprint-error-circle"),
10179 (FingerprintLockCircle, "fingerprint-lock-circle"),
10180 (FingerprintPhone, "fingerprint-phone"),
10181 (FingerprintScan, "fingerprint-scan"),
10182 (FingerprintSquare, "fingerprint-square"),
10183 (Fingerprint, "fingerprint"),
10184 (IrisScan, "iris-scan"),
10185 (Scanning, "scanning"),
10186 (UserScan, "user-scan"),
10187 (VoiceCircle, "voice-circle"),
10188 (VoiceError, "voice-error"),
10189 (VoiceLockCircle, "voice-lock-circle"),
10190 (VoiceOk, "voice-ok"),
10191 (VoicePhone, "voice-phone"),
10192 (VoiceScan, "voice-scan"),
10193 (VoiceSquare, "voice-square"),
10194 (Voice, "voice"),
10195]);
10196make_icon_category!(animations, 144, "Animations", [
10197 (AddKeyframeAlt, "add-keyframe-alt"),
10198 (AddKeyframe, "add-keyframe"),
10199 (AddKeyframes, "add-keyframes"),
10200 (BounceLeft, "bounce-left"),
10201 (BounceRight, "bounce-right"),
10202 (EaseCurveControlPoints, "ease-curve-control-points"),
10203 (EaseInControlPoint, "ease-in-control-point"),
10204 (EaseInOut, "ease-in-out"),
10205 (EaseIn, "ease-in"),
10206 (EaseOutControlPoint, "ease-out-control-point"),
10207 (EaseOut, "ease-out"),
10208 (KeyframeAlignCenter, "keyframe-align-center"),
10209 (KeyframeAlignHorizontal, "keyframe-align-horizontal"),
10210 (KeyframeAlignVertical, "keyframe-align-vertical"),
10211 (KeyframePosition, "keyframe-position"),
10212 (Keyframe, "keyframe"),
10213 (KeyframesCouple, "keyframes-couple"),
10214 (Keyframes, "keyframes"),
10215 (Linear, "linear"),
10216 (MoveDown, "move-down"),
10217 (MoveLeft, "move-left"),
10218 (MoveRight, "move-right"),
10219 (MoveUp, "move-up"),
10220 (RemoveKeyframeAlt, "remove-keyframe-alt"),
10221 (RemoveKeyframe, "remove-keyframe"),
10222 (RemoveKeyframes, "remove-keyframes"),
10223 (TransitionDown, "transition-down"),
10224 (TransitionLeft, "transition-left"),
10225 (TransitionRight, "transition-right"),
10226 (TransitionUp, "transition-up"),
10227]);
10228make_icon_category!(maps, 144, "Maps", [
10229 (ThreeSixZeroView, "360-view"),
10230 (AddPinAlt, "add-pin-alt"),
10231 (Gps, "gps"),
10232 (MapIssue, "map-issue"),
10233 (Map, "map"),
10234 (MapsArrowDiagonal, "maps-arrow-diagonal"),
10235 (MapsArrowIssue, "maps-arrow-issue"),
10236 (MapsArrow, "maps-arrow"),
10237 (MapsGoStraight, "maps-go-straight"),
10238 (MapsTurnBack, "maps-turn-back"),
10239 (MapsTurnLeft, "maps-turn-left"),
10240 (MapsTurnRight, "maps-turn-right"),
10241 (MinusPinAlt, "minus-pin-alt"),
10242 (NavigatorAlt, "navigator-alt"),
10243 (Navigator, "navigator"),
10244 (PinAlt, "pin-alt"),
10245 (Position, "position"),
10246 (RemovePinAlt, "remove-pin-alt"),
10247 (Suggestion, "suggestion"),
10248]);
10249make_icon_category!(food, 144, "Food", [
10250 (AppleHalfAlt, "apple-half-alt"),
10251 (AppleHalf, "apple-half"),
10252 (Apple, "apple"),
10253 (Bbq, "bbq"),
10254 (BreadSlice, "bread-slice"),
10255 (Chocolate, "chocolate"),
10256 (Clutery, "clutery"),
10257 (CoffeeCup, "coffee-cup"),
10258 (CrackedEgg, "cracked-egg"),
10259 (Egg, "egg"),
10260 (GlassEmpty, "glass-empty"),
10261 (GlassHalfAlt, "glass-half-alt"),
10262 (GlassHalf, "glass-half"),
10263 (OrangeHalf, "orange-half"),
10264 (OrangeSliceAlt, "orange-slice-alt"),
10265 (OrangeSlice, "orange-slice"),
10266 (PizzaSlice, "pizza-slice"),
10267]);
10268make_icon_category!(database, 144, "Database", [
10269 (AddDatabaseScript, "add-database-script"),
10270 (DatabaseBackup, "database-backup"),
10271 (DatabaseExport, "database-export"),
10272 (DatabaseMonitor, "database-monitor"),
10273 (DatabaseRestore, "database-restore"),
10274 (DatabaseScript, "database-script"),
10275 (DatabaseSettings, "database-settings"),
10276 (DatabaseStar, "database-star"),
10277 (DatabaseStats, "database-stats"),
10278 (DatabaseTag, "database-tag"),
10279 (DbCheck, "db-check"),
10280 (DbError, "db-error"),
10281 (DbSearch, "db-search"),
10282 (DbWarning, "db-warning"),
10283 (Db, "db"),
10284 (RemoveDatabaseScript, "remove-database-script"),
10285]);
10286make_icon_category!(users, 144, "Users", [
10287 (AddUser, "add-user"),
10288 (Community, "community"),
10289 (Group, "group"),
10290 (Learning, "learning"),
10291 (PeopleTag, "people-tag"),
10292 (ProfileCircle, "profile-circle"),
10293 (RemoveUser, "remove-user"),
10294 (UserCircle, "user-circle"),
10295 (UserCrown, "user-crown"),
10296 (UserLove, "user-love"),
10297 (UserSquare, "user-square"),
10298 (UserStar, "user-star"),
10299 (User, "user"),
10300 (VerifiedUser, "verified-user"),
10301]);
10302make_icon_category!(gaming, 144, "Gaming", [
10303 (Arcade, "arcade"),
10304 (ArcheryMatch, "archery-match"),
10305 (AugmentedReality, "augmented-reality"),
10306 (Bishop, "bishop"),
10307 (BrightCrown, "bright-crown"),
10308 (BrightStar, "bright-star"),
10309 (CrownCircle, "crown-circle"),
10310 (Crown, "crown"),
10311 (DiceFive, "dice-five"),
10312 (DiceFour, "dice-four"),
10313 (DiceOne, "dice-one"),
10314 (DiceSix, "dice-six"),
10315 (DiceThree, "dice-three"),
10316 (DiceTwo, "dice-two"),
10317 (Gamepad, "gamepad"),
10318 (HexagonDice, "hexagon-dice"),
10319 (NintendoSwitch, "nintendo-switch"),
10320 (Pacman, "pacman"),
10321 (PlaystationGamepad, "playstation-gamepad"),
10322 (Pokeball, "pokeball"),
10323 (Potion, "potion"),
10324 (Rook, "rook"),
10325 (Spades, "spades"),
10326 (Tournament, "tournament"),
10327 (XboxA, "xbox-a"),
10328 (XboxB, "xbox-b"),
10329 (XboxX, "xbox-x"),
10330 (XboxY, "xbox-y"),
10331]);
10332make_icon_category!(security, 144, "Security", [
10333 (HistoricShieldAlt, "historic-shield-alt"),
10334 (HistoricShield, "historic-shield"),
10335 (IpAddress, "ip-address"),
10336 (KeyAltBack, "key-alt-back"),
10337 (KeyAltMinus, "key-alt-minus"),
10338 (KeyAltPlus, "key-alt-plus"),
10339 (KeyAltRemove, "key-alt-remove"),
10340 (KeyAlt, "key-alt"),
10341 (Lock, "lock"),
10342 (NoLock, "no-lock"),
10343 (OpenVpn, "open-vpn"),
10344 (PasswordCursor, "password-cursor"),
10345 (PasswordError, "password-error"),
10346 (PasswordPass, "password-pass"),
10347 (PcCheck, "pc-check"),
10348 (PcFirewall, "pc-firewall"),
10349 (PcNoEntry, "pc-no-entry"),
10350 (PcWarning, "pc-warning"),
10351 (SecurityPass, "security-pass"),
10352 (ShieldAdd, "shield-add"),
10353 (ShieldAlert, "shield-alert"),
10354 (ShieldAlt, "shield-alt"),
10355 (ShieldBroken, "shield-broken"),
10356 (ShieldCheck, "shield-check"),
10357 (ShieldCross, "shield-cross"),
10358 (ShieldDownload, "shield-download"),
10359 (ShieldEye, "shield-eye"),
10360 (ShieldLoading, "shield-loading"),
10361 (ShieldMinus, "shield-minus"),
10362 (ShieldQuestion, "shield-question"),
10363 (ShieldSearch, "shield-search"),
10364 (ShieldUpload, "shield-upload"),
10365 (Shield, "shield"),
10366 (TowerCheck, "tower-check"),
10367 (TowerNoAccess, "tower-no-access"),
10368 (TowerWarning, "tower-warning"),
10369 (Tower, "tower"),
10370]);
10371make_icon_category!(communication, 144, "Communication", [
10372 (AppNotification, "app-notification"),
10373 (ArrowEmailForward, "arrow-email-forward"),
10374 (AtSignCircle, "at-sign-circle"),
10375 (AtSign, "at-sign"),
10376 (BellNotification, "bell-notification"),
10377 (BellOff, "bell-off"),
10378 (Bell, "bell"),
10379 (BubbleDownload, "bubble-download"),
10380 (BubbleError, "bubble-error"),
10381 (BubbleIncome, "bubble-income"),
10382 (BubbleOutcome, "bubble-outcome"),
10383 (BubbleSearch, "bubble-search"),
10384 (BubbleStar, "bubble-star"),
10385 (BubbleUpload, "bubble-upload"),
10386 (BubbleWarning, "bubble-warning"),
10387 (ChatAdd, "chat-add"),
10388 (ChatBubbleCheck, "chat-bubble-check"),
10389 (ChatBubbleEmpty, "chat-bubble-empty"),
10390 (ChatBubbleError, "chat-bubble-error"),
10391 (ChatBubbleQuestion, "chat-bubble-question"),
10392 (ChatBubbleTranslate, "chat-bubble-translate"),
10393 (ChatBubbleWarning, "chat-bubble-warning"),
10394 (ChatBubble, "chat-bubble"),
10395 (ChatLines, "chat-lines"),
10396 (ChatRemove, "chat-remove"),
10397 (Facetime, "facetime"),
10398 (ForwardMessage, "forward-message"),
10399 (Globe, "globe"),
10400 (HeadsetHelp, "headset-help"),
10401 (Internet, "internet"),
10402 (MailIn, "mail-in"),
10403 (MailOpened, "mail-opened"),
10404 (MailOut, "mail-out"),
10405 (Mail, "mail"),
10406 (MessageAlert, "message-alert"),
10407 (MessageText, "message-text"),
10408 (Message, "message"),
10409 (MultiBubble, "multi-bubble"),
10410 (PhoneAdd, "phone-add"),
10411 (PhoneDelete, "phone-delete"),
10412 (PhoneDisabled, "phone-disabled"),
10413 (PhoneIncome, "phone-income"),
10414 (PhoneOutcome, "phone-outcome"),
10415 (PhonePaused, "phone-paused"),
10416 (PhoneRemove, "phone-remove"),
10417 (Phone, "phone"),
10418 (Podcast, "podcast"),
10419 (QuoteMessage, "quote-message"),
10420 (Quote, "quote"),
10421 (ReplyToMessage, "reply-to-message"),
10422 (Reply, "reply"),
10423 (SendDiagonal, "send-diagonal"),
10424 (SendMail, "send-mail"),
10425 (Send, "send"),
10426 (TimeZone, "time-zone"),
10427 (Www, "www"),
10428]);
10429make_icon_category!(gestures, 144, "Gestures", [
10430 (DragHandGesture, "drag-hand-gesture"),
10431 (OneFingerSelectHandGesture, "one-finger-select-hand-gesture"),
10432 (OpenSelectHandGesture, "open-select-hand-gesture"),
10433 (PeaceHand, "peace-hand"),
10434 (ReminderHandGesture, "reminder-hand-gesture"),
10435 (SingleTapGesture, "single-tap-gesture"),
10436 (SpockHandGesture, "spock-hand-gesture"),
10437 (SwipeDownGesture, "swipe-down-gesture"),
10438 (SwipeLeftGesture, "swipe-left-gesture"),
10439 (SwipeRightGesture, "swipe-right-gesture"),
10440 (SwipeTwoFingersDownGesture, "swipe-two-fingers-down-gesture"),
10441 (SwipeTwoFingersLeftGesture, "swipe-two-fingers-left-gesture"),
10442 (SwipeTwoFingersRightGesture, "swipe-two-fingers-right-gesture"),
10443 (SwipeTwoFingersUpGesture, "swipe-two-fingers-up-gesture"),
10444 (SwipeUpGesture, "swipe-up-gesture"),
10445]);
10446make_icon_category!(navigation, 144, "Navigation", [
10447 (ArrowBlCircle, "arrow-bl-circle"),
10448 (ArrowBlSquare, "arrow-bl-square"),
10449 (ArrowBl, "arrow-bl"),
10450 (ArrowBrCircle, "arrow-br-circle"),
10451 (ArrowBrSquare, "arrow-br-square"),
10452 (ArrowBr, "arrow-br"),
10453 (ArrowDownCircle, "arrow-down-circle"),
10454 (ArrowDown, "arrow-down"),
10455 (ArrowLeftCircle, "arrow-left-circle"),
10456 (ArrowLeft, "arrow-left"),
10457 (ArrowRightCircle, "arrow-right-circle"),
10458 (ArrowRight, "arrow-right"),
10459 (ArrowSeparateVertical, "arrow-separate-vertical"),
10460 (ArrowSeparate, "arrow-separate"),
10461 (ArrowTlCircle, "arrow-tl-circle"),
10462 (ArrowTlSquare, "arrow-tl-square"),
10463 (ArrowTl, "arrow-tl"),
10464 (ArrowTrCircle, "arrow-tr-circle"),
10465 (ArrowTrSquare, "arrow-tr-square"),
10466 (ArrowTr, "arrow-tr"),
10467 (ArrowUnionVertical, "arrow-union-vertical"),
10468 (ArrowUnion, "arrow-union"),
10469 (ArrowUpCircle, "arrow-up-circle"),
10470 (ArrowUp, "arrow-up"),
10471 (Compass, "compass"),
10472 (DivideThree, "divide-three"),
10473 (Divide, "divide"),
10474 (DownRoundArrow, "down-round-arrow"),
10475 (Drag, "drag"),
10476 (EnlargeRoundArrow, "enlarge-round-arrow"),
10477 (FastArrowDownBox, "fast-arrow-down-box"),
10478 (FastArrowDown, "fast-arrow-down"),
10479 (FastArrowLeftBox, "fast-arrow-left-box"),
10480 (FastArrowLeft, "fast-arrow-left"),
10481 (FastArrowRightBox, "fast-arrow-right-box"),
10482 (FastArrowRight, "fast-arrow-right"),
10483 (FastArrowUpBox, "fast-arrow-up-box"),
10484 (FastArrowUp, "fast-arrow-up"),
10485 (FastDownCircle, "fast-down-circle"),
10486 (FastLeftCircle, "fast-left-circle"),
10487 (FastRightCircle, "fast-right-circle"),
10488 (FastUpCircle, "fast-up-circle"),
10489 (FilterListCircle, "filter-list-circle"),
10490 (FilterList, "filter-list"),
10491 (HorizontalMerge, "horizontal-merge"),
10492 (HorizontalSplit, "horizontal-split"),
10493 (LeftRoundArrow, "left-round-arrow"),
10494 (LongArrowDownLeft, "long-arrow-down-left"),
10495 (LongArrowDownRight, "long-arrow-down-right"),
10496 (LongArrowLeftDown, "long-arrow-left-down"),
10497 (LongArrowLeftUp, "long-arrow-left-up"),
10498 (LongArrowRightDown, "long-arrow-right-down"),
10499 (LongArrowRightUp, "long-arrow-right-up"),
10500 (LongArrowUpLeft, "long-arrow-up-left"),
10501 (LongArrowUpRight, "long-arrow-up-right"),
10502 (MoreHorizCircle, "more-horiz-circle"),
10503 (MoreHoriz, "more-horiz"),
10504 (MoreVertCircle, "more-vert-circle"),
10505 (MoreVert, "more-vert"),
10506 (NavArrowDown, "nav-arrow-down"),
10507 (NavArrowLeft, "nav-arrow-left"),
10508 (NavArrowRight, "nav-arrow-right"),
10509 (NavArrowUp, "nav-arrow-up"),
10510 (PageDown, "page-down"),
10511 (PageLeft, "page-left"),
10512 (PageRight, "page-right"),
10513 (PageUp, "page-up"),
10514 (PathArrow, "path-arrow"),
10515 (ReduceRoundArrow, "reduce-round-arrow"),
10516 (RightRoundArrow, "right-round-arrow"),
10517 (Shortcut, "shortcut"),
10518 (SidebarCollapse, "sidebar-collapse"),
10519 (SidebarExpand, "sidebar-expand"),
10520 (UpRoundArrow, "up-round-arrow"),
10521 (VerticalMerge, "vertical-merge"),
10522 (VerticalSplit, "vertical-split"),
10523]);
10524make_icon_category!(devices, 144, "Devices", [
10525 (FourkDisplay, "4k-display"),
10526 (AppleImacTwoZeroTwoOneSide, "apple-imac-2021-side"),
10527 (AppleImacTwoZeroTwoOne, "apple-imac-2021"),
10528 (ArSymbol, "ar-symbol"),
10529 (ChromecastActive, "chromecast-active"),
10530 (Chromecast, "chromecast"),
10531 (Computer, "computer"),
10532 (HardDrive, "hard-drive"),
10533 (LaptopCharging, "laptop-charging"),
10534 (LaptopFix, "laptop-fix"),
10535 (LaptopIssue, "laptop-issue"),
10536 (Laptop, "laptop"),
10537 (Megaphone, "megaphone"),
10538 (ModernTvFourk, "modern-tv-4k"),
10539 (ModernTv, "modern-tv"),
10540 (PenConnectBluetooth, "pen-connect-bluetooth"),
10541 (PenConnectWifi, "pen-connect-wifi"),
10542 (PenTabletConnectUsb, "pen-tablet-connect-usb"),
10543 (PenTabletConnectWifi, "pen-tablet-connect-wifi"),
10544 (PenTablet, "pen-tablet"),
10545 (PrinterAlt, "printer-alt"),
10546 (Printer, "printer"),
10547 (PrintingPage, "printing-page"),
10548 (SaveFloppyDisk, "save-floppy-disk"),
10549 (SmartphoneDevice, "smartphone-device"),
10550 (TvFix, "tv-fix"),
10551 (TvIssue, "tv-issue"),
10552 (Tv, "tv"),
10553 (VideoProjector, "video-projector"),
10554 (VrSymbol, "vr-symbol"),
10555 (WarningHexagon, "warning-hexagon"),
10556 (Wristwatch, "wristwatch"),
10557]);
10558make_icon_category!(transport, 144, "Transport", [
10559 (AirplaneHelixFourFivedeg, "airplane-helix-45deg"),
10560 (AirplaneHelix, "airplane-helix"),
10561 (AirplaneOff, "airplane-off"),
10562 (AirplaneRotation, "airplane-rotation"),
10563 (Airplane, "airplane"),
10564 (Bicycle, "bicycle"),
10565 (BusStop, "bus-stop"),
10566 (Bus, "bus"),
10567 (Car, "car"),
10568 (DeliveryTruck, "delivery-truck"),
10569 (Delivery, "delivery"),
10570 (DroneChargeFull, "drone-charge-full"),
10571 (DroneChargeHalf, "drone-charge-half"),
10572 (DroneChargeLow, "drone-charge-low"),
10573 (DroneCheck, "drone-check"),
10574 (DroneError, "drone-error"),
10575 (DroneLanding, "drone-landing"),
10576 (DroneRefresh, "drone-refresh"),
10577 (DroneTakeOff, "drone-take-off"),
10578 (Drone, "drone"),
10579 (EvChargeAlt, "ev-charge-alt"),
10580 (EvCharge, "ev-charge"),
10581 (EvPlugCharging, "ev-plug-charging"),
10582 (EvPlugError, "ev-plug-error"),
10583 (EvPlug, "ev-plug"),
10584 (EvStation, "ev-station"),
10585 (EvTag, "ev-tag"),
10586 (GasTankDrop, "gas-tank-drop"),
10587 (GasTank, "gas-tank"),
10588 (GreenBus, "green-bus"),
10589 (GreenTruck, "green-truck"),
10590 (GreenVehicle, "green-vehicle"),
10591 (HandBrake, "hand-brake"),
10592 (HotAirBalloon, "hot-air-balloon"),
10593 (Metro, "metro"),
10594 (Motorcycle, "motorcycle"),
10595 (PackageLock, "package-lock"),
10596 (Package, "package"),
10597 (Packages, "packages"),
10598 (Parking, "parking"),
10599 (Train, "train"),
10600 (Tram, "tram"),
10601 (TruckLength, "truck-length"),
10602 (Truck, "truck"),
10603]);
10604make_icon_category!(git, 144, "Git", [
10605 (Bitbucket, "bitbucket"),
10606 (GitBranch, "git-branch"),
10607 (GitCherryPickCommit, "git-cherry-pick-commit"),
10608 (GitCommand, "git-command"),
10609 (GitCommit, "git-commit"),
10610 (GitCompare, "git-compare"),
10611 (GitFork, "git-fork"),
10612 (GitMerge, "git-merge"),
10613 (GitPullRequestClosed, "git-pull-request-closed"),
10614 (GitPullRequest, "git-pull-request"),
10615 (GithubCircle, "github-circle"),
10616 (Github, "github"),
10617 (GitlabFull, "gitlab-full"),
10618 (Repository, "repository"),
10619]);
10620make_icon_category!(docs, 144, "Docs", [
10621 (AddFolder, "add-folder"),
10622 (AddPageAlt, "add-page-alt"),
10623 (AddPage, "add-page"),
10624 (Archive, "archive"),
10625 (Attachment, "attachment"),
10626 (DocSearchAlt, "doc-search-alt"),
10627 (DocSearch, "doc-search"),
10628 (DocStarAlt, "doc-star-alt"),
10629 (DocStar, "doc-star"),
10630 (EmptyPage, "empty-page"),
10631 (FolderAlert, "folder-alert"),
10632 (FolderSettings, "folder-settings"),
10633 (Folder, "folder"),
10634 (GoogleDocs, "google-docs"),
10635 (JournalPage, "journal-page"),
10636 (Journal, "journal"),
10637 (MultiplePagesAdd, "multiple-pages-add"),
10638 (MultiplePagesDelete, "multiple-pages-delete"),
10639 (MultiplePagesEmpty, "multiple-pages-empty"),
10640 (MultiplePagesRemove, "multiple-pages-remove"),
10641 (MultiplePages, "multiple-pages"),
10642 (PageEdit, "page-edit"),
10643 (PageSearch, "page-search"),
10644 (PageStar, "page-star"),
10645 (Page, "page"),
10646 (PrivacyPolicy, "privacy policy"),
10647 (RemoveFolder, "remove-folder"),
10648 (RemovePageAlt, "remove-page-alt"),
10649 (RemovePage, "remove-page"),
10650 (SubmitDocument, "submit-document"),
10651]);
10652make_icon_category!(buildings, 144, "Buildings", [
10653 (Balcony, "balcony"),
10654 (Bathroom, "bathroom"),
10655 (Building, "building"),
10656 (Cellar, "cellar"),
10657 (ChurchAlt, "church-alt"),
10658 (Church, "church"),
10659 (City, "city"),
10660 (Elevator, "elevator"),
10661 (Farm, "farm"),
10662 (Garage, "garage"),
10663 (Hospital, "hospital"),
10664 (HouseRooms, "house-rooms"),
10665 (Industry, "industry"),
10666 (Neighbourhood, "neighbourhood"),
10667 (OilIndustry, "oil-industry"),
10668 (Planimetry, "planimetry"),
10669 (ShopAlt, "shop-alt"),
10670 (Shop, "shop"),
10671 (SmallShopAlt, "small-shop-alt"),
10672 (SmallShop, "small-shop"),
10673 (Tunnel, "tunnel"),
10674]);
10675make_icon_category!(audio, 144, "Audio", [
10676 (MicAdd, "mic-add"),
10677 (MicCheck, "mic-check"),
10678 (MicMute, "mic-mute"),
10679 (MicRemove, "mic-remove"),
10680 (MicSpeaking, "mic-speaking"),
10681 (MicWarning, "mic-warning"),
10682 (Mic, "mic"),
10683 (SoundHigh, "sound-high"),
10684 (SoundLow, "sound-low"),
10685 (SoundMin, "sound-min"),
10686 (SoundOff, "sound-off"),
10687]);
10688make_icon_category!(activities, 144, "Activities", [
10689 (OnestMedal, "1st-medal"),
10690 (Archery, "archery"),
10691 (ArrowArchery, "arrow-archery"),
10692 (BasketballAlt, "basketball-alt"),
10693 (BasketballField, "basketball-field"),
10694 (Basketball, "basketball"),
10695 (BirthdayCake, "birthday-cake"),
10696 (Bonfire, "bonfire"),
10697 (BookStack, "book-stack"),
10698 (Book, "book"),
10699 (BookmarkBook, "bookmark-book"),
10700 (BowlingBall, "bowling-ball"),
10701 (BoxingGlove, "boxing-glove"),
10702 (CinemaOld, "cinema-old"),
10703 (Cycling, "cycling"),
10704 (FavouriteBook, "favourite-book"),
10705 (FireFlame, "fire-flame"),
10706 (Flower, "flower"),
10707 (FootballBall, "football-ball"),
10708 (Football, "football"),
10709 (Golf, "golf"),
10710 (GraphDown, "graph-down"),
10711 (GraphUp, "graph-up"),
10712 (Gym, "gym"),
10713 (Hourglass, "hourglass"),
10714 (LeaderboardStar, "leaderboard-star"),
10715 (Leaderboard, "leaderboard"),
10716 (LockedBook, "locked-book"),
10717 (MathBook, "math-book"),
10718 (Medal, "medal"),
10719 (Movie, "movie"),
10720 (NoSmokingCircle, "no-smoking-circle"),
10721 (NoSmoking, "no-smoking"),
10722 (OpenBook, "open-book"),
10723 (Palette, "palette"),
10724 (PercentageCircle, "percentage-circle"),
10725 (PercentageSquare, "percentage-square"),
10726 (Percentage, "percentage"),
10727 (ReportColumns, "report-columns"),
10728 (Reports, "reports"),
10729 (Rings, "rings"),
10730 (Running, "running"),
10731 (SeaAndSun, "sea-and-sun"),
10732 (SeaWaves, "sea-waves"),
10733 (Skateboard, "skateboard"),
10734 (Skateboarding, "skateboarding"),
10735 (Smoking, "smoking"),
10736 (SoccerBall, "soccer-ball"),
10737 (StatDown, "stat-down"),
10738 (StatUp, "stat-up"),
10739 (StatsDownSquare, "stats-down-square"),
10740 (StatsReport, "stats-report"),
10741 (StatsUpSquare, "stats-up-square"),
10742 (Stretching, "stretching"),
10743 (Swimming, "swimming"),
10744 (TennisBallAlt, "tennis-ball-alt"),
10745 (TennisBall, "tennis-ball"),
10746 (Treadmill, "treadmill"),
10747 (Trekking, "trekking"),
10748 (Trophy, "trophy"),
10749 (Waist, "waist"),
10750 (Walking, "walking"),
10751 (Yoga, "yoga"),
10752]);
10753make_icon_category!(science, 144, "Science", [
10754 (Atom, "atom"),
10755 (BrainElectricity, "brain-electricity"),
10756 (BrainResearch, "brain-research"),
10757 (BrainWarning, "brain-warning"),
10758 (Brain, "brain"),
10759 (Carbon, "carbon"),
10760 (Cooling, "cooling"),
10761 (Depth, "depth"),
10762 (Diameter, "diameter"),
10763 (Dna, "dna"),
10764 (Flask, "flask"),
10765 (Fluorine, "fluorine"),
10766 (GraduationCap, "graduation-cap"),
10767 (Heating, "heating"),
10768 (Hydrogen, "hydrogen"),
10769 (Inclination, "inclination"),
10770 (Infinite, "infinite"),
10771 (MagnetEnergy, "magnet-energy"),
10772 (Magnet, "magnet"),
10773 (Microscope, "microscope"),
10774 (MoonSat, "moon-sat"),
10775 (Nitrogen, "nitrogen"),
10776 (Oxygen, "oxygen"),
10777 (PlanetAlt, "planet-alt"),
10778 (PlanetSat, "planet-sat"),
10779 (Planet, "planet"),
10780 (Radiation, "radiation"),
10781 (Radius, "radius"),
10782 (Rocket, "rocket"),
10783 (RoundFlask, "round-flask"),
10784 (RubikCube, "rubik-cube"),
10785 (SineWave, "sine-wave"),
10786 (SquareWave, "square-wave"),
10787 (TestTube, "test-tube"),
10788 (Vials, "vials"),
10789 (XCoordinate, "x-coordinate"),
10790 (YCoordinate, "y-coordinate"),
10791 (ZCoordinate, "z-coordinate"),
10792]);
10793make_icon_category!(actions, 144, "Actions", [
10794 (AddCircle, "add-circle"),
10795 (AddSquare, "add-square"),
10796 (Cancel, "cancel"),
10797 (CheckCircle, "check-circle"),
10798 (Check, "check"),
10799 (ClipboardCheck, "clipboard-check"),
10800 (DeleteCircle, "delete-circle"),
10801 (DoubleCheck, "double-check"),
10802 (DownloadCircle, "download-circle"),
10803 (DownloadSquare, "download-square"),
10804 (Download, "download"),
10805 (Erase, "erase"),
10806 (EyeAlt, "eye-alt"),
10807 (EyeClose, "eye-close"),
10808 (EyeEmpty, "eye-empty"),
10809 (EyeOff, "eye-off"),
10810 (HelpCircle, "help-circle"),
10811 (HelpSquare, "help-square"),
10812 (InfoEmpty, "info-empty"),
10813 (LineSpace, "line-space"),
10814 (LoadActionFloppy, "load-action-floppy"),
10815 (MenuScale, "menu-scale"),
10816 (Menu, "menu"),
10817 (MinusCircle, "minus-circle"),
10818 (MinusSquare, "minus-square"),
10819 (Minus, "minus"),
10820 (OpenInBrowser, "open-in-browser"),
10821 (OpenInWindow, "open-in-window"),
10822 (OpenNewWindow, "open-new-window"),
10823 (PasteClipboard, "paste-clipboard"),
10824 (Plus, "plus"),
10825 (Prohibition, "prohibition"),
10826 (QuestionMark, "question-mark"),
10827 (RedoAction, "redo-action"),
10828 (RedoCircle, "redo-circle"),
10829 (Redo, "redo"),
10830 (RefreshCircular, "refresh-circular"),
10831 (RefreshDouble, "refresh-double"),
10832 (Refresh, "refresh"),
10833 (RemoveSquare, "remove-square"),
10834 (Restart, "restart"),
10835 (SaveActionFloppy, "save-action-floppy"),
10836 (ShareAndroid, "share-android"),
10837 (ShareIos, "share-ios"),
10838 (Trash, "trash"),
10839 (UndoAction, "undo-action"),
10840 (UndoCircle, "undo-circle"),
10841 (Undo, "undo"),
10842 (UploadSquare, "upload-square"),
10843 (Upload, "upload"),
10844 (WarningCircle, "warning-circle"),
10845 (WarningSquare, "warning-square"),
10846 (WarningTriangle, "warning-triangle"),
10847 (WrapText, "wrap-text"),
10848]);
10849make_icon_category!(home, 144, "Home", [
10850 (AirConditioner, "air-conditioner"),
10851 (BedReady, "bed-ready"),
10852 (Bed, "bed"),
10853 (BoxIso, "box-iso"),
10854 (Box, "box"),
10855 (Closet, "closet"),
10856 (Crib, "crib"),
10857 (Desk, "desk"),
10858 (DimmerSwitch, "dimmer-switch"),
10859 (DirectorChair, "director-chair"),
10860 (Dishwasher, "dishwasher"),
10861 (DomoticIssue, "domotic-issue"),
10862 (Drawer, "drawer"),
10863 (Fridge, "fridge"),
10864 (GoogleHome, "google-home"),
10865 (HomeAltSlimHoriz, "home-alt-slim-horiz"),
10866 (HomeAltSlim, "home-alt-slim"),
10867 (HomeAlt, "home-alt"),
10868 (HomeSale, "home-sale"),
10869 (HomeSecure, "home-secure"),
10870 (HomeShield, "home-shield"),
10871 (HomeSimpleDoor, "home-simple-door"),
10872 (HomeSimple, "home-simple"),
10873 (HomeTable, "home-table"),
10874 (HomeTemperatureIn, "home-temperature-in"),
10875 (HomeTemperatureOut, "home-temperature-out"),
10876 (HomeUser, "home-user"),
10877 (Home, "home"),
10878 (Lamp, "lamp"),
10879 (LightBulbOff, "light-bulb-off"),
10880 (LightBulbOn, "light-bulb-on"),
10881 (LightBulb, "light-bulb"),
10882 (Mirror, "mirror"),
10883 (Pillow, "pillow"),
10884 (RoundedMirror, "rounded-mirror"),
10885 (SleeperChair, "sleeper-chair"),
10886 (SmallLampAlt, "small-lamp-alt"),
10887 (SmallLamp, "small-lamp"),
10888 (Sofa, "sofa"),
10889 (TwoSeaterSofa, "two-seater-sofa"),
10890 (Wash, "wash"),
10891 (WashingMachine, "washing-machine"),
10892]);
10893make_icon_category!(music, 144, "Music", [
10894 (AlbumCarousel, "album-carousel"),
10895 (AlbumList, "album-list"),
10896 (AlbumOpen, "album-open"),
10897 (Album, "album"),
10898 (BackwardOneFiveSeconds, "backward-15-seconds"),
10899 (CompactDisc, "compact-disc"),
10900 (ForwardOneFiveSeconds, "forward-15-seconds"),
10901 (Forward, "forward"),
10902 (HeadsetCharge, "headset-charge"),
10903 (HeadsetIssue, "headset-issue"),
10904 (Headset, "headset"),
10905 (Lullaby, "lullaby"),
10906 (MusicDoubleNoteAdd, "music-double-note-add"),
10907 (MusicDoubleNote, "music-double-note"),
10908 (MusicNoteAdd, "music-note-add"),
10909 (MusicNote, "music-note"),
10910 (Pause, "pause"),
10911 (Play, "play"),
10912 (PlaylistAdd, "playlist-add"),
10913 (PlaylistPlay, "playlist-play"),
10914 (Playlist, "playlist"),
10915 (RepeatOnce, "repeat-once"),
10916 (Repeat, "repeat"),
10917 (Rewind, "rewind"),
10918 (Shuffle, "shuffle"),
10919 (SkipNext, "skip-next"),
10920 (SkipPrev, "skip-prev"),
10921 (Spotify, "spotify"),
10922]);
10923make_icon_category!(finance, 144, "Finance", [
10924 (AppleWallet, "apple-wallet"),
10925 (Bank, "bank"),
10926 (BitcoinCircle, "bitcoin-circle"),
10927 (BitcoinRotateOut, "bitcoin-rotate-out"),
10928 (CandlestickChart, "candlestick-chart"),
10929 (CardIssue, "card-issue"),
10930 (CardLocked, "card-locked"),
10931 (CardReader, "card-reader"),
10932 (CardSecurity, "card-security"),
10933 (CardWallet, "card-wallet"),
10934 (Cash, "cash"),
10935 (Coin, "coin"),
10936 (CoinsSwap, "coins-swap"),
10937 (Coins, "coins"),
10938 (Commodity, "commodity"),
10939 (Contactless, "contactless"),
10940 (CreditCard, "credit-card"),
10941 (CreditCards, "credit-cards"),
10942 (DogecoinCircle, "dogecoin-circle"),
10943 (DogecoinRotateOut, "dogecoin-rotate-out"),
10944 (Dollar, "dollar"),
10945 (EthereumCircle, "ethereum-circle"),
10946 (EthereumRotateOut, "ethereum-rotate-out"),
10947 (EuroSquare, "euro-square"),
10948 (Euro, "euro"),
10949 (HandCard, "hand-card"),
10950 (HandCash, "hand-cash"),
10951 (HandContactless, "hand-contactless"),
10952 (LitecoinCircle, "litecoin-circle"),
10953 (LitecoinRotateOut, "litecoin-rotate-out"),
10954 (LotOfCash, "lot-of-cash"),
10955 (MastercardCard, "mastercard-card"),
10956 (MoneySquare, "money-square"),
10957 (NoCoin, "no-coin"),
10958 (NoCreditCard, "no-credit-card"),
10959 (Paypal, "paypal"),
10960 (PercentRotateOut, "percent-rotate-out"),
10961 (PiggyBank, "piggy-bank"),
10962 (Pound, "pound"),
10963 (ReceiveDollars, "receive-dollars"),
10964 (ReceiveEuros, "receive-euros"),
10965 (ReceivePounds, "receive-pounds"),
10966 (ReceiveYens, "receive-yens"),
10967 (SafeArrowLeft, "safe-arrow-left"),
10968 (SafeArrowRight, "safe-arrow-right"),
10969 (SafeOpen, "safe-open"),
10970 (Safe, "safe"),
10971 (SendDollars, "send-dollars"),
10972 (SendEuros, "send-euros"),
10973 (SendPounds, "send-pounds"),
10974 (SendYens, "send-yens"),
10975 (Wallet, "wallet"),
10976 (YenSquare, "yen-square"),
10977 (Yen, "yen"),
10978]);
10979make_icon_category!(cloud, 144, "Cloud", [
10980 (CloudBookAlt, "cloud-book-alt"),
10981 (CloudCheck, "cloud-check"),
10982 (CloudDesync, "cloud-desync"),
10983 (CloudDownload, "cloud-download"),
10984 (CloudError, "cloud-error"),
10985 (CloudSync, "cloud-sync"),
10986 (CloudUpload, "cloud-upload"),
10987 (GoogleDriveCheck, "google-drive-check"),
10988 (GoogleDriveSync, "google-drive-sync"),
10989 (GoogleDriveWarning, "google-drive-warning"),
10990 (GoogleDrive, "google-drive"),
10991 (GoogleOne, "google-one"),
10992 (SettingsCloud, "settings-cloud"),
10993]);
10994make_icon_category!(organization, 144, "Organization", [
10995 (AreaSearch, "area-search"),
10996 (Binocular, "binocular"),
10997 (BookmarkCircle, "bookmark-circle"),
10998 (BookmarkEmpty, "bookmark-empty"),
10999 (FilterAlt, "filter-alt"),
11000 (Filter, "filter"),
11001 (InputSearch, "input-search"),
11002 (Label, "label"),
11003 (Pin, "pin"),
11004 (RemovePin, "remove-pin"),
11005 (Search, "search"),
11006 (StarDashed, "star-dashed"),
11007 (StarHalfDashed, "star-half-dashed"),
11008 (Star, "star"),
11009 (ThreeStars, "three-stars"),
11010 (ZoomIn, "zoom-in"),
11011 (ZoomOut, "zoom-out"),
11012]);
11013make_icon_category!(weather, 144, "Weather", [
11014 (CloudSunny, "cloud-sunny"),
11015 (Cloud, "cloud"),
11016 (DewPoint, "dew-point"),
11017 (Fog, "fog"),
11018 (HeavyRain, "heavy-rain"),
11019 (Rain, "rain"),
11020 (SnowFlake, "snow-flake"),
11021 (Snow, "snow"),
11022 (SunLight, "sun-light"),
11023 (TemperatureDown, "temperature-down"),
11024 (TemperatureHigh, "temperature-high"),
11025 (TemperatureLow, "temperature-low"),
11026 (TemperatureUp, "temperature-up"),
11027 (Thunderstorm, "thunderstorm"),
11028 (Wind, "wind"),
11029]);
11030make_icon_category!(development, 144, "Development", [
11031 (AppleSwift, "apple-swift"),
11032 (Asana, "asana"),
11033 (CodeBracketsSquare, "code-brackets-square"),
11034 (CodeBrackets, "code-brackets"),
11035 (Code, "code"),
11036 (Codepen, "codepen"),
11037 (CreativeCommons, "creative-commons"),
11038 (CssThree, "css3"),
11039 (DevModeLaptop, "dev-mode-laptop"),
11040 (DevModePhone, "dev-mode-phone"),
11041 (Developer, "developer"),
11042 (ElectronicsChip, "electronics-chip"),
11043 (ElectronicsTransistor, "electronics-transistor"),
11044 (HtmlFive, "html5"),
11045 (Iconoir, "iconoir"),
11046 (KanbanBoard, "kanban-board"),
11047 (NpmSquare, "npm-square"),
11048 (Npm, "npm"),
11049 (Puzzle, "puzzle"),
11050 (Slash, "slash"),
11051 (Trello, "trello"),
11052 (UnityFive, "unity-5"),
11053 (Unity, "unity"),
11054 (VueJs, "vue-js"),
11055]);
11056make_icon_category!(animals, 144, "Animals", [
11057 (Fish, "fish"),
11058 (Jellyfish, "jellyfish"),
11059 (Wolf, "wolf"),
11060]);
11061make_icon_category!(social, 144, "Social", [
11062 (BehanceTag, "behance-tag"),
11063 (Behance, "behance"),
11064 (Discord, "discord"),
11065 (Dribbble, "dribbble"),
11066 (FacebookTag, "facebook-tag"),
11067 (Facebook, "facebook"),
11068 (GoogleCircle, "google-circle"),
11069 (Google, "google"),
11070 (Instagram, "instagram"),
11071 (Linkedin, "linkedin"),
11072 (Medium, "medium"),
11073 (Pinterest, "pinterest"),
11074 (Pocket, "pocket"),
11075 (RssFeedTag, "rss-feed-tag"),
11076 (RssFeed, "rss-feed"),
11077 (Snapchat, "snapchat"),
11078 (Stackoverflow, "stackoverflow"),
11079 (TelegramCircle, "telegram-circle"),
11080 (Telegram, "telegram"),
11081 (ThumbsDown, "thumbs-down"),
11082 (ThumbsUp, "thumbs-up"),
11083 (Tiktok, "tiktok"),
11084 (TwitterVerifiedBadge, "twitter-verified-badge"),
11085 (Twitter, "twitter"),
11086 (VerifiedBadge, "verified-badge"),
11087 (Yelp, "yelp"),
11088 (Youtube, "youtube"),
11089]);
11090make_icon_category!(layout, 144, "Layout", [
11091 (TwoxTwoCell, "2x2-cell"),
11092 (CornerBottomLeft, "corner-bottom-left"),
11093 (CornerBottomRight, "corner-bottom-right"),
11094 (CornerTopLeft, "corner-top-left"),
11095 (CornerTopRight, "corner-top-right"),
11096 (GridAdd, "grid-add"),
11097 (GridMinus, "grid-minus"),
11098 (GridRemove, "grid-remove"),
11099 (LayoutLeft, "layout-left"),
11100 (LayoutRight, "layout-right"),
11101 (TableTwoColumns, "table-2-columns"),
11102 (TableRows, "table-rows"),
11103 (Table, "table"),
11104 (ViewColumnsTwo, "view-columns-2"),
11105 (ViewColumnsThree, "view-columns-3"),
11106 (ViewGrid, "view-grid"),
11107 (ViewStructureDown, "view-structure-down"),
11108 (ViewStructureUp, "view-structure-up"),
11109]);
11110make_icon_category!(clothing, 144, "Clothing", [
11111 (Bag, "bag"),
11112 (BeachBagBig, "beach-bag-big"),
11113 (BeachBag, "beach-bag"),
11114 (Glasses, "glasses"),
11115 (Handbag, "handbag"),
11116 (Hat, "hat"),
11117 (HerSlips, "her-slips"),
11118 (LargeSuitcase, "large-suitcase"),
11119 (PantsAlt, "pants-alt"),
11120 (Pants, "pants"),
11121 (Sandals, "sandals"),
11122 (Scarf, "scarf"),
11123 (ShortPantsAlt, "short-pants-alt"),
11124 (ShortPants, "short-pants"),
11125 (TShirt, "t-shirt"),
11126 (UmbrellaFull, "umbrella-full"),
11127 (WomenTShirt, "women-t-shirt"),
11128]);
11129make_icon_category!(nature, 144, "Nature", [
11130 (AfricanTree, "african-tree"),
11131 (CleanWater, "clean-water"),
11132 (EcologyBook, "ecology-book"),
11133 (Leaf, "leaf"),
11134 (OrganicFoodSquare, "organic-food-square"),
11135 (OrganicFood, "organic-food"),
11136 (PineTree, "pine-tree"),
11137 (SoilAlt, "soil-alt"),
11138 (Soil, "soil"),
11139 (Tree, "tree"),
11140 (VeganCircle, "vegan-circle"),
11141 (VeganSquare, "vegan-square"),
11142 (Vegan, "vegan"),
11143 (WateringSoil, "watering-soil"),
11144]);
11145make_icon_category!(three_d_editor, 144, "3D Editor", [
11146 (ThreedAddHole, "3d-add-hole"),
11147 (ThreedArcCenterPt, "3d-arc-center-pt"),
11148 (ThreedArc, "3d-arc"),
11149 (ThreedBridge, "3d-bridge"),
11150 (ThreedCenterBox, "3d-center-box"),
11151 (ThreedDraftFace, "3d-draft-face"),
11152 (ThreedEllipseThreePts, "3d-ellipse-three-pts"),
11153 (ThreedEllipse, "3d-ellipse"),
11154 (ThreedPtBox, "3d-pt-box"),
11155 (ThreedRectCornerToCorner, "3d-rect-corner-to-corner"),
11156 (ThreedRectFromCenter, "3d-rect-from-center"),
11157 (ThreedRectThreePts, "3d-rect-three-pts"),
11158 (ThreedSelectEdge, "3d-select-edge"),
11159 (ThreedSelectFace, "3d-select-face"),
11160 (ThreedSelectPoint, "3d-select-point"),
11161 (ThreedSelectSolid, "3d-select-solid"),
11162 (ThreedThreePtsBox, "3d-three-pts-box"),
11163 (BridgeSurface, "bridge-surface"),
11164 (ConstrainedSurface, "constrained-surface"),
11165 (CubeReplaceFace, "cube-replace-face"),
11166 (CurveArray, "curve-array"),
11167 (CutSolidWithCurve, "cut-solid-with-curve"),
11168 (Cylinder, "cylinder"),
11169 (Extrude, "extrude"),
11170 (FilletThreed, "fillet-3d"),
11171 (LoftThreed, "loft-3d"),
11172 (OnePointCircle, "one-point-circle"),
11173 (OrthogonalView, "orthogonal-view"),
11174 (PatchHolesThreed, "patch-holes-3d"),
11175 (PerspectiveView, "perspective-view"),
11176 (PipeThreed, "pipe-3d"),
11177 (ProjectCurveThreed, "project-curve-3d"),
11178 (SigmaFunction, "sigma-function"),
11179 (Sphere, "sphere"),
11180 (Spiral, "spiral"),
11181 (SweepThreed, "sweep-3d"),
11182 (ThreePointsCircle, "three-points-circle"),
11183 (TwoPointsCircle, "two-points-circle"),
11184 (UnjoinThreed, "unjoin-3d"),
11185 (XrayView, "xray-view"),
11186]);
11187make_icon_category!(no_category, 144, "NoCategory", [
11188 (ChatBubbleCheckOne, "chat-bubble-check-1"),
11189 (DbStar, "db-star"),
11190 (Fishing, "fishing"),
11191 (LongArrowRightUpOne, "long-arrow-right-up-1"),
11192 (MinusOne, "minus-1"),
11193]);
11194make_icon_category!(shopping, 144, "Shopping", [
11195 (AddToCart, "add-to-cart"),
11196 (ArrowsUpFromLine, "arrows-up-from-line"),
11197 (Barcode, "barcode"),
11198 (CartAlt, "cart-alt"),
11199 (Cart, "cart"),
11200 (ClockRotateRight, "clock-rotate-right"),
11201 (Consumable, "consumable"),
11202 (GlassFragile, "glass-fragile"),
11203 (RemoveFromCart, "remove-from-cart"),
11204 (ScanBarcode, "scan-barcode"),
11205 (ShoppingBagAdd, "shopping-bag-add"),
11206 (ShoppingBagAlt, "shopping-bag-alt"),
11207 (ShoppingBagArrowDown, "shopping-bag-arrow-down"),
11208 (ShoppingBagArrowUp, "shopping-bag-arrow-up"),
11209 (ShoppingBagCheck, "shopping-bag-check"),
11210 (ShoppingBagIssue, "shopping-bag-issue"),
11211 (ShoppingBagRemove, "shopping-bag-remove"),
11212 (ShoppingBag, "shopping-bag"),
11213 (ShoppingCodeCheck, "shopping-code-check"),
11214 (ShoppingCodeError, "shopping-code-error"),
11215 (ShoppingCode, "shopping-code"),
11216 (SimpleCart, "simple-cart"),
11217 (UserBag, "user-bag"),
11218 (UserCart, "user-cart"),
11219]);
11220make_icon_category!(business, 144, "Business", [
11221 (Agile, "agile"),
11222 (HighPriority, "high-priority"),
11223 (MediumPriority, "medium-priority"),
11224 (Okrs, "okrs"),
11225 (Presentation, "presentation"),
11226 (PriorityDown, "priority-down"),
11227 (PriorityUp, "priority-up"),
11228 (Strategy, "strategy"),
11229]);
11230make_icon_category!(emojis, 144, "Emojis", [
11231 (EmojiBall, "emoji-ball"),
11232 (EmojiBlinkLeft, "emoji-blink-left"),
11233 (EmojiBlinkRight, "emoji-blink-right"),
11234 (EmojiLookDown, "emoji-look-down"),
11235 (EmojiLookLeft, "emoji-look-left"),
11236 (EmojiLookRight, "emoji-look-right"),
11237 (EmojiLookUp, "emoji-look-up"),
11238 (EmojiPuzzled, "emoji-puzzled"),
11239 (EmojiQuite, "emoji-quite"),
11240 (EmojiReally, "emoji-really"),
11241 (EmojiSad, "emoji-sad"),
11242 (EmojiSatisfied, "emoji-satisfied"),
11243 (EmojiSingLeftNote, "emoji-sing-left-note"),
11244 (EmojiSingLeft, "emoji-sing-left"),
11245 (EmojiSingRightNote, "emoji-sing-right-note"),
11246 (EmojiSingRight, "emoji-sing-right"),
11247 (EmojiSurpriseAlt, "emoji-surprise-alt"),
11248 (EmojiSurprise, "emoji-surprise"),
11249 (EmojiTalkingAngry, "emoji-talking-angry"),
11250 (EmojiTalkingHappy, "emoji-talking-happy"),
11251 (EmojiThinkLeft, "emoji-think-left"),
11252 (EmojiThinkRight, "emoji-think-right"),
11253 (Emoji, "emoji"),
11254]);
11255make_icon_category!(other, 144, "Other", [
11256 (Activity, "activity"),
11257 (AddSelection, "add-selection"),
11258 (Alarm, "alarm"),
11259 (BatteryIndicator, "battery-indicator"),
11260 (Clock, "clock"),
11261 (Compress, "compress"),
11262 (Copyright, "copyright"),
11263 (DashFlag, "dash-flag"),
11264 (DeCompress, "de-compress"),
11265 (Dialpad, "dialpad"),
11266 (DivideSelectionOne, "divide-selection-1"),
11267 (DivideSelectionTwo, "divide-selection-2"),
11268 (FileNotFound, "file-not-found"),
11269 (Gas, "gas"),
11270 (Gift, "gift"),
11271 (HalfMoon, "half-moon"),
11272 (Import, "import"),
11273 (Language, "language"),
11274 (Lifebelt, "lifebelt"),
11275 (Link, "link"),
11276 (Maximize, "maximize"),
11277 (NoLink, "no-link"),
11278 (Notes, "notes"),
11279 (PageFlip, "page-flip"),
11280 (QrCode, "qr-code"),
11281 (RemoveLink, "remove-link"),
11282 (RemoveSelection, "remove-selection"),
11283 (ScanQrCode, "scan-qr-code"),
11284 (Selection, "selection"),
11285 (Soap, "soap"),
11286 (Spark, "spark"),
11287 (Sparks, "sparks"),
11288 (TimerOff, "timer-off"),
11289 (Timer, "timer"),
11290 (Trademark, "trademark"),
11291 (Translate, "translate"),
11292 (TriangleFlagCircle, "triangle-flag-circle"),
11293 (TriangleFlagTwoStripes, "triangle-flag-two-stripes"),
11294 (TriangleFlag, "triangle-flag"),
11295 (WhiteFlag, "white-flag"),
11296]);
11297make_icon_category!(health, 144, "Health", [
11298 (Donate, "donate"),
11299 (Female, "female"),
11300 (HealthShield, "health-shield"),
11301 (Healthcare, "healthcare"),
11302 (Heart, "heart"),
11303 (HomeHospital, "home-hospital"),
11304 (HospitalSign, "hospital-sign"),
11305 (Male, "male"),
11306 (NonBinary, "non-binary"),
11307 (PharmacyCrossCircle, "pharmacy-cross-circle"),
11308 (PharmacyCrossSquare, "pharmacy-cross-square"),
11309 (Stroller, "stroller"),
11310 (WeightAlt, "weight-alt"),
11311 (Weight, "weight"),
11312]);
11313make_icon_category!(tools, 144, "Tools", [
11314 (AngleTool, "angle-tool"),
11315 (Hammer, "hammer"),
11316 (Tools, "tools"),
11317 (Wrench, "wrench"),
11318]);
11319make_icon_category!(design_tools, 144, "Design Tools", [
11320 (AddFrame, "add-frame"),
11321 (AddLens, "add-lens"),
11322 (AdobeAfterEffects, "adobe-after-effects"),
11323 (AdobeIllustrator, "adobe-illustrator"),
11324 (AdobeIndesign, "adobe-indesign"),
11325 (AdobeLightroom, "adobe-lightroom"),
11326 (AdobePhotoshop, "adobe-photoshop"),
11327 (AdobeXd, "adobe-xd"),
11328 (AlignBottomBox, "align-bottom-box"),
11329 (AlignLeftBox, "align-left-box"),
11330 (AlignRightBox, "align-right-box"),
11331 (AlignTopBox, "align-top-box"),
11332 (Axes, "axes"),
11333 (BorderBl, "border-bl"),
11334 (BorderBottom, "border-bottom"),
11335 (BorderBr, "border-br"),
11336 (BorderInner, "border-inner"),
11337 (BorderLeft, "border-left"),
11338 (BorderOut, "border-out"),
11339 (BorderRight, "border-right"),
11340 (BorderTl, "border-tl"),
11341 (BorderTop, "border-top"),
11342 (BorderTr, "border-tr"),
11343 (CenterAlign, "center-align"),
11344 (CollageFrame, "collage-frame"),
11345 (ColorFilter, "color-filter"),
11346 (ColorPickerEmpty, "color-picker-empty"),
11347 (ColorPicker, "color-picker"),
11348 (ColorWheel, "color-wheel"),
11349 (Combine, "combine"),
11350 (CompAlignBottom, "comp-align-bottom"),
11351 (CompAlignLeft, "comp-align-left"),
11352 (CompAlignRight, "comp-align-right"),
11353 (CompAlignTop, "comp-align-top"),
11354 (Component, "component"),
11355 (Copy, "copy"),
11356 (CropRotateBl, "crop-rotate-bl"),
11357 (CropRotateBr, "crop-rotate-br"),
11358 (CropRotateTl, "crop-rotate-tl"),
11359 (CropRotateTr, "crop-rotate-tr"),
11360 (Crop, "crop"),
11361 (CutAlt, "cut-alt"),
11362 (Cut, "cut"),
11363 (DesignNib, "design-nib"),
11364 (DesignPencil, "design-pencil"),
11365 (DropletHalf, "droplet-half"),
11366 (Droplet, "droplet"),
11367 (Exclude, "exclude"),
11368 (Figma, "figma"),
11369 (FillColor, "fill-color"),
11370 (FlipReverse, "flip-reverse"),
11371 (Flip, "flip"),
11372 (FrameAltEmpty, "frame-alt-empty"),
11373 (FrameAlt, "frame-alt"),
11374 (FrameSelect, "frame-select"),
11375 (FrameSimple, "frame-simple"),
11376 (FrameTool, "frame-tool"),
11377 (Frame, "frame"),
11378 (HorizDistributionLeft, "horiz-distribution-left"),
11379 (HorizDistributionRight, "horiz-distribution-right"),
11380 (IntersectAlt, "intersect-alt"),
11381 (Intersect, "intersect"),
11382 (Lens, "lens"),
11383 (MagicWand, "magic-wand"),
11384 (MaskSquare, "mask-square"),
11385 (MoveRuler, "move-ruler"),
11386 (PositionAlign, "position-align"),
11387 (PrecisionTool, "precision-tool"),
11388 (RemoveFrame, "remove-frame"),
11389 (RulerAdd, "ruler-add"),
11390 (RulerCombine, "ruler-combine"),
11391 (RulerRemove, "ruler-remove"),
11392 (Ruler, "ruler"),
11393 (ScaleFrameEnlarge, "scale-frame-enlarge"),
11394 (ScaleFrameReduce, "scale-frame-reduce"),
11395 (SelectiveTool, "selective-tool"),
11396 (StyleBorder, "style-border"),
11397 (Substract, "substract"),
11398 (UnionAlt, "union-alt"),
11399 (UnionHorizAlt, "union-horiz-alt"),
11400 (Union, "union"),
11401]);
11402make_icon_category!(system, 144, "System", [
11403 (AccessibilitySign, "accessibility-sign"),
11404 (AccessibilityTech, "accessibility-tech"),
11405 (Accessibility, "accessibility"),
11406 (AppWindow, "app-window"),
11407 (AppleMac, "apple-mac"),
11408 (AppleShortcuts, "apple-shortcuts"),
11409 (BatteryTwoFive, "battery-25"),
11410 (BatteryFiveZero, "battery-50"),
11411 (BatterySevenFive, "battery-75"),
11412 (BatteryCharging, "battery-charging"),
11413 (BatteryEmpty, "battery-empty"),
11414 (BatteryFull, "battery-full"),
11415 (BatteryWarning, "battery-warning"),
11416 (BinAdd, "bin-add"),
11417 (BinFull, "bin-full"),
11418 (BinHalf, "bin-half"),
11419 (BinMinus, "bin-minus"),
11420 (Bin, "bin"),
11421 (BrightnessWindow, "brightness-window"),
11422 (Brightness, "brightness"),
11423 (Calculator, "calculator"),
11424 (CalendarMinus, "calendar-minus"),
11425 (CalendarPlus, "calendar-plus"),
11426 (Calendar, "calendar"),
11427 (CheckWindow, "check-window"),
11428 (ControlSlider, "control-slider"),
11429 (Cookie, "cookie"),
11430 (CpuWarning, "cpu-warning"),
11431 (Cpu, "cpu"),
11432 (CursorPointer, "cursor-pointer"),
11433 (DashboardDots, "dashboard-dots"),
11434 (DashboardSpeed, "dashboard-speed"),
11435 (Dashboard, "dashboard"),
11436 (DownloadDataWindow, "download-data-window"),
11437 (Eject, "eject"),
11438 (EnergyUsageWindow, "energy-usage-window"),
11439 (ErrorWindow, "error-window"),
11440 (FavouriteWindow, "favourite-window"),
11441 (Finder, "finder"),
11442 (FingerprintWindow, "fingerprint-window"),
11443 (HalfCookie, "half-cookie"),
11444 (HeartArrowDown, "heart-arrow-down"),
11445 (InputField, "input-field"),
11446 (InputOutput, "input-output"),
11447 (IosSettings, "ios-settings"),
11448 (KeyCommand, "key-command"),
11449 (Linux, "linux"),
11450 (LockKey, "lock-key"),
11451 (LockedWindow, "locked-window"),
11452 (LogDenied, "log-denied"),
11453 (LogIn, "log-in"),
11454 (LogOut, "log-out"),
11455 (MacControlKey, "mac-control-key"),
11456 (MacDock, "mac-dock"),
11457 (MacOptionKey, "mac-option-key"),
11458 (MacOsWindow, "mac-os-window"),
11459 (MouseButtonLeft, "mouse-button-left"),
11460 (MouseButtonRight, "mouse-button-right"),
11461 (MouseScrollWheel, "mouse-scroll-wheel"),
11462 (MultiMacOsWindow, "multi-mac-os-window"),
11463 (MultiWindow, "multi-window"),
11464 (NewTab, "new-tab"),
11465 (NoAccessWindow, "no-access-window"),
11466 (NoBattery, "no-battery"),
11467 (OffTag, "off-tag"),
11468 (OnTag, "on-tag"),
11469 (PauseWindow, "pause-window"),
11470 (PcMouse, "pc-mouse"),
11471 (ReloadWindow, "reload-window"),
11472 (Safari, "safari"),
11473 (SearchEngine, "search-engine"),
11474 (SearchWindow, "search-window"),
11475 (SecureWindow, "secure-window"),
11476 (SelectWindow, "select-window"),
11477 (SettingsProfiles, "settings-profiles"),
11478 (Settings, "settings"),
11479 (SquareCursor, "square-cursor"),
11480 (SwitchOff, "switch-off"),
11481 (SwitchOn, "switch-on"),
11482 (SystemRestart, "system-restart"),
11483 (SystemShut, "system-shut"),
11484 (TerminalTag, "terminal-tag"),
11485 (Terminal, "terminal"),
11486 (Type, "type"),
11487 (UploadDataWindow, "upload-data-window"),
11488 (WarningWindow, "warning-window"),
11489 (WebWindowClose, "web-window-close"),
11490 (WebWindowEnergyConsumption, "web-window-energy-consumption"),
11491 (WebWindow, "web-window"),
11492 (Windows, "windows"),
11493]);
11494make_icon_category!(connectivity, 144, "Connectivity", [
11495 (Airplay, "airplay"),
11496 (AntennaOff, "antenna-off"),
11497 (AntennaSignalTag, "antenna-signal-tag"),
11498 (AntennaSignal, "antenna-signal"),
11499 (Antenna, "antenna"),
11500 (BluetoothTag, "bluetooth-tag"),
11501 (Bluetooth, "bluetooth"),
11502 (CableTag, "cable-tag"),
11503 (DataTransferBoth, "data-transfer-both"),
11504 (DataTransferCheck, "data-transfer-check"),
11505 (DataTransferDown, "data-transfer-down"),
11506 (DataTransferUp, "data-transfer-up"),
11507 (DataTransferWarning, "data-transfer-warning"),
11508 (NetworkAlt, "network-alt"),
11509 (NetworkLeft, "network-left"),
11510 (NetworkRight, "network-right"),
11511 (Network, "network"),
11512 (PlugTypeA, "plug-type-a"),
11513 (PlugTypeC, "plug-type-c"),
11514 (PlugTypeG, "plug-type-g"),
11515 (PlugTypeL, "plug-type-l"),
11516 (PrivateWifi, "private-wifi"),
11517 (ServerConnection, "server-connection"),
11518 (Server, "server"),
11519 (Usb, "usb"),
11520 (WifiError, "wifi-error"),
11521 (WifiIssue, "wifi-issue"),
11522 (WifiOff, "wifi-off"),
11523 (WifiSignalNone, "wifi-signal-none"),
11524 (WifiTag, "wifi-tag"),
11525 (Wifi, "wifi"),
11526]);
11527make_icon_category!(photos_and_videos, 144, "Photos and Videos", [
11528 (AddMediaImage, "add-media-image"),
11529 (AddMediaVideo, "add-media-video"),
11530 (AutoFlash, "auto-flash"),
11531 (AviFormat, "avi-format"),
11532 (Camera, "camera"),
11533 (ClosedCaptions, "closed-captions"),
11534 (Collapse, "collapse"),
11535 (Enlarge, "enlarge"),
11536 (Expand, "expand"),
11537 (FlashOff, "flash-off"),
11538 (Flash, "flash"),
11539 (FxTag, "fx-tag"),
11540 (Fx, "fx"),
11541 (GifFormat, "gif-format"),
11542 (HdDisplay, "hd-display"),
11543 (Hd, "hd"),
11544 (Hdr, "hdr"),
11545 (JpegFormat, "jpeg-format"),
11546 (JpgFormat, "jpg-format"),
11547 (MediaImageFolder, "media-image-folder"),
11548 (MediaImageList, "media-image-list"),
11549 (MediaImage, "media-image"),
11550 (MediaVideoFolder, "media-video-folder"),
11551 (MediaVideoList, "media-video-list"),
11552 (MediaVideo, "media-video"),
11553 (MpegFormat, "mpeg-format"),
11554 (PanoramaEnlarge, "panorama-enlarge"),
11555 (PanoramaReduce, "panorama-reduce"),
11556 (PngFormat, "png-format"),
11557 (RawFormat, "raw-format"),
11558 (Reduce, "reduce"),
11559 (RemoveMediaImage, "remove-media-image"),
11560 (RemoveMediaVideo, "remove-media-video"),
11561 (RotateCameraLeft, "rotate-camera-left"),
11562 (RotateCameraRight, "rotate-camera-right"),
11563 (Screenshot, "screenshot"),
11564 (SvgFormat, "svg-format"),
11565 (TifFormat, "tif-format"),
11566 (TiffFormat, "tiff-format"),
11567 (VideoCameraOff, "video-camera-off"),
11568 (VideoCamera, "video-camera"),
11569 (WebpFormat, "webp-format"),
11570]);
11571make_icon_category!(editor, 144, "Editor", [
11572 (AlignCenter, "align-center"),
11573 (AlignJustify, "align-justify"),
11574 (AlignLeft, "align-left"),
11575 (AlignRight, "align-right"),
11576 (BoldSquare, "bold-square"),
11577 (Bold, "bold"),
11578 (CompressLines, "compress-lines"),
11579 (EditPencil, "edit-pencil"),
11580 (Edit, "edit"),
11581 (ExpandLines, "expand-lines"),
11582 (FontSize, "font-size"),
11583 (ItalicSquare, "italic-square"),
11584 (Italic, "italic"),
11585 (ListSelect, "list-select"),
11586 (List, "list"),
11587 (MissingFont, "missing-font"),
11588 (NumberedListLeft, "numbered-list-left"),
11589 (NumberedListRight, "numbered-list-right"),
11590 (ScissorAlt, "scissor-alt"),
11591 (Scissor, "scissor"),
11592 (SearchFont, "search-font"),
11593 (SortDown, "sort-down"),
11594 (SortUp, "sort-up"),
11595 (Sort, "sort"),
11596 (Strikethrough, "strikethrough"),
11597 (TaskList, "task-list"),
11598 (TextAlt, "text-alt"),
11599 (TextBox, "text-box"),
11600 (TextSize, "text-size"),
11601 (Text, "text"),
11602 (UnderlineSquare, "underline-square"),
11603 (Underline, "underline"),
11604]);
11605make_icon_category!(shapes, 144, "Shapes", [
11606 (AddHexagon, "add-hexagon"),
11607 (Circle, "circle"),
11608 (Flare, "flare"),
11609 (Heptagon, "heptagon"),
11610 (HexagonAlt, "hexagon-alt"),
11611 (Hexagon, "hexagon"),
11612 (MinusHexagon, "minus-hexagon"),
11613 (Octagon, "octagon"),
11614 (Pentagon, "pentagon"),
11615 (Rhombus, "rhombus"),
11616 (Square, "square"),
11617 (Triangle, "triangle"),
11618]);
11619}
11621