@icongo/li
Version:
LibreICONS Icons
14 lines • 969 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiResizeFull = 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: "M12.852 1.148A.48.48 0 0 0 12.5 1H9a.48.48 0 0 0-.351.148.48.48 0 0 0-.149.352c0 .135.05.253.149.352l1.124 1.125L7.18 5.57a.247.247 0 0 0 0 .36l.89.89a.247.247 0 0 0 .36 0l2.594-2.593 1.124 1.124c.1.1.217.149.352.149a.48.48 0 0 0 .352-.149A.48.48 0 0 0 13 5V1.5a.479.479 0 0 0-.148-.352zM5.93 7.18a.247.247 0 0 0-.36 0L2.977 9.773 1.852 8.648A.48.48 0 0 0 1.5 8.5a.481.481 0 0 0-.352.148A.481.481 0 0 0 1 9v3.5c0 .135.05.253.148.352.1.098.217.148.352.148H5a.48.48 0 0 0 .352-.148.48.48 0 0 0 .148-.352.481.481 0 0 0-.148-.352l-1.125-1.125L6.82 8.43a.247.247 0 0 0 0-.36l-.89-.89z"
})
}));
export { LIGuiResizeFull };