@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
"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-cg><g clip-path=url(#clip0_704_43667)><mask id=mask0_704_43667 style="mask-type: luminance" maskunits=userSpaceOnUse x=0 y=0 width=64 height=48><path d="M0 0H64V48H0V0Z" fill=white></path></mask><g mask=url(#mask0_704_43667)><path fill-rule=evenodd clip-rule=evenodd d="M-4 0H68V48H-4V0Z" fill=#FFFF00></path><path fill-rule=evenodd clip-rule=evenodd d="M-4 0V48L44 0H-4Z" fill=#00CA00></path><path fill-rule=evenodd clip-rule=evenodd d="M20 48H68V0L20 48Z" fill=#FF0000></path></g></g><defs><clippath id=clip0_704_43667><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}