@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) • 2.12 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-sg><g clip-path=url(#clip0_704_43617)><mask id=mask0_704_43617 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_43617)><path fill-rule=evenodd clip-rule=evenodd d="M-2 0H70V48H-2V0Z" fill=white></path><path fill-rule=evenodd clip-rule=evenodd d="M-2 0H70V24H-2V0Z" fill=#DF0000></path><path fill-rule=evenodd clip-rule=evenodd d="M14.6 4.02006C12.7058 4.42713 11.0093 5.4735 9.79538 6.98348C8.58146 8.49347 7.92399 10.3751 7.93338 12.3125C7.94276 14.25 8.61842 16.1252 9.84691 17.6233C11.0754 19.1215 12.7819 20.1514 14.68 20.5401C13.5926 20.8547 12.4539 20.9516 11.329 20.8252C10.2042 20.6987 9.11534 20.3515 8.12497 19.8034C7.13461 19.2552 6.26219 18.517 5.55776 17.6309C4.85333 16.7449 4.33075 15.7285 4.01998 14.6401C3.40275 12.4522 3.6769 10.1089 4.78251 8.12251C5.88812 6.13617 7.73522 4.66838 9.91998 4.04006C11.52 3.58006 13 3.57006 14.61 4.02006H14.6Z" fill=white></path><path fill-rule=evenodd clip-rule=evenodd d="M13.3 11.0001L13.79 12.5001L12.49 11.5801L11.21 12.5201L11.68 11.0001L10.4 10.0701L11.99 10.0501L12.49 8.55012L12.99 10.0501H14.57L13.3 11.0001ZM15.05 16.2001L15.55 17.7101L14.25 16.7901L12.96 17.7201L13.44 16.2101L12.16 15.2701L13.75 15.2601L14.24 13.7501L14.74 15.2501H16.34L15.05 16.2001ZM20.9 16.1601L21.39 17.6801L20.09 16.7501L18.81 17.6801L19.28 16.1701L18 15.2401L19.59 15.2201L20.09 13.7201L20.59 15.2201H22.17L20.9 16.1601ZM22.64 11.0001L23.13 12.5101L21.83 11.5901L20.55 12.5201L21.03 11.0101L19.74 10.0701L21.34 10.0601L21.82 8.55012L22.32 10.0501H23.92L22.64 11.0001ZM18.01 7.57012L18.51 9.09012L17.21 8.16012L15.92 9.10012L16.4 7.58012L15.12 6.64012L16.7 6.63012L17.2 5.12012L17.7 6.62012H19.3L18.01 7.57012Z" fill=white></path></g></g><defs><clippath id=clip0_704_43617><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}