iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 978 B
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 ApplicationCheck = (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.555.555 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-8.049 7.766l-.003.003-3.046-2.492.832-.83 2.134 1.745 3.966-3.966.832.831-4.712 4.711-.003-.002zM5.08 5.33H3.97V4.22h1.11v1.11zm2.22 0H6.19V4.22H7.3v1.11zm2.222 0h-1.11V4.22h1.11v1.11z", fill: "#000", fillRule: "evenodd" }));
exports.default = ApplicationCheck;