@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) • 661 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-td><g clip-path=url(#clip0_704_43472)><path fill-rule=evenodd clip-rule=evenodd d="M0 0H21.4V48H0V0Z" fill=#000067></path><path fill-rule=evenodd clip-rule=evenodd d="M42.6001 0H64.0001V48H42.6001V0Z" fill=#FF0000></path><path fill-rule=evenodd clip-rule=evenodd d="M21.3999 0H42.5999V48H21.3999V0Z" fill=#FFFF00></path></g><defs><clippath id=clip0_704_43472><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}