@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.35 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 IconMaterialNightlightW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'NightlightW100', 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.5Zm0-28h21q10 0 19-2-57-66-88.5-147.5T506-480q0-89 31.5-170.5T626-798q-9-2-19-2h-21q-133 0-226.5 93.5T266-480q0 133 93.5 226.5T586-160Zm-80-320Z" }) })));
});
IconMaterialNightlightW100.displayName = 'OnesyIconMaterialNightlightW100';
exports.default = IconMaterialNightlightW100;
;