UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.16 kB
"use strict"; 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 IconMaterialBrightnessEmptyW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BrightnessEmptyW100Filled', 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-9Z" }) }))); }); IconMaterialBrightnessEmptyW100Filled.displayName = 'AmauiIconMaterialBrightnessEmptyW100Filled'; exports.default = IconMaterialBrightnessEmptyW100Filled;