iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.24 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 CertificateBadge1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M2 6.75A2.25 2.25 0 014.25 4.5h15.5A2.25 2.25 0 0122 6.75v5.588a6.914 6.914 0 00-1.5-1.393V6.75a.75.75 0 00-.75-.75H4.25a.75.75 0 00-.75.75v10.5c0 .414.336.75.75.75h5.638a6.82 6.82 0 00.49 1.5H4.25A2.25 2.25 0 012 17.25V6.75z", fill: "#323544" }),
React.createElement("path", { d: "M18.25 9.75H5.75a.75.75 0 010-1.5h12.5a.75.75 0 010 1.5zM10.945 12.75a6.909 6.909 0 011.33-1.448.747.747 0 00-.275-.052H5.75a.75.75 0 000 1.5h5.195z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.657 15.281c0 1.217-.54 2.308-1.392 3.047v2.922a.75.75 0 01-1.256.553l-1.383-1.264-1.382 1.264a.75.75 0 01-1.256-.553v-2.919a4.031 4.031 0 116.668-3.05zm-4.032-2.531a2.532 2.532 0 100 5.063 2.532 2.532 0 000-5.063z", fill: "#323544" }));
exports.default = CertificateBadge1;