UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 981 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Book = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-book", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M12.088 4.82a10 10 0 019.412.314 1 1 0 01.493.748L22 6v13a1 1 0 01-1.5.866 8 8 0 00-8 0 1 1 0 01-1 0 8 8 0 00-7.733-.148l-.327.18-.103.044-.049.016-.11.026-.061.01L3 20h-.042l-.11-.012-.077-.014-.108-.032-.126-.056-.095-.056-.089-.067-.06-.056-.073-.082-.064-.089-.022-.036-.032-.06-.044-.103-.016-.049-.026-.11-.01-.061-.004-.049L2 19V6a1 1 0 01.5-.866 10 10 0 019.412-.314l.088.044.088-.044z" })); exports.default = Book;