UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 451 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgChatOffFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "m2.808 1.393 19.799 19.8-1.415 1.414-3.607-3.608L6.455 19 2 22.5V4c0-.17.042-.329.116-.469l-.722-.723zM21 3a1 1 0 0 1 1 1v13.785L7.214 3z" }) })); const Memo = memo(SvgChatOffFill); export default Memo;