@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.13 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialBrightnessEmptyW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "BrightnessEmptyW100",
short_name: "BrightnessEmpty",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M368-212h-96q-25 0-42.5-17.5T212-272v-96l-70-70q-9-9-13-20t-4-22q0-11 4-22t13-20l70-70v-96q0-25 17.5-42.5T272-748h96l70-70q9-9 20-13t22-4q11 0 22 4t20 13l70 70h96q25 0 42.5 17.5T748-688v96l70 70q9 9 13 20t4 22q0 11-4 22t-13 20l-70 70v96q0 25-17.5 42.5T688-212h-96l-70 70q-9 9-20 13t-22 4q-11 0-22-4t-20-13l-70-70Zm12-28 77 77q9 9 23 9t23-9l77-77h108q14 0 23-9t9-23v-108l77-77q9-9 9-23t-9-23l-77-77v-108q0-14-9-23t-23-9H580l-77-77q-9-9-23-9t-23 9l-77 77H272q-14 0-23 9t-9 23v108l-77 77q-9 9-9 23t9 23l77 77v108q0 14 9 23t23 9h108Zm100-240Z"
}));
});
IconMaterialBrightnessEmptyW100.displayName = 'OnesyIconMaterialBrightnessEmptyW100';
export default IconMaterialBrightnessEmptyW100;