@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.23 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialNestWakeOnApproachW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "NestWakeOnApproachW100",
short_name: "NestWakeOnApproach",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M785-512q-11 0-19.5-8.5T757-540v-198q0-11 8.5-19.5T785-766q11 0 19.5 8.5T813-738v198q0 11-8.5 19.5T785-512Zm-385 0q-44.55 0-76.27-31.72Q292-575.45 292-620t31.73-76.28Q355.45-728 400-728t76.27 31.72Q508-664.55 508-620t-31.73 76.28Q444.55-512 400-512ZM132-232v-52q0-22.79 14-41.9 14-19.1 36-30.1 52-24 106.69-38t111.5-14q56.81 0 111.31 14T618-356q22 11 36 30.1 14 19.11 14 41.9v52H132Zm28-28h480v-24q0-16-10.5-28T604-332q-48-24-99.23-36-51.23-12-104.77-12t-104.77 12Q244-356 196-332q-15 8-25.5 20T160-284v24Zm240-280q33 0 56.5-23.5T480-620q0-33-23.5-56.5T400-700q-33 0-56.5 23.5T320-620q0 33 23.5 56.5T400-540Zm0-80Zm0 360Z"
}));
});
IconMaterialNestWakeOnApproachW100.displayName = 'OnesyIconMaterialNestWakeOnApproachW100';
export default IconMaterialNestWakeOnApproachW100;