@ozen-ui/icons
Version:
A collection of icons
11 lines (10 loc) • 1.48 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CalendarMortgageSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.CalendarMortgageSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.23.25a.75.75 0 0 1 .75.75v.865h4.635a.75.75 0 0 1 0 1.5H4.981v.866a.75.75 0 1 1-1.5 0V1a.75.75 0 0 1 .75-.75", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "currentColor", d: "M12.52 1a.75.75 0 0 0-1.5 0v3.23a.75.75 0 0 0 1.5 0v-.865h1.403a.327.327 0 0 1 .327.327v10.231a.327.327 0 0 1-.327.327H2.077a.327.327 0 0 1-.327-.327V3.693a.327.327 0 0 1 .327-.328.75.75 0 0 0 0-1.5A1.827 1.827 0 0 0 .25 3.692v10.231a1.827 1.827 0 0 0 1.827 1.827h11.846a1.827 1.827 0 0 0 1.827-1.827V3.693a1.827 1.827 0 0 0-1.827-1.828H12.52z" }),
react_1.default.createElement("path", { fill: "currentColor", d: "M6.481 6.5a1.051 1.051 0 1 0 1.053 1.05c0-.585-.476-1.05-1.053-1.05M10.529 7.782A.75.75 0 1 0 9.47 6.718l-4 3.973a.75.75 0 1 0 1.058 1.064zM9.698 9.9a1.051 1.051 0 1 0 1.052 1.05c0-.585-.476-1.05-1.052-1.05" }))); });
exports.CalendarMortgageSIcon.displayName = 'CalendarMortgageSIcon';