@react-symbols/icons
Version:
Symbols icons by Miguel Solorio for React
4 lines • 524 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
const Notebook = (props) => (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24" }, props, { children: [_jsx("path", { stroke: "#60A5FA", strokeLinejoin: "round", strokeWidth: "2", d: "M19 4a1 1 0 00-1-1H8a3 3 0 00-3 3v12a3 3 0 003 3h10a1 1 0 001-1V4z" }), _jsx("rect", { width: "14", height: "2", x: "5", y: "16", fill: "#60A5FA", rx: "1" })] })));
export default Notebook;
//# sourceMappingURL=notebook.js.map