@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 2.03 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CalendarSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.23079 0.25C4.64501 0.25 4.98079 0.585786 4.98079 1V1.86534H9.61542C10.0296 1.86534 10.3654 2.20113 10.3654 2.61534C10.3654 3.02955 10.0296 3.36534 9.61542 3.36534H4.98079V4.23078C4.98079 4.64499 4.64501 4.98078 4.23079 4.98078C3.81658 4.98078 3.48079 4.64499 3.48079 4.23078V1C3.48079 0.585786 3.81658 0.25 4.23079 0.25ZM11.7693 0.25C12.1835 0.25 12.5193 0.585786 12.5193 1V1.86534H13.9231C14.4076 1.86534 14.8723 2.05782 15.2149 2.40043C15.5576 2.74305 15.75 3.20773 15.75 3.69227V13.9231C15.75 14.4076 15.5576 14.8723 15.2149 15.2149C14.8723 15.5575 14.4076 15.75 13.9231 15.75H2.07693C1.5924 15.75 1.12771 15.5575 0.785094 15.2149C0.442479 14.8723 0.25 14.4076 0.25 13.9231V3.69227C0.25 3.20773 0.442479 2.74305 0.785094 2.40043C1.12771 2.05782 1.59239 1.86534 2.07693 1.86534C2.49114 1.86534 2.82693 2.20113 2.82693 2.61534C2.82693 3.02955 2.49114 3.36534 2.07693 3.36534C1.99022 3.36534 1.90706 3.39978 1.84575 3.46109C1.78444 3.5224 1.75 3.60556 1.75 3.69227V5.63458H14.25V3.69227C14.25 3.60556 14.2156 3.5224 14.1543 3.46109C14.093 3.39978 14.0098 3.36534 13.9231 3.36534H12.5193V4.23078C12.5193 4.64499 12.1835 4.98078 11.7693 4.98078C11.3551 4.98078 11.0193 4.64499 11.0193 4.23078V2.62017C11.0193 2.61856 11.0193 2.61695 11.0193 2.61534C11.0193 2.61373 11.0193 2.61211 11.0193 2.6105V1C11.0193 0.585786 11.3551 0.25 11.7693 0.25ZM14.25 7.13458H1.75V13.9231C1.75 14.0098 1.78444 14.0929 1.84575 14.1542C1.90706 14.2155 1.99022 14.25 2.07693 14.25H13.9231C14.0098 14.25 14.093 14.2155 14.1543 14.1542C14.2156 14.0929 14.25 14.0098 14.25 13.9231V7.13458Z", fill: "currentColor" }))); });
CalendarSIcon.displayName = 'CalendarSIcon';