Skip to content

Commit

Permalink
adding plus-square-o, removing expand-o and collapse-o icons
Browse files Browse the repository at this point in the history
  • Loading branch information
davegandy committed Nov 4, 2013
1 parent ac002fb commit ce96762
Show file tree
Hide file tree
Showing 17 changed files with 21 additions and 36 deletions.
9 changes: 3 additions & 6 deletions css/font-awesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -978,12 978,6 @@
.fa-folder-open-o:before {
content: "\f115";
}
.fa-expand-o:before {
content: "\f116";
}
.fa-collapse-o:before {
content: "\f117";
}
.fa-smile-o:before {
content: "\f118";
}
Expand Down Expand Up @@ -1359,3 1353,6 @@
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
3 changes: 1 addition & 2 deletions css/font-awesome.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 272,6 @@
.fa-github-alt:before{content:"\f113"}
.fa-folder-o:before{content:"\f114"}
.fa-folder-open-o:before{content:"\f115"}
.fa-expand-o:before{content:"\f116"}
.fa-collapse-o:before{content:"\f117"}
.fa-smile-o:before{content:"\f118"}
.fa-frown-o:before{content:"\f119"}
.fa-meh-o:before{content:"\f11a"}
Expand Down Expand Up @@ -393,3 391,4 @@
.fa-wheelchair:before{content:"\f193"}
.fa-vimeo-square:before{content:"\f194"}
.fa-turkish-lira:before,.fa-try:before{content:"\f195"}
.fa-plus-square-o:before{content:"\f196"}
Binary file modified fonts/FontAwesome.otf
Binary file not shown.
Binary file modified fonts/fontawesome-webfont.eot
Binary file not shown.
6 changes: 3 additions & 3 deletions fonts/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file modified fonts/fontawesome-webfont.woff
Binary file not shown.
3 changes: 1 addition & 2 deletions less/icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 271,6 @@
.@{fa-css-prefix}-github-alt:before { content: @fa-var-github-alt; }
.@{fa-css-prefix}-folder-o:before { content: @fa-var-folder-o; }
.@{fa-css-prefix}-folder-open-o:before { content: @fa-var-folder-open-o; }
.@{fa-css-prefix}-expand-o:before { content: @fa-var-expand-o; }
.@{fa-css-prefix}-collapse-o:before { content: @fa-var-collapse-o; }
.@{fa-css-prefix}-smile-o:before { content: @fa-var-smile-o; }
.@{fa-css-prefix}-frown-o:before { content: @fa-var-frown-o; }
.@{fa-css-prefix}-meh-o:before { content: @fa-var-meh-o; }
Expand Down Expand Up @@ -410,3 408,4 @@
.@{fa-css-prefix}-vimeo-square:before { content: @fa-var-vimeo-square; }
.@{fa-css-prefix}-turkish-lira:before,
.@{fa-css-prefix}-try:before { content: @fa-var-try; }
.@{fa-css-prefix}-plus-square-o:before { content: @fa-var-plus-square-o; }
3 changes: 1 addition & 2 deletions less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 258,6 @@
@fa-var-github-alt: "\f113";
@fa-var-folder-o: "\f114";
@fa-var-folder-open-o: "\f115";
@fa-var-expand-o: "\f116";
@fa-var-collapse-o: "\f117";
@fa-var-smile-o: "\f118";
@fa-var-frown-o: "\f119";
@fa-var-meh-o: "\f11a";
Expand Down Expand Up @@ -379,4 377,5 @@
@fa-var-wheelchair: "\f193";
@fa-var-vimeo-square: "\f194";
@fa-var-try: "\f195";
@fa-var-plus-square-o: "\f196";

3 changes: 1 addition & 2 deletions scss/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 271,6 @@
.#{$fa-css-prefix}-github-alt:before { content: $fa-var-github-alt; }
.#{$fa-css-prefix}-folder-o:before { content: $fa-var-folder-o; }
.#{$fa-css-prefix}-folder-open-o:before { content: $fa-var-folder-open-o; }
.#{$fa-css-prefix}-expand-o:before { content: $fa-var-expand-o; }
.#{$fa-css-prefix}-collapse-o:before { content: $fa-var-collapse-o; }
.#{$fa-css-prefix}-smile-o:before { content: $fa-var-smile-o; }
.#{$fa-css-prefix}-frown-o:before { content: $fa-var-frown-o; }
.#{$fa-css-prefix}-meh-o:before { content: $fa-var-meh-o; }
Expand Down Expand Up @@ -410,3 408,4 @@
.#{$fa-css-prefix}-vimeo-square:before { content: $fa-var-vimeo-square; }
.#{$fa-css-prefix}-turkish-lira:before,
.#{$fa-css-prefix}-try:before { content: $fa-var-try; }
.#{$fa-css-prefix}-plus-square-o:before { content: $fa-var-plus-square-o; }
3 changes: 1 addition & 2 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 258,6 @@ $fa-var-reply: "\f112";
$fa-var-github-alt: "\f113";
$fa-var-folder-o: "\f114";
$fa-var-folder-open-o: "\f115";
$fa-var-expand-o: "\f116";
$fa-var-collapse-o: "\f117";
$fa-var-smile-o: "\f118";
$fa-var-frown-o: "\f119";
$fa-var-meh-o: "\f11a";
Expand Down Expand Up @@ -379,4 377,5 @@ $fa-var-dot-circle-o: "\f192";
$fa-var-wheelchair: "\f193";
$fa-var-vimeo-square: "\f194";
$fa-var-try: "\f195";
$fa-var-plus-square-o: "\f196";

Binary file modified src/assets/font-awesome/fonts/FontAwesome.otf
Binary file not shown.
Binary file modified src/assets/font-awesome/fonts/fontawesome-webfont.eot
Binary file not shown.
6 changes: 3 additions & 3 deletions src/assets/font-awesome/fonts/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/font-awesome/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file modified src/assets/font-awesome/fonts/fontawesome-webfont.woff
Binary file not shown.
21 changes: 7 additions & 14 deletions src/icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1810,20 1810,6 @@ icons:
categories:
- Web Application Icons

- name: Expand Outlined
id: expand-o
unicode: f116
created: 3.1
categories:
- Web Application Icons

- name: Collapse Outlined
id: collapse-o
unicode: f117
created: 3.1
categories:
- Web Application Icons

- name: Smile Outlined
id: smile-o
unicode: f118
Expand Down Expand Up @@ -2710,3 2696,10 @@ icons:
- turkish-lira
categories:
- Currency Icons

- name: Plus Square Outlined
id: plus-square-o
unicode: f196
created: 4.0
categories:
- Web Application Icons

0 comments on commit ce96762

Please sign in to comment.