@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) • 677 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-tt><g clip-path=url(#clip0_704_43466)><path d="M0 0H64V48H0V0Z" fill=white></path><path fill-rule=evenodd clip-rule=evenodd d="M46.37 48L0 0.1V47.98L46.37 48ZM17.63 0L64 47.9V0.02L17.63 0Z" fill=#E00000></path><path fill-rule=evenodd clip-rule=evenodd d="M2.77002 0.0200195H14.63L61.45 47.95H49.22L2.77002 0.0200195Z" fill=black></path></g><defs><clippath id=clip0_704_43466><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}