UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 437 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgDiamondRingFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M14.535 1h-5.07L7.69 3.661l1.865 1.696a8.5 8.5 0 1 0 4.888 0L16.31 3.66zM12 7a6.5 6.5 0 1 1 0 13 6.5 6.5 0 0 1 0-13" }) })); const Memo = memo(SvgDiamondRingFill); export default Memo;