UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.12 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 Slides = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M17.638 16.544H4.328a1.11 1.11 0 0 1-1.11-1.11V2.11c0-.613.497-1.11 1.11-1.11h13.31c.613 0 1.11.497 1.11 1.11v13.324a1.11 1.11 0 0 1-1.11 1.11zm0-13.88a.555.555 0 0 0-.555-.554H4.882a.555.555 0 0 0-.555.555v12.213c0 .307.249.556.555.556h12.201a.555.555 0 0 0 .555-.556V2.665zm-1.664 10.548H5.99a.554.554 0 0 1-.555-.554V3.775c0-.306.249-.555.555-.555h9.983c.306 0 .555.249.555.555v8.883a.554.554 0 0 1-.555.554zm-.554-8.326a.555.555 0 0 0-.555-.555H7.1a.555.555 0 0 0-.554.555v6.662c0 .306.248.555.554.555h7.765a.555.555 0 0 0 .555-.555V4.886zm1.106 12.768v1.11H3.357C2.055 18.765 1 17.77 1 16.545V3.22v1.11h1.11v12.214c0 .613.531 1.11 1.188 1.11h13.228z", fill: "#000", fillRule: "evenodd" })); exports.default = Slides;