@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 938 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialNestCamStand = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "NestCamStand",
short_name: "NestCamStand",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M360-643q-40 27-65.5 69.5T264-480l-24 280h480l-24-280q-4-52-29.5-94.5T600-644v84q0 50-35 85t-85 35q-50 0-85-35t-35-85v-83Zm120 123q17 0 28.5-11.5T520-560v-160q0-17-11.5-28.5T480-760q-17 0-28.5 11.5T440-720v160q0 17 11.5 28.5T480-520ZM240-120q-35 0-59-26t-21-61l24-281q7-85 55-150t122-97q6-45 39.5-75t79.5-30q46 0 79.5 29.5T599-736q74 32 122.5 97.5T776-488l24 281q3 35-21 61t-59 26H240Z"
}));
});
IconMaterialNestCamStand.displayName = 'OnesyIconMaterialNestCamStand';
export default IconMaterialNestCamStand;