@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.99 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-st><g clip-path=url(#clip0_704_43476)><path d="M0 0H64V48H0V0Z" fill=#12AD2B></path><path d="M0 13.71H64V34.3H0V13.71Z" fill=#FFCE00></path><path d="M0 0V48L24 24" fill=#D21034></path><path d="M35.1599 17.1428L33.0409 23.6644L36.3017 24.7239" fill=black></path><path d="M35.1599 17.1428L37.2789 23.6644L34.0181 24.7239" fill=black></path><path d="M41.6818 21.8816H34.8246V25.3102" fill=black></path><path d="M41.6818 21.8816L36.1342 25.9122L34.1189 23.1384" fill=black></path><path d="M39.1906 29.5476L37.0716 23.026L33.8108 24.0855" fill=black></path><path d="M39.1906 29.5476L33.643 25.517L35.6582 22.7433" fill=black></path><path d="M31.1293 29.5481L36.6769 25.5175L34.6616 22.7437" fill=black></path><path d="M31.1293 29.5481L33.2483 23.0265L36.5091 24.086" fill=black></path><path d="M28.6384 21.8811L34.186 25.9117L36.2013 23.1379" fill=black></path><path d="M28.6384 21.8811H35.4956V25.3097" fill=black></path><path d="M52.84 17.1428L50.721 23.6644L53.9818 24.7239" fill=black></path><path d="M52.84 17.1428L54.959 23.6644L51.6982 24.7239" fill=black></path><path d="M59.3621 21.8816H52.5049V25.3102" fill=black></path><path d="M59.3621 21.8816L53.8145 25.9122L51.7992 23.1384" fill=black></path><path d="M56.8706 29.5476L54.7516 23.026L51.4908 24.0855" fill=black></path><path d="M56.8706 29.5476L51.323 25.517L53.3383 22.7433" fill=black></path><path d="M48.8096 29.5481L54.3572 25.5175L52.3419 22.7437" fill=black></path><path d="M48.8096 29.5481L50.9286 23.0265L54.1894 24.086" fill=black></path><path d="M46.3185 21.8811L51.8661 25.9117L53.8814 23.1379" fill=black></path><path d="M46.3185 21.8811H53.1757V25.3097" fill=black></path></g><defs><clippath id=clip0_704_43476><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}