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) 1.04 kB
"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 24 24" id=icon-discount-24><path fill-rule=evenodd clip-rule=evenodd d="M13.391.563a2 2 0 0 0-2.783 0L8.095 2.998H5a2 2 0 0 0-2 2v3.536L.708 10.47a2 2 0 0 0 0 3.055L3 15.462v3.536a2 2 0 0 0 2 2h3.095l2.513 2.434a2 2 0 0 0 2.783 0l2.514-2.434H19a2 2 0 0 0 2-2v-3.536l2.291-1.937a2 2 0 0 0 0-3.055L21 8.534V4.998a2 2 0 0 0-2-2h-3.095L13.39.563ZM12 2l2.513 2.435a2 2 0 0 0 1.392.563H19v3.536a2 2 0 0 0 .709 1.527L22 11.998l-2.291 1.937a2 2 0 0 0-.71 1.527v3.536h-3.094a2 2 0 0 0-1.392.563L12 21.995l-2.514-2.434a2 2 0 0 0-1.391-.563H5v-3.536a2 2 0 0 0-.71-1.527L2 11.998l2.292-1.937A2 2 0 0 0 5 8.534V4.998h3.095a2 2 0 0 0 1.391-.563L12 2Zm3.707 7.705a1 1 0 0 0-1.415-1.415l-6 6a1 1 0 1 0 1.415 1.415l6-6Zm-5.208-.458a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Zm4.25 6.75a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z"></path></symbol>'; }