@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.14 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ReloadSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ReloadSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.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" }))); });
exports.ReloadSIcon.displayName = 'ReloadSIcon';