@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.44 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialMicDoubleW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "MicDoubleW100",
short_name: "MicDouble",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M331.96-146q-5.96 0-9.96-4.02-4-4.03-4-9.98v-132q-86-7-146-67t-67-144q-1-7 2.93-12t10-5q6.07 0 9.93 5.1 3.85 5.1 5.14 11.9 8 77 64.5 130T332-320q8.67 0 17.33-.5Q358-321 366-323q5 6 10.5 12t10.5 12l-20 4q-10 2-21 3v132q0 5.95-4.04 9.98-4.03 4.02-10 4.02ZM628-452q-29 0-48.5-19.5T560-520v-240q0-29 19.5-48.5T628-828q29 0 48.5 19.5T696-760v240q0 29-19.5 48.5T628-452Zm0-28q17 0 28.5-11.5T668-520v-240q0-17-11.5-28.5T628-800q-17 0-28.5 11.5T588-760v240q0 17 11.5 28.5T628-480Zm-322 23q-20-8-31-25t-11-38v-240q0-29 19.5-48.5T332-828q29 0 48.5 19.5T400-760v141q-43 5-71 37.5T301-505q0 12 1.47 24t3.53 24Zm322 137q78 0 134.5-52T827-503q1.35-6.8 5.42-11.9 4.06-5.1 9.82-5.1 5.76 0 9.76 5t3 12q-7 84-67 144t-146 67v132q0 5.95-4.04 9.98-4.03 4.02-10 4.02-5.96 0-9.96-4.02-4-4.03-4-9.98v-132q-86-7-146-67t-67-144q-1-8 2.95-12.5T414-520q7 0 10.43 5.1 3.43 5.1 4.57 11.9 8 79 64.5 131T628-320Zm0-320Z"
}));
});
IconMaterialMicDoubleW100.displayName = 'OnesyIconMaterialMicDoubleW100';
export default IconMaterialMicDoubleW100;