UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 886 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 Book1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M8.25 5a.75.75 0 00-.75.75v4c0 .414.336.75.75.75h7.5a.75.75 0 00.75-.75v-4a.75.75 0 00-.75-.75h-7.5zM9 9V6.5h6V9H9z", fill: "#323544" }), React.createElement("path", { d: "M6.75 2A2.25 2.25 0 004.5 4.25V19a3 3 0 003 3h11.25a.75.75 0 000-1.5H18v-3h.75a.75.75 0 00.75-.75V4.25A2.25 2.25 0 0017.25 2H6.75zM18 16H7.5c-.546 0-1.059.146-1.5.401V4.25a.75.75 0 01.75-.75h10.5a.75.75 0 01.75.75V16zm-1.5 1.5v3h-9a1.5 1.5 0 010-3h9z", fill: "#323544" })); exports.default = Book1;