@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) • 549 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-location-arrow-24><path fill-rule=evenodd clip-rule=evenodd d="M19.46 4.54 5.4 10.403l5.81 1.363c.51.119.906.516 1.025 1.024l1.363 5.807L19.459 4.54Zm.632-2.43c1.133-.473 2.27.664 1.798 1.798L14.7 21.15c-.513 1.231-2.303 1.084-2.608-.215l-1.715-7.312L3.06 11.91c-1.298-.304-1.446-2.094-.215-2.607L20.092 2.11Z"></path></symbol>';
}