Parcourir la source

adding trash icon

Dave Gandy il y a 11 ans
Parent
commit
97f27a74c9

+ 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 459 pictographic icons for easy scalable vector graphics on websites,
+Font Awesome is a full suite of 460 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

@@ -1606,3 +1606,6 @@
 .fa-bell-slash-o:before {
   content: "\f1f7";
 }
+.fa-trash:before {
+  content: "\f1f8";
+}

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
css/font-awesome.min.css


BIN
fonts/FontAwesome.otf


+ 1 - 0
less/icons.less

@@ -527,3 +527,4 @@
 .@{fa-css-prefix}-cc-stripe:before { content: @fa-var-cc-stripe; }
 .@{fa-css-prefix}-bell-slash:before { content: @fa-var-bell-slash; }
 .@{fa-css-prefix}-bell-slash-o:before { content: @fa-var-bell-slash-o; }
+.@{fa-css-prefix}-trash:before { content: @fa-var-trash; }

+ 1 - 0
less/variables.less

@@ -484,6 +484,7 @@
 @fa-var-toggle-left: "\f191";
 @fa-var-toggle-right: "\f152";
 @fa-var-toggle-up: "\f151";
+@fa-var-trash: "\f1f8";
 @fa-var-trash-o: "\f014";
 @fa-var-tree: "\f1bb";
 @fa-var-trello: "\f181";

+ 1 - 0
scss/_icons.scss

@@ -527,3 +527,4 @@
 .#{$fa-css-prefix}-cc-stripe:before { content: $fa-var-cc-stripe; }
 .#{$fa-css-prefix}-bell-slash:before { content: $fa-var-bell-slash; }
 .#{$fa-css-prefix}-bell-slash-o:before { content: $fa-var-bell-slash-o; }
+.#{$fa-css-prefix}-trash:before { content: $fa-var-trash; }

+ 1 - 0
scss/_variables.scss

@@ -484,6 +484,7 @@ $fa-var-toggle-down: "\f150";
 $fa-var-toggle-left: "\f191";
 $fa-var-toggle-right: "\f152";
 $fa-var-toggle-up: "\f151";
+$fa-var-trash: "\f1f8";
 $fa-var-trash-o: "\f014";
 $fa-var-tree: "\f1bb";
 $fa-var-trello: "\f181";

BIN
src/assets/font-awesome/fonts/FontAwesome.otf


+ 7 - 0
src/icons.yml

@@ -3420,3 +3420,10 @@ icons:
     created:    4.2
     categories:
       - Web Application Icons
+
+  - name:       Trash
+    id:         trash
+    unicode:    f1f8
+    created:    4.2
+    categories:
+      - Web Application Icons

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff