@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.02 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-gm><g clip-path=url(#clip0_704_43582)><mask id=mask0_704_43582 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_43582)><path fill-rule=evenodd clip-rule=evenodd d="M0 -8H64V13.33H0V-8Z" fill=#FF0000></path><path fill-rule=evenodd clip-rule=evenodd d="M0 13.33H64V16.9H0V13.33Z" fill=white></path><path fill-rule=evenodd clip-rule=evenodd d="M0 16.89H64V31.1H0V16.89Z" fill=#000099></path><path fill-rule=evenodd clip-rule=evenodd d="M0 31.11H64V34.67H0V31.11Z" fill=white></path><path fill-rule=evenodd clip-rule=evenodd d="M0 34.67H64V56H0V34.67Z" fill=#009900></path></g></g><defs><clippath id=clip0_704_43582><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}