dathost-remixicon-react
Version:
Remix Icon for React
6 lines (5 loc) • 499 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { memo } from "react";
const SvgEdit2Line = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M5 18.89h1.414l9.314-9.314-1.414-1.414L5 17.476zm16 2H3v-4.243L16.435 3.212a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L9.243 18.89H21zM15.728 6.748l1.414 1.414 1.414-1.414-1.414-1.414z" }) }));
const Memo = memo(SvgEdit2Line);
export default Memo;