@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.05 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ReloadCircleFilledSIcon = 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: "M8 .25a7.75 7.75 0 1 1 0 15.5A7.75 7.75 0 0 1 8 .25m4.127 2.558c.401 0 .727.325.727.726v2.558a.727.727 0 0 1-.727.726H9.569a.727.727 0 0 1 0-1.453h1.112a3.57 3.57 0 0 0-2.497-.998 3.635 3.635 0 0 0-3.592 3.109.727.727 0 0 1-1.437-.211 5.09 5.09 0 0 1 5.03-4.35c1.225 0 2.343.426 3.215 1.146v-.527c0-.401.326-.726.727-.726M3.873 9.182a.727.727 0 0 0-.726.726v2.558a.727.727 0 0 0 1.453 0v-.52a5.03 5.03 0 0 0 3.207 1.14 5.08 5.08 0 0 0 5.03-4.344.727.727 0 1 0-1.438-.205 3.63 3.63 0 0 1-3.592 3.096 3.57 3.57 0 0 1-2.497-.998h1.121a.727.727 0 0 0 0-1.453z", clipRule: "evenodd" }))); });
ReloadCircleFilledSIcon.displayName = 'ReloadCircleFilledSIcon';