@react-md/material-icons
Version:
Material Design Icon components for react-md
14 lines (13 loc) • 630 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
// THIS FILE WAS GENERATED BY A SCRIPT AND SHOULD NOT BE UPDATED MANUALLY
import { SVGIcon } from "@react-md/core/icon/SVGIcon";
export default function TurnRightRoundedIcon(props) {
const { ref, ...remaining } = props;
return /*#__PURE__*/ _jsx(SVGIcon, {
...remaining,
ref: ref,
children: /*#__PURE__*/ _jsx("path", {
d: "M16.29 13.29c.39.39 1.02.39 1.41 0l2.59-2.59a.996.996 0 0 0 0-1.41L17.7 6.7a.996.996 0 1 0-1.41 1.41l.88.89H9c-1.1 0-2 .9-2 2v8c0 .55.45 1 1 1s1-.45 1-1v-8h8.17l-.88.88a.996.996 0 0 0 0 1.41"
})
});
}