UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 958 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 ApplicationPlus = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M17.848 18.654H2.305a.555.555 0 0 1-.555-.555V2.555c0-.306.249-.555.555-.555h15.543c.307 0 .555.249.555.555V18.1a.555.555 0 0 1-.555.555zm-.555-14.988a.556.556 0 0 0-.555-.556H3.415a.556.556 0 0 0-.555.556v2.776h14.433V3.666zm0 3.885H2.86v9.437c0 .307.249.557.555.557h13.323a.556.556 0 0 0 .555-.557V7.551zm-6.661 7.772h-1.11v-2.22H7.3v-1.11h2.22v-2.22h1.11v2.22h2.221v1.11h-2.22v2.22zM5.08 5.331H3.97V4.22h1.11v1.11zm2.22 0H6.19V4.22H7.3v1.11zm2.222 0h-1.11V4.22h1.11v1.11z", fill: "#000", fillRule: "evenodd" })); exports.default = ApplicationPlus;