iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 800 B
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 CalendarSlashLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M52.44 36A6 6 0 0048 34a14 14 0 00-14 14v160a14 14 0 0014 14h160a6 6 0 004.44-10zm-6.18 11l31.81 35H46V48a2.06 2.06 0 01.26-1zM48 210a2 2 0 01-2-2V94h43l105.44 116zM222 48v129.23a6 6 0 11-12 0V94h-75.12a6 6 0 010-12H210V48a2 2 0 00-2-2h-26v10a6 6 0 01-12 0V46H91.25a6 6 0 010-12H170V24a6 6 0 0112 0v10h26a14 14 0 0114 14z" }));
exports.default = CalendarSlashLight;