UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 860 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 Notebook1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M6.75 2A2.25 2.25 0 004.5 4.25v2H3.25a.75.75 0 000 1.5H4.5v3.5H3.25a.75.75 0 000 1.5H4.5v3.5H3.25a.75.75 0 000 1.5H4.5v2A2.25 2.25 0 006.75 22h10.5a2.25 2.25 0 002.25-2.25V4.25A2.25 2.25 0 0017.25 2H6.75zM6 17.75h1.25a.75.75 0 000-1.5H6v-3.5h1.25a.75.75 0 000-1.5H6v-3.5h1.25a.75.75 0 000-1.5H6v-2a.75.75 0 01.75-.75h10.5a.75.75 0 01.75.75v15.5a.75.75 0 01-.75.75H6.75a.75.75 0 01-.75-.75v-2z", fill: "#323544" })); exports.default = Notebook1;