iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.07 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 FolderCheck = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M17.653 18.764H2.11A1.11 1.11 0 0 1 1 17.654V2.111C1 1.496 1.497 1 2.11 1h5.551c.614 0 1.11.497 1.11 1.11v1.11h8.882c.613 0 1.11.497 1.11 1.11v13.324a1.11 1.11 0 0 1-1.11 1.11zm-.555-14.433H7.661V2.665a.555.555 0 0 0-.555-.555h-4.44a.555.555 0 0 0-.556.555V5.441h14.988a.555.555 0 0 0 0-1.11zm.555 3.33v-1.11H2.11V17.1c0 .307.249.555.555.555h14.433a.555.555 0 0 0 .555-.555V7.661zm-7.915 7.58c-.009.01-.005.025-.015.034a.52.52 0 0 1-.398.148.557.557 0 0 1-.397-.164c-.008-.008-.004-.02-.012-.028L5.6 12.459a.532.532 0 1 1 .753-.753l2.909 2.43 5.206-5.207a.559.559 0 1 1 .791.79l-5.52 5.522z", fill: "#000", fillRule: "evenodd" }));
exports.default = FolderCheck;