mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Merge pull request #1393 from kalilistic/patch-2
chore: remove remaining obsolete icons
This commit is contained in:
commit
c36b807f64
1 changed files with 10 additions and 52 deletions
|
|
@ -1,7 +1,7 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Generated by Dalamud.FASharpGen - don't modify this file directly.
|
||||
// Font-Awesome Version: 6.3.0
|
||||
// Font-Awesome Version: 6.4.2
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
|
|
@ -19,12 +19,6 @@ public enum FontAwesomeIcon
|
|||
/// </summary>
|
||||
None = 0,
|
||||
|
||||
/// <summary>
|
||||
/// The Font Awesome "acquisitionsincorporated" icon unicode character.
|
||||
/// </summary>
|
||||
[Obsolete]
|
||||
AcquisitionsIncorporated = 0xF6AF,
|
||||
|
||||
/// <summary>
|
||||
/// The Font Awesome "rectangle-ad" icon unicode character.
|
||||
/// </summary>
|
||||
|
|
@ -43,7 +37,7 @@ public enum FontAwesomeIcon
|
|||
/// The Font Awesome "address-card" icon unicode character.
|
||||
/// </summary>
|
||||
[FontAwesomeSearchTerms(new[] { "address card", "about", "contact", "id", "identification", "postcard", "profile", "registration" })]
|
||||
[FontAwesomeCategoriesAttribute(new[] { "Business", "Communication", "Users + People" })]
|
||||
[FontAwesomeCategoriesAttribute(new[] { "Accessibility", "Alphabet", "Business", "Communication", "Users + People" })]
|
||||
AddressCard = 0xF2BB,
|
||||
|
||||
/// <summary>
|
||||
|
|
@ -53,12 +47,6 @@ public enum FontAwesomeIcon
|
|||
[FontAwesomeCategoriesAttribute(new[] { "Charts + Diagrams", "Design", "Editing", "Photos + Images", "Shapes" })]
|
||||
Adjust = 0xF042,
|
||||
|
||||
/// <summary>
|
||||
/// The Font Awesome "adobe" icon unicode character.
|
||||
/// </summary>
|
||||
[Obsolete]
|
||||
Adobe = 0xF778,
|
||||
|
||||
/// <summary>
|
||||
/// The Font Awesome "spray-can-sparkles" icon unicode character.
|
||||
/// </summary>
|
||||
|
|
@ -884,7 +872,7 @@ public enum FontAwesomeIcon
|
|||
/// The Font Awesome "binoculars" icon unicode character.
|
||||
/// </summary>
|
||||
[FontAwesomeSearchTerms(new[] { "binoculars", "glasses", "magnify", "scenic", "spyglass", "view" })]
|
||||
[FontAwesomeCategoriesAttribute(new[] { "Camping", "Maps", "Nature" })]
|
||||
[FontAwesomeCategoriesAttribute(new[] { "Astronomy", "Camping", "Maps", "Nature" })]
|
||||
Binoculars = 0xF1E5,
|
||||
|
||||
/// <summary>
|
||||
|
|
@ -1359,7 +1347,7 @@ public enum FontAwesomeIcon
|
|||
/// <summary>
|
||||
/// The Font Awesome "bullseye" icon unicode character.
|
||||
/// </summary>
|
||||
[FontAwesomeSearchTerms(new[] { "bullseye", "archery", "goal", "objective", "target" })]
|
||||
[FontAwesomeSearchTerms(new[] { "bullseye", "archery", "goal", "objective", "strategy", "target" })]
|
||||
[FontAwesomeCategoriesAttribute(new[] { "Business", "Marketing", "Toggle" })]
|
||||
Bullseye = 0xF140,
|
||||
|
||||
|
|
@ -2202,7 +2190,7 @@ public enum FontAwesomeIcon
|
|||
/// The Font Awesome "gear" icon unicode character.
|
||||
/// </summary>
|
||||
[FontAwesomeSearchTerms(new[] { "cog", "cogwheel", "gear", "mechanical", "settings", "sprocket", "tool", "wheel" })]
|
||||
[FontAwesomeCategoriesAttribute(new[] { "Spinners" })]
|
||||
[FontAwesomeCategoriesAttribute(new[] { "Coding", "Editing", "Spinners" })]
|
||||
Cog = 0xF013,
|
||||
|
||||
/// <summary>
|
||||
|
|
@ -3423,14 +3411,14 @@ public enum FontAwesomeIcon
|
|||
/// <summary>
|
||||
/// The Font Awesome "flask" icon unicode character.
|
||||
/// </summary>
|
||||
[FontAwesomeSearchTerms(new[] { "flask", "beaker", "experimental", "labs", "science" })]
|
||||
[FontAwesomeSearchTerms(new[] { "flask", "beaker", "chemicals", "experiment", "experimental", "labs", "liquid", "potion", "science", "vial" })]
|
||||
[FontAwesomeCategoriesAttribute(new[] { "Food + Beverage", "Maps", "Medical + Health", "Science" })]
|
||||
Flask = 0xF0C3,
|
||||
|
||||
/// <summary>
|
||||
/// The Font Awesome "flask-vial" icon unicode character.
|
||||
/// </summary>
|
||||
[FontAwesomeSearchTerms(new[] { "flask vial", "ampule", "chemistry", "lab", "laboratory", "test", "test tube" })]
|
||||
[FontAwesomeSearchTerms(new[] { "flask vial", " beaker", " chemicals", " experiment", " experimental", " labs", " liquid", " science", " vial", "ampule", "chemistry", "lab", "laboratory", "potion", "test", "test tube" })]
|
||||
[FontAwesomeCategoriesAttribute(new[] { "Humanitarian", "Medical + Health", "Science" })]
|
||||
FlaskVial = 0xE4F3,
|
||||
|
||||
|
|
@ -5088,7 +5076,7 @@ public enum FontAwesomeIcon
|
|||
/// <summary>
|
||||
/// The Font Awesome "lightbulb" icon unicode character.
|
||||
/// </summary>
|
||||
[FontAwesomeSearchTerms(new[] { "lightbulb", "bulb", "comic", "electric", "energy", "idea", "inspiration", "light", "light bulb" })]
|
||||
[FontAwesomeSearchTerms(new[] { "lightbulb", " comic", " electric", " idea", " innovation", " inspiration", " light", " light bulb", " bulb", "bulb", "comic", "electric", "energy", "idea", "inspiration", "mechanical" })]
|
||||
[FontAwesomeCategoriesAttribute(new[] { "Energy", "Household", "Maps", "Marketing" })]
|
||||
Lightbulb = 0xF0EB,
|
||||
|
||||
|
|
@ -5270,7 +5258,7 @@ public enum FontAwesomeIcon
|
|||
/// <summary>
|
||||
/// The Font Awesome "magnifying-glass-chart" icon unicode character.
|
||||
/// </summary>
|
||||
[FontAwesomeSearchTerms(new[] { "magnifying glass chart", "analysis", "chart" })]
|
||||
[FontAwesomeSearchTerms(new[] { "magnifying glass chart", " data", " graph", " intelligence", "analysis", "chart", "market" })]
|
||||
[FontAwesomeCategoriesAttribute(new[] { "Business", "Humanitarian", "Marketing" })]
|
||||
MagnifyingGlassChart = 0xE522,
|
||||
|
||||
|
|
@ -5484,12 +5472,6 @@ public enum FontAwesomeIcon
|
|||
[FontAwesomeCategoriesAttribute(new[] { "Astronomy", "Weather" })]
|
||||
Meteor = 0xF753,
|
||||
|
||||
/// <summary>
|
||||
/// The Font Awesome "microblog" icon unicode character.
|
||||
/// </summary>
|
||||
[Obsolete]
|
||||
Microblog = 0xF91A,
|
||||
|
||||
/// <summary>
|
||||
/// The Font Awesome "microchip" icon unicode character.
|
||||
/// </summary>
|
||||
|
|
@ -5676,7 +5658,7 @@ public enum FontAwesomeIcon
|
|||
/// The Font Awesome "monument" icon unicode character.
|
||||
/// </summary>
|
||||
[FontAwesomeSearchTerms(new[] { "monument", "building", "historic", "landmark", "memorable" })]
|
||||
[FontAwesomeCategoriesAttribute(new[] { "Buildings", "Travel + Hotel" })]
|
||||
[FontAwesomeCategoriesAttribute(new[] { "Buildings", "Maps", "Travel + Hotel" })]
|
||||
Monument = 0xF5A6,
|
||||
|
||||
/// <summary>
|
||||
|
|
@ -6043,12 +6025,6 @@ public enum FontAwesomeIcon
|
|||
[FontAwesomeCategoriesAttribute(new[] { "Business", "Design", "Editing" })]
|
||||
PenNib = 0xF5AD,
|
||||
|
||||
/// <summary>
|
||||
/// The Font Awesome "pennyarcade" icon unicode character.
|
||||
/// </summary>
|
||||
[Obsolete]
|
||||
PennyArcade = 0xF704,
|
||||
|
||||
/// <summary>
|
||||
/// The Font Awesome "square-pen" icon unicode character.
|
||||
/// </summary>
|
||||
|
|
@ -6415,12 +6391,6 @@ public enum FontAwesomeIcon
|
|||
[FontAwesomeCategoriesAttribute(new[] { "Files", "Film + Video", "Photos + Images", "Social" })]
|
||||
PhotoVideo = 0xF87C,
|
||||
|
||||
/// <summary>
|
||||
/// The Font Awesome "piedpipersquare" icon unicode character.
|
||||
/// </summary>
|
||||
[Obsolete]
|
||||
PiedPiperSquare = 0xF91E,
|
||||
|
||||
/// <summary>
|
||||
/// The Font Awesome "piggy-bank" icon unicode character.
|
||||
/// </summary>
|
||||
|
|
@ -8720,12 +8690,6 @@ public enum FontAwesomeIcon
|
|||
[FontAwesomeCategoriesAttribute(new[] { "Buildings", "Humanitarian", "Travel + Hotel" })]
|
||||
TreeCity = 0xE587,
|
||||
|
||||
/// <summary>
|
||||
/// The Font Awesome "tripadvisor" icon unicode character.
|
||||
/// </summary>
|
||||
[Obsolete]
|
||||
Tripadvisor = 0xF262,
|
||||
|
||||
/// <summary>
|
||||
/// The Font Awesome "trophy" icon unicode character.
|
||||
/// </summary>
|
||||
|
|
@ -8887,12 +8851,6 @@ public enum FontAwesomeIcon
|
|||
[FontAwesomeCategoriesAttribute(new[] { "Arrows", "Media Playback" })]
|
||||
UndoAlt = 0xF2EA,
|
||||
|
||||
/// <summary>
|
||||
/// The Font Awesome "unity" icon unicode character.
|
||||
/// </summary>
|
||||
[Obsolete]
|
||||
Unity = 0xF949,
|
||||
|
||||
/// <summary>
|
||||
/// The Font Awesome "universal-access" icon unicode character.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue