@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) • 627 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-panel-close-20><path fill-rule=evenodd clip-rule=evenodd d="M0 5a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V5Zm3-1a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10V4H3Zm14 12h-2V4h2a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1ZM4.315 9.271 6.376 7.21A1 1 0 1 1 7.79 8.624L7.415 9H10a1 1 0 1 1 0 2H7.415l.375.376a1 1 0 1 1-1.414 1.414l-2.061-2.06a.995.995 0 0 1-.282-.982.995.995 0 0 1 .282-.476Z"></path></symbol>';
}