UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 911 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialSoundDetectionGlassBreak = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "SoundDetectionGlassBreak", short_name: "SoundDetectionGlassBreak", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm180-428q15 0 30 6t27 18l103 103 220-247v-92H200v360l123-124q12-12 26.5-18t30.5-6Zm157 210q-15 0-30-5.5T480-361L380-461 200-280v80h560v-348L596-364q-12 14-27 20t-32 6Z" })); }); IconMaterialSoundDetectionGlassBreak.displayName = 'OnesyIconMaterialSoundDetectionGlassBreak'; export default IconMaterialSoundDetectionGlassBreak;