UNPKG

@comfortdelgro/compass-icons

Version:
17 lines (15 loc) 1.21 kB
import * as React from "react"; import { forwardRef } from "react"; const Calendar = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 32 33", ref: ref, ...props }, /*#__PURE__*/ React.createElement("g", { fill: "currentColor" }, /*#__PURE__*/ React.createElement("path", { d: "M15.5063 25.4121C14.975 26.0098 14.025 26.0098 13.4375 25.4121L9.4375 21.6621C8.85625 21.1641 8.85625 20.2734 9.4375 19.7227C10.025 19.1777 10.975 19.1777 11.5063 19.7227L14.5 22.4824L20.4375 16.9102C21.025 16.3652 21.975 16.3652 22.5063 16.9102C23.1438 17.4609 23.1438 18.3516 22.5063 18.8496L15.5063 25.4121ZM10 1.5C10.8313 1.5 11.5 2.12988 11.5 2.90625V5.25H20.5V2.90625C20.5 2.12988 21.1688 1.5 22 1.5C22.8312 1.5 23.5 2.12988 23.5 2.90625V5.25H26C28.2062 5.25 30 6.92871 30 9V27.75C30 29.8184 28.2062 31.5 26 31.5H6C3.79063 31.5 2 29.8184 2 27.75V9C2 6.92871 3.79063 5.25 6 5.25H8.5V2.90625C8.5 2.12988 9.16875 1.5 10 1.5ZM27 12.75H5V27.75C5 28.2656 5.4475 28.6875 6 28.6875H26C26.55 28.6875 27 28.2656 27 27.75V12.75Z" }))); const ForwardRef = /*#__PURE__*/ forwardRef(Calendar); export default ForwardRef;