iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 783 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 CalendarSlashFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M224 48v139.57a4 4 0 01-7 2.7L116.8 80H208V48h-24v8a8 8 0 01-8.52 8 8.18 8.18 0 01-7.48-8.27V48H87.71l-8.46-9.31a4 4 0 013-6.69H168v-8a8 8 0 018.52-8 8.18 8.18 0 017.48 8.27V32h24a16 16 0 0116 16zm-10.08 162.62A8 8 0 01208 224H48a16 16 0 01-16-16V48a16 16 0 0116-16 8 8 0 015.93 2.62zM73.55 80L48 51.89V80z" }));
exports.default = CalendarSlashFill;