UNPKG

@nomercyicons/react

Version:
35 lines 1.27 kB
import * as React from "react"; function MarkUnreadChatAltTwoToneIcon({ 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 17.17L5.17 16H20V7.9c-.32.06-.66.1-1 .1s-.68-.04-1-.1V8H6V6h9.03c-.44-.58-.77-1.26-.92-2H4v13.17zM6 9h12v2H6V9zm0 3h8v2H6v-2z", opacity: 0.3 }), /*#__PURE__*/React.createElement("circle", { cx: 19, cy: 3, r: 3 }), /*#__PURE__*/React.createElement("path", { d: "M20 16H5.17L4 17.17V4h10.1a5 5 0 010-2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V6.97c-.58.44-1.26.77-2 .92V16z" }), /*#__PURE__*/React.createElement("path", { d: "M6 12h8v2H6zM6 9h12v2H6zM6 8h12v-.1A5.013 5.013 0 0115.03 6H6v2z" })); } const ForwardRef = React.forwardRef(MarkUnreadChatAltTwoToneIcon); export default ForwardRef;