@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.6 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialSpatialAudioOffW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "SpatialAudioOffW100Filled",
short_name: "SpatialAudioOff",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M385-492q-44.55 0-76.27-31.72Q277-555.45 277-600t31.73-76.28Q340.45-708 385-708t76.27 31.72Q493-644.55 493-600t-31.73 76.28Q429.55-492 385-492ZM117-242v-22q0-26 13-43.5t37-28.5q48-23 106-37.5T385-388q54 0 112 14.5T603-336q24 11 37 28.5t13 43.5v22q0 13-8.5 21.5T623-212H147q-13 0-21.5-8.5T117-242Zm767.83-326q-2.83 0-5.45-1.17-2.63-1.16-4.38-2.83-19.02-18.67-29.51-43.33Q835-640 835-666t10.5-50.5Q856-741 875-760q1.78-1.82 4.44-2.91 2.67-1.09 5.52-1.09 6.04 0 10.04 3.98 4 3.98 4 10.13 0 2.89-1.17 5.56-1.16 2.66-2.83 4.33-14.7 14.77-23.35 33.89Q863-687 863-666t8.65 40.11Q880.3-606.77 895-592q1.67 1.78 2.83 4.44 1.17 2.67 1.17 5.52 0 6.04-4.07 10.04-4.08 4-10.1 4Zm-134 134q-2.83 0-5.45-1.17-2.63-1.16-4.38-2.83-46-46-71-104.5T645-666q0-65 25-123.5T741-894q1.78-1.82 4.44-2.91 2.67-1.09 5.52-1.09 6.04 0 10.04 4.07 4 4.08 4 10.1 0 2.83-1 5.5-1 2.66-3 4.33-42 42-65 95.5t-23 112.6q0 59.1 23 112.5t65 95.4q1.67 1.78 2.83 4.44 1.17 2.67 1.17 5.52 0 6.04-4.07 10.04-4.08 4-10.1 4Z"
}));
});
IconMaterialSpatialAudioOffW100Filled.displayName = 'OnesyIconMaterialSpatialAudioOffW100Filled';
export default IconMaterialSpatialAudioOffW100Filled;