iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 788 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 CalendarSlashThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M51 37.31A4 4 0 0048 36a12 12 0 00-12 12v160a12 12 0 0012 12h160a4 4 0 003-6.69zm-4.46 7L82.59 84H44V48a4 4 0 012.5-3.71zM48 212a4 4 0 01-4-4V92h45.87L199 212zM220 48v129.23a4 4 0 11-8 0V92h-77.12a4 4 0 010-8H212V48a4 4 0 00-4-4h-28v12a4 4 0 01-8 0V44H91.25a4 4 0 010-8H172V24a4 4 0 018 0v12h28a12 12 0 0112 12z" }));
exports.default = CalendarSlashThin;