@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.33 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-cf><g clip-path=url(#clip0_704_43677)><mask id=mask0_704_43677 style="mask-type: luminance" maskunits=userSpaceOnUse x=0 y=0 width=64 height=48><path d="M0 0H64V48H0V0Z" fill=white></path></mask><g mask=url(#mask0_704_43677)><path fill-rule=evenodd clip-rule=evenodd d="M-3.95996 0H67.97V11.9H-3.95996V0Z" fill=#0000FF></path><path fill-rule=evenodd clip-rule=evenodd d="M-3.95996 35.96H67.97V48H-3.95996V35.96Z" fill=#FFFF00></path><path fill-rule=evenodd clip-rule=evenodd d="M-3.95996 23.9299H67.97V35.9599H-3.95996V23.9299Z" fill=#009A00></path><path fill-rule=evenodd clip-rule=evenodd d="M-3.95996 11.9H67.97V23.93H-3.95996V11.9Z" fill=white></path><path fill-rule=evenodd clip-rule=evenodd d="M26.01 0.0500488H38V48H26.01V0.0500488Z" fill=#FF0000></path><path fill-rule=evenodd clip-rule=evenodd d="M11.1701 10.57L8.02005 8.38999L4.89005 10.59L5.98005 6.89999L2.93005 4.59999L6.75005 4.49999L8.00005 0.869995L9.27005 4.49999L13.0801 4.56999L10.0601 6.89999" fill=#FFFF00></path></g></g><defs><clippath id=clip0_704_43677><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}