@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 941 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialNestWifiMistralW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "NestWifiMistralW100",
short_name: "NestWifiMistral",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M8.65 19.7q-1.8 0-3.075-1.275Q4.3 17.15 4.3 15.35v-6.7q0-1.825 1.275-3.088Q6.85 4.3 8.65 4.3h6.7q1.825 0 3.088 1.262Q19.7 6.825 19.7 8.65v6.7q0 1.8-1.262 3.075Q17.175 19.7 15.35 19.7ZM5 15.8h14V8.65q0-1.5-1.075-2.575Q16.85 5 15.35 5h-6.7q-1.5 0-2.575 1.075Q5 7.15 5 8.65Zm.175.7q.4 1.1 1.338 1.8.937.7 2.137.7h6.7q1.2 0 2.138-.7.937-.7 1.337-1.8ZM12 15.8Z"
}));
});
IconMaterialNestWifiMistralW100.displayName = 'OnesyIconMaterialNestWifiMistralW100';
export default IconMaterialNestWifiMistralW100;