@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.83 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-np><mask id=mask0_704_43543 style="mask-type: luminance" maskunits=userSpaceOnUse x=0 y=0 width=48 height=48><path d="M0 0H48V48H0V0Z" fill=white></path></mask><g mask=url(#mask0_704_43543)><path fill-rule=evenodd clip-rule=evenodd d="M0.609375 47.3906H36.1219L12.8812 23.8219L37.0031 23.85L0.61875 0.609375V47.3906H0.609375Z" fill=#CE0000 stroke=#000063 stroke-width=1.29375></path><path fill-rule=evenodd clip-rule=evenodd d="M16.9406 34.8562L14.4094 35.7L16.3969 37.5563L13.725 37.3875L14.8219 39.8438L12.4313 38.6906L12.4781 41.3719L10.7156 39.4125L9.7125 41.9062L8.85 39.4406L6.94687 41.3719L7.11563 38.775L4.59375 39.8438L5.775 37.5L3.02812 37.5563L5.04375 35.8406L2.48438 34.8562L5.01562 34.0125L3.01875 32.1562L5.68125 32.325L4.59375 29.8688L6.99375 31.0219L6.94687 28.3406L8.70938 30.3L9.7125 27.8063L10.5656 30.2719L12.4781 28.3406L12.3 30.9375L14.8312 29.8688L13.6406 32.2125L16.3969 32.1562L14.3812 33.8719L16.9406 34.8562ZM13.9031 17.5406L12.8438 18.3281L13.3688 18.7594C14.6008 17.8988 15.5916 16.7368 16.2469 15.3844C16.4156 17.3813 14.5875 21.8531 9.80625 21.9C8.93235 21.9111 8.0649 21.7491 7.25395 21.4232C6.443 21.0974 5.70462 20.6141 5.08143 20.0014C4.45823 19.3886 3.96255 18.6586 3.62301 17.8532C3.28346 17.0479 3.10677 16.1833 3.10312 15.3094C4.04062 17.0156 4.62187 17.8406 6.10312 18.7313L6.54375 18.3187L5.55 17.4844L6.83438 17.1469L6.14062 15.9844L7.49063 16.0781L7.32187 14.7281L8.50312 15.4219L8.87812 14.1562L9.72187 15.1688L10.5187 14.2031L10.95 15.5156L12.0563 14.7469L11.9156 16.0875L13.2469 15.9281L12.6188 17.1656L13.9031 17.5406Z" fill=white></path></g></symbol>';
}