UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.09 kB
"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 BooksOff = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-books-off", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M9 9v10a1 1 0 01-1 1H6a1 1 0 01-1-1V5M8 4a1 1 0 011 1M9 5a1 1 0 011-1h2a1 1 0 011 1v4M13 13v6a1 1 0 01-1 1h-2a1 1 0 01-1-1V9M5 8h3M9 16h4" }), React.createElement("path", { d: "M14.254 10.244L13.036 5.82a1.02 1.02 0 01.634-1.219l.133-.041 2.184-.53c.562-.135 1.133.19 1.282.732l3.236 11.75M19.585 19.589l-1.572.38c-.562.136-1.133-.19-1.282-.731l-.952-3.458M14 9l4-1M19.207 15.199l.716-.18M3 3l18 18" })); exports.default = BooksOff;