@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 2.52 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiGesturePinchClose = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiGesturePinchClose = function LIGuiGesturePinchClose(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.124 12.962c-.02-.021-.038-.094-.038-.163 0-.068-.043-.251-.096-.407-.077-.226-.215-.4-.684-.86-.583-.572-.59-.582-1.06-1.537-.516-1.054-.779-1.49-1.212-2.01-.305-.367-.397-.588-.304-.736.153-.247.631-.308.984-.126.29.15.6.481.953 1.021.307.469.463.57.595.39.103-.142.101-1.868-.002-2.155-.04-.11-.281-.473-.536-.806-.601-.786-.618-.82-.537-1.066a.597.597 0 0 1 .579-.43c.209 0 .247.033.87.761l.753.878c.092.107.105.108.158.02.081-.134.365-.184.603-.106.295.097.433.304.433.648v.287l.11-.136c.09-.111.165-.136.408-.136.264 0 .317.022.466.188.117.131.168.248.168.388v.201l.115-.115c.234-.234.752-.085.895.257.062.147.081.579.086 1.873l.006 1.682-.316.642c-.304.615-.441 1.057-.441 1.421V13H9.622c-.803 0-1.476-.017-1.497-.038zm-5.806-1.936-.155-.127.464-.63.465-.63-.132-.106a1.968 1.968 0 0 0-.222-.158c-.05-.028-.079-.062-.063-.076.015-.014.361-.194.768-.4.724-.367.74-.372.71-.224-.016.083-.075.45-.131.814-.056.364-.11.672-.119.684-.009.012-.107-.047-.218-.131l-.202-.154-.467.635c-.256.35-.484.634-.505.633a.752.752 0 0 1-.193-.13zM4.83 8.46c-1.047-.476-.726-2.015.422-2.02.309 0 .652.169.843.42.206.27.185.36-.043.187-.623-.476-1.175-.46-1.481.042-.213.35-.09.904.241 1.081.207.11.421.401.294.397-.024 0-.148-.049-.276-.107zm1.288-2.97a1.178 1.178 0 0 1-.33-.392 1.052 1.052 0 0 1 .855-1.525 1.056 1.056 0 0 1 1.133.885l.032.224-.163-.201c-.373-.46-.516-.583-.73-.632-.582-.13-1.121.415-.961.972.03.105.16.33.288.5.254.336.21.396-.124.17zm1.62-1.943c0-.04.055-.415.124-.832l.124-.759.223.148c.123.081.231.138.24.125l.436-.612c.231-.325.437-.601.458-.614.02-.013.114.038.208.113l.17.136-.182.247c-.1.136-.305.423-.454.637l-.272.39.192.161.193.161-.542.291c-.896.48-.916.49-.917.408z"
})
}));
};
exports.LIGuiGesturePinchClose = LIGuiGesturePinchClose;