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) 466 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-desktop-20><path d="M16 2a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3h-5v2h3a1 1 0 1 1 0 2H6a1 1 0 1 1 0-2h3v-2H4a3 3 0 0 1-2.996-2.846L1 12V5a3 3 0 0 1 3-3h12ZM4 4a1 1 0 0 0-1 1v7l.005.102A1 1 0 0 0 4 13h12a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H4Z"></path></symbol>'; }