@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 855 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var MicOnSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10 7.5v-4a2 2 0 1 0-4 0v4a2 2 0 1 0 4 0M8 0a3.5 3.5 0 0 0-3.5 3.5v4a3.5 3.5 0 1 0 7 0v-4A3.5 3.5 0 0 0 8 0", clipRule: "evenodd" }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.75 5.25A.75.75 0 0 1 3.5 6v1.542a4.5 4.5 0 0 0 9 0V6A.75.75 0 0 1 14 6v1.542c0 3.06-2.29 5.584-5.25 5.953v1.755a.75.75 0 0 1-1.5 0v-1.755A6 6 0 0 1 2 7.542V6a.75.75 0 0 1 .75-.75", clipRule: "evenodd" }))); });
MicOnSIcon.displayName = 'MicOnSIcon';