@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.17 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialNestCamFloodlight = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "NestCamFloodlight",
short_name: "NestCamFloodlight",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M640-584 535-688q-34-34-79-53t-93-19q-65 0-120.5 33T160-649q27-45 82.5-78T363-760q48 0 93 19t79 53l105 104ZM0-240v-720h80q33 0 56.5 23.5T160-880v68q32-50 85-79t116-29h199q33 0 56.5 23.5T640-840v256l36 37q23 23 23 57t-23 57L446-204q-23 23-57 23t-57-23L191-345q-9-9-16.5-18T160-383v63q0 33-23.5 56.5T80-240H0Zm361-600q-60 0-105.5 41.5T202-698q32-27 74-44.5t87-17.5q48 0 93 19t79 53l25 24v-176H361ZM200-517q0 32 12.5 62t35.5 53l141 142 231-230-141-142q-23-23-53.5-35.5T363-680q-68 0-115.5 48.5T200-517Zm600 197H680v-80h120v80ZM688-136l-84-84 56-56 84 84-56 56ZM480-80v-120h80v120h-80Zm-74-393Z"
}));
});
IconMaterialNestCamFloodlight.displayName = 'OnesyIconMaterialNestCamFloodlight';
export default IconMaterialNestCamFloodlight;