Skip to content

Commit

Permalink
adding bomb icon #1327
Browse files Browse the repository at this point in the history
  • Loading branch information
davegandy committed May 14, 2014
1 parent 33439ec commit 50c9808
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/font-awesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -1560,3 +1560,6 @@
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
3 changes: 3 additions & 0 deletions css/font-awesome.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -1560,3 +1560,6 @@
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
Binary file modified fonts/FontAwesome.otf
Binary file not shown.
1 change: 1 addition & 0 deletions less/icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
1 change: 1 addition & 0 deletions less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions scss/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
1 change: 1 addition & 0 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
Binary file modified src/assets/font-awesome/fonts/FontAwesome.otf
Binary file not shown.
7 changes: 7 additions & 0 deletions src/icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3259,3 +3259,10 @@ icons:
categories:
- Web Application Icons
- Brand Icons

- name: Bomb
id: bomb
unicode: f1e2
created: 4.1
categories:
- Web Application Icons

0 comments on commit 50c9808

Please sign in to comment.