@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) • 738 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 24 24" id=icon-list-view-filled-24><path fill-rule=evenodd d="M6 4.25C6 3.56 6.56 3 7.25 3h14.5a1.25 1.25 0 1 1 0 2.5H7.25C6.56 5.5 6 4.94 6 4.25ZM6 12c0-.69.56-1.25 1.25-1.25h14.5a1.25 1.25 0 1 1 0 2.5H7.25C6.56 13.25 6 12.69 6 12Zm0 7.75c0-.69.56-1.25 1.25-1.25h14.5a1.25 1.25 0 1 1 0 2.5H7.25C6.56 21 6 20.44 6 19.75Z" clip-rule=evenodd></path><path d="M3.5 4.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Zm0 7.75A1.25 1.25 0 1 1 1 12a1.25 1.25 0 0 1 2.5 0Zm0 7.75a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Z"></path></symbol>';
}