@icongo/li
Version:
LibreICONS Icons
14 lines • 656 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiViewHide = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M11.05 4.68A6.764 6.764 0 0 1 13 7a6.734 6.734 0 0 1-7.72 3.452l1.086-1.086a2.452 2.452 0 0 0 3-3L11.05 4.68ZM8.72 3.549A6.734 6.734 0 0 0 1 7a6.764 6.764 0 0 0 1.95 2.32l1.684-1.686a2.452 2.452 0 0 1 3-3L8.72 3.548Zm2.176-1.31.866.866-8.658 8.658-.866-.866 8.658-8.658Z"
})
}));
export { LIGuiViewHide };