@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 980 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialSoundDetectionGlassBreakW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "SoundDetectionGlassBreakW100Filled",
short_name: "SoundDetectionGlassBreak",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M172-335v-393q0-25 17.5-42.5T232-788h496q25 0 42.5 17.5T788-728v68L564-408q-9 11-23 11t-24-10l-94-94q-9-9-20.5-13.5T380-519q-11 0-22 4.5T338-501L172-335Zm60 163q-25 0-42.5-17.5T172-232v-57l185-186q9-10 22.5-10t23.5 10l91 91q9 9 20.5 13.5T537-366q12 0 23.5-5t20.5-15l207-232v386q0 25-17.5 42.5T728-172H232Z"
}));
});
IconMaterialSoundDetectionGlassBreakW100Filled.displayName = 'OnesyIconMaterialSoundDetectionGlassBreakW100Filled';
export default IconMaterialSoundDetectionGlassBreakW100Filled;