@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) • 658 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-close-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.5V10h9V2.5Zm-9 11V12h9v1.5a.5.5 0 0 1-.5.5H4a.5.5 0 0 1-.5-.5Zm5.762-7.18-.512-.44v1.87a.75.75 0 0 1-1.5 0V5.88l-.512.44a.75.75 0 1 1-.976-1.14l1.75-1.5a.747.747 0 0 1 .988.01l1.738 1.49a.75.75 0 0 1-.976 1.14Z"></path></symbol>';
}