UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.96 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ReloadCircleFilledSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.ReloadCircleFilledSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 0.25C12.2802 0.25 15.75 3.71979 15.75 8C15.75 12.2802 12.2802 15.75 8 15.75C3.71979 15.75 0.25 12.2802 0.25 8C0.25 3.71979 3.71979 0.25 8 0.25ZM12.127 2.80763C12.5283 2.80763 12.8536 3.13293 12.8536 3.53419V6.0917C12.8536 6.49296 12.5283 6.81826 12.127 6.81826H9.56949C9.16822 6.81826 8.84293 6.49296 8.84293 6.0917C8.84293 5.69043 9.16822 5.36513 9.56949 5.36513H10.6811C10.0363 4.74388 9.16157 4.36732 8.18439 4.36732C6.36243 4.36732 4.85096 5.71391 4.59231 7.47597C4.53403 7.87298 4.16494 8.14758 3.76793 8.0893C3.37091 8.03103 3.09631 7.66194 3.15459 7.26492C3.51594 4.80323 5.6276 2.9142 8.18439 2.9142C9.41003 2.9142 10.528 3.34146 11.4004 4.06114V3.53419C11.4004 3.13293 11.7257 2.80763 12.127 2.80763ZM3.87345 9.18179C3.47218 9.18179 3.14689 9.50708 3.14689 9.90835V12.4659C3.14689 12.8671 3.47218 13.1924 3.87345 13.1924C4.27472 13.1924 4.60001 12.8671 4.60001 12.4659V11.9464C5.47108 12.6615 6.5856 13.0859 7.80701 13.0859C10.3603 13.0859 12.4861 11.1999 12.8372 8.74204C12.894 8.3448 12.6179 7.97678 12.2207 7.92003C11.8235 7.86328 11.4554 8.1393 11.3987 8.53654C11.1492 10.2831 9.6325 11.6327 7.80701 11.6327C6.82982 11.6327 5.95507 11.2562 5.31028 10.6349H6.43095C6.83222 10.6349 7.15751 10.3096 7.15751 9.90835C7.15751 9.50708 6.83222 9.18179 6.43095 9.18179H3.87345Z", fill: "currentColor" }))); }); exports.ReloadCircleFilledSIcon.displayName = 'ReloadCircleFilledSIcon';