@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) • 551 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-undo-24><path fill-rule=evenodd clip-rule=evenodd d="M20 12a8 8 0 0 0-8-8C9.088 4 6.712 5.671 5.104 8H9a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1V3a1 1 0 0 1 2 0v3.137C5.874 3.777 8.584 2 12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10c-4.356 0-8.058-2.784-9.43-6.667a1 1 0 1 1 1.885-.666A8.004 8.004 0 0 0 12 20a8 8 0 0 0 8-8Z"></path></symbol>';
}