UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.21 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 Image = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M17.656 18.764H2.113a1.11 1.11 0 0 1-1.11-1.11v-2.761a.502.502 0 0 1 0-.096V2.11c0-.613.496-1.11 1.11-1.11h15.543c.613 0 1.11.497 1.11 1.11v15.544a1.11 1.11 0 0 1-1.11 1.11zM2.113 17.1c0 .306.248.555.555.555h9.846l-5.53-6.395-4.871 3.963V17.1zM17.656 2.665a.555.555 0 0 0-.555-.555H2.668a.555.555 0 0 0-.555.555v11.009l4.46-3.63c.083-.077.194-.09.3-.114.016-.008.032-.013.049-.02.046-.006.082-.028.128-.026a.55.55 0 0 1 .468.17l1.727 1.997 5.191-4.244a.597.597 0 0 1 .455-.137.721.721 0 0 1 .506.135l2.258 2.443V2.665zm0 9.285c-.005-.004-.013-.002-.018-.006l-2.81-3.04-4.865 3.977 4.129 4.773h3.01a.555.555 0 0 0 .554-.555v-5.15zM5.443 7.66a2.22 2.22 0 1 1 0-4.441 2.22 2.22 0 0 1 0 4.441zm0-3.328a1.11 1.11 0 1 0 0 2.22 1.11 1.11 0 0 0 0-2.22z", fill: "#000", fillRule: "evenodd" })); exports.default = Image;