iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.02 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 CertificateDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M224 56v34.06a44 44 0 10-56 67.88V192H40a8 8 0 01-8-8V56a8 8 0 018-8h176a8 8 0 018 8z", opacity: ".2" }),
React.createElement("path", { d: "M128 136a8 8 0 01-8 8H72a8 8 0 010-16h48a8 8 0 018 8zm-8-40H72a8 8 0 000 16h48a8 8 0 000-16zm112 65.47V224a8 8 0 01-12 7l-24-13.74L172 231a8 8 0 01-12-7v-24H40a16 16 0 01-16-16V56a16 16 0 0116-16h176a16 16 0 0116 16v30.53a51.88 51.88 0 010 74.94zM160 184v-22.53A52 52 0 01216 76V56H40v128zm56-12a51.88 51.88 0 01-40 0v38.22l16-9.16a8 8 0 017.94 0l16 9.16zm16-48a36 36 0 10-36 36 36 36 0 0036-36z" }));
exports.default = CertificateDuotone;