@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) • 572 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-bd><g clip-path=url(#clip0_704_43603)><path d="M0 0H64V48H0V0Z" fill=#006A4E></path><path d="M28 40C36.8366 40 44 32.8366 44 24C44 15.1634 36.8366 8 28 8C19.1634 8 12 15.1634 12 24C12 32.8366 19.1634 40 28 40Z" fill=#F42A41></path></g><defs><clippath id=clip0_704_43603><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}