@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.13 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RotateLeftMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.RotateLeftMIcon = (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: "M8.78 2.97a.75.75 0 0 0-1.06 0L5.249 5.44l-.004.004a.75.75 0 0 0 0 1.06l.004.004 2.47 2.471a.75.75 0 1 0 1.062-1.06L7.61 6.75h6.64c2.9 0 5.25 2.35 5.25 5.25v6a.75.75 0 0 0 1.5 0v-6c0-3.728-3.021-6.75-6.75-6.75h-6.69l1.22-1.22a.75.75 0 0 0 0-1.06" }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.5 12h7a2.5 2.5 0 0 1 2.5 2.5v4a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 3 18.5v-4A2.5 2.5 0 0 1 5.5 12m8 2.5a1 1 0 0 0-1-1h-7a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1z", clipRule: "evenodd" }))); });
exports.RotateLeftMIcon.displayName = 'RotateLeftMIcon';