@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.26 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-mh><g clip-path=url(#clip0_704_43523)><path fill-rule=evenodd clip-rule=evenodd d="M0 0H63.99V48H0V0Z" fill=#3B5AA3></path><path fill-rule=evenodd clip-rule=evenodd d="M0 46.7L63.99 0V8.7L0 48V46.7Z" fill=#E2AE57></path><path fill-rule=evenodd clip-rule=evenodd d="M2.24 48L64 17.92L63.99 8.37002L0 48H2.24ZM17.54 1.52002L16.9 11.8L14.2 5.24002L15.24 12.22L11.05 6.58002L13.8 13.01L8.3 8.75002L12.58 14.11L6.37 11.35L11.81 15.47L5.04 14.57L11.44 17.11L1.4 18.03L11.46 18.7L5.09 21.32L11.79 20.42L6.36 24.42L12.66 21.66L8.36 27.06L13.82 22.93L11.12 29.22L15.48 23.75L14.3 30.56L17.05 24.19L17.67 34.26L18.64 24.22L21.01 30.62L20.11 23.72L24.45 29.2L21.59 22.8L27.05 27.2L22.71 21.71L29.2 24.41L23.46 20.22L30.45 21.4L23.75 18.83L34.16 18.18L23.76 17.21L30.61 14.93L23.51 15.83L29.37 11.73L22.77 14.38L27.33 8.85002L21.77 13.19L24.44 6.55002L20.13 12.19L21.06 5.15002L18.49 11.8L17.53 1.52002H17.54Z" fill=white></path></g><defs><clippath id=clip0_704_43523><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}