UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 804 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var MicOnMIcon = 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: "M12 2a5 5 0 0 0-5 5v4a5 5 0 0 0 10 0V7a5 5 0 0 0-5-5m3.5 9V7a3.5 3.5 0 1 0-7 0v4a3.5 3.5 0 1 0 7 0", clipRule: "evenodd" }), React.createElement("path", { fill: "currentColor", d: "M4.5 9.25a.75.75 0 0 1 .75.75v1a6.75 6.75 0 0 0 13.5 0v-1a.75.75 0 0 1 1.5 0v1a8.25 8.25 0 0 1-7.5 8.216V22a.75.75 0 0 1-1.5 0v-2.784A8.25 8.25 0 0 1 3.75 11v-1a.75.75 0 0 1 .75-.75" }))); }); MicOnMIcon.displayName = 'MicOnMIcon';