Skip to content

Commit

Permalink
Upgrade to FontAwesome 5.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-godoy committed Feb 5, 2020
1 parent 5904f2f commit e583754
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.generatedSources>${project.basedir}/src/main/generated</project.build.generatedSources>
<jetty.version>9.4.15.v20190215</jetty.version>
<fontawesome.version>5.12.0</fontawesome.version>
<fontawesome.version>5.12.1</fontawesome.version>
</properties>

<scm>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import java.util.Locale;

/**
* FontAwesome 5.12.0 icons.
* FontAwesome 5.12.1 icons.
* @author Javier Godoy / Flowing Code
*/
@SuppressWarnings({ "squid:S4784", "squid:S00115" })
Expand Down Expand Up @@ -5016,6 +5016,10 @@ public enum Brands {
* The brands d-and-d-beyond icon.See <a href='https://fontawesome.com/icons/d-and-d-beyond?style=brands'>example</a>
*/
D_AND_D_BEYOND,
/**
* The brands dailymotion icon.See <a href='https://fontawesome.com/icons/dailymotion?style=brands'>example</a>
*/
DAILYMOTION,
/**
* The brands dashcube icon.See <a href='https://fontawesome.com/icons/dashcube?style=brands'>example</a>
*/
Expand Down Expand Up @@ -5444,6 +5448,10 @@ public enum Brands {
* The brands instagram icon.See <a href='https://fontawesome.com/icons/instagram?style=brands'>example</a>
*/
INSTAGRAM,
/**
* The brands instagram-square icon.See <a href='https://fontawesome.com/icons/instagram-square?style=brands'>example</a>
*/
INSTAGRAM_SQUARE,
/**
* The brands intercom icon.See <a href='https://fontawesome.com/icons/intercom?style=brands'>example</a>
*/
Expand Down Expand Up @@ -5648,6 +5656,10 @@ public enum Brands {
* The brands mixcloud icon.See <a href='https://fontawesome.com/icons/mixcloud?style=brands'>example</a>
*/
MIXCLOUD,
/**
* The brands mixer icon.See <a href='https://fontawesome.com/icons/mixer?style=brands'>example</a>
*/
MIXER,
/**
* The brands mizuni icon.See <a href='https://fontawesome.com/icons/mizuni?style=brands'>example</a>
*/
Expand Down Expand Up @@ -5948,6 +5960,10 @@ public enum Brands {
* The brands shirtsinbulk icon.See <a href='https://fontawesome.com/icons/shirtsinbulk?style=brands'>example</a>
*/
SHIRTSINBULK,
/**
* The brands shopify icon.See <a href='https://fontawesome.com/icons/shopify?style=brands'>example</a>
*/
SHOPIFY,
/**
* The brands shopware icon.See <a href='https://fontawesome.com/icons/shopware?style=brands'>example</a>
*/
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e583754

Please sign in to comment.