Bump FontAwesome icons to 5.7.2

This commit is contained in:
Penar Musaraj
2019-03-06 09:21:31 -05:00
parent df474bceee
commit 6d2708c3fb
6 changed files with 489 additions and 137 deletions

View File

@@ -224,10 +224,10 @@ module SvgSprite
icons = all_icons(theme_ids)
doc = File.open("#{Rails.root}/vendor/assets/svg-icons/fontawesome/solid.svg") { |f| Nokogiri::XML(f) }
fa_license = doc.at('//comment()').text
svg_subset = """<!--
Discourse SVG subset of #{fa_license}
Discourse SVG subset of Font Awesome Free by @fontawesome - https://fontawesome.com
License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
-->
<svg xmlns='http://www.w3.org/2000/svg' style='display: none;'>
""".dup