@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.43 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiZoomIn = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiZoomIn = function LIGuiZoomIn(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", {
d: "M8.878 5.469v.818q0 .17-.12.29-.119.12-.289.12H6.696v1.772q0 .17-.119.29-.12.12-.29.12H5.47q-.17 0-.29-.12-.12-.12-.12-.29V6.696H3.288q-.17 0-.29-.119-.119-.12-.119-.29V5.47q0-.17.12-.29.119-.12.29-.12H5.06V3.288q0-.17.12-.29.119-.119.289-.119h.818q.17 0 .29.12.12.119.12.29V5.06h1.772q.17 0 .29.12.12.119.12.289zm.532-3.028a4.933 4.933 0 0 0-6.969 0 4.933 4.933 0 0 0 0 6.97 4.934 4.934 0 0 0 6.767.19l.39.39a.693.693 0 0 0 .156.744l2.061 2.061a.694.694 0 1 0 .982-.981l-2.062-2.061a.693.693 0 0 0-.743-.155l-.391-.39A4.933 4.933 0 0 0 9.41 2.44zm-6.38 6.38a4.1 4.1 0 0 1 0-5.791 4.1 4.1 0 0 1 5.791 0 4.1 4.1 0 0 1 0 5.791 4.1 4.1 0 0 1-5.79 0z"
})
}));
};
exports.LIGuiZoomIn = LIGuiZoomIn;