@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.72 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-sb><g clip-path=url(#clip0_704_43487)><mask id=mask0_704_43487 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_43487)><path fill-rule=evenodd clip-rule=evenodd d="M0 47.55L92.5687 0H0V47.55Z" fill=#0000D6></path><path fill-rule=evenodd clip-rule=evenodd d="M96 0L2.55005 48H96V0Z" fill=#006000></path><path fill-rule=evenodd clip-rule=evenodd d="M96 0H90.8531L0 45.5062V48H5.14688L96 2.5875V0Z" fill=#FFCC00></path><path fill-rule=evenodd clip-rule=evenodd d="M6.69375 0.853027L7.8 4.0874H11.4094L8.49375 6.06553L9.60938 9.29053L6.69375 7.3124L3.77812 9.2999L4.89375 6.0749L1.97813 4.07803H5.57812L6.69375 0.853027ZM24.6094 0.853027L25.725 4.0874H29.3344L26.4094 6.0749L27.5344 9.2999L24.6 7.3124L21.6937 9.30928L22.8094 6.08428L19.8844 4.0874H23.4938L24.6094 0.853027ZM24.6094 14.3999L25.725 17.6343H29.3344L26.4094 19.6218L27.5344 22.8468L24.6094 20.8499L21.7031 22.8468L22.8187 19.6218L19.8937 17.6249H23.5031L24.6094 14.3999ZM15.7031 7.70615L16.8187 10.9312H20.4188L17.5125 12.928L18.6188 16.153L15.7125 14.1562L12.7875 16.153L13.9125 12.928L10.9875 10.9312H14.5969L15.7031 7.70615ZM6.69375 14.3999L7.8 17.6343H11.4094L8.49375 19.6218L9.60938 22.8468L6.69375 20.8499L3.77812 22.8468L4.90312 19.6218L1.96875 17.6249H5.56875L6.69375 14.3999Z" fill=white></path></g></g><defs><clippath id=clip0_704_43487><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}