@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) • 495 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-undo-16><path fill-rule=evenodd clip-rule=evenodd d="M13 8a5 5 0 0 0-5-5c-1.514 0-2.78.666-3.875 2H6a1 1 0 1 1 0 2H2.268a.98.98 0 0 1-.038 0H2a1 1 0 0 1-1-1V2a1 1 0 1 1 2 0v1.255C4.312 1.86 5.95 1 8 1a7 7 0 1 1-6.063 10.5 1 1 0 1 1 1.731-1A5 5 0 0 0 13 8Z"></path></symbol>';
}