@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 974 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ReloadSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.36 1.896a6.25 6.25 0 0 0-6.923 3.25 6.25 6.25 0 0 0-.58 3.999.75.75 0 0 1-1.474.276A7.744 7.744 0 0 1 4.705.982a7.75 7.75 0 0 1 7.928.803V1a.75.75 0 0 1 1.5 0v2.48a1 1 0 0 1 0 .084v.127a.75.75 0 0 1-.75.75h-2.691a.75.75 0 1 1 0-1.5h.984A6.25 6.25 0 0 0 9.36 1.896m5.382 4.079a.75.75 0 0 1 .875.598 7.744 7.744 0 0 1-4.322 8.44 7.75 7.75 0 0 1-7.928-.803v.783a.75.75 0 0 1-1.5 0v-2.482a1 1 0 0 1 0-.08v-.129a.75.75 0 0 1 .75-.75h2.691a.75.75 0 1 1 0 1.5h-.984a6.251 6.251 0 0 0 9.82-6.202.75.75 0 0 1 .598-.875", clipRule: "evenodd" }))); });
ReloadSIcon.displayName = 'ReloadSIcon';