diff fonts/fontello/css/fontello-ie7-codes.css @ 82:d31fac1efcee v0.8.0

fonts (icons): add "plus" icon
author Goffi <goffi@goffi.org>
date Sat, 27 Feb 2021 21:13:49 +0100
parents 7b2df5255b79
children b0816cd750fa
line wrap: on
line diff
--- a/fonts/fontello/css/fontello-ie7-codes.css	Thu Feb 25 13:53:59 2021 +0100
+++ b/fonts/fontello/css/fontello-ie7-codes.css	Sat Feb 27 21:13:49 2021 +0100
@@ -53,6 +53,7 @@
 .icon-resize-small { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe832;&nbsp;'); }
 .icon-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe833;&nbsp;'); }
 .icon-publish { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe834;&nbsp;'); }
+.icon-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe836;&nbsp;'); }
 .icon-mail-filled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e0;&nbsp;'); }
 .icon-comment-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e5;&nbsp;'); }
 .icon-angle-double-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf100;&nbsp;'); }