@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) • 1.24 kB
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-cu><g clip-path=url(#clip0_704_43643)><mask id=mask0_704_43643 style="mask-type: luminance" maskunits=userSpaceOnUse x=-1 y=0 width=66 height=49><path d="M-0.00805664 0H64.1657V48.128H-0.00805664V0Z" fill=white></path></mask><g mask=url(#mask0_704_43643)><path fill-rule=evenodd clip-rule=evenodd d="M-0.00805664 0H72.1839V48.128H-0.00805664V0Z" fill=#002A8F></path><path fill-rule=evenodd clip-rule=evenodd d="M-0.00805664 9.62561H72.1839V19.2512H-0.00805664V9.62561ZM-0.00805664 28.8768H72.1839V38.5024H-0.00805664V28.8768Z" fill=white></path><path fill-rule=evenodd clip-rule=evenodd d="M-0.00805664 0L41.4177 24.0358L-0.00805664 48.034V0Z" fill=#CB1515></path><path fill-rule=evenodd clip-rule=evenodd d="M18.2091 30.597L13.7441 27.26L9.3073 30.6252L10.9617 25.1638L6.5249 21.7798L12.0051 21.7422L13.7065 16.2902L15.4455 21.7234L20.9257 21.7328L16.5171 25.145L18.2091 30.597Z" fill=white></path></g></g><defs><clippath id=clip0_704_43643><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}