@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.07 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("@onesy/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 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M635-705q39 48 61 105.5T718-480q0 62-22 119.5T635-255q-34 41-77 69t-94 40l-18 4q-9 2-18 3t-15.5-5q-6.5-6-6.5-15 0-5 2-9t6-7q66-58 101.5-137.5T551-480q0-88-35.5-167.5T414-785q-4-3-6-7t-2-9q0-9 6.5-15t15.5-5q9 1 18 3l18 4q51 12 94 40t77 69Z" }) })));
});
IconMaterialBrightness3W100Filled.displayName = 'OnesyIconMaterialBrightness3W100Filled';
exports.default = IconMaterialBrightness3W100Filled;
;