@icongo/li
Version:
LibreICONS Icons
14 lines • 623 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiFormText = 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 7V4.428h12v5.144H1v-2.57zm11.143 0V5.286H1.857v3.428h10.286V7zM2.286 8.072c0-.215 0-.215.214-.215h.214V6.143H2.5c-.214 0-.214 0-.214-.214v-.215H3.57v.214c0 .215 0 .215-.214.215h-.214v1.714h.214c.214 0 .214 0 .214.214v.215H2.286v-.214z"
})
}));
export { LIGuiFormText };