@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) • 663 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-open-vertical-24><path fill-rule=evenodd clip-rule=evenodd d="M18 1a3 3 0 0 1 3 3v16a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3h12Zm1 3a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v3h14V4ZM5 20V9h14v11a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1Zm6.616-1.076a.998.998 0 0 1-.323-.217l-2.5-2.5a1 1 0 1 1 1.414-1.414l.793.793V12a1 1 0 1 1 2 0v3.586l.793-.793a1 1 0 0 1 1.414 1.414l-2.5 2.5a.997.997 0 0 1-.704.293h-.006a.997.997 0 0 1-.381-.076Z"></path></symbol>';
}