Skip to content

Commit

Permalink
Add card-list and map icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Palmer committed Mar 14, 2017
1 parent c8dbd6a commit 92dd689
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 2 deletions.
6 changes: 4 additions & 2 deletions components/Icon/Icon.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,13 @@

/* Fills */

.card-list svg,
.chevron svg,
.facebook svg,
.twitter svg,
.filter svg,
.map svg,
.pintrest svg,
.filter svg {
.twitter svg {
stroke: transparent;
fill: currentColor;
stroke-linecap: round;
Expand Down
4 changes: 4 additions & 0 deletions components/Icon/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import bogroll from './icons/icon-bogroll.svg';
import book from './icons/icon-book.svg';
import calendar from './icons/icon-calendar.svg';
import calendarInsight from './icons/icon-calendar-insight.svg';
import cardList from './icons/icon-card-list.svg';
import camera from './icons/icon-camera.svg';
import chartArrow from './icons/icon-chart-arrow.svg';
import chatting from './icons/icon-chatting.svg';
Expand All @@ -23,6 +24,7 @@ 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';
import map from './icons/icon-map.svg';
import notification from './icons/icon-notification.svg';
import percentage from './icons/icon-percentage.svg';
import pintrest from './icons/icon-pintrest.svg';
Expand Down Expand Up @@ -52,6 +54,7 @@ export default {
'tick-starred': svgClean(tickStarred),
'travel-idea': svgClean(travelIdea),
'vip-entrance': svgClean(vipEntrance),
'card-list': svgClean(cardList),
account: svgClean(account),
appearhere: svgClean(appearhere),
arrow: svgClean(arrow),
Expand All @@ -71,6 +74,7 @@ export default {
globe: svgClean(globe),
location: svgClean(location),
manage: svgClean(manage),
map: svgClean(map),
notification: svgClean(notification),
percentage: svgClean(percentage),
pintrest: svgClean(pintrest),
Expand Down
9 changes: 9 additions & 0 deletions components/Icon/icons/icon-card-list.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions components/Icon/icons/icon-map.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 92dd689

Please sign in to comment.