@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.22 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiParagraph = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiParagraph = function LIGuiParagraph(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.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"
})
}));
};
exports.LIGuiParagraph = LIGuiParagraph;