UNPKG

@appearhere/bloom

Version:

Appear Here's pattern library and styleguide

18 lines (15 loc) 558 B
import svgClean from '../../utils/svgClean/svgClean'; import shopShare from './icons/icon-shop-share.svg'; import event from './icons/icon-event.svg'; import barRestaurant from './icons/icon-bar-restaurant.svg'; import market from './icons/icon-market.svg'; import retail from './icons/icon-retail.svg'; import unique from './icons/icon-unique.svg'; export default { shopShare: svgClean(shopShare), event: svgClean(event), barRestaurant: svgClean(barRestaurant), market: svgClean(market), retail: svgClean(retail), unique: svgClean(unique), };