@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.96 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialAutoDetectVoiceW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AutoDetectVoiceW100', short_name: 'AutoDetectVoice', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m5.55 7.75-1.2-.55q-.125-.05-.125-.2 0-.15.125-.2l1.2-.55.55-1.2q.05-.125.2-.125.15 0 .2.125l.55 1.2 1.2.55q.125.05.125.2 0 .15-.125.2l-1.2.55-.55 1.2q-.05.125-.2.125-.15 0-.2-.125Zm11.375-2.325-.5-.225Q16.3 5.15 16.3 5q0-.15.125-.2l.5-.225.225-.525q.05-.125.2-.125.15 0 .2.125l.25.525.5.225q.125.05.125.2 0 .15-.125.2l-.5.225-.25.525q-.05.125-.2.125-.15 0-.2-.125Zm1.4 4L17.8 9.2q-.125-.05-.125-.2 0-.15.125-.2l.525-.225.225-.525q.05-.125.2-.125.15 0 .2.125l.225.525.5.225q.125.05.125.2 0 .15-.125.2l-.5.225-.225.525q-.05.125-.2.125-.15 0-.2-.125ZM12 13.7q-.725 0-1.212-.488Q10.3 12.725 10.3 12V6q0-.725.488-1.213Q11.275 4.3 12 4.3t1.213.487Q13.7 5.275 13.7 6v6q0 .725-.487 1.212-.488.488-1.213.488ZM12 9Zm0 4q.425 0 .713-.288Q13 12.425 13 12V6q0-.425-.287-.713Q12.425 5 12 5t-.712.287Q11 5.575 11 6v6q0 .425.288.712.287.288.712.288Zm0 8.35q-.15 0-.25-.1t-.1-.25v-3.3q-2.175-.175-3.7-1.688Q6.425 14.5 6.3 12.35q0-.15.1-.25t.25-.1q.125 0 .225.1t.125.25q.125 1.95 1.575 3.3Q10.025 17 12 17q1.975 0 3.425-1.35 1.45-1.35 1.575-3.3.025-.15.113-.25.087-.1.237-.1t.25.1q.1.1.1.25-.125 2.15-1.65 3.662-1.525 1.513-3.7 1.688V21q0 .15-.1.25t-.25.1Z" }) })));
});
IconMaterialAutoDetectVoiceW100.displayName = 'OnesyIconMaterialAutoDetectVoiceW100';
exports.default = IconMaterialAutoDetectVoiceW100;
;