@icongo/li
Version:
LibreICONS Icons
14 lines • 648 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiLevelDown = 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: "M2.907 1h6q.11 0 .192.081.08.08.08.2v7.355h1.637q.34 0 .494.316.154.315-.076.588l-2.728 3.273Q8.353 13 8.09 13q-.265 0-.418-.188L4.944 9.54q-.222-.264-.077-.588.154-.316.494-.316h1.637V3.182H4.27q-.12 0-.214-.094L2.694 1.452q-.111-.12-.034-.29Q2.736 1 2.907 1z"
})
}));
export { LIGuiLevelDown };