UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 821 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialNestWifiMistral = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "NestWifiMistral", short_name: "NestWifiMistral", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M9 21q-2.5 0-4.25-1.75T3 15V9q0-2.5 1.75-4.25T9 3h6q2.5 0 4.25 1.75T21 9v6q0 2.5-1.75 4.25T15 21Zm-4-6h14V9q0-1.65-1.175-2.825Q16.65 5 15 5H9Q7.35 5 6.175 6.175 5 7.35 5 9Zm.55 2q.525.9 1.425 1.45.9.55 2.025.55h6q1.125 0 2.025-.55.9-.55 1.425-1.45ZM12 15Z" })); }); IconMaterialNestWifiMistral.displayName = 'OnesyIconMaterialNestWifiMistral'; export default IconMaterialNestWifiMistral;