@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.03 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialSoundDetectionGlassBreakW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "SoundDetectionGlassBreakW100",
short_name: "SoundDetectionGlassBreak",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M232-172q-25 0-42.5-17.5T172-232v-496q0-25 17.5-42.5T232-788h496q25 0 42.5 17.5T788-728v496q0 25-17.5 42.5T728-172H232Zm148-347q11 0 22.5 4.5T423-501l94 94q10 10 24 10t23-11l196-221v-99q0-14-9-23t-23-9H232q-14 0-23 9t-9 23v365l138-138q9-9 20-13.5t22-4.5Zm156 153q-11 0-22-4.5T494-384l-91-91q-10-10-23.5-10T357-475L200-317v85q0 14 9 23t23 9h496q14 0 23-9t9-23v-355L581-386q-9 10-21 15t-24 5Z"
}));
});
IconMaterialSoundDetectionGlassBreakW100.displayName = 'OnesyIconMaterialSoundDetectionGlassBreakW100';
export default IconMaterialSoundDetectionGlassBreakW100;