diff fonts/fontello/css/fontello-ie7-codes.css @ 58:b185ee5c3f25

fonts (icons): added "pencil" icon
author Goffi <goffi@goffi.org>
date Fri, 01 Jun 2018 12:45:05 +0200
parents 3674c144c0f1
children adc174b6c7a7
line wrap: on
line diff
--- a/fonts/fontello/css/fontello-ie7-codes.css	Thu May 24 23:11:38 2018 +0200
+++ b/fonts/fontello/css/fontello-ie7-codes.css	Fri Jun 01 12:45:05 2018 +0200
@@ -17,6 +17,7 @@
 .icon-chat { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80f;&nbsp;'); }
 .icon-exchange { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe810;&nbsp;'); }
 .icon-wrench { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe811;&nbsp;'); }
+.icon-pencil { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe812;&nbsp;'); }
 .icon-comment-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e5;&nbsp;'); }
 .icon-folder-open-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf115;&nbsp;'); }
 .icon-level-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf148;&nbsp;'); }