UNPKG

@icongo/li

Version:
15 lines 503 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; var LIGuiComment = 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: "#8bc34a", d: "M10.9 11.2H3.1L1.3 13V2.8c0-.99.81-1.8 1.8-1.8h7.8c.99 0 1.8.81 1.8 1.8v6.6c0 .99-.81 1.8-1.8 1.8z" }) })); export { LIGuiComment };