UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.03 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialNestCamWallMountW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "NestCamWallMountW100Filled", 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-322Z" })); }); IconMaterialNestCamWallMountW100Filled.displayName = 'OnesyIconMaterialNestCamWallMountW100Filled'; export default IconMaterialNestCamWallMountW100Filled;