UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.02 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialNestCamIqW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "NestCamIqW100", short_name: "NestCamIq", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M346-157q-11 0-19.5-8.5T318-185h148v-164q-91-7-152.5-72T252-577q0-95.27 66.31-161.64Q384.62-805 479.81-805t161.69 66.36Q708-672.27 708-577q0 91-61.5 156T494-349v164h148q0 11-8.5 19.5T614-157H346Zm134-220q83 0 141.5-58.5T680-577q0-83-58.5-141.5T480-777q-83 0-141.5 58.5T280-577q0 83 58.5 141.5T480-377Zm0-150q-20.62 0-35.31-14.69Q430-556.38 430-577q0-20.63 14.69-35.31Q459.38-627 480-627q20.63 0 35.31 14.69Q530-597.63 530-577q0 20.62-14.69 35.31Q500.63-527 480-527Z" })); }); IconMaterialNestCamIqW100.displayName = 'OnesyIconMaterialNestCamIqW100'; export default IconMaterialNestCamIqW100;