@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) • 497 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 12 12" id=icon-arrow-right-12><path d="m10.789 5.477-4.287-4.27a.717.717 0 0 0-1.011.003.71.71 0 0 0 .003 1.007l3.073 3.054H1.715A.713.713 0 0 0 1 5.983c0 .393.32.711.715.711h6.852L5.494 9.748a.71.71 0 0 0 .298 1.232.716.716 0 0 0 .71-.229l4.287-4.27a.71.71 0 0 0 0-1.004Z"></path></symbol>';
}