[Rt-commit] rt 01/04: Add Fontawesome Filter icon

craig kaiser craig at bestpractical.com
Fri Jul 30 15:09:51 UTC 2021


This is an automated email from the git hooks/post-receive script.

craig pushed a commit to branch 5.0/core-history-filter
in repository rt.

commit 4fbf3d54dc3e84f4157dd81c515af06d1d8e444e
Author: craig kaiser <craig at bestpractical.com>
AuthorDate: Fri Jul 9 14:04:19 2021 -0400

    Add Fontawesome Filter icon
---
 devel/third-party/fontawesome-5.11.2/index.js |  2 ++
 share/static/js/fontawesome.min.js            | 11 ++++++++++-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/devel/third-party/fontawesome-5.11.2/index.js b/devel/third-party/fontawesome-5.11.2/index.js
index 62ee5521f2..6c071a5345 100644
--- a/devel/third-party/fontawesome-5.11.2/index.js
+++ b/devel/third-party/fontawesome-5.11.2/index.js
@@ -2,6 +2,7 @@ import { library, dom } from '@fortawesome/fontawesome-svg-core'
 
 // Import solid weight icons
 import {
+    faFilter as fasFilter,
     faCog as fasCog,
     faEdit as fasEdit,
     faBookmark as fasBookmark,
@@ -49,6 +50,7 @@ import {
 // Add icons to library
 library.add(
     // Solid
+    fasFilter,
     fasCog,
     fasEdit,
     fasBookmark,
diff --git a/share/static/js/fontawesome.min.js b/share/static/js/fontawesome.min.js
index f8c49b6b63..696963843d 100644
--- a/share/static/js/fontawesome.min.js
+++ b/share/static/js/fontawesome.min.js
@@ -1 +1,10 @@
-(function(e){function t(i){if(a[i])return a[i].exports;var n=a[i]={i:i,l:!1,exports:{}};return e[i].call(n.exports,n,n.exports,t),n.l=!0,n.exports}var a={};return t.m=e,t.c=a,t.d=function(e,a,i){t.o(e,a)||Object.defineProperty(e,a,{enumerable:!0,get:i})},t.r=function(e){'undefined'!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:'Module'}),Object.defineProperty(e,'__esModule',{value:!0})},t.t=function(e,a){if(1&a&&(e=t(e)),8&a)return e;if(4&a&&'objec [...]
\ No newline at end of file
+(()=>{'use strict';/*!
+ * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
+ */function e(t){return e='function'==typeof Symbol&&'symbol'==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&'function'==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?'symbol':typeof e},e(t)}function t(e,t){if(!(e instanceof t))throw new TypeError('Cannot call a class as a function')}function a(e,t){for(var a=0,i;a<t.length;a++)i=t[a],i.enumerable=i.enumerable||!1,i.configurable=!0,'value'in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}fun [...]
+ * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
+ */var La={prefix:'fas',iconName:'angle-double-left',icon:[448,512,[],'f100','M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z']},Ea={prefix:'fas',iconName:'angle-d [...]
+ * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
+ */var Ga={prefix:'far',iconName:'arrow-alt-circle-up',icon:[512,512,[],'f35b','M256 504c137 0 248-111 248-248S393 8 256 8 8 119 8 256s111 248 248 248zm0-448c110.5 0 200 89.5 200 200s-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56zm20 328h-40c-6.6 0-12-5.4-12-12V256h-67c-10.7 0-16-12.9-8.5-20.5l99-99c4.7-4.7 12.3-4.7 17 0l99 99c7.6 7.6 2.2 20.5-8.5 20.5h-67v116c0 6.6-5.4 12-12 12z']},Ka={prefix:'far',iconName:'bookmark',icon:[384,512,[],'f02e','M336 0H48C21.49 0 0 21.49 0 48v464l192-11 [...]
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
sysadmin at bestpractical.com.


More information about the rt-commit mailing list