UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.13 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CalendarSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.CalendarSIcon = (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-.75m7.54 0a.75.75 0 0 1 .75.75v.865h1.403a1.827 1.827 0 0 1 1.827 1.827v10.231a1.827 1.827 0 0 1-1.827 1.827H2.077A1.827 1.827 0 0 1 .25 13.923V3.693a1.827 1.827 0 0 1 1.827-1.828.75.75 0 0 1 0 1.5.327.327 0 0 0-.327.327v1.943h12.5V3.692a.327.327 0 0 0-.327-.327H12.52v.866a.75.75 0 0 1-1.5 0V1a.75.75 0 0 1 .75-.75m2.48 6.885H1.75v6.788a.327.327 0 0 0 .327.327h11.846a.327.327 0 0 0 .327-.327z", clipRule: "evenodd" }))); }); exports.CalendarSIcon.displayName = 'CalendarSIcon';