@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) • 592 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-gh><g clip-path=url(#clip0_704_43497)><path d="M0 0H64V48H0V0Z" fill=#006B3F></path><path d="M0 0H64V32H0V0Z" fill=#FCD116></path><path d="M0 0H64V16H0V0Z" fill=#CE1126></path><path d="M32 16L37.2 32L23.59 22.11H40.4L26.8 32L32 16Z" fill=black></path></g><defs><clippath id=clip0_704_43497><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}