UNPKG

@nomercyicons/react

Version:
31 lines 1.02 kB
const React = require("react"); function CommentBankTwoToneIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "none", "aria-hidden": "true", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { fill: "none", d: "M0 0h24v24H0z" }), /*#__PURE__*/React.createElement("path", { d: "M4 18l2-2h14V4H4v14zm9-12h5v8l-2.5-1.5L13 14V6z", opacity: 0.3 }), /*#__PURE__*/React.createElement("path", { d: "M18 14V6h-5v8l2.5-1.5z" }), /*#__PURE__*/React.createElement("path", { d: "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6l-2 2V4h16v12z" })); } const ForwardRef = React.forwardRef(CommentBankTwoToneIcon); module.exports = ForwardRef;