@brizy/ui-icons
Version:
11 lines (10 loc) • 910 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Microphone = void 0;
const react_1 = __importDefault(require("react"));
exports.Microphone = () => (react_1.default.createElement("svg", { width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" },
react_1.default.createElement("g", { fill: "none", fillRule: "nonzero" },
react_1.default.createElement("path", { fill: "currentColor", d: "m11.174 4.49.088.01c.375.075.675.45.6.825-.375 2.7-2.55 4.8-5.175 5.1V12h-1.5v-1.575c-2.625-.375-4.8-2.4-5.175-5.1-.075-.375.225-.75.6-.825.45-.075.825.225.9.675C1.812 7.35 3.687 9 5.937 9s4.125-1.65 4.5-3.9c0-.375.45-.675.825-.6ZM5.937 0c1.65 0 3 1.35 3 3v1.5c0 1.65-1.35 3-3 3s-3-1.35-3-3V3c0-1.65 1.35-3 3-3Z" }))));