iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 757 B
JavaScript
"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 CalendarClock = (props) => React.createElement("svg", { className: "lucide lucide-calendar-clock", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props },
React.createElement("path", { d: "M21 7.5V6a2 2 0 00-2-2H5a2 2 0 00-2 2v14a2 2 0 002 2h3.5M16 2v4M8 2v4M3 10h5M17.5 17.5L16 16.3V14" }),
React.createElement("circle", { cx: "16", cy: "16", r: "6" }));
exports.default = CalendarClock;