dathost-remixicon-react
Version:
Remix Icon for React
6 lines (5 loc) • 484 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { memo } from "react";
const SvgEmpathizeFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M18.364 10.98a4 4 0 0 1 0 5.656l-5.657 5.657a1 1 0 0 1-1.414 0l-5.657-5.657a4 4 0 1 1 5.657-5.657l.707.707.707-.707a4 4 0 0 1 5.657 0M12 1a4 4 0 1 1 0 8 4 4 0 0 1 0-8" }) }));
const Memo = memo(SvgEmpathizeFill);
export default Memo;