@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) • 796 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-jm><g clip-path=url(#clip0_704_43551)><path fill-rule=evenodd clip-rule=evenodd d="M0 0L32 24L0 48V0ZM64 0L32 24L64 48V0Z" fill=black></path><path fill-rule=evenodd clip-rule=evenodd d="M0 0L32 24L64 0H0ZM0 48L32 24L64 48H0Z" fill=#009900></path><path fill-rule=evenodd clip-rule=evenodd d="M64 0H58.04L0 43.53V48H5.96L64 4.47V0Z" fill=#FFCC00></path><path fill-rule=evenodd clip-rule=evenodd d="M0 0V4.47L58.04 48H64V43.53L5.96 0H0Z" fill=#FFCC00></path></g><defs><clippath id=clip0_704_43551><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}