@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) • 638 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-open-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 1h2V4H3Zm14 12H7V4h10a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1Zm-1.315-5.271-2.061 2.061a1 1 0 0 1-1.414-1.414l.375-.376H10a1 1 0 1 1 0-2h2.585l-.375-.376a1 1 0 1 1 1.414-1.414l2.061 2.061a.994.994 0 0 1 .313.67.998.998 0 0 1-.29.766l-.023.022Z"></path></symbol>';
}