@ebay/ebayui-core
Version:
Collection of core eBay components; considered to be the building blocks for all composite structures, pages & apps.
8 lines (7 loc) • 755 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.symbol = symbol;
function symbol() {
// eslint-disable-next-line max-len,quotes
return '<symbol viewbox="0 0 24 24" id=icon-map-24><path fill-rule=evenodd clip-rule=evenodd d="M8 5.385 4 7.591v10.717l3.508-1.931c.16-.088.324-.16.492-.216V5.385Zm2 10.807c.173.064.341.145.503.242L14 18.54V7.813a3.003 3.003 0 0 1-.504-.244L10 5.462v10.73Zm6-8.348v10.772l4-2.206V5.694l-3.507 1.933a3 3 0 0 1-.493.217Zm-5.496-4.413a3 3 0 0 0-2.997-.058l-4.99 2.752A1 1 0 0 0 2 7v13a1 1 0 0 0 1.482.877l4.991-2.748a1 1 0 0 1 .998.019l4.025 2.423a3 3 0 0 0 2.996.057l4.99-2.752A1 1 0 0 0 22 17V4a1 1 0 0 0-1.483-.875l-4.99 2.75a1 1 0 0 1-.999-.018L10.504 3.43Z"></path></symbol>';
}