@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.57 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BookPenMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.BookPenMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2 4.173C2 2.973 2.973 2 4.173 2h9.25a.75.75 0 0 1 0 1.5h-9.25a.673.673 0 0 0-.673.673v12.058h14.154v-2.808a.75.75 0 0 1 1.5 0v6.404c0 1.2-.973 2.173-2.173 2.173H4.173C2.973 22 2 21.027 2 19.827zm1.5 13.558v2.096c0 .372.301.673.673.673h12.808a.673.673 0 0 0 .673-.673V17.73zM18.31 3.5a.67.67 0 0 0-.478.2l-.003.003-5.848 5.82-.5 3.039 2.992-.538 5.824-5.853.004-.004a.67.67 0 0 0 .147-.736.7.7 0 0 0-.147-.219l-.002-.002L18.79 3.7l-.002-.002a.67.67 0 0 0-.478-.199m-.835-1.333a2.17 2.17 0 0 1 2.377.475l.001.001 1.504 1.504.001.001a2.17 2.17 0 0 1 .475 2.378c-.11.264-.271.503-.474.705l.001-.002-.531-.529.528.533-5.988 6.016a.75.75 0 0 1-.398.209l-4.27.768a.75.75 0 0 1-.872-.86l.711-4.326a.75.75 0 0 1 .211-.41l6.018-5.99-.002.003.533.528-.53-.532v.002c.2-.203.44-.364.705-.474M6.269 6.307a.75.75 0 0 1 .75-.75h2.846a.75.75 0 1 1 0 1.5H7.02a.75.75 0 0 1-.75-.75m0 3.558a.75.75 0 0 1 .75-.75h1.423a.75.75 0 0 1 0 1.5H7.02a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }))); });
exports.BookPenMIcon.displayName = 'BookPenMIcon';