UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 829 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var BookMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.462 2.25H18.23a2.135 2.135 0 0 1 2.134 2.135v11.077a2.135 2.135 0 0 1-1.384 1.998v2.79h.634a.75.75 0 0 1 0 1.5H6.463a2.827 2.827 0 0 1-2.827-2.882V5.002A2.827 2.827 0 0 1 6.462 2.25M5.135 16.427c.405-.215.86-.33 1.327-.33H18.23a.635.635 0 0 0 .634-.636V4.385a.635.635 0 0 0-.634-.635H6.46a1.327 1.327 0 0 0-1.326 1.283zM17.48 20.25v-2.654H6.46a1.327 1.327 0 0 0 0 2.654z", clipRule: "evenodd" }))); }); BookMIcon.displayName = 'BookMIcon';