@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) • 748 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-bf><g clip-path=url(#clip0_704_43672)><path fill-rule=evenodd clip-rule=evenodd d="M64 47.96H0.0400391V0H64V47.96Z" fill=#DE0000></path><path fill-rule=evenodd clip-rule=evenodd d="M63.96 48H0V24.02H63.96V48Z" fill=#35A100></path><path fill-rule=evenodd clip-rule=evenodd d="M25.46 27.62L14.86 20.38H27.96L32 8.66003L36.04 20.4L49.14 20.39L38.54 27.63L42.59 39.36L31.99 32.1L21.4 39.34" fill=#FFF300></path></g><defs><clippath id=clip0_704_43672><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}