iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 908 B
JavaScript
"use strict";
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 Certificate2Off = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-certificate-2-off", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M12 12a3 3 0 103 3M11 7h3" }),
React.createElement("path", { d: "M10 18v4l2-1 2 1v-4M10 19H8a2 2 0 01-2-2V6m1.18-2.825C7.43 3.063 7.709 3 8 3h8a2 2 0 012 2v9m-.175 3.82A2 2 0 0116 19h-2M3 3l18 18" }));
exports.default = Certificate2Off;