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) 729 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-list-view-filled-16><path fill-rule=evenodd d="M5 2.25C5 1.56 5.56 1 6.25 1h8.5a1.25 1.25 0 1 1 0 2.5h-8.5C5.56 3.5 5 2.94 5 2.25ZM5 8c0-.69.56-1.25 1.25-1.25h8.5a1.25 1.25 0 1 1 0 2.5h-8.5C5.56 9.25 5 8.69 5 8Zm0 5.75c0-.69.56-1.25 1.25-1.25h8.5a1.25 1.25 0 1 1 0 2.5h-8.5C5.56 15 5 14.44 5 13.75Z" clip-rule=evenodd></path><path d="M2.5 2.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0ZM2.5 8A1.25 1.25 0 1 1 0 8a1.25 1.25 0 0 1 2.5 0Zm0 5.75a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Z"></path></symbol>'; }