@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 908 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ReloadMIcon = 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", fillRule: "evenodd", d: "M13.793 3.948a8.246 8.246 0 0 0-9.898 9.567.75.75 0 0 1-1.475.276 9.746 9.746 0 0 1 15.749-9.34V3.006a.75.75 0 0 1 1.5 0v3.198a1 1 0 0 1 0 .089v.172a.75.75 0 0 1-.75.75h-3.46a.75.75 0 0 1 0-1.5h1.883a8.25 8.25 0 0 0-3.549-1.767m6.911 5.662a.75.75 0 0 1 .875.599 9.745 9.745 0 0 1-15.748 9.34v1.445a.75.75 0 0 1-1.5 0v-3.196a1 1 0 0 1 0-.092v-.171a.75.75 0 0 1 .75-.75h3.46a.75.75 0 0 1 0 1.5H6.657a8.247 8.247 0 0 0 13.447-7.8.75.75 0 0 1 .6-.875", clipRule: "evenodd" }))); });
ReloadMIcon.displayName = 'ReloadMIcon';