@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 538 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const MicrophoneOff02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "microphone-off-02" }), _jsx("path", { className: 'dry-icon-microphone-off-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M4 12v1a8 8 0 0 0 14.138 5.132M2 2l20 20m-6-11.6V7a4 4 0 0 0-6.53-3.1M12 17a4 4 0 0 1-4-4V8l7.281 7.288A3.995 3.995 0 0 1 12 17Z' })] }));
//# sourceMappingURL=MicrophoneOff02.js.map