@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) • 514 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-se><g clip-path=url(#clip0_704_43665)><path d="M0 0H64V48H0V0Z" fill=#005293></path><path d="M17.6 0V19.2H0V28.8H17.6V48H27.2V28.8H64V19.2H27.2V0H17.6Z" fill=#FECB00></path></g><defs><clippath id=clip0_704_43665><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}