@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 872 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialNestCamStandW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "NestCamStandW100Filled",
short_name: "NestCamStand",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M240-172q-12 0-20-9.5t-8-22.5l24-280q6-74 51-130.5T398-694v134q0 34 24 58t58 24q34 0 58-24t24-58v-134q67 23 111.5 79.5T725-484l24 284q0 12-8.5 20t-20.5 8H240Zm240-334q-23 0-38.5-15.5T426-560v-160q0-23 15.5-38.5T480-774q23 0 38.5 15.5T534-720v160q0 23-15.5 38.5T480-506Z"
}));
});
IconMaterialNestCamStandW100Filled.displayName = 'OnesyIconMaterialNestCamStandW100Filled';
export default IconMaterialNestCamStandW100Filled;