@icongo/li
Version:
LibreICONS Icons
33 lines (32 loc) • 1.57 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiCertificate = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiCertificate = function LIGuiCertificate(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#e8eaf6",
d: "M1.286 2.714h11.428v8.572H1.286z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#5c6bc0",
d: "M8.714 10.657v-.8h.8L8.086 8.43l-.8.8zm-3.428 0v-.8h-.8L5.914 8.43l.8.8z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#9fa8da",
d: "M3.286 4.429h7.428V5.57H3.286zM7 6.714c-.8 0-1.429.629-1.429 1.429S6.2 9.57 7 9.57s1.429-.628 1.429-1.428S7.8 6.714 7 6.714zM7 9a.842.842 0 0 1-.857-.857c0-.486.371-.857.857-.857s.857.371.857.857A.842.842 0 0 1 7 9z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#9fa8da",
d: "M1 2.429v9.142h12V2.43H1zm11.429 7.714a.842.842 0 0 0-.858.857H2.43a.842.842 0 0 0-.858-.857V3.857A.842.842 0 0 0 2.43 3h9.142c0 .486.372.857.858.857v6.286z"
})]
}));
};
exports.LIGuiCertificate = LIGuiCertificate;