@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) • 637 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-sy><g clip-path=url(#clip0_704_43678)><path d="M0 0H64V48H0V0Z" fill=black></path><path d="M0 0H64V32H0V0Z" fill=white></path><path d="M0 0H64V16H0V0Z" fill=#CE1126></path><path d="M16.1 30L20 18L23.9 30L13.7 22.58H26.3M40.0999 30L43.9999 18L47.8999 30L37.6999 22.58H50.2999" fill=#007A3D></path></g><defs><clippath id=clip0_704_43678><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}