@icongo/li
Version:
LibreICONS Icons
14 lines • 1.03 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiResizeSmall = 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: "M6.491 7h-3.56a.488.488 0 0 0-.357.151.487.487 0 0 0-.151.358c0 .138.05.257.15.357l1.145 1.145-2.639 2.638a.251.251 0 0 0 0 .366l.906.906a.251.251 0 0 0 .366 0l2.638-2.639 1.145 1.144c.1.101.22.151.357.151a.49.49 0 0 0 .358-.15c.1-.101.15-.22.15-.358v-3.56a.488.488 0 0 0-.15-.358.489.489 0 0 0-.358-.15zM13 2.168a.251.251 0 0 0-.08-.182l-.906-.906a.25.25 0 0 0-.365 0L9.01 3.718 7.866 2.574a.489.489 0 0 0-.357-.151.489.489 0 0 0-.358.15.492.492 0 0 0-.151.358v3.56c0 .138.05.257.151.358.1.1.22.151.358.151h3.56c.138 0 .257-.05.357-.15a.492.492 0 0 0 .152-.359.489.489 0 0 0-.152-.357L10.282 4.99l2.639-2.639A.252.252 0 0 0 13 2.168z"
})
}));
export { LIGuiResizeSmall };