@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) • 750 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 64 64" id=icon-history-64><path fill-rule=evenodd clip-rule=evenodd d="M11.176 22C14.969 13.735 23.318 8 33 8c13.255 0 24 10.745 24 24S46.255 56 33 56c-10.453 0-19.352-6.685-22.642-16.02-.03-.083-.058-.167-.087-.25a2.5 2.5 0 0 0-4.734 1.609l.105.303C9.615 52.915 20.36 61 33 61c16.016 0 29-12.984 29-29S49.016 3 33 3C22.348 3 13.041 8.742 8 17.296V11.5a2.5 2.5 0 0 0-5 0v13A2.5 2.5 0 0 0 5.5 27h11a2.5 2.5 0 0 0 0-5h-5.324ZM35 19.5a2.5 2.5 0 0 0-5 0V34a2.5 2.5 0 0 0 .548 1.562l6 7.5a2.5 2.5 0 1 0 3.904-3.124L35 33.123V19.5Z"></path></symbol>';
}