UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 916 B
"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 CertificateLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M126 136a6 6 0 01-6 6H72a6 6 0 010-12h48a6 6 0 016 6zm-6-38H72a6 6 0 000 12h48a6 6 0 000-12zm110 62.62V224a6 6 0 01-9 5.21l-25-14.3-25 14.3a6 6 0 01-9-5.21v-26H40a14 14 0 01-14-14V56a14 14 0 0114-14h176a14 14 0 0114 14v31.38a49.91 49.91 0 010 73.24zM196 86a38 38 0 1038 38 38 38 0 00-38-38zm-34 100v-25.38a50 50 0 0156-81.51V56a2 2 0 00-2-2H40a2 2 0 00-2 2v128a2 2 0 002 2zm56-17.11a49.91 49.91 0 01-44 0v44.77l19-10.87a6 6 0 016 0l19 10.87z" })); exports.default = CertificateLight;