@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) • 643 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 16 16" id=icon-panel-open-16><path fill-rule=evenodd clip-rule=evenodd d="M0 4a2.5 2.5 0 0 1 2.5-2.5h11A2.5 2.5 0 0 1 16 4v8a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 0 12V4Zm2.5-.5A.5.5 0 0 0 2 4v8a.5.5 0 0 0 .5.5H4v-9H2.5Zm11 9H6v-9h7.5a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5ZM9.68 6.738l.44.512H8.25a.75.75 0 0 0 0 1.5h1.87l-.44.512a.75.75 0 0 0 1.14.976l1.5-1.75a.747.747 0 0 0-.01-.988l-1.49-1.738a.75.75 0 0 0-1.14.976Z"></path></symbol>';
}