UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 362 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgFunctions = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "m5 18 7.68-6L5 6V4h14v2H8.263L16 12l-7.737 6H19v2H5z" }) })); const Memo = memo(SvgFunctions); export default Memo;