UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.83 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DarkMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.DarkMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.86987 5.10572C9.69835 3.27724 12.1783 2.25002 14.7642 2.25002H14.7729V2.25007C16.0284 2.26477 17.2695 2.51909 18.4295 2.99936C18.6921 3.1081 18.8707 3.35596 18.8908 3.6395C18.9108 3.92304 18.7688 4.19353 18.524 4.33809C17.1905 5.12575 16.0844 6.24625 15.3141 7.58987C14.5444 8.93237 14.1362 10.4516 14.1296 11.999C14.1402 13.5502 14.5541 15.0719 15.3307 16.4148C16.1079 17.7587 17.2217 18.8772 18.5624 19.66C18.8084 19.8037 18.9518 20.0744 18.9324 20.3587C18.913 20.643 18.7342 20.8917 18.471 21.0007C17.2969 21.4866 16.04 21.741 14.7695 21.75L14.7642 21.75C12.1783 21.75 9.69835 20.7228 7.86987 18.8943C6.04139 17.0658 5.01416 14.5859 5.01416 12C5.01416 9.41415 6.04139 6.9342 7.86987 5.10572ZM14.7598 3.75002C12.5733 3.75118 10.4767 4.62024 8.93053 6.16638C7.38335 7.71356 6.51416 9.81198 6.51416 12C6.51416 14.188 7.38335 16.2865 8.93053 17.8336C10.4771 19.3802 12.5745 20.2493 14.7615 20.25C15.348 20.2457 15.931 20.1797 16.5011 20.0539C15.5119 19.2531 14.6738 18.2752 14.0322 17.1657C13.1246 15.5964 12.6412 13.8177 12.6296 12.0048L12.6295 11.9971L12.6295 11.9971C12.6366 10.1885 13.1132 8.41279 14.0128 6.84379C14.6498 5.73269 15.4835 4.75224 16.4688 3.94796C15.9087 3.82366 15.336 3.75707 14.7598 3.75002Z", fill: "currentColor" }))); }); exports.DarkMIcon.displayName = 'DarkMIcon';