Procházet zdrojové kódy

adding binoculars icon #242

Dave Gandy před 11 roky
rodič
revize
154863437d

+ 1 - 1
README.md

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

+ 3 - 0
css/font-awesome.css

@@ -1584,3 +1584,6 @@
 .fa-tty:before {
   content: "\f1e4";
 }
+.fa-binoculars:before {
+  content: "\f1e5";
+}

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 0 - 0
css/font-awesome.min.css


binární
fonts/FontAwesome.otf


+ 1 - 0
less/icons.less

@@ -509,3 +509,4 @@
 .@{fa-css-prefix}-soccer-ball-o:before,
 .@{fa-css-prefix}-futbol-o:before { content: @fa-var-futbol-o; }
 .@{fa-css-prefix}-tty:before { content: @fa-var-tty; }
+.@{fa-css-prefix}-binoculars:before { content: @fa-var-binoculars; }

+ 1 - 0
less/variables.less

@@ -57,6 +57,7 @@
 @fa-var-behance-square: "\f1b5";
 @fa-var-bell: "\f0f3";
 @fa-var-bell-o: "\f0a2";
+@fa-var-binoculars: "\f1e5";
 @fa-var-bitbucket: "\f171";
 @fa-var-bitbucket-square: "\f172";
 @fa-var-bitcoin: "\f15a";

+ 1 - 0
scss/_icons.scss

@@ -509,3 +509,4 @@
 .#{$fa-css-prefix}-soccer-ball-o:before,
 .#{$fa-css-prefix}-futbol-o:before { content: $fa-var-futbol-o; }
 .#{$fa-css-prefix}-tty:before { content: $fa-var-tty; }
+.#{$fa-css-prefix}-binoculars:before { content: $fa-var-binoculars; }

+ 1 - 0
scss/_variables.scss

@@ -57,6 +57,7 @@ $fa-var-behance: "\f1b4";
 $fa-var-behance-square: "\f1b5";
 $fa-var-bell: "\f0f3";
 $fa-var-bell-o: "\f0a2";
+$fa-var-binoculars: "\f1e5";
 $fa-var-bitbucket: "\f171";
 $fa-var-bitbucket-square: "\f172";
 $fa-var-bitcoin: "\f15a";

binární
src/assets/font-awesome/fonts/FontAwesome.otf


+ 7 - 0
src/icons.yml

@@ -3284,3 +3284,10 @@ icons:
     created:    4.2
     categories:
       - Web Application Icons
+
+  - name:       binoculars
+    id:         binoculars
+    unicode:    f1e5
+    created:    4.2
+    categories:
+      - Web Application Icons

Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů