@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) • 1.04 kB
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-cl><g clip-path=url(#clip0_704_43649)><mask id=mask0_704_43649 style="mask-type: luminance" maskunits=userSpaceOnUse x=0 y=0 width=65 height=48><path d="M0 0H64.0031V48H0V0Z" fill=white></path></mask><g mask=url(#mask0_704_43649)><path fill-rule=evenodd clip-rule=evenodd d="M24 0H72V24H24V0Z" fill=white></path><path fill-rule=evenodd clip-rule=evenodd d="M0 0H24V24H0V0Z" fill=#0039A6></path><path fill-rule=evenodd clip-rule=evenodd d="M15.7313 17.9719L12.0187 15.1875L8.31562 18L9.69375 13.425L6 10.6031L10.5656 10.5562L11.9813 6L13.4344 10.5469L18 10.5562L14.325 13.4062L15.7313 17.9719Z" fill=white></path><path fill-rule=evenodd clip-rule=evenodd d="M0 24H72V48H0V24Z" fill=#D52B1E></path></g></g><defs><clippath id=clip0_704_43649><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}