@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-jo><g clip-path=url(#clip0_704_43544)><mask id=mask0_704_43544 style="mask-type: luminance" maskunits=userSpaceOnUse x=0 y=0 width=64 height=48><path d="M0.00622559 0H64V48H0.00622559V0Z" fill=white></path></mask><g mask=url(#mask0_704_43544)><path fill-rule=evenodd clip-rule=evenodd d="M0.00622559 0H96.0062V16.0031H0.00622559V0Z" fill=black></path><path fill-rule=evenodd clip-rule=evenodd d="M0.00622559 16.0032H96.0062V31.9969H0.00622559V16.0032Z" fill=white></path><path fill-rule=evenodd clip-rule=evenodd d="M0.00622559 31.9968H96.0062V48H0.00622559V31.9968Z" fill=#009900></path><path fill-rule=evenodd clip-rule=evenodd d="M0.00622559 48L48.0062 24L0.00622559 0V48Z" fill=#FF0000></path><path fill-rule=evenodd clip-rule=evenodd d="M13.3469 27.0937L13.8812 24.7594H11.4906L13.6469 23.7281L12.1562 21.8625L14.3125 22.8937L14.8375 20.5687L15.3719 22.9031L17.5187 21.8625L16.0187 23.7281L18.175 24.7594H15.7937L16.3281 27.0937L14.8375 25.2187L13.3469 27.0937Z" fill=white></path></g></g><defs><clippath id=clip0_704_43544><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}