@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) • 574 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-ee><g clip-path=url(#clip0_704_43690)><path d="M64 0H0V47.79H64V0Z" fill=black></path><path d="M64 32.0699H0V47.9999H64V32.0699Z" fill=white></path><path fill-rule=evenodd clip-rule=evenodd d="M0 0H64V15.93H0V0Z" fill=#1791FF></path></g><defs><clippath id=clip0_704_43690><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}