@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 739 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialNestWifiMistralFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "NestWifiMistralFilled",
short_name: "NestWifiMistral",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M9 21q-1.95 0-3.487-1.113Q3.975 18.775 3.35 17h17.3q-.625 1.75-2.162 2.875Q16.95 21 15 21Zm-6-6V9q0-2.5 1.75-4.25T9 3h6q2.5 0 4.25 1.75T21 9v6Z"
}));
});
IconMaterialNestWifiMistralFilled.displayName = 'OnesyIconMaterialNestWifiMistralFilled';
export default IconMaterialNestWifiMistralFilled;