@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.16 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ReloadCircleFilledMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ReloadCircleFilledMIcon = (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: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10M9.885 7.496a4.97 4.97 0 0 1 4.352.06.857.857 0 0 0 .005 1.714h2.242a.857.857 0 0 0 .857-.857V6.17a.857.857 0 0 0-1.714 0v.209a6.688 6.688 0 0 0-10.2 6.85.857.857 0 1 0 1.684-.315 4.97 4.97 0 0 1 2.774-5.418m8.688 3.275a.857.857 0 1 0-1.684.316 4.974 4.974 0 0 1-7.126 5.358.857.857 0 0 0-.005-1.715H7.516a.857.857 0 0 0-.858.857v.099a1 1 0 0 0 0 .085v2.059a.857.857 0 1 0 1.715 0v-.209a6.687 6.687 0 0 0 10.2-6.85", clipRule: "evenodd" }))); });
exports.ReloadCircleFilledMIcon.displayName = 'ReloadCircleFilledMIcon';