UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 427 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgPlayReverseFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "m4.624 12.416 10.599 7.066a.5.5 0 0 0 .777-.416V4.934a.5.5 0 0 0-.777-.416L4.624 11.584a.5.5 0 0 0 0 .832" }) })); const Memo = memo(SvgPlayReverseFill); export default Memo;