iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.33 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 Letsencrypt = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.991 0a.883.883 0 00-.871.817v3.02a.883.883 0 00.88.884.883.883 0 00.88-.88V.816A.883.883 0 0011.991 0zm7.705 3.109a.88.88 0 00-.521.174L16.8 5.231a.88.88 0 00.559 1.563.88.88 0 00.56-.2l2.37-1.951a.88.88 0 00-.594-1.534zM4.32 3.122a.883.883 0 00-.611 1.52l2.37 1.951a.876.876 0 00.56.2v-.002a.88.88 0 00.56-1.56L4.828 3.283a.883.883 0 00-.508-.16zm7.66 3.228a5.046 5.046 0 00-5.026 5.045v1.488H5.787a.967.967 0 00-.965.964v9.189a.967.967 0 00.965.964h12.426a.967.967 0 00.964-.964v-9.19a.967.967 0 00-.964-.963h-1.168v-1.488A5.046 5.046 0 0011.98 6.35zm.012 2.893a2.152 2.152 0 012.16 2.152v1.488H9.847v-1.488a2.152 2.152 0 012.145-2.152zm7.382.503a.883.883 0 10.07 1.763h3.027a.883.883 0 000-1.76h-3.027a.883.883 0 00-.07-.003zM1.529 9.75a.883.883 0 000 1.76h2.999a.883.883 0 000-1.76zm10.46 6.774a1.28 1.28 0 01.64 2.393v1.245a.63.63 0 01-1.259 0v-1.245a1.28 1.28 0 01.619-2.393z" }));
exports.default = Letsencrypt;