@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 kB
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-hide-16><path fill-rule=evenodd clip-rule=evenodd d="M15.76 14.65a1 1 0 0 1-1.41.11l-14-12a1 1 0 0 1 1.3-1.52L3.938 3.2C5.055 2.497 6.413 2 8 2c2.227 0 3.995.974 5.29 2.129 1.286 1.148 2.148 2.511 2.604 3.424a1 1 0 0 1 0 .894c-.41.82-1.151 2.012-2.24 3.082l1.997 1.712a1 1 0 0 1 .108 1.41ZM7.334 6.114 5.55 4.584A5.428 5.428 0 0 1 8 4c1.603 0 2.918.693 3.958 1.621.857.765 1.496 1.664 1.907 2.379a9.894 9.894 0 0 1-1.736 2.222L9.966 8.368a2 2 0 0 0-2.631-2.255Zm-4.921 1.43A1 1 0 0 0 .735 6.457a11.47 11.47 0 0 0-.63 1.097 1 1 0 0 0 0 .894c.457.913 1.32 2.276 2.605 3.424C4.004 13.026 5.773 14 8 14c.195 0 .388-.008.577-.022a1 1 0 1 0-.154-1.994c-.138.01-.28.016-.423.016-1.603 0-2.918-.693-3.958-1.621C3.185 9.614 2.546 8.715 2.135 8c.083-.145.176-.298.279-.456Z"></path></symbol>';
}