@ozen-ui/icons
Version:
A collection of icons
11 lines (10 loc) • 3 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BookPenSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#clip0_3675_1071)" },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.86538 0C0.835161 0 0 0.835161 0 1.86538V14.1346C0 15.1649 0.835168 16 1.86538 16H11.9038C12.9341 16 13.7692 15.1649 13.7692 14.1346V9.11539C13.7692 8.70117 13.4334 8.36539 13.0192 8.36539C12.605 8.36539 12.2692 8.70117 12.2692 9.11539V11.1539H1.5V1.86538C1.5 1.66359 1.66359 1.5 1.86538 1.5H9.11539C9.5296 1.5 9.86539 1.16421 9.86539 0.75C9.86539 0.335786 9.5296 0 9.11539 0H1.86538ZM1.5 14.1346V12.6539H12.2692V14.1346C12.2692 14.3364 12.1057 14.5 11.9038 14.5H1.86538C1.66358 14.5 1.5 14.3364 1.5 14.1346ZM4.09617 2.7885C3.68196 2.7885 3.34617 3.12428 3.34617 3.5385C3.34617 3.95271 3.68196 4.2885 4.09617 4.2885H6.32694C6.74115 4.2885 7.07694 3.95271 7.07694 3.5385C7.07694 3.12428 6.74115 2.7885 6.32694 2.7885H4.09617ZM4.09617 5.57687C3.68196 5.57687 3.34617 5.91266 3.34617 6.32687C3.34617 6.74109 3.68196 7.07687 4.09617 7.07687H5.21156C5.62577 7.07687 5.96156 6.74109 5.96156 6.32687C5.96156 5.91266 5.62577 5.57687 5.21156 5.57687H4.09617Z", fill: "currentColor" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.9458 0C12.6996 0 12.4558 0.0487236 12.2285 0.143427C12.002 0.237797 11.7963 0.375905 11.6233 0.549761L6.90673 5.24412C6.79512 5.3552 6.72131 5.4986 6.69575 5.65398L6.13806 9.04475C6.09852 9.28516 6.17822 9.5298 6.3518 9.70078C6.52537 9.87176 6.77119 9.94777 7.01098 9.90461L10.3571 9.3023C10.5083 9.27509 10.6475 9.20211 10.7559 9.09323L15.4499 4.37682C15.6239 4.20386 15.7621 3.99823 15.8564 3.77171C15.9513 3.54416 15.9999 3.30027 15.9999 3.05416C15.9999 2.80823 15.9513 2.56451 15.8566 2.33711C15.7621 2.11007 15.6237 1.90404 15.4492 1.73082L15.4479 1.72953L14.2704 0.551957L14.269 0.550619C14.0958 0.376243 13.8899 0.237889 13.6631 0.143427C13.4358 0.0487093 13.192 0 12.9458 0ZM12.9458 1.5C12.8975 1.5 12.8498 1.50956 12.8054 1.52805C12.7609 1.54659 12.7203 1.57386 12.6862 1.60819L12.6829 1.61152L8.13655 6.13642L7.79054 8.24018L9.85915 7.86783L14.3884 3.31702L14.3921 3.31337C14.4262 3.2795 14.4533 3.23926 14.4717 3.19501C14.4901 3.15073 14.4999 3.10254 14.4999 3.05416C14.4999 3.00578 14.4904 2.95809 14.4719 2.91379C14.4535 2.86955 14.4262 2.82883 14.3921 2.79495L14.3897 2.79257L13.205 1.60791C13.1712 1.57383 13.1309 1.54668 13.0864 1.52813C13.042 1.50965 12.9941 1.5 12.9458 1.5Z", fill: "currentColor" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_3675_1071" },
React.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); });
BookPenSIcon.displayName = 'BookPenSIcon';