@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 827 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var DarkMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.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" }))); });
DarkMIcon.displayName = 'DarkMIcon';