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) 611 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 24 24" id=icon-density-default-24><path fill-rule=evenodd clip-rule=evenodd d="M2.5 5.75A1.5 1.5 0 0 0 1 7.25v2a1.5 1.5 0 0 0 1.5 1.5h2A1.5 1.5 0 0 0 6 9.25v-2a1.5 1.5 0 0 0-1.5-1.5h-2Zm0 7.5a1.5 1.5 0 0 0-1.5 1.5v2a1.5 1.5 0 0 0 1.5 1.5h2a1.5 1.5 0 0 0 1.5-1.5v-2a1.5 1.5 0 0 0-1.5-1.5h-2Zm6.5-5a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H10a1 1 0 0 1-1-1Zm1 6.5a1 1 0 1 0 0 2h12a1 1 0 1 0 0-2H10Z"></path></symbol>'; }