UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 409 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgEditFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M7.243 17.997H3v-4.243L14.435 2.319a1 1 0 0 1 1.414 0l2.829 2.828a1 1 0 0 1 0 1.415zm-4.243 2h18v2H3z" }) })); const Memo = memo(SvgEditFill); export default Memo;