@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) • 706 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-sr><g clip-path=url(#clip0_704_43478)><path d="M0.0100098 0H64.01V48H0.0100098V0Z" fill=#377E3F></path><path d="M0.0100098 9.6001H64.01V38.4001H0.0100098V9.6001Z" fill=white></path><path d="M0.0100098 14.3999H64.01V33.5999H0.0100098V14.3999Z" fill=#B40A2D></path><path d="M32 15.3201L37.64 32.6801L22.87 21.9501H41.13L26.36 32.6801L32 15.3201Z" fill=#ECC81D></path></g><defs><clippath id=clip0_704_43478><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}