@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) • 465 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 20 20" id=icon-refresh-20><path fill-rule=evenodd clip-rule=evenodd d="M10 4a6 6 0 1 0 5.423 8.57 1 1 0 0 1 1.807.86A8 8 0 1 1 10 2a8.113 8.113 0 0 1 6 2.653V3a1 1 0 1 1 2 0v4a1 1 0 0 1-1.017 1H13a1 1 0 1 1 0-2h1.521A6.114 6.114 0 0 0 10 4Z"></path></symbol>';
}