@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) • 885 B
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-gg><g clip-path=url(#clip0_704_43593)><path d="M0 0H64V48H0V0Z" fill=white></path><path d="M25.6 0H38.4V48H25.6V0Z" fill=#E8112D></path><path d="M0 17.6H64V30.4H0V17.6Z" fill=#E8112D></path><path d="M11 28.67L13.33 26.33H34.33V21.67H13.33L11 19.33V28.67Z" fill=#F9DD16></path><path d="M27.33 3L29.67 5.33V26.33H34.33V5.33L36.67 3L27.33 3Z" fill=#F9DD16></path><path d="M36.67 45L34.33 42.67V21.67H29.67V42.67L27.33 45H36.67Z" fill=#F9DD16></path><path d="M53 19.33L50.67 21.67L29.67 21.67V26.33L50.67 26.33L53 28.67V19.33Z" fill=#F9DD16></path></g><defs><clippath id=clip0_704_43593><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}