UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 878 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialMarkChatUnread = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "MarkChatUnread", short_name: "MarkChatUnread", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m240-240-92 92q-19 19-43.5 8.5T80-177v-623q0-33 23.5-56.5T160-880h360q17 0 28.5 11.5T560-840q0 17-11.5 28.5T520-800H160v525l46-45h594v-280q0-17 11.5-28.5T840-640q17 0 28.5 11.5T880-600v280q0 33-23.5 56.5T800-240H240Zm520-480q-50 0-85-35t-35-85q0-50 35-85t85-35q50 0 85 35t35 85q0 50-35 85t-85 35Zm-600-80v480-480Z" })); }); IconMaterialMarkChatUnread.displayName = 'OnesyIconMaterialMarkChatUnread'; export default IconMaterialMarkChatUnread;