@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.85 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-tn><g clip-path=url(#clip0_704_43631)><mask id=mask0_704_43631 style="mask-type: luminance" maskunits=userSpaceOnUse x=0 y=0 width=64 height=48><path d="M0.00317383 0H63.9969V48H0.00317383V0Z" fill=white></path></mask><g mask=url(#mask0_704_43631)><path fill-rule=evenodd clip-rule=evenodd d="M-4 0H68V48H-4V0Z" fill=#E70013></path><path fill-rule=evenodd clip-rule=evenodd d="M44.1687 23.9813C44.1686 27.1912 42.8935 30.2697 40.6237 32.5395C38.354 34.8093 35.2755 36.0844 32.0655 36.0844C28.8556 36.0844 25.7771 34.8093 23.5073 32.5395C21.2376 30.2697 19.9624 27.1912 19.9624 23.9813C19.9624 20.7714 21.2376 17.6929 23.5073 15.4231C25.7771 13.1533 28.8556 11.8782 32.0655 11.8782C35.2755 11.8782 38.354 13.1533 40.6237 15.4231C42.8935 17.6929 44.1686 20.7714 44.1687 23.9813Z" fill=white></path><path fill-rule=evenodd clip-rule=evenodd d="M32.0656 32.0062C29.9835 31.935 28.0104 31.0579 26.5627 29.5598C25.1149 28.0617 24.3057 26.0598 24.3057 23.9765C24.3057 21.8931 25.1149 19.8913 26.5627 18.3932C28.0104 16.8951 29.9835 16.0179 32.0656 15.9468C33.1719 15.9468 34.4375 16.2093 35.2906 16.8374C29.4219 17.053 27.9313 22.0405 27.9313 24.0468C27.9313 26.053 28.8781 30.5249 35.2906 31.1905C34.5594 31.6593 33.1719 32.0062 32.0656 32.0062Z" fill=#E70013></path><path fill-rule=evenodd clip-rule=evenodd d="M39.1344 27.3562L35.4876 26.025L33.0782 29.0625L33.2188 25.1906L29.5813 23.8312L33.3125 22.7625L33.4719 18.8906L35.6469 22.1063L39.3782 21.075L36.9876 24.1219L39.1344 27.3562Z" fill=#E70013></path></g></g><defs><clippath id=clip0_704_43631><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}