@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) • 633 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 16 16" id=icon-ringgit-16><path fill-rule=evenodd d="M1 3h2c1.75 0 3 1.258 3 3 0 .91-.337 1.834-1.07 2.402l1.918 3.068a1 1 0 1 1-1.696 1.06L2.946 9H2v3a1 1 0 1 1-2 0V4a1 1 0 0 1 1-1Zm1 2v2h1c.664 0 1-.341 1-1s-.336-1-1-1H2Z" clip-rule=evenodd></path><path d="M9.894 3.553A1 1 0 0 0 8 4v8a1 1 0 1 0 2 0V8.236l1.106 2.211a1 1 0 0 0 1.788 0L14 8.237V12a1 1 0 1 0 2 0V4a1 1 0 0 0-1.894-.447L12 7.764 9.894 3.553Z"></path></symbol>';
}