dathost-remixicon-react
Version:
Remix Icon for React
6 lines (5 loc) • 450 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { memo } from "react";
const SvgPlayReverseLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M7.606 12 14 7.737v8.526zm-2.982.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(SvgPlayReverseLine);
export default Memo;