@ozen-ui/icons
Version:
A collection of icons
11 lines (10 loc) • 1.81 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CalendarMortgageMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.CalendarMortgageMIcon = (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: "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.25", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "currentColor", d: "M17.75 3a.75.75 0 0 0-1.5 0v1.545a.75.75 0 0 0 0 .91V7a.75.75 0 0 0 1.5 0V5.75h1.865c.168 0 .329.067.448.187.12.12.187.283.187.454V19.61a.64.64 0 0 1-.187.454.63.63 0 0 1-.448.187H4.385a.63.63 0 0 1-.448-.187.65.65 0 0 1-.187-.454V6.39c0-.17.068-.334.187-.454.12-.12.28-.187.448-.187a.75.75 0 0 0 0-1.5c-.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.629h15.231c.568 0 1.111-.227 1.511-.628.4-.402.624-.947.624-1.513V6.39c0-.566-.224-1.11-.624-1.513a2.13 2.13 0 0 0-1.51-.628H17.75z" }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.518 10.95c0-.667.544-1.2 1.204-1.2s1.203.533 1.203 1.2c0 .668-.543 1.201-1.203 1.201s-1.204-.533-1.204-1.2m6.972-.938a.75.75 0 0 1-.004 1.061L9.53 16.991a.75.75 0 1 1-1.058-1.065l5.958-5.917a.75.75 0 0 1 1.06.003m-2.147 6.037c0-.667.543-1.2 1.203-1.2s1.204.533 1.204 1.2c0 .668-.543 1.201-1.204 1.201s-1.203-.533-1.203-1.2", clipRule: "evenodd" }))); });
exports.CalendarMortgageMIcon.displayName = 'CalendarMortgageMIcon';