UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 841 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 CalendarXBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M160.49 136.49L145 152l15.52 15.51a12 12 0 01-17 17L128 169l-15.51 15.52a12 12 0 01-17-17L111 152l-15.49-15.51a12 12 0 1117-17L128 135l15.51-15.52a12 12 0 1117 17zM228 48v160a20 20 0 01-20 20H48a20 20 0 01-20-20V48a20 20 0 0120-20h20v-4a12 12 0 0124 0v4h72v-4a12 12 0 0124 0v4h20a20 20 0 0120 20zM52 52v24h152V52h-16a12 12 0 01-24 0H92a12 12 0 01-24 0zm152 152V100H52v104z" })); exports.default = CalendarXBold;