@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) • 794 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 20 20" id=icon-feedback-20><path fill-rule=evenodd clip-rule=evenodd d="M2 4a3 3 0 0 1 3-3h9.004a3 3 0 0 1 3 3v1a1 1 0 1 1-2 0V4a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h1.002a1 1 0 1 1 0 2H5a3 3 0 0 1-3-3V4Zm4.001 1a1 1 0 0 0 0 2h6.002a1 1 0 1 0 0-2H6.001Zm-1 5a1 1 0 0 1 1-1h3a1 1 0 1 1 0 2h-3a1 1 0 0 1-1-1Zm14.194-1.194a2.751 2.751 0 0 0-3.89 0l-5.064 5.062a2 2 0 0 0-.509.865l-.67 2.35a1.5 1.5 0 0 0 1.854 1.853l2.35-.67a2 2 0 0 0 .865-.51l5.064-5.061a2.75 2.75 0 0 0 0-3.89Zm-2.476 1.414a.75.75 0 0 1 1.061 1.06l-5.063 5.063-1.485.423.424-1.484 5.063-5.062Z"></path></symbol>';
}