From 7b96fe412ed0999bb72be4a66764ba852b5dbe66 Mon Sep 17 00:00:00 2001 From: Julien Deswaef Date: Mon, 18 Feb 2019 18:31:53 -0500 Subject: Bumped the size of the Biometric icon. Due to the particular shape of the icon, this design can go outside the norm and have a wider icon than the others. --- less/icons.less | 1 + less/variables.less | 1 + 2 files changed, 2 insertions(+) (limited to 'less') diff --git a/less/icons.less b/less/icons.less index fc04d271b..2917554f2 100644 --- a/less/icons.less +++ b/less/icons.less @@ -876,3 +876,4 @@ .@{fa-css-prefix}-moon:before { content: @fa-var-moon; } .@{fa-css-prefix}-sun:before { content: @fa-var-sun; } .@{fa-css-prefix}-f-droid:before { content: @fa-var-f-droid; } +.@{fa-css-prefix}-biometric:before { content: @fa-var-biometric; } diff --git a/less/variables.less b/less/variables.less index f33df65ce..b6f485e84 100644 --- a/less/variables.less +++ b/less/variables.less @@ -98,6 +98,7 @@ @fa-var-bell-slash-o: "\f1f7"; @fa-var-bicycle: "\f206"; @fa-var-binoculars: "\f1e5"; +@fa-var-biometric: "\f32b"; @fa-var-birthday-cake: "\f1fd"; @fa-var-bitbucket: "\f171"; @fa-var-bitbucket-square: "\f172"; -- cgit v1.2.3