UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.27 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiZoomFit = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiZoomFit = function LIGuiZoomFit(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: "M3.157 6.225h.667v1.762h1.769v.667H3.157zm5.5-3.07H6.22v.667h1.768v1.762h.668zm0 3.07h-.668v1.762H6.221v.667h2.436zm-5.5-3.07h2.436v.667H3.824v1.762h-.667zM9.41 2.44a4.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.44zM3.03 8.82a4.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.LIGuiZoomFit = LIGuiZoomFit;