iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 695 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 AppNotebook = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props },
React.createElement("path", { d: "M25 2h-5V0h-2v2h-3V0h-2v2h-3V0H8v2H3v26h22V2zm-2 24H5V4h3v2h2V4h3v2h2V4h3v2h2V4h3v22z" }),
React.createElement("path", { d: "M27 7v23H8v2h21V7z" }),
React.createElement("path", { className: "euiIcon__fillSecondary", d: "M8 12h12v2H8zM8 17h12v2H8z" }));
exports.default = AppNotebook;