UNPKG

@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) 641 B
"use strict"; 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-close-vertical-20><path fill-rule=evenodd clip-rule=evenodd d="M15 0a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h10Zm1 3a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v10h12V3ZM4 17v-2h12v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1Zm6.729-12.685 2.061 2.061a1 1 0 0 1-1.414 1.414L11 7.415V10a1 1 0 1 1-2 0V7.415l-.376.375A1 1 0 0 1 7.21 6.376l2.06-2.061a1.018 1.018 0 0 1 .476-.283.997.997 0 0 1 .982.283Z"></path></symbol>'; }