@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 1.43 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var RotateLeftMIcon = 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: "M8.78059 2.96967C8.4877 2.67678 8.01283 2.67678 7.71993 2.96967L5.24857 5.44103L5.24506 5.44452C5.09861 5.59097 5.02539 5.78292 5.02539 5.97486C5.02539 6.16681 5.09861 6.35875 5.24506 6.5052L5.24857 6.5087L7.71993 8.98005C8.01283 9.27295 8.4877 9.27295 8.78059 8.98005C9.07349 8.68716 9.07349 8.21229 8.78059 7.91939L7.6112 6.75H14.2515C17.1508 6.75 19.5003 9.1003 19.5003 12V18C19.5003 18.4142 19.8361 18.75 20.2503 18.75C20.6645 18.75 21.0003 18.4142 21.0003 18V12C21.0003 8.27228 17.9796 5.25 14.2515 5.25H7.56092L8.78059 4.03033C9.07349 3.73744 9.07349 3.26256 8.78059 2.96967Z", fill: "currentColor" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.5 12H12.5C13.8807 12 15 13.1193 15 14.5V18.5C15 19.8807 13.8807 21 12.5 21H5.5C4.11929 21 3 19.8807 3 18.5V14.5C3 13.1193 4.11929 12 5.5 12ZM13.5 14.5C13.5 13.9477 13.0523 13.5 12.5 13.5H5.5C4.94771 13.5 4.5 13.9477 4.5 14.5V18.5C4.5 19.0523 4.94771 19.5 5.5 19.5H12.5C13.0523 19.5 13.5 19.0523 13.5 18.5V14.5Z", fill: "currentColor" }))); });
RotateLeftMIcon.displayName = 'RotateLeftMIcon';