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) 574 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 16 16" id=icon-density-row-compact-16><path d="M13.5 1A2.5 2.5 0 0 1 16 3.5v9a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 0 12.5v-9A2.5 2.5 0 0 1 2.5 1h11Zm-11 2a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-11Zm8.5 7a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2h6Zm0-3a1 1 0 1 1 0 2H5a1 1 0 0 1 0-2h6Zm0-3a1 1 0 1 1 0 2H5a1 1 0 0 1 0-2h6Z"></path></symbol>'; }