Skip to content

Commit c27bd3f

Browse files
committed
Added filter icon
1 parent 345c2e1 commit c27bd3f

File tree

8 files changed

+25
-0
lines changed

8 files changed

+25
-0
lines changed

icons.list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ desktop
88
envelope
99
eye
1010
file
11+
filter
1112
globe
1213
lightbulb-o
1314
plus
381 Bytes
Loading
525 Bytes
Loading
514 Bytes
Loading
428 Bytes
Loading

vendor/assets/stylesheets/font-awesome-grunticon-rails-fallback.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,14 @@
7878

7979
.fa-file { background-image: url('png/file.png'); background-repeat: no-repeat; }
8080

81+
.fa-filter-black { background-image: url('png/filter-black.png'); background-repeat: no-repeat; }
82+
83+
.fa-filter-inactive { background-image: url('png/filter-inactive.png'); background-repeat: no-repeat; }
84+
85+
.fa-filter-lightblue { background-image: url('png/filter-lightblue.png'); background-repeat: no-repeat; }
86+
87+
.fa-filter { background-image: url('png/filter.png'); background-repeat: no-repeat; }
88+
8189
.fa-globe-black { background-image: url('png/globe-black.png'); background-repeat: no-repeat; }
8290

8391
.fa-globe-inactive { background-image: url('png/globe-inactive.png'); background-repeat: no-repeat; }

vendor/assets/stylesheets/font-awesome-grunticon-rails-icons.data.png.css

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/assets/stylesheets/font-awesome-grunticon-rails-icons.data.svg.css

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)