iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 902 B
JavaScript
;
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 BookOpenTextLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M232 50h-72a38 38 0 00-32 17.55A38 38 0 0096 50H24a6 6 0 00-6 6v144a6 6 0 006 6h72a26 26 0 0126 26 6 6 0 0012 0 26 26 0 0126-26h72a6 6 0 006-6V56a6 6 0 00-6-6zM96 194H30V62h66a26 26 0 0126 26v116.31A37.86 37.86 0 0096 194zm130 0h-66a37.87 37.87 0 00-26 10.32V88a26 26 0 0126-26h66zM160 90h40a6 6 0 010 12h-40a6 6 0 010-12zm46 38a6 6 0 01-6 6h-40a6 6 0 010-12h40a6 6 0 016 6zm0 32a6 6 0 01-6 6h-40a6 6 0 010-12h40a6 6 0 016 6z" }));
exports.default = BookOpenTextLight;