UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 987 B
"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({ 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: "M7.87 5.106a9.75 9.75 0 0 1 6.894-2.856h.009A9.9 9.9 0 0 1 18.43 3a.75.75 0 0 1 .094 1.338A8.94 8.94 0 0 0 14.13 12a8.94 8.94 0 0 0 4.432 7.661.75.75 0 0 1-.091 1.34 9.9 9.9 0 0 1-3.701.75h-.006A9.75 9.75 0 0 1 7.87 5.106m6.89-1.356a8.25 8.25 0 0 0 .002 16.5 8.4 8.4 0 0 0 1.74-.196 10.44 10.44 0 0 1-3.872-8.05v-.007a10.44 10.44 0 0 1 3.839-8.049 8.4 8.4 0 0 0-1.71-.198", clipRule: "evenodd" }))); }); exports.DarkMIcon.displayName = 'DarkMIcon';