@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.09 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-gy><g clip-path=url(#clip0_704_43684)><path fill-rule=evenodd clip-rule=evenodd d="M0.23999 0H64V48H0.23999V0Z" fill=#399408></path><path fill-rule=evenodd clip-rule=evenodd d="M0.02 0C-0.07 0 61.98 24.15 61.98 24.15L0 47.98L0.02 0Z" fill=white></path><path fill-rule=evenodd clip-rule=evenodd d="M0.0300293 2.02002C0.370029 2.02002 55.93 23.81 55.62 24.02L0.190029 46.32L0.0300293 2.03002V2.02002Z" fill=#FFDE08></path><path fill-rule=evenodd clip-rule=evenodd d="M0.190054 0.0799561C0.370054 0.0799561 29.2801 24.17 29.2801 24.17L0.180054 47.7V0.0799561H0.190054Z" fill=black></path><path fill-rule=evenodd clip-rule=evenodd d="M0.0300195 3.39004C0.19002 1.89004 26.12 24.23 26.12 24.23L0.0200195 45.17V3.39004H0.0300195Z" fill=#DE2110></path></g><defs><clippath id=clip0_704_43684><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}