UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 420 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgFlutterFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "m13.504 2.001-10 10 3.083 3.083 13.08-13.083zm-.005 9.198-5.376 5.42L13.496 22h6.188l-5.387-5.4 5.389-5.4z" }) })); const Memo = memo(SvgFlutterFill); export default Memo;