UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 923 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialSoundDetectionDogBarkingFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "SoundDetectionDogBarkingFilled", short_name: "SoundDetectionDogBarking", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M194-80v-271l197 197q54-54 96.5-116.5T530-409q0-56-22-107.5T447-607L334-720h140l160-160 82 82q40 40 62 90.5T800-600q0 57-22 107.5T716-402l-82 82v240H194Zm197-187L183-475q-11-11-17-26t-6-31q0-16 6-30.5t17-25.5l84-85 124 123q28 28 43.5 64.5T450-409q0 40-15 76.5T391-267Z" })); }); IconMaterialSoundDetectionDogBarkingFilled.displayName = 'OnesyIconMaterialSoundDetectionDogBarkingFilled'; export default IconMaterialSoundDetectionDogBarkingFilled;