@icongo/li
Version:
LibreICONS Icons
27 lines (26 loc) • 1.14 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiSecurity = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiSecurity = function LIGuiSecurity(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: "olive",
d: "M12.123 3.097C9.175 1.368 7.006 1 7.006 1L7 1.001 6.995 1s-2.17.368-5.118 2.097c0 0-.391 8.727 5.118 9.903L7 12.999l.006.001c5.508-1.176 5.117-9.903 5.117-9.903z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ff0",
d: "M7.006 1.741c.483.104 2.177.538 4.388 1.778-.01 1.612-.286 7.71-4.388 8.735V1.741z"
})]
}));
};
exports.LIGuiSecurity = LIGuiSecurity;