@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) • 707 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-discount-auto-16><path fill-rule=evenodd clip-rule=evenodd d="M8.085 3C5.263 3 3 5.252 3 8s2.263 5 5.085 5a5.1 5.1 0 0 0 4.409-2.506 1 1 0 0 1 1.725 1.012A7.099 7.099 0 0 1 8.085 15C4.185 15 1 11.88 1 8s3.185-7 7.085-7C10.632 1 12.661 2.372 14 4.132V4a1 1 0 1 1 2 0v3a1 1 0 0 1-1 1h-2.5a1 1 0 1 1 0-2h.355c-1.041-1.727-2.735-3-4.77-3ZM6.53 10.53l4-4a.75.75 0 1 0-1.06-1.06l-4 4a.75.75 0 1 0 1.06 1.06ZM7 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm3 5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"></path></symbol>';
}