@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 2.98 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BookPenMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 4.17308C2 2.97292 2.97292 2 4.17308 2H13.4231C13.8373 2 14.1731 2.33579 14.1731 2.75C14.1731 3.16421 13.8373 3.5 13.4231 3.5H4.17308C3.80135 3.5 3.5 3.80135 3.5 4.17308V16.2307H17.6538V13.4231C17.6538 13.0089 17.9896 12.6731 18.4038 12.6731C18.8181 12.6731 19.1538 13.0089 19.1538 13.4231V19.8269C19.1538 21.0271 18.1809 22 16.9808 22H4.17308C2.97293 22 2 21.0271 2 19.8269V4.17308ZM3.5 17.7307V19.8269C3.5 20.1987 3.80134 20.5 4.17308 20.5H16.9808C17.3525 20.5 17.6538 20.1987 17.6538 19.8269V17.7307H3.5ZM18.3101 3.5C18.2213 3.5 18.1333 3.5176 18.0515 3.55171C17.9695 3.58587 17.8948 3.63603 17.8321 3.6992L17.8288 3.70254L11.9809 9.52282L11.4811 12.562L14.4727 12.0235L20.2974 6.17111L20.301 6.16747C20.3641 6.10499 20.414 6.03072 20.448 5.94897C20.4821 5.8672 20.4999 5.77879 20.4999 5.68979C20.4999 5.60079 20.4823 5.51288 20.4482 5.43109C20.4142 5.34936 20.3641 5.27461 20.301 5.21212L20.2986 5.20974L18.7902 3.70127L18.7878 3.69892C18.7255 3.63599 18.6511 3.58597 18.5691 3.5518C18.4873 3.5177 18.3991 3.5 18.3101 3.5ZM17.4746 2.16709C17.7393 2.05677 18.0233 2 18.3101 2C18.5971 2 18.8811 2.05678 19.146 2.16718C19.4103 2.27729 19.6503 2.43855 19.852 2.64179C19.8524 2.64218 19.8528 2.64258 19.8532 2.64297L21.3569 4.1467C21.3574 4.14716 21.3578 4.14763 21.3583 4.14809C21.5616 4.34989 21.7229 4.58992 21.8329 4.85441C21.8329 4.85425 21.833 4.85457 21.8329 4.85441C21.9433 5.11931 21.9999 5.40324 21.9999 5.68979C21.9999 5.97651 21.9432 6.26063 21.8327 6.52567C21.8326 6.52584 21.8328 6.5255 21.8327 6.52567C21.7228 6.78966 21.5618 7.02929 21.3589 7.23085L21.3605 7.22925L20.829 6.70018L21.3569 7.23289L15.3694 13.2489C15.2611 13.3577 15.1219 13.4307 14.9707 13.4579L10.7015 14.2264C10.4617 14.2696 10.2159 14.1935 10.0423 14.0226C9.86873 13.8516 9.78903 13.6069 9.82857 13.3665L10.5401 9.04038C10.5657 8.885 10.6395 8.7416 10.7511 8.63052L16.7692 2.64082C16.7686 2.64144 16.7679 2.64206 16.7673 2.64268L17.2997 3.17094L16.7706 2.63936L16.7692 2.64082C16.9708 2.4381 17.2105 2.27709 17.4746 2.16709ZM17.4746 2.16709C17.4745 2.16712 17.4747 2.16706 17.4746 2.16709V2.16709ZM6.2692 6.30774C6.2692 5.89352 6.60499 5.55774 7.0192 5.55774H9.86536C10.2796 5.55774 10.6154 5.89352 10.6154 6.30774C10.6154 6.72195 10.2796 7.05774 9.86536 7.05774H7.0192C6.60499 7.05774 6.2692 6.72195 6.2692 6.30774ZM6.2692 9.86537C6.2692 9.45116 6.60499 9.11537 7.0192 9.11537H8.44228C8.85649 9.11537 9.19228 9.45116 9.19228 9.86537C9.19228 10.2796 8.85649 10.6154 8.44228 10.6154H7.0192C6.60499 10.6154 6.2692 10.2796 6.2692 9.86537Z", fill: "currentColor" }))); });
BookPenMIcon.displayName = 'BookPenMIcon';