UNPKG

@ozen-ui/icons

Version:

A collection of icons

8 lines (7 loc) 1.28 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var CalendarMortgageSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), React.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.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.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" }))); }); CalendarMortgageSIcon.displayName = 'CalendarMortgageSIcon';