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) 669 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 16 16" id=icon-swap-16><path fill-rule=evenodd clip-rule=evenodd d="M9.707 1.293a1 1 0 0 0-1.414 1.414L8.586 3H5.143A4.143 4.143 0 0 0 1 7.143V10a1 1 0 1 0 2 0V7.143C3 5.959 3.96 5 5.143 5h3.443l-.293.293a1 1 0 0 0 1.414 1.414l2-2a1 1 0 0 0 0-1.414l-2-2Zm-2 9.414a1 1 0 0 0-1.414-1.414l-2 2a1 1 0 0 0 0 1.414l2 2a1 1 0 0 0 1.414-1.414L7.414 13h3.443A4.143 4.143 0 0 0 15 8.857V6a1 1 0 1 0-2 0v2.857C13 10.041 12.04 11 10.857 11H7.414l.293-.293Z"></path></symbol>'; }