UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 485 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgPokerDiamondsLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M4.036 10.734a2 2 0 0 0 0 2.533l7.19 8.787a1 1 0 0 0 1.548 0l7.19-8.787a2 2 0 0 0 0-2.533l-7.19-8.788a1 1 0 0 0-1.548 0zM12 4.158 18.416 12 12 19.842 5.584 12z" }) })); const Memo = memo(SvgPokerDiamondsLine); export default Memo;