@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.68 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-za><g clip-path=url(#clip0_704_43652)><mask id=mask0_704_43652 style="mask-type: luminance" maskunits=userSpaceOnUse x=-1 y=0 width=66 height=48><path d="M-0.000488281 0H64.0013V47.999H-0.000488281V0Z" fill=white></path></mask><g mask=url(#mask0_704_43652)><path fill-rule=evenodd clip-rule=evenodd d="M-0.000513038 38.2305V9.78735L21.1772 24.0089L-0.0098877 38.2305H-0.000513038Z" fill=black></path><path fill-rule=evenodd clip-rule=evenodd d="M14.446 48.0083L38.2205 32.0149H71.9886V47.9989H14.446V48.0083Z" fill=#000C8A></path><path fill-rule=evenodd clip-rule=evenodd d="M12.9274 -5.0431e-05H71.9886V16.0121H38.2112C38.2112 16.0121 13.2367 -0.159422 12.9274 -5.0431e-05Z" fill=#E1392D></path><path fill-rule=evenodd clip-rule=evenodd d="M-0.000513038 5.99976V9.78717L21.1772 23.9994L-0.0098877 38.2303V42.0084L26.6614 24.0087L-0.0098877 5.99976H-0.000513038Z" fill=#FFB915></path><path fill-rule=evenodd clip-rule=evenodd d="M-0.000488281 5.99987V0H8.90557L37.1425 19.1246H71.998V28.8931H37.1425L8.8962 47.999H-0.000488281V42.0085L26.6614 24.0089L0.00888638 5.99987H-0.000488281Z" fill=#007847></path><path fill-rule=evenodd clip-rule=evenodd d="M8.89612 0H14.446L38.2205 16.0028H71.9885V19.1246H37.1424L8.89612 0.0093748V0ZM8.89612 48.0084H14.446L38.2205 32.0149H71.9885V28.9025H37.1424L8.89612 47.999V48.0084Z" fill=white></path></g></g><defs><clippath id=clip0_704_43652><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}