@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.15 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialNestCamWallMountW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "NestCamWallMountW100",
short_name: "NestCamWallMount",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M216.82-322q-24.82 0-42.32-17.64T157-382.05v-240.18q0-24.77 17.68-42.27 17.67-17.5 42.5-17.5 24.82 0 42.32 17.5T277-622q26-49 74.5-78.5T460-730q41.74 0 79.87 16T607-669l150 150q9 9.07 13.5 20.04Q775-488 775-477t-4.5 21.96Q766-444.07 757-435L548-225q-8.25 8.13-19.12 12.57Q518-208 506-208q-12 0-23.34-4.43Q471.32-216.87 463-225L313-375q-11-11-20-22.5T277-422v40q0 24.75-17.68 42.37Q241.65-322 216.82-322ZM280-523q0 36 13.5 69t39.5 59l150 150q10 10 23.5 10t22.5-10l208-209q9-10 9-23.5t-9-22.5L587-650q-26-26-58.5-39.5T460-703q-75 0-127.5 52.5T280-523Zm235 56Z"
}));
});
IconMaterialNestCamWallMountW100.displayName = 'OnesyIconMaterialNestCamWallMountW100';
export default IconMaterialNestCamWallMountW100;