UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.67 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var RefreshMIcon = 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", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.41498 2.46969C9.12209 2.17679 8.64721 2.17679 8.35432 2.46969L4.89279 5.93122C4.59989 6.22411 4.59989 6.69899 4.89279 6.99188L8.35432 10.4534C8.64721 10.7463 9.12209 10.7463 9.41498 10.4534C9.70787 10.1605 9.70787 9.68565 9.41498 9.39275L7.23378 7.21155L12.0001 7.21156C13.2894 7.21156 14.5499 7.5939 15.6219 8.31024C16.694 9.02658 17.5296 10.0447 18.023 11.236C18.5165 12.4272 18.6456 13.738 18.394 15.0026C18.1425 16.2672 17.5216 17.4288 16.6098 18.3406C15.6981 19.2523 14.5365 19.8732 13.2719 20.1247C12.0073 20.3763 10.6965 20.2472 9.50526 19.7538C8.31403 19.2603 7.29586 18.4247 6.57952 17.3527C5.86318 16.2806 5.48083 15.0202 5.48083 13.7308C5.48083 13.3166 5.14505 12.9808 4.73083 12.9808C4.31662 12.9808 3.98083 13.3166 3.98083 13.7308C3.98083 15.3168 4.45115 16.8673 5.33232 18.186C6.21348 19.5048 7.46591 20.5326 8.93123 21.1396C10.3966 21.7465 12.009 21.9053 13.5645 21.5959C15.1201 21.2865 16.549 20.5227 17.6705 19.4012C18.792 18.2797 19.5558 16.8508 19.8652 15.2953C20.1746 13.7397 20.0158 12.1273 19.4089 10.662C18.8019 9.19663 17.7741 7.9442 16.4553 7.06304C15.1365 6.18187 13.5861 5.71156 12.0001 5.71156L7.23378 5.71155L9.41498 3.53035C9.70787 3.23745 9.70787 2.76258 9.41498 2.46969Z", fill: "currentColor" }))); }); RefreshMIcon.displayName = 'RefreshMIcon';