@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 967 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var RotateRightMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", d: "M15.22 2.97a.75.75 0 0 1 1.06 0l2.471 2.471.004.004a.747.747 0 0 1 0 1.06l-.004.004-2.47 2.471a.75.75 0 0 1-1.062-1.06l1.17-1.17h-6.64c-2.9 0-5.25 2.35-5.25 5.25v6A.75.75 0 0 1 3 18v-6C3 8.272 6.02 5.25 9.75 5.25h6.69l-1.22-1.22a.75.75 0 0 1 0-1.06" }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M18.5 12h-7A2.5 2.5 0 0 0 9 14.5v4a2.5 2.5 0 0 0 2.5 2.5h7a2.5 2.5 0 0 0 2.5-2.5v-4a2.5 2.5 0 0 0-2.5-2.5m-8 2.5a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-7a1 1 0 0 1-1-1z", clipRule: "evenodd" }))); });
RotateRightMIcon.displayName = 'RotateRightMIcon';