@icongo/li
Version:
LibreICONS Icons
24 lines (23 loc) • 1.26 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiActionPlugin = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiActionPlugin = function LIGuiActionPlugin(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("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: "#8bc34a",
d: "M13.01 9.127c0-.354-.3-.654-.655-.654h-.982c-.109 0-.19-.137-.109-.219.11-.163.136-.354.11-.572a.816.816 0 0 0-.628-.655c-.546-.109-1.01.273-1.01.791 0 .164.055.3.11.437.054.109 0 .218-.137.218h-.981c-.355 0-.655.3-.655.654V10c0 .109.136.19.218.109.164-.11.355-.136.573-.11.327.056.573.3.655.628a.817.817 0 0 1-.791.982c-.164 0-.3-.054-.437-.11-.109-.053-.218 0-.218.137v.71c0 .354.3.654.655.654h3.6c.354 0 .654-.3.654-.655V9.127z"
})
}));
};
exports.LIGuiActionPlugin = LIGuiActionPlugin;