@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) • 836 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.symbol = symbol;
function symbol() {
// eslint-disable-next-line max-len,quotes
return '<symbol viewbox="0 0 64 48" fill=none id=flag-sn><g clip-path=url(#clip0_704_43480)><path fill-rule=evenodd clip-rule=evenodd d="M0 0H21.33V48H0V0Z" fill=#0B7226></path><path fill-rule=evenodd clip-rule=evenodd d="M21.3301 0H42.6601V48H21.3301V0Z" fill=#FFFF00></path><path fill-rule=evenodd clip-rule=evenodd d="M42.6599 0H63.9999V48H42.6599V0Z" fill=#BC0000></path><path d="M34.1999 21.88H41.3799L35.7199 26.24L37.7899 33.17L32.1299 28.81L26.4699 32.97L28.5399 26.24L22.8799 21.88H29.8599L32.1299 14.75L34.1999 21.88Z" fill=#0B7226></path></g><defs><clippath id=clip0_704_43480><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}