@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) • 565 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-rupee-16><path d="M3 1a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H9.104c.403.542.692 1.221.819 2H12a1 1 0 1 1 0 2H9.923C9.679 7.5 8.88 8.516 7.817 9.14c-.645.378-1.359.595-2.044.717l3.06 4.588a1 1 0 0 1-1.665 1.11L3.237 9.658A1.067 1.067 0 0 1 4.113 8c1.48-.016 3.324-.356 3.767-2H4a1 1 0 0 1 0-2h3.88C7.426 2.317 5.5 2 4 2a1 1 0 0 1-1-1Z"></path></symbol>';
}