@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) • 557 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 16 16" id=icon-density-default-16><path fill-rule=evenodd clip-rule=evenodd d="M1 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v1.4a.8.8 0 0 1-.8.8H1.8a.8.8 0 0 1-.8-.8V4.8Zm6-.3a1 1 0 0 0 0 2h7a1 1 0 1 0 0-2H7Zm0 5a1 1 0 1 0 0 2h7a1 1 0 1 0 0-2H7ZM1.8 9a.8.8 0 0 0-.8.8v1.4a.8.8 0 0 0 .8.8h1.4a.8.8 0 0 0 .8-.8V9.8a.8.8 0 0 0-.8-.8H1.8Z"></path></symbol>';
}