@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 1.45 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var RotateRightMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { d: "M15.2194 2.96967C15.5123 2.67678 15.9872 2.67678 16.2801 2.96967L18.7514 5.44103L18.7549 5.44452C18.9014 5.59097 18.9746 5.78292 18.9746 5.97486C18.9746 6.16681 18.9014 6.35875 18.7549 6.5052L18.7514 6.5087L16.2801 8.98005C15.9872 9.27295 15.5123 9.27295 15.2194 8.98005C14.9265 8.68716 14.9265 8.21229 15.2194 7.91939L16.3888 6.75H9.74848C6.84919 6.75 4.49974 9.1003 4.49974 12V18C4.49974 18.4142 4.16395 18.75 3.74974 18.75C3.33552 18.75 2.99974 18.4142 2.99974 18V12C2.99974 8.27228 6.02036 5.25 9.74848 5.25H16.4391L15.2194 4.03033C14.9265 3.73744 14.9265 3.26256 15.2194 2.96967Z", fill: "currentColor" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.5 12H11.5C10.1193 12 9 13.1193 9 14.5V18.5C9 19.8807 10.1193 21 11.5 21H18.5C19.8807 21 21 19.8807 21 18.5V14.5C21 13.1193 19.8807 12 18.5 12ZM10.5 14.5C10.5 13.9477 10.9477 13.5 11.5 13.5H18.5C19.0523 13.5 19.5 13.9477 19.5 14.5V18.5C19.5 19.0523 19.0523 19.5 18.5 19.5H11.5C10.9477 19.5 10.5 19.0523 10.5 18.5V14.5Z", fill: "currentColor" }))); });
RotateRightMIcon.displayName = 'RotateRightMIcon';