dathost-remixicon-react
Version:
Remix Icon for React
6 lines (5 loc) • 423 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { memo } from "react";
const SvgFlutterLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M14.598 10.684h2.828l-5.657 5.658 5.657 5.656h-2.828L8.94 16.341zm-.194-8.68h2.829L5.919 13.318l-1.414-1.414z" }) }));
const Memo = memo(SvgFlutterLine);
export default Memo;