UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 897 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 CalendarIcon = (props) => React.createElement("svg", { "aria-label": "calendar icon", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props }, React.createElement("path", { d: "M8 7H4v3h16V7h-4v1.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5V7h-4v1.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5V7zm2-2h4V3.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V5h5a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h5V3.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V5zm10 7H4v7h16v-7zM5 13h2v2H5v-2zm0 3h2v2H5v-2zm3-3h2v2H8v-2zm0 3h2v2H8v-2zm3-3h2v2h-2v-2zm0 3h2v2h-2v-2zm3-3h2v2h-2v-2zm0 3h2v2h-2v-2zm3-3h2v2h-2v-2zm0 3h2v2h-2v-2z" })); exports.default = CalendarIcon;