@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.77 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BookMIcon = 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: "M6.46195 2.25002C6.46189 2.25002 6.46202 2.25002 6.46195 2.25002L18.2309 2.25002C18.797 2.25002 19.34 2.47491 19.7403 2.87523C20.1406 3.27555 20.3655 3.81849 20.3655 4.38463V15.4615C20.3655 16.0277 20.1406 16.5706 19.7403 16.9709C19.5229 17.1884 19.2634 17.3541 18.9809 17.4601L18.9809 20.25H19.6155C20.0297 20.25 20.3655 20.5858 20.3655 21C20.3655 21.4142 20.0297 21.75 19.6155 21.75H6.46169C5.71194 21.75 4.9929 21.4522 4.46275 20.922C3.9326 20.3919 3.63477 19.6728 3.63477 18.9231C3.63477 18.9109 3.63484 18.8988 3.635 18.8866C3.63484 18.8803 3.63477 18.874 3.63477 18.8677V5.02155L3.63503 5.00155C3.65468 4.26495 3.96117 3.56513 4.48921 3.05117C5.0172 2.53726 5.72515 2.2498 6.46195 2.25002ZM5.13477 16.4269C5.53968 16.2117 5.99473 16.0962 6.46169 16.0962H18.2309C18.3992 16.0962 18.5606 16.0293 18.6797 15.9103C18.7987 15.7913 18.8655 15.6299 18.8655 15.4615V4.38463C18.8655 4.21632 18.7987 4.0549 18.6797 3.93589C18.5606 3.81688 18.3992 3.75002 18.2309 3.75002H6.46169C6.11581 3.74989 5.78329 3.88482 5.53544 4.12607C5.28971 4.36525 5.1462 4.69018 5.13477 5.03267V16.4269ZM17.4809 20.25L17.4809 17.5962H6.46169C6.10977 17.5962 5.77226 17.736 5.52341 17.9848C5.27457 18.2337 5.13477 18.5712 5.13477 18.9231C5.13477 19.275 5.27457 19.6125 5.52341 19.8614C5.77226 20.1102 6.10976 20.25 6.46169 20.25H17.4809Z", fill: "currentColor" }))); });
BookMIcon.displayName = 'BookMIcon';