diff fonts/fontello/css/fontello-ie7-codes.css @ 72:8fbcc243bba4

fonts (icons): added share icon
author Goffi <goffi@goffi.org>
date Mon, 21 Oct 2019 23:39:22 +0200
parents a9637d6fc4e6
children d0a77057c9ab
line wrap: on
line diff
--- a/fonts/fontello/css/fontello-ie7-codes.css	Mon Oct 21 23:38:20 2019 +0200
+++ b/fonts/fontello/css/fontello-ie7-codes.css	Mon Oct 21 23:39:22 2019 +0200
@@ -49,5 +49,6 @@
 .icon-file-image { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1c5;&nbsp;'); }
 .icon-file-audio { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1c7;&nbsp;'); }
 .icon-file-video { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1c8;&nbsp;'); }
+.icon-share { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1e0;&nbsp;'); }
 .icon-brush { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1fc;&nbsp;'); }
 .icon-server { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf233;&nbsp;'); }
\ No newline at end of file