@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) • 645 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.symbol = symbol;
function symbol() {
// eslint-disable-next-line max-len,quotes
return '<symbol viewbox="0 0 24 24" id=icon-ringgit-24><path fill-rule=evenodd d="M1 5h3.5C6.933 5 9 6.383 9 9c0 1.767-1.003 3.236-2.687 3.75L9.8 17.4a1 1 0 0 1-1.6 1.2L4 13H2v5a1 1 0 1 1-2 0V6a1 1 0 0 1 1-1Zm1 2v4h2.5C5.837 11 7 10.498 7 9S5.838 7 4.5 7H2Z" clip-rule=evenodd></path><path d="M13.894 5.553A1 1 0 0 0 12 6v12a1 1 0 1 0 2 0v-7.764l3.106 6.211a1 1 0 0 0 1.788 0L22 10.237V18a1 1 0 1 0 2 0V6a1 1 0 0 0-1.894-.447L18 13.764l-4.106-8.211Z"></path></symbol>';
}