@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.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-rw><g clip-path=url(#clip0_704_43553)><path d="M0 0H64V48H0V0Z" fill=#20603D></path><path d="M0 0H64V36H0V0Z" fill=#FAD201></path><path d="M0 0H64V24H0V0Z" fill=#00A1DE></path><path d="M58.8402 12.5401L53.4801 12.8534L58.5735 14.5467L53.3201 13.4601L57.8068 16.4067L53.0068 13.9934L56.5668 18.0134L52.5601 14.4467L54.9735 19.2468L52.0201 14.7601L53.1001 20.0068L51.4134 14.9201L51.1001 20.2801L51.0334 12.4734L58.8402 12.5401Z" fill=#E5BE01></path><path d="M58.8402 12.54L53.4801 12.2267L58.5735 10.5333L53.3201 11.62L57.8068 8.67334L53.0068 11.0867L56.5668 7.06666L52.5601 10.6333L54.9735 5.83332L52.0201 10.32L53.1001 5.07332L51.4134 10.16L51.1001 4.79998L51.0334 12.6067L58.8402 12.54Z" fill=#E5BE01></path><path d="M43.36 12.5401L48.7201 12.8534L43.6267 14.5467L48.8801 13.4601L44.3934 16.4067L49.1934 13.9934L45.6334 18.0134L49.6401 14.4467L47.2267 19.2468L50.1801 14.7601L49.1001 20.0068L50.7867 14.9201L51.1001 20.2801L51.1667 12.4734L43.36 12.5401Z" fill=#E5BE01></path><path d="M43.36 12.54L48.7201 12.2267L43.6267 10.5333L48.8801 11.62L44.3934 8.67334L49.1934 11.0867L45.6334 7.06666L49.6401 10.6333L47.2267 5.83332L50.1801 10.32L49.1001 5.07332L50.7867 10.16L51.1001 4.79998L51.1667 12.6067L43.36 12.54Z" fill=#E5BE01></path><path d="M51.1 14.8268C52.3629 14.8268 53.3867 13.803 53.3867 12.5401C53.3867 11.2772 52.3629 10.2534 51.1 10.2534C49.8371 10.2534 48.8134 11.2772 48.8134 12.5401C48.8134 13.803 49.8371 14.8268 51.1 14.8268Z" fill=#E5BE01 stroke=#00A1DE stroke-width=0.226668></path></g><defs><clippath id=clip0_704_43553><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}