iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.26 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 Certificates = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M17.653 18.765H2.11A1.11 1.11 0 0 1 1 17.655V2.11C1 1.497 1.497 1 2.11 1h15.543c.614 0 1.11.497 1.11 1.11v15.544a1.11 1.11 0 0 1-1.11 1.11zm-3.33-3.331V2.11H2.666a.555.555 0 0 0-.555.554V17.1c0 .306.248.554.555.554h11.657v-2.22zm3.33-12.769a.555.555 0 0 0-.555-.555h-1.665v2.22h1.11v2.221h-1.11v2.221h1.11v2.221h-1.11v2.22h1.11v2.22h-1.11v2.22h1.665a.555.555 0 0 0 .555-.554V2.665zM4.331 4.331h7.772c.613 0 1.11.496 1.11 1.11v3.331a1.11 1.11 0 0 1-1.11 1.11H4.33a1.11 1.11 0 0 1-1.11-1.11V5.441c0-.614.497-1.11 1.11-1.11zm0 3.886c0 .307.249.555.555.555h6.661a.555.555 0 0 0 .556-.555v-2.22a.555.555 0 0 0-.556-.556h-6.66a.555.555 0 0 0-.556.555v2.221zm-.555 3.886h8.881a.555.555 0 0 1 0 1.11H3.776a.555.555 0 1 1 0-1.11zm0 2.22h8.881a.555.555 0 0 1 0 1.11H3.776a.555.555 0 0 1 0-1.11z", fill: "#000", fillRule: "evenodd" }));
exports.default = Certificates;