@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.2 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 IconMaterialBrightness3W100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Brightness3W100Filled', short_name: 'Brightness3', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M17.95 12q0 1.625-.537 3.062-.538 1.438-1.488 2.575-.95 1.138-2.275 1.901-1.325.762-2.875 1.037-.35.05-.512-.1-.163-.15-.163-.35 0-.125.038-.225.037-.1.137-.175 1.8-1.425 2.65-3.4.85-1.975.85-4.325t-.85-4.325q-.85-1.975-2.65-3.4-.1-.075-.137-.175-.038-.1-.038-.225 0-.2.163-.35.162-.15.512-.1 1.55.25 2.875 1.025 1.325.775 2.275 1.912.95 1.138 1.488 2.576.537 1.437.537 3.062Z" }) })));
});
IconMaterialBrightness3W100Filled.displayName = 'AmauiIconMaterialBrightness3W100Filled';
exports.default = IconMaterialBrightness3W100Filled;