UNPKG

@ohu-mobile/icons

Version:
12 lines (11 loc) 362 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const BookFilled = { name: 'book', theme: 'filled', attrs: { viewBox: '0 0 24 24', }, children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M21 18H6a1 1 0 0 0 0 2h15v2H6a3 3 0 0 1-3-3V4a2 2 0 0 1 2-2h16zm-5-9V7H8v2z"/>', }; exports.default = BookFilled;