UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.08 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 Schedule = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props }, React.createElement("g", { fill: "currentColor", fillRule: "evenodd" }, React.createElement("path", { d: "M19 10.341V7.006A2 2 0 0 0 17.006 5H4.994A2 2 0 0 0 3 7.006v9.988A2 2 0 0 0 4.994 19h6.809a5.96 5.96 0 0 1-.72-2.001c-3.028 0-6.083-.002-6.083-.005C5 16.994 5 7 4.994 7 4.994 7 17 7 17 7.006V10c.701 0 1.374.12 2 .341z", fillRule: "nonzero" }), React.createElement("path", { d: "M5 4v1h2V4a1 1 0 0 0-2 0zm10 0v1h2V4a1 1 0 0 0-2 0zM4 7h14v2H4zm14 8v-1.01a1 1 0 0 0-1-.99c-.556 0-1 .444-1 .99V15h-1.01a1 1 0 0 0-.99 1c0 .556.444 1 .99 1H16v1.01a1 1 0 0 0 1 .99c.556 0 1-.444 1-.99V17h1.01a1 1 0 0 0 .99-1c0-.556-.444-1-.99-1H18zm-1 6a5 5 0 1 1 0-10 5 5 0 0 1 0 10z" }))); exports.default = Schedule;