UNPKG

infinity-forge

Version:
9 lines 973 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconCalendarTime = IconCalendarTime; var jsx_runtime_1 = require("react/jsx-runtime"); function IconCalendarTime(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '24', height: '24', viewBox: '0 0 24 24', strokeWidth: '2', strokeLinecap: 'round', strokeLinejoin: 'round', stroke: color, children: [(0, jsx_runtime_1.jsx)("path", { d: 'M0 0h24v24H0z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M11.795 21h-6.795a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4' }), (0, jsx_runtime_1.jsx)("path", { d: 'M18 18m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0' }), (0, jsx_runtime_1.jsx)("path", { d: 'M15 3v4' }), (0, jsx_runtime_1.jsx)("path", { d: 'M7 3v4' }), (0, jsx_runtime_1.jsx)("path", { d: 'M3 11h16' }), (0, jsx_runtime_1.jsx)("path", { d: 'M18 16.496v1.504l1 1' })] })); } //# sourceMappingURL=icon-calendar-time.js.map