@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) • 625 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-panel-close-24><path fill-rule=evenodd clip-rule=evenodd d="M1 6a3 3 0 0 1 3-3h16a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V6Zm3-1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h11V5H4Zm16 14h-3V5h3a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1ZM5.076 11.617a.998.998 0 0 1 .217-.324l2.5-2.5a1 1 0 0 1 1.414 1.414L8.414 11H12a1 1 0 1 1 0 2H8.414l.793.793a1 1 0 1 1-1.414 1.414l-2.5-2.5a.997.997 0 0 1-.217-1.09Z"></path></symbol>';
}