@icongo/li
Version:
LibreICONS Icons
14 lines • 809 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiParagraph = 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.898 1.477v.57q0 .226-.144.476-.145.25-.332.25-.39 0-.422.008-.203.047-.25.242-.023.086-.023.5v9q0 .196-.141.336-.14.141-.336.141h-.844q-.195 0-.336-.14-.14-.141-.14-.337V3.008H7.813v9.515q0 .196-.137.336-.137.141-.34.141h-.844q-.203 0-.34-.14-.136-.141-.136-.337V8.648q-1.149-.093-1.914-.46-.985-.454-1.5-1.399-.5-.914-.5-2.023 0-1.297.687-2.235.688-.922 1.633-1.242Q5.289 1 7.68 1h3.742q.195 0 .336.14.14.141.14.337z"
})
}));
export { LIGuiParagraph };