UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.2 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const react_1 = __importDefault(require("react")); const ui_react_1 = require("@onesy/ui-react"); const IconMaterialSoundDetectionDogBarkingW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SoundDetectionDogBarkingW100', short_name: 'SoundDetectionDogBarking', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M246-132v-361h28v333h306v-182l97-98q32-32 49.5-73.5T744-600q0-45-17-86t-49-73l-44-45-138 138H362l-69 69-20-19 78-78h134l149-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" }) }))); }); IconMaterialSoundDetectionDogBarkingW100.displayName = 'OnesyIconMaterialSoundDetectionDogBarkingW100'; exports.default = IconMaterialSoundDetectionDogBarkingW100;