@icongo/li
Version:
LibreICONS Icons
19 lines • 776 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIGuiComments = props => /*#__PURE__*/_jsxs("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: "#558b2f",
d: "M4.429 11.286H11L12.714 13V7c0-.629-.514-1.143-1.143-1.143H4.43c-.629 0-1.143.514-1.143 1.143v3.143c0 .628.514 1.143 1.143 1.143z"
}), /*#__PURE__*/_jsx("path", {
fill: "#8bc34a",
d: "M9.571 7H3L1.286 8.714V2.143C1.286 1.514 1.8 1 2.429 1H9.57c.629 0 1.143.514 1.143 1.143v3.714A1.144 1.144 0 0 1 9.571 7z"
})]
}));
export { LIGuiComments };