UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.82 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DarkSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.DarkSIcon = (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: "M4.60133 2.51083C6.10278 1.06044 8.13382 0.25 10.2464 0.25H10.2549L10.2549 0.250048C11.2809 0.261653 12.2957 0.462412 13.2451 0.84209C13.5124 0.949004 13.6949 1.19951 13.7148 1.48674C13.7346 1.77396 13.5883 2.0472 13.3382 2.18989C12.2853 2.79068 11.415 3.64355 10.8102 4.66254C10.2062 5.68017 9.88697 6.82969 9.88156 7.99902C9.89005 9.17115 10.2139 10.3226 10.8233 11.3405C11.4335 12.3598 12.3098 13.2111 13.3685 13.8083C13.6198 13.9501 13.7676 14.2235 13.7483 14.5115C13.7291 14.7994 13.5464 15.0508 13.2784 15.158C12.3176 15.5421 11.2899 15.7429 10.2515 15.75L10.2464 15.75C8.13382 15.75 6.10278 14.9396 4.60133 13.4892C3.09901 12.0379 2.25 10.064 2.25 8C2.25 5.93604 3.09901 3.96208 4.60133 2.51083ZM10.2421 1.75C8.51252 1.75109 6.85897 2.41552 5.6435 3.58967C4.4279 4.76393 3.75 6.35093 3.75 8C3.75 9.64907 4.4279 11.2361 5.6435 12.4103C6.85939 13.5849 8.51364 14.2494 10.2439 14.25C10.5896 14.2475 10.9338 14.2188 11.2732 14.1646C10.5875 13.5778 9.9999 12.8854 9.53628 12.111C8.78981 10.8642 8.39114 9.44899 8.38157 8.00497L8.38151 7.99699L8.38156 7.99699C8.38734 6.55643 8.78043 5.14354 9.5203 3.89696C9.98096 3.12079 10.5659 2.42609 11.2495 1.83677C10.9173 1.78316 10.5806 1.75404 10.2421 1.75Z", fill: "currentColor" }))); }); exports.DarkSIcon.displayName = 'DarkSIcon';