iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 815 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 CertificateFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M232 86.53V56a16 16 0 00-16-16H40a16 16 0 00-16 16v128a16 16 0 0016 16h120v24a8 8 0 0012 7l24-13.74L220 231a8 8 0 0012-7v-62.53a51.88 51.88 0 000-74.94zM128 144H72a8 8 0 010-16h56a8 8 0 010 16zm0-32H72a8 8 0 010-16h56a8 8 0 010 16zm88 98.21l-16-9.16a8 8 0 00-7.94 0l-16 9.16V172a51.88 51.88 0 0040 0zM196 160a36 36 0 1136-36 36 36 0 01-36 36z" }));
exports.default = CertificateFill;