UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 856 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Calendar = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M17.543 18.765H3.11A1.11 1.11 0 0 1 2 17.655V3.22c0-.613.497-1.11 1.11-1.11h3.33V1h1.111v1.11h5.551V1h1.11v1.11h3.886c.613 0 .555.498.555 1.11V17.656a1.11 1.11 0 0 1-1.11 1.11zm0-14.988a.555.555 0 0 0-.555-.556h-2.775v1.11h-1.11v-1.11H7.55v1.11h-1.11v-1.11H3.665a.555.555 0 0 0-.555.556v1.665h14.433V3.777zm0 2.775H3.11V17.1c0 .306.249.555.556.555h13.322a.555.555 0 0 0 .555-.555V6.552z", fill: "#000", fillRule: "evenodd" })); exports.default = Calendar;