UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.13 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var CalendarMIcon = 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: "M7 2.25a.75.75 0 0 1 .75.75v1.25H14a.75.75 0 0 1 0 1.5H7.75V7a.75.75 0 0 1-1.5 0V3A.75.75 0 0 1 7 2.25m10 0a.75.75 0 0 1 .75.75v1.25h1.865c.568 0 1.111.226 1.511.628s.624.947.624 1.513V19.61c0 .566-.224 1.11-.624 1.512s-.943.629-1.51.629H4.384c-.568 0-1.111-.227-1.511-.628a2.15 2.15 0 0 1-.624-1.513V6.39c0-.566.224-1.11.624-1.513s.943-.628 1.51-.628a.75.75 0 0 1 0 1.5.63.63 0 0 0-.447.187.65.65 0 0 0-.187.454V9.25h16.5V6.391a.64.64 0 0 0-.187-.454.63.63 0 0 0-.448-.187H17.75V7a.75.75 0 0 1-1.5 0V5.455a.75.75 0 0 1 0-.91V3a.75.75 0 0 1 .75-.75m3.25 8.5H3.75v8.859c0 .17.068.334.187.454.12.12.28.187.448.187h15.23a.63.63 0 0 0 .448-.187.64.64 0 0 0 .187-.454z", clipRule: "evenodd" }))); }); CalendarMIcon.displayName = 'CalendarMIcon';