@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 2.38 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 IconMaterialAdaptiveAudioMicW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AdaptiveAudioMicW100', short_name: 'AdaptiveAudioMic', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M672-484Zm10 28q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4h158q-1-20-8.5-32.5T807-537q-32-17-63.5-25t-76.5-8q-12 0-23.5 1t-23.5 3q-6 1-10-3.5t-4-10q0-5.5 4-9.5t10-5q12-2 23.5-3t23.5-1q48 0 83.5 9t70.5 27q25 13 36 31.5t11 47.5q0 11.48-7.76 19.24Q852.47-456 841-456H682Zm-14.94-192Q630-648 604-674.25T578-738q0-37.5 25.94-63.75t63-26.25Q704-828 730-801.75T756-738q0 37.5-25.94 63.75t-63 26.25Zm-.01-28q25.95 0 43.45-17.75 17.5-17.76 17.5-44Q728-764 710.45-782q-17.56-18-43.5-18-25.95 0-43.45 17.75-17.5 17.76-17.5 44Q606-712 623.55-694q17.56 18 43.5 18Zm-.05-62ZM288-484Zm-169 28q-11.47 0-19.24-7.76Q92-471.52 92-483q0-29 11-47.5t36-31.5q35-18 70.5-27t83.5-9q12 0 23.5 1t23.5 3q6 1 10 5t4 9.5q0 5.5-4 10t-10 3.5q-12-2-23.5-3t-23.5-1q-45 0-76.5 8T153-537q-17 8-24.5 20.5T120-484h158q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4H119Zm174.06-192Q256-648 230-674.25T204-738q0-37.5 25.94-63.75t63-26.25Q330-828 356-801.75T382-738q0 37.5-25.94 63.75t-63 26.25Zm-.01-28q25.95 0 43.45-17.75 17.5-17.76 17.5-44Q354-764 336.45-782q-17.56-18-43.5-18-25.95 0-43.45 17.75-17.5 17.76-17.5 44Q232-712 249.55-694q17.56 18 43.5 18Zm-.05-62Zm187 415q-22 0-36.5-15T429-375v-114q0-22 14.5-37t36.5-15q22 0 36.5 15t14.5 37v114q0 22-14.5 37T480-323Zm.05 191q-6.05 0-10.05-3.97-4-3.96-4-10.03v-63q-60-5-101.5-48T318-361q-1-6 3-10t10.49-4q5.1 0 8.8 4 3.71 4 4.71 10 5 53 43 89t92 36q54 0 92-36t43-89q1.03-6.42 5.17-10.21Q624.31-375 630-375q6.13 0 10.06 4 3.94 4 2.94 10-5 61-47 104t-102 48v63q0 6.07-3.95 10.03-3.96 3.97-10 3.97Z" }) })));
});
IconMaterialAdaptiveAudioMicW100.displayName = 'OnesyIconMaterialAdaptiveAudioMicW100';
exports.default = IconMaterialAdaptiveAudioMicW100;
;