@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) • 775 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 24 24" id=icon-discount-auto-24><path fill-rule=evenodd clip-rule=evenodd d="M12.128 4C7.626 4 4 7.595 4 12c0 4.405 3.626 8 8.128 8 3.546 0 6.554-2.234 7.667-5.337a1 1 0 0 1 1.882.674C20.284 19.225 16.53 22 12.127 22 6.548 22 2 17.536 2 12S6.548 2 12.128 2c4.07 0 7.025 2.46 8.872 5.417V6.5a1 1 0 1 1 2 0V10a1 1 0 0 1-1 1h-3.5a1 1 0 1 1 0-2h1.115c-1.6-2.847-4.129-5-7.487-5Zm-2.42 11.707 6-6a1 1 0 0 0-1.415-1.414l-6 6a1 1 0 1 0 1.414 1.414ZM10.5 9.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0ZM14.75 16a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z"></path></symbol>';
}