@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.61 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-ly><g clip-path=url(#clip0_704_43559)><mask id=mask0_704_43559 style="mask-type: luminance" maskunits=userSpaceOnUse x=0 y=0 width=64 height=48><path d="M0.00317383 0H63.9968V48H0.00317383V0Z" fill=white></path></mask><g mask=url(#mask0_704_43559)><path d="M-16 0H80V48H-16V0Z" fill=#239E46></path><path d="M-16 0H80V36H-16V0Z" fill=black></path><path d="M-16 0H80V12H-16V0Z" fill=#E70013></path><path d="M36.2433 19.7568C35.4638 19.2006 34.5462 18.8698 33.5911 18.8008C32.636 18.7317 31.6804 18.9271 30.829 19.3655C29.9777 19.8039 29.2635 20.4683 28.7649 21.2858C28.2663 22.1033 28.0025 23.0424 28.0025 24C28.0025 24.9576 28.2663 25.8967 28.7649 26.7142C29.2635 27.5317 29.9777 28.1962 30.829 28.6345C31.6804 29.0729 32.636 29.2683 33.5911 29.1992C34.5462 29.1302 35.4638 28.7994 36.2433 28.2432C35.4041 29.0822 34.335 29.6534 33.1712 29.8848C32.0073 30.1162 30.801 29.9973 29.7048 29.5431C28.6085 29.089 27.6715 28.3199 27.0123 27.3333C26.3531 26.3466 26.0012 25.1866 26.0012 24C26.0012 22.8134 26.3531 21.6534 27.0123 20.6667C27.6715 19.6801 28.6085 18.911 29.7048 18.4569C30.801 18.0027 32.0073 17.8838 33.1712 18.1152C34.335 18.3466 35.4041 18.9178 36.2433 19.7568ZM34.9185 24L42.9921 21.3792L38.0001 28.2432V19.7568L42.9921 26.6208L34.9185 24Z" fill=white></path></g></g><defs><clippath id=clip0_704_43559><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}