@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.02 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialNestCamFloodlightW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "NestCamFloodlightW100Filled",
short_name: "NestCamFloodlight",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M500-199h28v88h-28v-88Zm129-60 62 62-19 19-62-62 19-19ZM78-929h54q23 0 38.5 15.5T186-875v119q22-48 66-77.5t99-29.5h171q25 0 42.5 17.5T582-803v179l-58-58q-34-34-78-53.5T354-755q-49 0-92.5 18.5T186-686v88q23-48 68-76.5T354-703q38 0 72 15.5t61 42.5l116 116q17 17 17 42t-17 42L422-264q-17 17-42 17t-42-17L222-379q-11-11-20-23.5T186-429v114q0 23-15.5 38.5T132-261H78v-668Zm592 560h88v28h-88v-28Z"
}));
});
IconMaterialNestCamFloodlightW100Filled.displayName = 'OnesyIconMaterialNestCamFloodlightW100Filled';
export default IconMaterialNestCamFloodlightW100Filled;