@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) • 469 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-24><path fill-rule=evenodd clip-rule=evenodd d="M3 6a1 1 0 0 1 1-1h3.997v14H4a1 1 0 0 1-1-1V6Zm6.997 13h10.001a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-10v14ZM4 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h15.998a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3H4Z"></path></symbol>';
}