@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.24 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@amaui/ui-react");
const IconMaterialBrightnessEmptyW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BrightnessEmptyW100', short_name: 'BrightnessEmpty', viewBox: '0 96 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("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-9Zm21-359Zm0 340 100-100h140V676l100-100-100-100V336H580L480 236 380 336H240v140L140 576l100 100v140h140l100 100Z" }) })));
});
IconMaterialBrightnessEmptyW100.displayName = 'AmauiIconMaterialBrightnessEmptyW100';
exports.default = IconMaterialBrightnessEmptyW100;