UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 744 B
"use strict"; 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 CalendarSlash = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M53.92 34.62A8 8 0 0048 32a16 16 0 00-16 16v160a16 16 0 0016 16h160a8 8 0 005.92-13.38zM73.55 80H48V51.88zM48 208V96h40.1l101.82 112zM224 48v129.23a8 8 0 11-16 0V96h-73.12a8 8 0 010-16H208V48h-24v8a8 8 0 01-16 0v-8H91.25a8 8 0 010-16H168v-8a8 8 0 0116 0v8h24a16 16 0 0116 16z" })); exports.default = CalendarSlash;