UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 919 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 ApplicationMinus = (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-.554V2.555c0-.307.249-.555.555-.555h15.543c.307 0 .555.249.555.555V18.1a.555.555 0 0 1-.555.554zm-.555-14.988a.556.556 0 0 0-.555-.556H3.415a.556.556 0 0 0-.555.556V6.44h14.433V3.666zm0 3.885H2.86v9.438c0 .307.249.556.555.556h13.323a.556.556 0 0 0 .555-.556V7.55zm-9.992 4.442h5.552v1.11H7.3v-1.11zM5.081 5.33h-1.11V4.22h1.11v1.111zm2.22 0h-1.11V4.22h1.11v1.111zm2.22 0h-1.11V4.22h1.11v1.111z", fill: "#000", fillRule: "evenodd" })); exports.default = ApplicationMinus;