UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 926 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialBrightnessEmptyW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "BrightnessEmptyW100Filled", short_name: "BrightnessEmpty", viewBox: "0 96 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m459 935-91.278-91H242q-12.75 0-21.375-8.625T212 814V688.278L121 597q-9-9-9-21t9-21l91-91.278V338q0-12.75 8.625-21.375T242 308h125.722L459 217q9-9 21-9t21 9l91.278 91H718q12.75 0 21.375 8.625T748 338v125.722L839 555q9 9 9 21t-9 21l-91 91.278V814q0 12.75-8.625 21.375T718 844H592.278L501 935q-9 9-21 9t-21-9Z" })); }); IconMaterialBrightnessEmptyW100Filled.displayName = 'AmauiIconMaterialBrightnessEmptyW100Filled'; export default IconMaterialBrightnessEmptyW100Filled;