iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 724 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 CalendarDotBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M148 152a20 20 0 11-20-20 20 20 0 0120 20zm80-104v160a20 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 = CalendarDotBold;