UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 428 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgMessage3Fill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M2 8.994A5.99 5.99 0 0 1 8 3h8c3.313 0 6 2.695 6 5.994V21H8c-3.313 0-6-2.695-6-5.994zM14 11v2h2v-2zm-6 0v2h2v-2z" }) })); const Memo = memo(SvgMessage3Fill); export default Memo;