adding bomb icon #1327

This commit is contained in:
Dave Gandy 2014-05-14 14:36:39 -05:00
parent 33439ec7ac
commit 50c980855d
9 changed files with 17 additions and 0 deletions

View file

@ -1560,3 +1560,6 @@
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}

View file

@ -1560,3 +1560,6 @@
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}

Binary file not shown.

View file

@ -503,3 +503,4 @@
.@{fa-css-prefix}-sliders:before { content: @fa-var-sliders; }
.@{fa-css-prefix}-share-alt:before { content: @fa-var-share-alt; }
.@{fa-css-prefix}-share-alt-square:before { content: @fa-var-share-alt-square; }
.@{fa-css-prefix}-bomb:before { content: @fa-var-bomb; }

View file

@ -62,6 +62,7 @@
@fa-var-bitcoin: "\f15a";
@fa-var-bold: "\f032";
@fa-var-bolt: "\f0e7";
@fa-var-bomb: "\f1e2";
@fa-var-book: "\f02d";
@fa-var-bookmark: "\f02e";
@fa-var-bookmark-o: "\f097";

View file

@ -503,3 +503,4 @@
.#{$fa-css-prefix}-sliders:before { content: $fa-var-sliders; }
.#{$fa-css-prefix}-share-alt:before { content: $fa-var-share-alt; }
.#{$fa-css-prefix}-share-alt-square:before { content: $fa-var-share-alt-square; }
.#{$fa-css-prefix}-bomb:before { content: $fa-var-bomb; }

View file

@ -62,6 +62,7 @@ $fa-var-bitbucket-square: "\f172";
$fa-var-bitcoin: "\f15a";
$fa-var-bold: "\f032";
$fa-var-bolt: "\f0e7";
$fa-var-bomb: "\f1e2";
$fa-var-book: "\f02d";
$fa-var-bookmark: "\f02e";
$fa-var-bookmark-o: "\f097";

View file

@ -3259,3 +3259,10 @@ icons:
categories:
- Web Application Icons
- Brand Icons
- name: Bomb
id: bomb
unicode: f1e2
created: 4.1
categories:
- Web Application Icons