diff --git a/css/font-awesome-ie7.css b/css/font-awesome-ie7.css index 645ff1e64..480a0b14d 100644 --- a/css/font-awesome-ie7.css +++ b/css/font-awesome-ie7.css @@ -1195,3 +1195,6 @@ a [class*=" icon-"] { .icon-renren { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); } +.icon-icq{ + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} \ No newline at end of file diff --git a/css/font-awesome-ie7.min.css b/css/font-awesome-ie7.min.css index 13410b2db..d0afa6c68 100644 --- a/css/font-awesome-ie7.min.css +++ b/css/font-awesome-ie7.min.css @@ -380,3 +380,4 @@ a [class^="icon-"],a [class*=" icon-"]{cursor:pointer;} .icon-vk{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} .icon-weibo{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} .icon-renren{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-icq{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} \ No newline at end of file diff --git a/css/font-awesome.css b/css/font-awesome.css index f9d4aa35c..e4384ad1a 100644 --- a/css/font-awesome.css +++ b/css/font-awesome.css @@ -1469,3 +1469,6 @@ a .icon-flip-vertical:before { .icon-renren:before { content: "\f18b"; } +.icon-icq:before { + content: "\f18c"; +} \ No newline at end of file diff --git a/css/font-awesome.min.css b/css/font-awesome.min.css index 8f7fbfe2e..b01719987 100644 --- a/css/font-awesome.min.css +++ b/css/font-awesome.min.css @@ -400,3 +400,4 @@ a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a . .icon-vk:before{content:"\f189";} .icon-weibo:before{content:"\f18a";} .icon-renren:before{content:"\f18b";} +.icon-icq:before{content:"\f18c";} \ No newline at end of file diff --git a/font/fontawesome-webfont.eot b/font/fontawesome-webfont.eot index 0662cb96b..2994bd202 100755 Binary files a/font/fontawesome-webfont.eot and b/font/fontawesome-webfont.eot differ diff --git a/font/fontawesome-webfont.svg b/font/fontawesome-webfont.svg index 2edb4ec34..17c06364c 100755 --- a/font/fontawesome-webfont.svg +++ b/font/fontawesome-webfont.svg @@ -6,6 +6,7 @@ + @@ -30,7 +31,7 @@ - + @@ -51,7 +52,7 @@ - + @@ -73,7 +74,7 @@ - + @@ -108,7 +109,7 @@ - + @@ -130,15 +131,15 @@ - + - - + + @@ -184,7 +185,7 @@ - + @@ -196,14 +197,14 @@ - + - - + + @@ -236,7 +237,7 @@ - + @@ -292,24 +293,24 @@ - - + + - + - + - + - - + + @@ -327,8 +328,8 @@ - - + + @@ -339,25 +340,25 @@ - + - - + + - - - - - - + + + + + + - + @@ -369,14 +370,14 @@ - - + + - + @@ -384,14 +385,14 @@ - + - + diff --git a/font/fontawesome-webfont.ttf b/font/fontawesome-webfont.ttf index d36592469..7ecd3f6e3 100755 Binary files a/font/fontawesome-webfont.ttf and b/font/fontawesome-webfont.ttf differ diff --git a/font/fontawesome-webfont.woff b/font/fontawesome-webfont.woff index b9bd17e15..e0fe5d40c 100755 Binary files a/font/fontawesome-webfont.woff and b/font/fontawesome-webfont.woff differ diff --git a/less/icons.less b/less/icons.less index 74a8f95c9..5d476324b 100644 --- a/less/icons.less +++ b/less/icons.less @@ -377,3 +377,4 @@ .icon-vk:before { content: @vk; } .icon-weibo:before { content: @weibo; } .icon-renren:before { content: @renren; } +.icon-icq:before { content: @icq; } \ No newline at end of file diff --git a/less/variables.less b/less/variables.less index 7136a1e3a..3c98fdbfb 100644 --- a/less/variables.less +++ b/less/variables.less @@ -733,3 +733,4 @@ @renren: "\f18b"; + @icq: "\f18c"; \ No newline at end of file diff --git a/scss/_icons.scss b/scss/_icons.scss index 16179266e..c6905e472 100644 --- a/scss/_icons.scss +++ b/scss/_icons.scss @@ -377,3 +377,4 @@ .icon-vk:before { content: $vk; } .icon-weibo:before { content: $weibo; } .icon-renren:before { content: $renren; } +.icon-icq:before { content: $icq; } diff --git a/scss/_variables.scss b/scss/_variables.scss index f918ec8d9..1eb530233 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -732,3 +732,4 @@ $weibo: "\f18a"; $renren: "\f18b"; +$icq: "\f18c";