Calendar plus, minus, times, and check outlined icons

This commit is contained in:
Dave Gandy 2015-07-27 21:08:54 -07:00
parent 0762b174ac
commit 024e80fea2
10 changed files with 58 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#[Font Awesome v4.4.0](http://fontawesome.io)
###The iconic font and CSS framework
Font Awesome is a full suite of 569 pictographic icons for easy scalable vector graphics on websites,
Font Awesome is a full suite of 573 pictographic icons for easy scalable vector graphics on websites,
created and maintained by [Dave Gandy](http://twitter.com/davegandy).
Stay up to date with the latest release and announcements on Twitter:
[@fontawesome](http://twitter.com/fontawesome).

12
css/font-awesome.css vendored
View file

@ -1978,3 +1978,15 @@
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -660,3 +660,7 @@
.@{fa-css-prefix}-contao:before { content: @fa-var-contao; }
.@{fa-css-prefix}-500px:before { content: @fa-var-500px; }
.@{fa-css-prefix}-amazon:before { content: @fa-var-amazon; }
.@{fa-css-prefix}-calendar-plus-o:before { content: @fa-var-calendar-plus-o; }
.@{fa-css-prefix}-calendar-minus-o:before { content: @fa-var-calendar-minus-o; }
.@{fa-css-prefix}-calendar-times-o:before { content: @fa-var-calendar-times-o; }
.@{fa-css-prefix}-calendar-check-o:before { content: @fa-var-calendar-check-o; }

View file

@ -103,7 +103,11 @@
@fa-var-cab: "\f1ba";
@fa-var-calculator: "\f1ec";
@fa-var-calendar: "\f073";
@fa-var-calendar-check-o: "\f274";
@fa-var-calendar-minus-o: "\f272";
@fa-var-calendar-o: "\f133";
@fa-var-calendar-plus-o: "\f271";
@fa-var-calendar-times-o: "\f273";
@fa-var-camera: "\f030";
@fa-var-camera-retro: "\f083";
@fa-var-car: "\f1b9";

View file

@ -660,3 +660,7 @@
.#{$fa-css-prefix}-contao:before { content: $fa-var-contao; }
.#{$fa-css-prefix}-500px:before { content: $fa-var-500px; }
.#{$fa-css-prefix}-amazon:before { content: $fa-var-amazon; }
.#{$fa-css-prefix}-calendar-plus-o:before { content: $fa-var-calendar-plus-o; }
.#{$fa-css-prefix}-calendar-minus-o:before { content: $fa-var-calendar-minus-o; }
.#{$fa-css-prefix}-calendar-times-o:before { content: $fa-var-calendar-times-o; }
.#{$fa-css-prefix}-calendar-check-o:before { content: $fa-var-calendar-check-o; }

View file

@ -103,7 +103,11 @@ $fa-var-buysellads: "\f20d";
$fa-var-cab: "\f1ba";
$fa-var-calculator: "\f1ec";
$fa-var-calendar: "\f073";
$fa-var-calendar-check-o: "\f274";
$fa-var-calendar-minus-o: "\f272";
$fa-var-calendar-o: "\f133";
$fa-var-calendar-plus-o: "\f271";
$fa-var-calendar-times-o: "\f273";
$fa-var-camera: "\f030";
$fa-var-camera-retro: "\f083";
$fa-var-car: "\f1b9";

View file

@ -5499,3 +5499,31 @@ icons:
created: 4.4
categories:
- Brand Icons
- name: Calendar Plus Outlined
id: calendar-plus-o
unicode: f271
created: 4.4
categories:
- Web Application Icons
- name: Calendar Minus Outlined
id: calendar-minus-o
unicode: f272
created: 4.4
categories:
- Web Application Icons
- name: Calendar Times Outlined
id: calendar-times-o
unicode: f273
created: 4.4
categories:
- Web Application Icons
- name: Calendar Check Outlined
id: calendar-check-o
unicode: f274
created: 4.4
categories:
- Web Application Icons