@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) • 773 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-mv><g clip-path=url(#clip0_704_43512)><path d="M0 0H64V48H0V0Z" fill=#D21034></path><path d="M12 12H52V36H12V12Z" fill=#007E3A></path><path d="M35 32C39.4183 32 43 28.4183 43 24C43 19.5817 39.4183 16 35 16C30.5817 16 27 19.5817 27 24C27 28.4183 30.5817 32 35 32Z" fill=white></path><path d="M38 32C42.4183 32 46 28.4183 46 24C46 19.5817 42.4183 16 38 16C33.5817 16 30 19.5817 30 24C30 28.4183 33.5817 32 38 32Z" fill=#007E3A></path></g><defs><clippath id=clip0_704_43512><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}