UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 864 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialNestCamIqOutdoorW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "NestCamIqOutdoorW100Filled", short_name: "NestCamIqOutdoor", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M544-216q-9 11-22 12t-24-8L375-315q-40-33-57-81.5t-9-99.5l-45-38q-11-8-12-20.5t7-23.5l15-18h-90v119q0 11-8.5 19.5T156-449v-322q11 0 19.5 8.5T184-743v119h113l65-79q10-10 23-11t23 7l44 37q49-18 100-9t91 42l123 103q10 9 11 22t-7 23L544-216Z" })); }); IconMaterialNestCamIqOutdoorW100Filled.displayName = 'OnesyIconMaterialNestCamIqOutdoorW100Filled'; export default IconMaterialNestCamIqOutdoorW100Filled;