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) 529 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-refresh-24><path fill-rule=evenodd clip-rule=evenodd d="M4 12a8 8 0 0 1 8-8c2.912 0 5.288 1.671 6.896 4H15a1 1 0 1 0 0 2h6a1 1 0 0 0 1-1V3a1 1 0 1 0-2 0v3.137C18.126 3.777 15.416 2 12 2 6.477 2 2 6.477 2 12s4.477 10 10 10c4.356 0 8.058-2.784 9.43-6.667a1 1 0 1 0-1.885-.666A8 8 0 0 1 4 12Z"></path></symbol>'; }