@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) • 657 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-es-ct><g clip-path=url(#clip0_704_43618)><path d="M0 0H64V48H0V0Z" fill=#FCDD09></path><path d="M0 8H63.9997H0ZM63.9997 18.6667H0H63.9997ZM0 29.3334H63.9997H0ZM63.9997 40H0H63.9997Z" fill=black></path><path d="M0 8H63.9997M63.9997 18.6667H0M0 29.3334H63.9997M63.9997 40H0" stroke=#DA121A stroke-width=5.02831></path></g><defs><clippath id=clip0_704_43618><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}