@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) • 560 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-gb-sct><g clip-path=url(#clip0_704_43589)><path d="M0 0H64V48H0V0Z" fill=#0065BD></path><path d="M0 0L64 48L0 0ZM0 48L64 0L0 48Z" fill=black></path><path d="M0 0L64 48M0 48L64 0" stroke=white stroke-width=8.5865></path></g><defs><clippath id=clip0_704_43589><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}