@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) • 522 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-cz><g clip-path=url(#clip0_704_43635)><path d="M0 0H64V24H0V0Z" fill=white></path><path d="M0 24H64V48H0V24Z" fill=#D7141A></path><path d="M36 24L0 0V48L36 24Z" fill=#11457E></path></g><defs><clippath id=clip0_704_43635><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}