UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.36 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("@onesy/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 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M368-212h-96q-25 0-42.5-17.5T212-272v-96l-70-70q-9-9-13-20t-4-22q0-11 4-22t13-20l70-70v-96q0-25 17.5-42.5T272-748h96l70-70q9-9 20-13t22-4q11 0 22 4t20 13l70 70h96q25 0 42.5 17.5T748-688v96l70 70q9 9 13 20t4 22q0 11-4 22t-13 20l-70 70v96q0 25-17.5 42.5T688-212h-96l-70 70q-9 9-20 13t-22 4q-11 0-22-4t-20-13l-70-70Zm12-28 77 77q9 9 23 9t23-9l77-77h108q14 0 23-9t9-23v-108l77-77q9-9 9-23t-9-23l-77-77v-108q0-14-9-23t-23-9H580l-77-77q-9-9-23-9t-23 9l-77 77H272q-14 0-23 9t-9 23v108l-77 77q-9 9-9 23t9 23l77 77v108q0 14 9 23t23 9h108Zm100-240Z" }) }))); }); IconMaterialBrightnessEmptyW100.displayName = 'OnesyIconMaterialBrightnessEmptyW100'; exports.default = IconMaterialBrightnessEmptyW100;