UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 989 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BookMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.BookMIcon = (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: "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" }))); }); exports.BookMIcon.displayName = 'BookMIcon';