@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.17 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-dj><g clip-path=url(#clip0_704_43703)><mask id=mask0_704_43703 style="mask-type: luminance" maskunits=userSpaceOnUse x=-1 y=0 width=66 height=49><path d="M-0.010498 0H64.1633V48.128H-0.010498V0Z" fill=white></path></mask><g mask=url(#mask0_704_43703)><path fill-rule=evenodd clip-rule=evenodd d="M-0.010498 0H72.1815V48.128H-0.010498V0Z" fill=#00CC00></path><path fill-rule=evenodd clip-rule=evenodd d="M-0.010498 0H72.1815V24.064H-0.010498V0Z" fill=#6699FF></path><path fill-rule=evenodd clip-rule=evenodd d="M-0.010498 0L35.9633 24.0358L-0.010498 48.034V0Z" fill=#FFFEFE></path><path fill-rule=evenodd clip-rule=evenodd d="M15.0107 27.4479L12.1155 25.3799L9.22973 27.4855L10.3013 24.0639L7.42493 21.9489L10.9875 21.9207L12.0873 18.5085L13.2153 21.9113H16.7779L13.9109 24.0451L15.0107 27.4667V27.4479Z" fill=#FF0000></path></g></g><defs><clippath id=clip0_704_43703><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}