@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.05 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-km><g clip-path=url(#clip0_704_43536)><mask id=mask0_704_43536 style="mask-type: luminance" maskunits=userSpaceOnUse x=0 y=0 width=65 height=48><path d="M0 0H64.0031V48H0V0Z" fill=white></path></mask><g mask=url(#mask0_704_43536)><path fill-rule=evenodd clip-rule=evenodd d="M0 0H72.075V12H0V0Z" fill=#FFFF00></path><path fill-rule=evenodd clip-rule=evenodd d="M0 12H72.075V24H0V12Z" fill=white></path><path fill-rule=evenodd clip-rule=evenodd d="M0 24H72.075V36H0V24Z" fill=#BE0027></path><path fill-rule=evenodd clip-rule=evenodd d="M0 36H72.075V48H0V36Z" fill=#3B5AA3></path><path fill-rule=evenodd clip-rule=evenodd d="M0 0V48L35.8031 24.0656L0 0Z" fill=#239E46></path><path fill-rule=evenodd clip-rule=evenodd d="M14.7375 13.2563C6.76877 12.8532 3.1219 19.2094 3.13127 24.1219C3.11252 29.9344 8.62502 34.7157 13.7063 34.4344C10.9688 33.1407 7.61252 29.4938 7.59377 24.0938C7.56565 19.2094 10.3594 14.9532 14.7469 13.2563H14.7375Z" fill=white></path><path fill-rule=evenodd clip-rule=evenodd d="M14.625 18.4687L13.5 17.5968L12.1312 18.0281L12.6187 16.6781L11.7937 15.5156L13.2187 15.5718L14.0625 14.4187L14.4656 15.7968L15.8156 16.2468L14.6344 17.0437L14.625 18.4687ZM14.5969 23.3531L13.4719 22.4718L12.1031 22.9031L12.6 21.5625L11.7656 20.4L13.2 20.4468L14.0437 19.3031L14.4375 20.6718L15.7969 21.1312L14.6062 21.9281L14.5969 23.3531ZM14.6156 28.2843L13.4906 27.4031L12.1312 27.8343L12.6187 26.4937L11.7937 25.3312L13.2187 25.3781L14.0625 24.2343L14.4656 25.6031L15.8156 26.0531L14.6344 26.8593L14.6156 28.2843ZM14.5969 33.2531L13.4719 32.3812L12.0937 32.8125L12.5906 31.4625L11.7562 30.3L13.1906 30.3562L14.0344 29.2031L14.4281 30.5812L15.7875 31.0312L14.5969 31.8281V33.2531Z" fill=white></path></g></g><defs><clippath id=clip0_704_43536><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}