mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 22:30:56 +00:00
15 lines
1.2 KiB
JavaScript
15 lines
1.2 KiB
JavaScript
/**
|
|
* @license @tabler/icons-react v3.44.0 - MIT
|
|
*
|
|
* This source code is licensed under the MIT license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
import createReactComponent from '../createReactComponent.mjs';
|
|
|
|
const __iconNode = [["path", { "d": "M9 9v10a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-14", "key": "svg-0" }], ["path", { "d": "M8 4a1 1 0 0 1 1 1", "key": "svg-1" }], ["path", { "d": "M9 5a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4", "key": "svg-2" }], ["path", { "d": "M13 13v6a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-10", "key": "svg-3" }], ["path", { "d": "M5 8h3", "key": "svg-4" }], ["path", { "d": "M9 16h4", "key": "svg-5" }], ["path", { "d": "M14.254 10.244l-1.218 -4.424a1.02 1.02 0 0 1 .634 -1.219l.133 -.041l2.184 -.53c.562 -.135 1.133 .19 1.282 .732l3.236 11.75", "key": "svg-6" }], ["path", { "d": "M19.585 19.589l-1.572 .38c-.562 .136 -1.133 -.19 -1.282 -.731l-.952 -3.458", "key": "svg-7" }], ["path", { "d": "M14 9l4 -1", "key": "svg-8" }], ["path", { "d": "M19.207 15.199l.716 -.18", "key": "svg-9" }], ["path", { "d": "M3 3l18 18", "key": "svg-10" }]];
|
|
const IconBooksOff = createReactComponent("outline", "books-off", "BooksOff", __iconNode);
|
|
|
|
export { __iconNode, IconBooksOff as default };
|
|
//# sourceMappingURL=IconBooksOff.mjs.map
|