iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 742 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 CalendarSlashBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M56.88 31.93A12 12 0 0048 28a20 20 0 00-20 20v160a20 20 0 0020 20h160a12 12 0 008.88-20.07zM52 204V62.24L180.87 204zM228 48v117.34a12 12 0 11-24 0V100h-58.31a12 12 0 010-24H204V52h-16a12 12 0 01-24 0h-61.94a12 12 0 010-24H164v-4a12 12 0 0124 0v4h20a20 20 0 0120 20z" }));
exports.default = CalendarSlashBold;