UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.3 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialNestDoorbellVisitorW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "NestDoorbellVisitorW100Filled", short_name: "NestDoorbellVisitor", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M480-106q-72 0-123-50.9-51-50.89-51-123.1v-400q0-72.21 50.85-123.1 50.85-50.9 123-50.9T603-803.1q51 50.89 51 123.1v200H540q-24.75 0-42.37 17.62Q480-444.75 480-420v26q-30.52 0-52.26 21.74T406-320q0 29.6 21.74 50.87Q449.48-247.85 480-246v140Zm106 0v-23q0-42 42.5-57t91.5-15q49 0 91.5 15t42.5 57v23H586Zm134-186q-23 0-38.5-15.5T666-346q0-23 15.5-38.5T720-400q23 0 38.5 15.5T774-346q0 23-15.5 38.5T720-292Zm-240 18q-19 0-32.5-13.5T434-320q0-19 13.5-32.5T480-366q19 0 32.5 13.5T526-320q0 19-13.5 32.5T480-274Zm0-292q30.52 0 52.26-21.74Q554-609.47 554-640q0-30.53-21.74-52.26Q510.52-714 480-714t-52.26 21.74Q406-670.53 406-640q0 30.53 21.74 52.26Q449.48-566 480-566Z" })); }); IconMaterialNestDoorbellVisitorW100Filled.displayName = 'OnesyIconMaterialNestDoorbellVisitorW100Filled'; export default IconMaterialNestDoorbellVisitorW100Filled;