UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 444 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgEdit2Fill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M9.243 18.997H21v2H3v-4.243l9.9-9.9 4.242 4.243zm5.07-13.557 2.122-2.121a1 1 0 0 1 1.414 0l2.829 2.828a1 1 0 0 1 0 1.415l-2.122 2.121z" }) })); const Memo = memo(SvgEdit2Fill); export default Memo;