@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.41 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialNestCamFloodlight = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'NestCamFloodlight', short_name: 'NestCamFloodlight', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("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';
exports.default = IconMaterialNestCamFloodlight;
;