@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) • 756 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 16 16" id=icon-pin-16><path d="M6.563.508A1 1 0 0 1 7.926.13l6.466 3.66a1 1 0 1 1-.985 1.74l-.608-.343-1.76 3.015.27 1.887a1.34 1.34 0 0 1-.086.692l-.042.093-.589 1.178c-.271.543-.942.75-1.472.455l-2.078-1.155-2.375 4.146a1 1 0 1 1-1.735-.995l2.361-4.121-2.056-1.143c-.5-.277-.692-.9-.437-1.41l.583-1.167c.141-.282.379-.505.668-.629l1.903-.816 1.628-2.984-.641-.362A1 1 0 0 1 6.563.508Zm.992 5.951c-.114.21-.296.375-.515.469l-1.976.846-.074.15 4.249 2.361.06-.12-.286-2a1.064 1.064 0 0 1 .134-.688L11.058 4.2l-1.736-.98-1.767 3.24Z"></path></symbol>';
}