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 RefreshSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.10725 0.46967C5.81436 0.176777 5.33949 0.176777 5.0466 0.46967L2.35428 3.16198C2.06139 3.45488 2.06139 3.92975 2.35428 4.22264L5.0466 6.91496C5.33949 7.20785 5.81436 7.20785 6.10725 6.91496C6.40015 6.62206 6.40015 6.14719 6.10725 5.8543L4.69528 4.44232L7.99999 4.44235C8.96988 4.44235 9.91799 4.72995 10.7244 5.26879C11.5309 5.80764 12.1594 6.57351 12.5306 7.46958C12.9017 8.36564 12.9988 9.35164 12.8096 10.3029C12.6204 11.2542 12.1534 12.1279 11.4675 12.8138C10.7817 13.4996 9.90794 13.9666 8.95668 14.1558C8.00543 14.3451 7.01943 14.2479 6.12336 13.8768C5.2273 13.5056 4.46142 12.8771 3.92258 12.0706C3.38374 11.2642 3.09613 10.3161 3.09613 9.3462C3.09613 8.93199 2.76034 8.5962 2.34613 8.5962C1.93192 8.5962 1.59613 8.93199 1.59613 9.3462C1.59613 10.6128 1.97171 11.8509 2.67538 12.904C3.37904 13.9571 4.37918 14.7779 5.54934 15.2626C6.71949 15.7473 8.00709 15.8741 9.24932 15.627C10.4915 15.3799 11.6326 14.77 12.5282 13.8744C13.4238 12.9788 14.0337 11.8378 14.2808 10.5955C14.5279 9.35331 14.4011 8.0657 13.9164 6.89555C13.4317 5.7254 12.6109 4.72526 11.5578 4.02159C10.5047 3.31792 9.26655 2.94235 7.99999 2.94235L4.69526 2.94232L6.10725 1.53033C6.40015 1.23744 6.40015 0.762563 6.10725 0.46967Z", fill: "currentColor" }))); }); RefreshSIcon.displayName = 'RefreshSIcon';