@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) • 2.45 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-cv><g clip-path=url(#clip0_704_43708)><mask id=mask0_704_43708 style="mask-type: luminance" maskunits=userSpaceOnUse x=-1 y=0 width=66 height=49><path d="M-0.029541 0H64.1349V48.128H-0.029541V0Z" fill=white></path></mask><g mask=url(#mask0_704_43708)><path fill-rule=evenodd clip-rule=evenodd d="M-0.0295406 21.902H79.5321V41.266H-0.0389404L-0.0295406 21.902Z" fill=white></path><path fill-rule=evenodd clip-rule=evenodd d="M0.0268555 0H79.5508V24.1204H0.0268555V0ZM0.0550558 36.2746H80.1525V48.128H0.0550558V36.2746Z" fill=#081873></path><path fill-rule=evenodd clip-rule=evenodd d="M0.0550537 28.4445H79.5791V32.1669H0.0550537V28.4445Z" fill=#DE3929></path><path fill-rule=evenodd clip-rule=evenodd d="M23.884 37.5248L24.5044 39.4424H26.516L24.8804 40.6362L25.5008 42.5632L23.884 41.36L22.2484 42.5538L22.8782 40.6268L21.2426 39.433H23.2636M41.368 23.5376L41.9978 25.4646H44L42.3644 26.649L42.9848 28.576L41.3492 27.3822L39.7136 28.576L40.334 26.649L38.6984 25.4646H40.7288M19.8608 31.5182L20.4812 33.4452H22.5022L20.876 34.6484L21.5058 36.566L19.8702 35.3816L18.2346 36.566L18.855 34.6484L17.2194 33.4546H19.2404M41.368 30.973L41.9978 32.8906H44L42.3644 34.0844L42.9848 36.002L41.3492 34.8176L39.7136 36.0114L40.334 34.0844L38.6984 32.8906H40.7288M36.9218 17.6908L37.5516 19.6084H39.582L37.9464 20.8022L38.5668 22.7292L36.9312 21.5354L35.2956 22.7292L35.9254 20.8022L34.2804 19.6084H36.3108M30.2478 15.3596L30.8776 17.2866H32.8986L31.263 18.471L31.8834 20.398L30.2478 19.2136L28.6122 20.398L29.242 18.471L27.6064 17.2866H29.618M23.555 17.5592L24.1848 19.4862H26.2058L24.5702 20.6706L25.2 22.5976L23.555 21.4038L21.9194 22.5976L22.5492 20.6706L20.9136 19.4862H22.944M19.6728 23.547L20.2932 25.474H22.3236L20.6786 26.6584L21.3084 28.5854L19.6728 27.3916L18.0372 28.5854L18.6576 26.6584L17.022 25.474H19.043M30.2478 39.5176L30.8776 41.4446H32.8986L31.263 42.629L31.8928 44.556L30.2478 43.3622L28.6122 44.556L29.242 42.629L27.6064 41.4446H29.618M37.3448 37.5248L37.9652 39.4424H39.9862L38.36 40.6362L38.9898 42.5632L37.3542 41.3694L35.7092 42.5632L36.339 40.6362L34.7034 39.4424H36.7244" fill=#FFCE08></path></g></g><defs><clippath id=clip0_704_43708><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}