UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.48 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 IconMaterialBrightness5W100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Brightness5W100Filled', short_name: 'Brightness5', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M9.225 18.7h-2.4q-.625 0-1.062-.438-.438-.437-.438-1.062v-2.4l-1.75-1.75Q3.15 12.625 3.15 12t.425-1.05l1.75-1.75V6.8q0-.625.438-1.062Q6.2 5.3 6.825 5.3h2.4l1.75-1.75q.425-.425 1.05-.425t1.05.425l1.75 1.75h2.4q.625 0 1.063.438.437.437.437 1.062v2.4l1.75 1.75q.425.425.425 1.05t-.425 1.05l-1.75 1.75v2.4q0 .625-.437 1.062-.438.438-1.063.438h-2.4l-1.75 1.75q-.425.425-1.05.425t-1.05-.425Zm2.8-2.7q-1.65 0-2.825-1.175Q8.025 13.65 8.025 12q0-1.65 1.175-2.825Q10.375 8 12.025 8q1.65 0 2.825 1.175Q16.025 10.35 16.025 12q0 1.65-1.175 2.825Q13.675 16 12.025 16Zm0 4.5 2.5-2.5h3.5v-3.5l2.5-2.5-2.5-2.5V6h-3.5l-2.5-2.5-2.5 2.5h-3.5v3.5l-2.5 2.5 2.5 2.5V18h3.5Z" }) }))); }); IconMaterialBrightness5W100Filled.displayName = 'AmauiIconMaterialBrightness5W100Filled'; exports.default = IconMaterialBrightness5W100Filled;