@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.26 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-nr><g clip-path=url(#clip0_704_43552)><mask id=mask0_704_43552 style="mask-type: luminance" maskunits=userSpaceOnUse x=0 y=0 width=65 height=48><path d="M0.00183105 0H64.005V48H0.00183105V0Z" fill=white></path></mask><g mask=url(#mask0_704_43552)><path fill-rule=evenodd clip-rule=evenodd d="M-7.995 0H88.005V48H-7.995V0Z" fill=#002170></path><path fill-rule=evenodd clip-rule=evenodd d="M-7.995 21.9468H88.005V26.0624H-7.995V21.9468Z" fill=#FFB20D></path><path fill-rule=evenodd clip-rule=evenodd d="M20.2988 41.0624L17.205 37.9687L16.2207 42.2249L15.0957 38.0062L12.105 41.1937L13.2394 36.9749L9.06753 38.2405L12.1613 35.1468L7.90503 34.153L12.1238 33.028L8.93628 30.0468L13.155 31.1718L11.88 26.9999L14.9738 30.0937L15.9675 25.8374L17.0925 30.0562L20.0738 26.8687L18.9488 31.0874L23.1207 29.8218L20.0269 32.9155L24.2832 33.8999L20.0644 35.0249L23.2519 38.0249L19.0332 36.8812L20.2988 41.0624Z" fill=white></path></g></g><defs><clippath id=clip0_704_43552><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}