@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.46 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-tg><g clip-path=url(#clip0_704_43470)><mask id=mask0_704_43470 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_43470)><path fill-rule=evenodd clip-rule=evenodd d="M0 0H71.9625V48H0V0Z" fill=#FFE300></path><path fill-rule=evenodd clip-rule=evenodd d="M0 19.5094H71.9625V29.1563H0V19.5094ZM0 0.0187988H71.9625V9.66568H0V0.0187988Z" fill=#118600></path><path fill-rule=evenodd clip-rule=evenodd d="M0 0.0280762H28.7344V29.1468H0V0.0280762Z" fill=#D80000></path><path fill-rule=evenodd clip-rule=evenodd d="M12.6 12.0376C12.6 11.9626 14.3718 7.06885 14.3718 7.06885L15.9656 11.9626C15.9656 11.9626 21.3468 12.122 21.3468 12.0376C21.3468 11.9532 17.1 15.2532 17.1 15.2532C17.1 15.2532 19.1062 20.8782 19.0218 20.7095C18.9468 20.5501 14.3718 17.3345 14.3718 17.3345C14.3718 17.3345 9.71245 20.5501 9.79683 20.5501C9.87183 20.5501 11.5593 15.2532 11.5593 15.2532L7.38745 12.122L12.6 12.0376Z" fill=white></path><path fill-rule=evenodd clip-rule=evenodd d="M0 38.3625H71.9625V48H0V38.3625Z" fill=#118600></path></g></g><defs><clippath id=clip0_704_43470><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}