UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.62 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialMicNoiseCancelLowW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "MicNoiseCancelLowW100", short_name: "MicNoiseCancelLow", viewBox: "0 96 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M160.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 1Zm227.865 68Q474 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.025ZM614 590q-5.95 0-9.975-4.035-4.025-4.035-4.025-10t4.025-9.965q4.025-4 9.975-4h160q5.95 0 9.975 4.035 4.025 4.035 4.025 10T783.975 586q-4.025 4-9.975 4H614Z" })); }); IconMaterialMicNoiseCancelLowW100.displayName = 'OnesyIconMaterialMicNoiseCancelLowW100'; export default IconMaterialMicNoiseCancelLowW100;