@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) • 655 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-th><g clip-path=url(#clip0_704_43583)><path fill-rule=evenodd clip-rule=evenodd d="M0 0H64V48H0V0Z" fill=#F4F5F8></path><path fill-rule=evenodd clip-rule=evenodd d="M0 16.25H64V32.25H0V16.25Z" fill=#2D2A4A></path><path fill-rule=evenodd clip-rule=evenodd d="M0 0H64V8.25H0V0ZM0 40H64V48H0V40Z" fill=#A51931></path></g><defs><clippath id=clip0_704_43583><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}