@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) • 555 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-euro-16><path d="M4.416 6a5.001 5.001 0 0 1 8.334-1.307 1 1 0 1 0 1.5-1.323A7.003 7.003 0 0 0 2.29 6H1a1 1 0 0 0 0 2h1c0 .34.024.673.07 1H1a1 1 0 1 0 0 2h1.674a7 7 0 0 0 11.576 1.63 1 1 0 1 0-1.5-1.323A4.986 4.986 0 0 1 9 13a4.993 4.993 0 0 1-4-2h3a1 1 0 1 0 0-2H4.1A5.023 5.023 0 0 1 4 8h5.333a1 1 0 1 0 0-2H4.416Z"></path></symbol>';
}