mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
adding icon-gear and icon-gears aliases to address #1309
This commit is contained in:
parent
99e4701d69
commit
bfbb2ddd34
@ -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
css/font-awesome-ie7.min.css
vendored
2
css/font-awesome-ie7.min.css
vendored
@ -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
css/font-awesome.css
vendored
2
css/font-awesome.css
vendored
@ -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";
|
||||
}
|
||||
|
4
css/font-awesome.min.css
vendored
4
css/font-awesome.min.css
vendored
@ -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";}
|
||||
|
@ -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('');
|
||||
|
@ -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; }
|
||||
|
@ -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; }
|
||||
|
@ -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('');
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user