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