iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1 kB
JavaScript
;
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", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-calendar", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M16 2a1 1 0 01.993.883L17 3v1h1a3 3 0 012.995 2.824L21 7v12a3 3 0 01-2.824 2.995L18 22H6a3 3 0 01-2.995-2.824L3 19V7a3 3 0 012.824-2.995L6 4h1V3a1 1 0 011.993-.117L9 3v1h6V3a1 1 0 011-1zm3 7H5v9.625c0 .705.386 1.286.883 1.366L6 20h12c.513 0 .936-.53.993-1.215l.007-.16V9z" }),
React.createElement("path", { d: "M12 12a1 1 0 01.993.883L13 13v3a1 1 0 01-1.993.117L11 16v-2a1 1 0 01-.117-1.993L11 12h1z" }));
exports.default = Calendar;