UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.24 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 IconMaterialNightlightW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'NightlightW100Filled', short_name: 'Nightlight', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M586-132q-72.21 0-135.72-27.39-63.51-27.39-110.49-74.35-46.98-46.96-74.39-110.43Q238-407.65 238-479.83q0-72.17 27.4-135.73 27.41-63.56 74.39-110.57 46.98-47.02 110.49-74.44Q513.79-828 586-828q12.67 0 25.33.5Q624-827 636-825q11 2 16.5 10.53T658-797q0 5.04-2 9.52-2 4.48-6 9.48-55 63-85.5 139T534-480.46Q534-397 564-320q30 77 86 139 4 4 5.5 8.58 1.5 4.57 1.5 9.42 0 8.94-5 17.47T636-135q-12 2-24.61 2.5-12.6.5-25.39.5Z" }) }))); }); IconMaterialNightlightW100Filled.displayName = 'OnesyIconMaterialNightlightW100Filled'; exports.default = IconMaterialNightlightW100Filled;