UNPKG

@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) 619 B
"use strict"; 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-history-24><path fill-rule=evenodd clip-rule=evenodd d="M12 4a8 8 0 1 1 0 16 8.004 8.004 0 0 1-7.545-5.333 1 1 0 1 0-1.886.666C3.942 19.216 7.644 22 12 22c5.523 0 10-4.477 10-10S17.523 2 12 2C8.584 2 5.874 3.778 4 6.137V4.5a1 1 0 0 0-2 0V9a1 1 0 0 0 1 1h4a1 1 0 1 0 0-2H5.104C6.712 5.671 9.088 4 12 4Zm1 4a1 1 0 1 0-2 0v5a1 1 0 0 0 .293.707l2 2a1 1 0 0 0 1.414-1.414L13 12.586V8Z"></path></symbol>'; }