@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.24 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-pr><g clip-path=url(#clip0_704_43607)><mask id=mask0_704_43607 style="mask-type: luminance" maskunits=userSpaceOnUse x=0 y=0 width=65 height=48><path d="M0.00317383 0H64.0063V48H0.00317383V0Z" fill=white></path></mask><g mask=url(#mask0_704_43607)><path fill-rule=evenodd clip-rule=evenodd d="M0.00317383 0H72.0032V48H0.00317383V0Z" fill=#ED0000></path><path fill-rule=evenodd clip-rule=evenodd d="M0.00317383 9.6001H72.0032V19.2001H0.00317383V9.6001ZM0.00317383 28.8001H72.0032V38.4001H0.00317383V28.8001Z" fill=white></path><path fill-rule=evenodd clip-rule=evenodd d="M0.00317383 0L41.3188 23.9719L0.00317383 47.9062V0Z" fill=#0050F0></path><path fill-rule=evenodd clip-rule=evenodd d="M18.1625 30.5156L13.7188 27.1875L9.2938 30.5437L10.9438 25.0968L6.5188 21.7218L11.9844 21.6843L13.6813 16.2468L15.4157 21.6656L20.8813 21.675L16.4844 25.0781L18.1719 30.5156H18.1625Z" fill=white></path></g></g><defs><clippath id=clip0_704_43607><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}