@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) • 656 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-vertical-16><path fill-rule=evenodd clip-rule=evenodd d="M12 0a2.5 2.5 0 0 1 2.5 2.5v11A2.5 2.5 0 0 1 12 16H4a2.5 2.5 0 0 1-2.5-2.5v-11A2.5 2.5 0 0 1 4 0h8Zm.5 2.5A.5.5 0 0 0 12 2H4a.5.5 0 0 0-.5.5V4h9V2.5Zm-9 11V6h9v7.5a.5.5 0 0 1-.5.5H4a.5.5 0 0 1-.5-.5Zm5.762-3.82-.512.44V8.25a.75.75 0 0 0-1.5 0v1.87l-.512-.44a.75.75 0 1 0-.976 1.14l1.75 1.5a.747.747 0 0 0 .988-.01l1.738-1.49a.75.75 0 0 0-.976-1.14Z"></path></symbol>';
}