iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 907 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 CertificateBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M128 140a12 12 0 01-12 12H72a12 12 0 010-24h44a12 12 0 0112 12zm-12-52H72a12 12 0 000 24h44a12 12 0 000-24zm120 79.14V228a12 12 0 01-17.95 10.42L196 225.82l-22 12.6A12 12 0 01156 228v-24H40a20 20 0 01-20-20V56a20 20 0 0120-20h176a20 20 0 0120 20v32.86a55.87 55.87 0 010 78.28zM196 160a32 32 0 10-32-32 32 32 0 0032 32zm-40 20v-12.86a56 56 0 0156-92.8V60H44v120zm56 27.32v-25.66a55.87 55.87 0 01-32 0v25.66l10.05-5.74a12 12 0 0111.9 0z" }));
exports.default = CertificateBold;