@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) • 450 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-20><path fill-rule=evenodd clip-rule=evenodd d="M2 5a1 1 0 0 1 1-1h3v12H3a1 1 0 0 1-1-1V5Zm6 11h9a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H8v12ZM3 2a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3H3Z"></path></symbol>';
}