@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 2.22 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ReloadCircleFilledMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM9.88498 7.49576C10.882 7.02741 12.0064 6.90333 13.0816 7.143C13.4847 7.23286 13.8724 7.37195 14.2366 7.55539C13.7657 7.55831 13.3849 7.94094 13.3849 8.41252C13.3849 8.8859 13.7686 9.26966 14.242 9.26966H16.4842C16.9576 9.26966 17.3414 8.8859 17.3414 8.41252V8.31202C17.3426 8.28533 17.3426 8.25856 17.3414 8.23183V6.17033C17.3414 5.69694 16.9576 5.31318 16.4842 5.31318C16.0108 5.31318 15.6271 5.69694 15.6271 6.17033V6.37889C14.9668 5.95258 14.232 5.64309 13.4545 5.46978C12.0087 5.1475 10.4969 5.31435 9.15613 5.94413C7.8154 6.57392 6.72169 7.63101 6.04663 8.94952C5.37157 10.268 5.15336 11.7734 5.42623 13.2293C5.51343 13.6946 5.96131 14.0011 6.4266 13.9139C6.89189 13.8267 7.19838 13.3788 7.11118 12.9135C6.90825 11.8308 7.07053 10.7113 7.57255 9.73077C8.07457 8.75023 8.88792 7.96411 9.88498 7.49576ZM18.5734 10.7708C18.4862 10.3055 18.0384 9.999 17.5731 10.0862C17.1078 10.1734 16.8013 10.6213 16.8885 11.0866C17.0914 12.1693 16.9291 13.2888 16.4271 14.2693C15.9251 15.2498 15.1117 16.036 14.1147 16.5043C13.1176 16.9727 11.9933 17.0967 10.9181 16.8571C10.515 16.7672 10.1273 16.6281 9.76303 16.4447C10.234 16.4418 10.6149 16.0592 10.6149 15.5875C10.6149 15.1142 10.2311 14.7304 9.75774 14.7304H7.51555C7.04216 14.7304 6.65841 15.1142 6.65841 15.5875V15.6858C6.65702 15.714 6.65702 15.7422 6.65841 15.7705V17.8297C6.65841 18.3031 7.04216 18.6869 7.51555 18.6869C7.98894 18.6869 8.37269 18.3031 8.37269 17.8297V17.6212C9.03296 18.0475 9.76766 18.357 10.5451 18.5303C11.9909 18.8526 13.5028 18.6857 14.8435 18.0559C16.1843 17.4261 17.278 16.3691 17.953 15.0505C18.6281 13.732 18.8463 12.2267 18.5734 10.7708Z", fill: "currentColor" }))); });
ReloadCircleFilledMIcon.displayName = 'ReloadCircleFilledMIcon';