@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 880 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialNestCamWiredStandW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "NestCamWiredStandW100Filled",
short_name: "NestCamWiredStand",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M382-134q-12 0-21-9t-9-21v-38q0-62 43.5-105T500-350q11 0 21.5 1.5T543-344l28-44-96-9q-78-8-130.5-65.5T292-598q0-78 52.5-135.5T475-801l129-12q26-2 45.5 16t19.5 44v309q0 26-19.5 44T604-384l-1-1-34 51q35 19 57 53.5t22 78.5v38q0 12-8.5 21t-21.5 9H382Z"
}));
});
IconMaterialNestCamWiredStandW100Filled.displayName = 'OnesyIconMaterialNestCamWiredStandW100Filled';
export default IconMaterialNestCamWiredStandW100Filled;