2
0
Эх сурвалжийг харах

adding icon-gear and icon-gears aliases to address #1309

davegandy 12 жил өмнө
parent
commit
bfbb2ddd34

+ 6 - 0
css/font-awesome-ie7.css

@@ -127,6 +127,9 @@ a [class*=" icon-"] {
 .icon-cog {
   *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
 }
+.icon-gear {
+  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
+}
 .icon-trash {
   *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
 }
@@ -454,6 +457,9 @@ a [class*=" icon-"] {
 .icon-cogs {
   *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
 }
+.icon-gears {
+  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
+}
 .icon-comments {
   *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
 }

+ 2 - 0
css/font-awesome-ie7.min.css

@@ -24,6 +24,7 @@ a [class^="icon-"],a [class*=" icon-"]{cursor:pointer;}
 .icon-power-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
 .icon-signal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
 .icon-cog{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
+.icon-gear{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
 .icon-trash{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
 .icon-home{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
 .icon-file-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
@@ -133,6 +134,7 @@ a [class^="icon-"],a [class*=" icon-"]{cursor:pointer;}
 .icon-camera-retro{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
 .icon-key{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
 .icon-cogs{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
+.icon-gears{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
 .icon-comments{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
 .icon-thumbs-up-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
 .icon-thumbs-down-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}

+ 2 - 0
css/font-awesome.css

@@ -428,6 +428,7 @@ a .icon-flip-vertical:before {
 .icon-signal:before {
   content: "\f012";
 }
+.icon-gear:before,
 .icon-cog:before {
   content: "\f013";
 }
@@ -751,6 +752,7 @@ a .icon-flip-vertical:before {
 .icon-key:before {
   content: "\f084";
 }
+.icon-gears:before,
 .icon-cogs:before {
   content: "\f085";
 }

+ 2 - 2
css/font-awesome.min.css

@@ -57,7 +57,7 @@ a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .
 .icon-zoom-out:before{content:"\f010";}
 .icon-power-off:before,.icon-off:before{content:"\f011";}
 .icon-signal:before{content:"\f012";}
-.icon-cog:before{content:"\f013";}
+.icon-gear:before,.icon-cog:before{content:"\f013";}
 .icon-trash:before{content:"\f014";}
 .icon-home:before{content:"\f015";}
 .icon-file-alt:before{content:"\f016";}
@@ -164,7 +164,7 @@ a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .
 .icon-facebook-sign:before{content:"\f082";}
 .icon-camera-retro:before{content:"\f083";}
 .icon-key:before{content:"\f084";}
-.icon-cogs:before{content:"\f085";}
+.icon-gears:before,.icon-cogs:before{content:"\f085";}
 .icon-comments:before{content:"\f086";}
 .icon-thumbs-up-alt:before{content:"\f087";}
 .icon-thumbs-down-alt:before{content:"\f088";}

+ 8 - 0
less/font-awesome-ie7.less

@@ -176,6 +176,10 @@ a [class*=" icon-"] {
   .ie7icon('');
 }
 
+.icon-gear {
+  .ie7icon('');
+}
+
 
 .icon-trash {
   .ie7icon('');
@@ -719,6 +723,10 @@ a [class*=" icon-"] {
   .ie7icon('');
 }
 
+.icon-gears {
+  .ie7icon('');
+}
+
 
 .icon-comments {
   .ie7icon('');

+ 2 - 0
less/icons.less

@@ -20,6 +20,7 @@
 .icon-power-off:before,
 .icon-off:before { content: @off; }
 .icon-signal:before { content: @signal; }
+.icon-gear:before,
 .icon-cog:before { content: @cog; }
 .icon-trash:before { content: @trash; }
 .icon-home:before { content: @home; }
@@ -129,6 +130,7 @@
 .icon-facebook-sign:before { content: @facebook-sign; }
 .icon-camera-retro:before { content: @camera-retro; }
 .icon-key:before { content: @key; }
+.icon-gears:before,
 .icon-cogs:before { content: @cogs; }
 .icon-comments:before { content: @comments; }
 .icon-thumbs-up-alt:before { content: @thumbs-up-alt; }

+ 2 - 0
scss/_icons.scss

@@ -20,6 +20,7 @@
 .icon-power-off:before,
 .icon-off:before { content: $off; }
 .icon-signal:before { content: $signal; }
+.icon-gear:before,
 .icon-cog:before { content: $cog; }
 .icon-trash:before { content: $trash; }
 .icon-home:before { content: $home; }
@@ -129,6 +130,7 @@
 .icon-facebook-sign:before { content: $facebook-sign; }
 .icon-camera-retro:before { content: $camera-retro; }
 .icon-key:before { content: $key; }
+.icon-gears:before,
 .icon-cogs:before { content: $cogs; }
 .icon-comments:before { content: $comments; }
 .icon-thumbs-up-alt:before { content: $thumbs-up-alt; }

+ 8 - 0
scss/font-awesome-ie7.scss

@@ -176,6 +176,10 @@ a [class*=" icon-"] {
   @include ie7icon('');
 }
 
+.icon-gear {
+  @include ie7icon('');
+}
+
 
 .icon-trash {
   @include ie7icon('');
@@ -719,6 +723,10 @@ a [class*=" icon-"] {
   @include ie7icon('');
 }
 
+.icon-gears {
+  @include ie7icon('');
+}
+
 
 .icon-comments {
   @include ie7icon('');

+ 4 - 0
src/icons.yml

@@ -132,6 +132,8 @@ icons:
     id:         cog
     unicode:    f013
     created:    1.0
+    aliases:
+      - gear
     categories:
       - Web Application Icons
 
@@ -892,6 +894,8 @@ icons:
     id:         cogs
     unicode:    f085
     created:    1.0
+    aliases:
+      - gears
     categories:
       - Web Application Icons