@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) • 581 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-bh><g clip-path=url(#clip0_704_43714)><path d="M0 0H64V48H0" fill=white></path><path d="M64 0H9.59998L20.67 4.8L9.59998 9.6L20.67 14.4L9.59998 19.2L20.67 24L9.59998 28.8L20.67 33.6L9.59998 38.4L20.67 43.2L9.59998 48H64" fill=#CE1126></path></g><defs><clippath id=clip0_704_43714><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}