@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) • 823 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-promotion-16><path fill-rule=evenodd clip-rule=evenodd d="M5 3a1 1 0 0 1 1-1h3.392a.5.5 0 0 1 .348.141l3.104 3.01a.5.5 0 0 1 .003.715l-.749.74-2.962-2.894A2.5 2.5 0 0 0 7.389 3h-2.39Zm9.253 4.288-.746.738a2.5 2.5 0 0 1-.243 3.255L9.28 15.264a2.5 2.5 0 0 1-3.556-.02l-4.012-4.108A2.5 2.5 0 0 1 1 9.39V6c0-1.306.835-2.417 2-2.829V3a3 3 0 0 1 3-3h3.392a2.5 2.5 0 0 1 1.74.705l3.104 3.01a2.5 2.5 0 0 1 .017 3.573ZM4 5a1 1 0 0 0-1 1v3.39a.5.5 0 0 0 .142.349l4.013 4.107a.5.5 0 0 0 .711.004l3.984-3.984a.5.5 0 0 0-.005-.71L7.738 5.142A.5.5 0 0 0 7.388 5H4Zm2 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"></path></symbol>';
}