UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 874 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialNestCamOutdoor = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "NestCamOutdoor", short_name: "NestCamOutdoor", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M576-189q-22 26-54.5 29.5T463-178L294-319q-26-21-45-48t-31-58q-11 12-26 18.5t-32 6.5H80v-320h80q29 0 51.5 18t27.5 47q38-58 98-91.5T466-780q45 0 85.5 16t74.5 45l170 141q26 21 28.5 53.5T806-466L576-189ZM280-521q-1 41 16.5 77.5T345-381l169 141 230-277-169-141q-24-20-53-30.5T462-699q-75-1-128 51t-54 127Zm231 51Z" })); }); IconMaterialNestCamOutdoor.displayName = 'OnesyIconMaterialNestCamOutdoor'; export default IconMaterialNestCamOutdoor;