UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 438 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgChat2Line = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M14.45 19 12 22.5 9.55 19H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1zm-1.041-2H20V5H4v12h6.591L12 19.012z" }) })); const Memo = memo(SvgChat2Line); export default Memo;