iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.38 kB
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 Images = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M17.653 17.544H6.836l-.002.002-.001-.002H5.44a1.11 1.11 0 0 1-1.11-1.11V6.441c0-.612.498-1.11 1.11-1.11h12.213c.613 0 1.11.498 1.11 1.11v9.993a1.11 1.11 0 0 1-1.11 1.11zm0-10.547a.555.555 0 0 0-.555-.556H5.996a.556.556 0 0 0-.555.556v8.881c0 .307.248.556.555.556h.283l4.174-4.186-.02-.019.79-.786.017.017.024-.023.832.834-.02.02 1.42 1.416 1.412-1.412-.021-.02.828-.828.02.02.033-.031.778.778-.032.032 1.14 1.139V6.997zm0 7.48l-.282.283-1.686-1.686-1.409 1.41.05.049-.79.786-.048-.048-.055.056-.778-.778.054-.054-1.42-1.414-3.346 3.354h9.155a.555.555 0 0 0 .555-.556v-1.401zm-9.437-2.484a1.665 1.665 0 1 1 .001-3.33 1.665 1.665 0 0 1 0 3.33zm0-2.221a.556.556 0 1 0 .002 1.11.556.556 0 0 0-.002-1.11zm7.217-6.107a.556.556 0 0 0-.555-.555H2.665a.555.555 0 0 0-.555.555v9.993c0 .307.249.556.555.556h.555v1.11H2.11A1.11 1.11 0 0 1 1 14.214V3.11C1 2.498 1.497 2 2.11 2h13.323c.613 0 1.11.498 1.11 1.11v1.11h-1.11v-.555z", fill: "#000", fillRule: "evenodd" }));
exports.default = Images;