@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 955 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialBrightnessEmpty = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "BrightnessEmpty",
short_name: "BrightnessEmpty",
viewBox: "0 96 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M452 1000 346 896H200q-17 0-28.5-11.5T160 856V710L56 604q-11-12-11-28t11-28l104-106V296q0-17 11.5-28.5T200 256h146l106-104q12-11 28-11t28 11l106 104h146q17 0 28.5 11.5T800 296v146l104 106q11 12 11 28t-11 28L800 710v146q0 17-11.5 28.5T760 896H614l-106 104q-12 11-28 11t-28-11Zm28-424Zm0 340 100-100h140V676l100-100-100-100V336H580L480 236 380 336H240v140L140 576l100 100v140h140l100 100Z"
}));
});
IconMaterialBrightnessEmpty.displayName = 'AmauiIconMaterialBrightnessEmpty';
export default IconMaterialBrightnessEmpty;