@icongo/li
Version:
LibreICONS Icons
15 lines • 820 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiTextCursor = 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", {
fill: "gray",
d: "M7.43 2.634v5.658h1.364v.86H7.43v2.214c0 .751 1.209.773 1.347.773V13c-.229 0-.817-.028-1.33-.283A1.758 1.758 0 0 1 7 12.404a1.754 1.754 0 0 1-.448.313c-.513.255-1.101.283-1.33.283v-.861c.138 0 1.347-.022 1.347-.773V9.153H5.206v-.861H6.57V2.634c0-.751-1.209-.773-1.347-.773V1c.229 0 .817.028 1.33.283.174.086.324.191.448.313.124-.122.274-.227.448-.313C7.961 1.028 8.549 1 8.778 1v.861c-.138 0-1.347.022-1.347.773z"
})
}));
export { LIGuiTextCursor };