Skip to content

Commit

Permalink
Add filter icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Palmer committed Mar 13, 2017
1 parent b7c4ba5 commit 0968915
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/Icon/Icon.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
.chevron svg,
.facebook svg,
.twitter svg,
.pintrest svg {
.pintrest svg,
.filter svg {
stroke: transparent;
fill: currentColor;
stroke-linecap: round;
Expand Down
2 changes: 2 additions & 0 deletions components/Icon/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import cross from './icons/icon-cross.svg';
import dollar from './icons/icon-dollar.svg';
import download from './icons/icon-download.svg';
import facebook from './icons/icon-facebook.svg';
import filter from './icons/icon-filter.svg';
import globe from './icons/icon-globe.svg';
import location from './icons/icon-location.svg';
import manage from './icons/icon-manage.svg';
Expand Down Expand Up @@ -66,6 +67,7 @@ export default {
dollar: svgClean(dollar),
download: svgClean(download),
facebook: svgClean(facebook),
filter: svgClean(filter),
globe: svgClean(globe),
location: svgClean(location),
manage: svgClean(manage),
Expand Down
8 changes: 8 additions & 0 deletions components/Icon/icons/icon-filter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0968915

Please sign in to comment.