@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 953 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialSoundDetectionDogBarkingW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "SoundDetectionDogBarkingW100Filled",
short_name: "SoundDetectionDogBarking",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M246-132v-303l174 173q23-33 40-69.5t17-77.5q0-40-14.5-77T419-552L313-656l38-38h134l149-149 64 63q36 36 54.5 82.5T772-600q-1 51-19.5 97.5T698-420l-90 89v199H246Zm170-173L227-493q-8-8-11.5-18t-3.5-21q0-11 3.5-20.5T227-570l66-66 106 104q25 25 37.5 56.5T449-409q0 28-8 54.5T416-305Z"
}));
});
IconMaterialSoundDetectionDogBarkingW100Filled.displayName = 'OnesyIconMaterialSoundDetectionDogBarkingW100Filled';
export default IconMaterialSoundDetectionDogBarkingW100Filled;