@icongo/li
Version:
LibreICONS Icons
14 lines • 959 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiFormToolTip = 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: "M1.923 10.242V8.87l.19-.185.191-.184.271.651c.243.585.271.697.271 1.097v.445h9.231v-2.77H4.809l-.087-.209a2.12 2.12 0 0 1-.087-.23c0-.012.214-.022.476-.022.518 0 .805-.112.878-.342C6.027 7 6.04 7 9.514 7H13v4.616H1.923v-1.374zm1.401-.602c-.03-.04-.234-.507-.452-1.038l-.396-.965-.557.547c-.306.301-.597.547-.647.547a.313.313 0 0 1-.181-.09C1.01 8.56 1 8.2 1 5.557c0-2.643.01-3.003.09-3.083a.318.318 0 0 1 .187-.09c.126 0 4.338 4.212 4.338 4.337 0 .235-.145.278-.949.278h-.768l.427 1.024c.326.78.416 1.051.377 1.14-.033.072-.247.194-.582.33-.568.233-.709.258-.796.145Z"
})
}));
export { LIGuiFormToolTip };