UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 958 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var RotateLeftMIcon = 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: "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.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" }))); }); RotateLeftMIcon.displayName = 'RotateLeftMIcon';