@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.14 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RotateRightMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.RotateRightMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.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_1.default.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" }))); });
exports.RotateRightMIcon.displayName = 'RotateRightMIcon';