UNPKG

@icongo/li

Version:
30 lines (29 loc) 1.47 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiSynchronize = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiSynchronize = function LIGuiSynchronize(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.jsxs)("g", { fill: "green", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m11.642 3.21-.979.79a4.781 4.781 0 0 1 1.074 3A4.73 4.73 0 0 1 7 11.737c-.284 0-.6-.032-.884-.095l-.221 1.232c.379.063.758.094 1.105.094 3.316 0 6-2.684 6-6a5.972 5.972 0 0 0-1.358-3.757z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m9.21 1.979 3.758.505L9.874 5.58zM7 1.032c-3.316 0-6 2.684-6 6 0 1.452.505 2.842 1.453 3.915l.947-.82a4.793 4.793 0 0 1-1.137-3.095A4.73 4.73 0 0 1 7 2.295c.284 0 .6.031.884.094l.221-1.231A4.24 4.24 0 0 0 7 1.032z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m4.79 12.084-3.758-.505 3.094-3.095z" })] }) })); }; exports.LIGuiSynchronize = LIGuiSynchronize;