UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 2.01 kB
"use strict"; 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 IconMaterialMicNoiseCancelHighW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'MicNoiseCancelHighW100Filled', short_name: 'MicNoiseCancelHigh', viewBox: '0 96 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M479.965 884Q474 884 470 879.975T466 870V282q0-5.95 4.035-9.975 4.035-4.025 10-4.025t9.965 4.025q4 4.025 4 9.975v588q0 5.95-4.035 9.975-4.035 4.025-10 4.025ZM160.044 725Q154 725 150 720.688q-4-4.313-4-10.688 0-3 1.077-5.667 1.077-2.666 2.923-4.333 26-25 39-57.283 13-32.282 13-67.5Q202 540 189 508t-39-57q-1.846-1.809-2.923-4.702-1.077-2.894-1.077-6.149Q146 434 150.163 430q4.164-4 10.061-4 2.776 0 5.401 1.167Q168.25 428.333 170 430q29 29 45 66t16 79q0 42-16 79.5T170 721q-1.778 1.667-4.444 2.833-2.667 1.167-5.512 1.167Zm92.056 91q-5.1 0-9.6-3.833-4.5-3.834-4.5-9.5 0-2.667 1.167-5.292Q240.333 794.75 242 793q44-43 67-99.5T332 576q0-61-23-117.5T242 359q-1.667-1.739-2.833-4.522-1.167-2.782-1.167-5.565 0-5.913 3.738-9.913 3.737-4 9.262-4 2.857 0 5.536 1.091 2.678 1.091 4.464 2.909 48 48 73 108.736 25 60.737 25 127.5Q359 642 334 703t-73 109q-2 2-4.25 3t-4.65 1Zm374.935-214Q616 602 608.5 594.535t-7.5-18.5q0-11.035 7.465-18.535t18.5-7.5q11.035 0 18.535 7.465t7.5 18.5q0 11.035-7.465 18.535t-18.5 7.5Zm134 0Q750 602 742.5 594.535t-7.5-18.5q0-11.035 7.465-18.535t18.5-7.5q11.035 0 18.535 7.465t7.5 18.5q0 11.035-7.465 18.535t-18.5 7.5Z" }) }))); }); IconMaterialMicNoiseCancelHighW100Filled.displayName = 'OnesyIconMaterialMicNoiseCancelHighW100Filled'; exports.default = IconMaterialMicNoiseCancelHighW100Filled;