@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) • 472 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-refresh-16><path fill-rule=evenodd clip-rule=evenodd d="M3 8a5 5 0 0 1 5-5c1.514 0 2.78.666 3.875 2H10a1 1 0 1 0 0 2h4a1 1 0 0 0 1-1V2a1 1 0 1 0-2 0v1.255C11.688 1.86 10.05 1 8 1a7 7 0 1 0 6.063 10.5 1 1 0 1 0-1.731-1A5 5 0 0 1 3 8Z"></path></symbol>';
}