UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.2 kB
"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 CalendarDays = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M7.185 12.75a.8.8 0 01.8-.8h.01a.8.8 0 010 1.6h-.01a.8.8 0 01-.8-.8zM7.985 15.95a.8.8 0 000 1.6h.01a.8.8 0 000-1.6h-.01zM11.195 12.75a.8.8 0 01.8-.8h.01a.8.8 0 010 1.6h-.01a.8.8 0 01-.8-.8zM11.995 15.95a.8.8 0 000 1.6h.01a.8.8 0 000-1.6h-.01zM15.205 12.75a.8.8 0 01.8-.8h.01a.8.8 0 010 1.6h-.01a.8.8 0 01-.8-.8zM16.005 15.95a.8.8 0 000 1.6h.01a.8.8 0 000-1.6h-.01z", fill: "#323544" }), React.createElement("path", { d: "M8.75 2.75a.75.75 0 00-1.5 0v1H5.5A2.25 2.25 0 003.25 6v13a2.25 2.25 0 002.25 2.25h13A2.25 2.25 0 0020.75 19V6a2.25 2.25 0 00-2.25-2.25h-1.75v-1a.75.75 0 00-1.5 0v1h-6.5v-1zm10.5 5.5H4.75V6a.75.75 0 01.75-.75h13a.75.75 0 01.75.75v2.25zm-14.5 1.5h14.5V19a.75.75 0 01-.75.75h-13a.75.75 0 01-.75-.75V9.75z", fill: "#323544" })); exports.default = CalendarDays;