@icongo/li
Version:
LibreICONS Icons
31 lines (30 loc) • 1.65 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiActionEncryption = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiActionEncryption = function LIGuiActionEncryption(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.jsxs)("g", {
fill: "#ffa000",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M11.532 12.13v.292l-.585.586h-.586l-.585-.586V9.32h1.756v1.346l-.293.293.293.292v.293l-.293.293z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M12.85 7.3a.769.769 0 0 0-.586-.527c-.38-.087-.966-.205-1.61-.205s-1.23.118-1.61.176a.769.769 0 0 0-.585.527c-.059.293-.146.644-.146 1.054 0 .41.087.76.146 1.024a.769.769 0 0 0 .585.527c.38.088.937.175 1.61.175s1.23-.117 1.61-.175a.769.769 0 0 0 .585-.527 3.3 3.3 0 0 0 .146-1.024c0-.41-.087-.761-.146-1.025zm-1.347.732H9.834a.325.325 0 0 1-.321-.322V7.3c0-.088.526-.175 1.17-.175.644 0 1.171.087 1.171.175v.41c-.03.176-.176.322-.351.322z"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#d68600",
d: "M10.361 9.817h.293v3.19h-.293z"
})]
}));
};
exports.LIGuiActionEncryption = LIGuiActionEncryption;