@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) • 553 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-dk><g clip-path=url(#clip0_704_43550)><path d="M0 0H64.01V48H0V0Z" fill=#C8102E></path><path d="M20.5699 0H27.4299V48H20.5699V0Z" fill=white></path><path d="M0 20.5699H64.01V27.4299H0V20.5699Z" fill=white></path></g><defs><clippath id=clip0_704_43550><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}