@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.84 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-ke><g clip-path=url(#clip0_704_43540)><path d="M0 0H64V48H0V0Z" fill=white></path><path d="M0 0H64V14.4H0V0Z" fill=black></path><path d="M0 33.6H64V48H0V33.6Z" fill=#006600></path><path d="M23.4199 38.25L23.9599 38.55L37.9699 14.25C38.7799 14.07 39.2299 13.29 39.6799 12.51C39.9799 11.97 41.1799 9.89995 41.6899 7.19995C40.2667 8.46472 39.0606 9.95452 38.1199 11.61C37.6699 12.39 37.2199 13.17 37.4299 13.98L23.4199 38.25Z" fill=black stroke=black stroke-width=0.3></path><path d="M23.4199 38.25L23.9599 38.55L37.9699 14.25C38.7799 14.07 39.2299 13.29 39.6799 12.51C39.9799 11.97 41.1799 9.89995 41.6899 7.19995C40.2667 8.46472 39.0606 9.95452 38.1199 11.61C37.6699 12.39 37.2199 13.17 37.4299 13.98L23.4199 38.25Z" fill=white></path><path d="M40.5801 38.25L40.0401 38.55L26.0301 14.25C25.2201 14.07 24.7701 13.29 24.3201 12.51C24.0201 11.97 22.8201 9.89995 22.3101 7.19995C23.7333 8.46472 24.9394 9.95452 25.8801 11.61C26.3301 12.39 26.7801 13.17 26.5701 13.98L40.5801 38.25Z" fill=black stroke=black stroke-width=0.3></path><path d="M40.5801 38.25L40.0401 38.55L26.0301 14.25C25.2201 14.07 24.7701 13.29 24.3201 12.51C24.0201 11.97 22.8201 9.89995 22.3101 7.19995C23.7333 8.46472 24.9394 9.95452 25.8801 11.61C26.3301 12.39 26.7801 13.17 26.5701 13.98L40.5801 38.25Z" fill=white></path><path d="M64.05 16.8H37.7C36.8 14.4 33.8 9.59998 32 9.59998C30.2 9.59998 27.2 14.4 26.3 16.8H-0.0200195V31.2H26.3C27.2 33.6 30.2 38.4 32 38.4C33.8 38.4 36.8 33.6 37.7 31.2H64.05V16.8Z" fill=#BB0000></path><path d="M37.7 31.2C38.6 28.8 39.2 26.4 39.2 24C39.2 21.6 38.6 19.2 37.7 16.8C36.8 19.2 36.2 21.6 36.2 24C36.2 26.4 36.8 28.8 37.7 31.2Z" fill=black></path><path d="M26.3 31.2C25.4 28.8 24.8 26.4 24.8 24C24.8 21.6 25.4 19.2 26.3 16.8C27.2 19.2 27.8 21.6 27.8 24C27.8 26.4 27.2 28.8 26.3 31.2Z" fill=black></path><path d="M32 25.8C32.6628 25.8 33.2 24.9941 33.2 24C33.2 23.0058 32.6628 22.2 32 22.2C31.3373 22.2 30.8 23.0058 30.8 24C30.8 24.9941 31.3373 25.8 32 25.8Z" fill=white></path><path d="M32.3 25.7399C32.3 25.7399 33.5 28.1399 33.5 32.0399C33.5 35.9399 32.3 38.3399 32.3 38.3399V25.7399Z" fill=white></path><path d="M31.7 22.2599C31.7 22.2599 30.5 19.8599 30.5 15.9599C30.5 12.0599 31.7 9.65989 31.7 9.65989V22.2599Z" fill=white></path><path d="M31.7 25.7399C31.7 25.7399 30.5 28.1399 30.5 32.0399C30.5 35.9399 31.7 38.3399 31.7 38.3399V25.7399Z" fill=white></path><path d="M32.3 22.2599C32.3 22.2599 33.5 19.8599 33.5 15.9599C33.5 12.0599 32.3 9.65989 32.3 9.65989V22.2599Z" fill=white></path></g><defs><clippath id=clip0_704_43540><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}