@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.5 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-cm><g clip-path=url(#clip0_704_43657)><path d="M0 0H21.33V48H0V0Z" fill=#007A5E></path><path d="M21.3301 0H42.6701V48H21.3301V0Z" fill=#CE1126></path><path d="M42.6699 0H63.9999V48H42.6699V0Z" fill=#FCD116></path><path d="M32.0002 18.3103L30.2224 23.7147L32.9246 24.6392L32.0002 18.3103Z" fill=#FCD116></path><path d="M32.0001 18.3103L33.7778 23.7147L31.0756 24.6392L32.0001 18.3103Z" fill=#FCD116></path><path d="M37.4102 22.242L31.7209 22.2213L31.6767 25.077L37.4102 22.242Z" fill=#FCD116></path><path d="M37.4101 22.2421L32.8195 25.6029L31.1053 23.3186L37.4101 22.2421Z" fill=#FCD116></path><path d="M35.344 28.602L33.6056 23.1847L30.8761 24.0252L35.344 28.602Z" fill=#FCD116></path><path d="M35.344 28.6019L30.7291 25.2746L32.3719 22.9384L35.344 28.6019Z" fill=#FCD116></path><path d="M28.6562 28.602L33.2711 25.2747L31.6284 22.9385L28.6562 28.602Z" fill=#FCD116></path><path d="M28.6563 28.6021L30.3947 23.1848L33.1242 24.0253L28.6563 28.6021Z" fill=#FCD116></path><path d="M26.5896 22.2416L31.1802 25.6024L32.8944 23.3181L26.5896 22.2416Z" fill=#FCD116></path><path d="M26.5896 22.2415L32.2788 22.2208L32.323 25.0765L26.5896 22.2415Z" fill=#FCD116></path></g><defs><clippath id=clip0_704_43657><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}