@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) • 984 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 64 64" id=icon-location-64><path fill-rule=evenodd d="M42 27c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10 10 4.477 10 10Zm-5 0a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z" clip-rule=evenodd></path><path fill-rule=evenodd d="M56 26.795c0 9.906-5.546 16.154-16.637 28.65-1.05 1.182-2.15 2.422-3.3 3.725-2.15 2.44-5.975 2.44-8.127 0-1.15-1.303-2.25-2.543-3.3-3.726C13.547 42.95 8 36.701 8 26.795 8 15.237 17.333 3 32 3s24 12.237 24 23.795Zm-5 0c0 4.17-1.2 7.528-4.11 11.78-2.555 3.732-6.175 7.813-11.19 13.465-1.066 1.2-2.193 2.472-3.387 3.826a.395.395 0 0 1-.313.136.395.395 0 0 1-.313-.136 1812.632 1812.632 0 0 0-3.386-3.826c-5.016-5.652-8.636-9.733-11.19-13.465C14.2 34.323 13 30.965 13 26.795c0-9.174 7.456-18.797 19-18.797s19 9.623 19 18.797Z" clip-rule=evenodd></path></symbol>';
}