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) 432 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-relaxed-16><path fill-rule=evenodd clip-rule=evenodd d="M1.8 6.5a.8.8 0 0 0-.8.8v1.4a.8.8 0 0 0 .8.8h1.4a.8.8 0 0 0 .8-.8V7.3a.8.8 0 0 0-.8-.8H1.8ZM7 7a1 1 0 0 0 0 2h7a1 1 0 1 0 0-2H7Z"></path></symbol>'; }