@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 LIGuiLevelUp = 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.311 5.043q-.153.315-.494.315H9.179v7.37q0 .118-.077.195-.076.077-.196.077H2.902q-.18 0-.247-.154-.069-.17.034-.298l1.364-1.638q.077-.093.213-.093h2.73V5.358H5.358q-.341 0-.494-.315-.145-.316.076-.58l2.73-3.275Q7.823 1 8.087 1q.265 0 .418.188l2.73 3.275q.23.273.076.58z"
})
}));
export { LIGuiLevelUp };