@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.34 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 IconMaterialModeNightW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ModeNightW100', short_name: 'ModeNight', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M354-160q133 0 226.5-93.5T674-480q0-133-93.5-226.5T354-800h-21q-10 0-19 2 57 66 88.5 147.5T434-480q0 89-31.5 170.5T314-162q9 2 19 2h21Zm0 28q-12.33 0-24.67-.5Q317-133 305-135q-10-2-16-10.13-6-8.12-6-17.87 0-5.4 1.5-10.2 1.5-4.8 5.5-8.8 55-63 85.5-139T406-480q0-83-31-158.5T290-777q-4-4-5.5-8.8-1.5-4.8-1.5-10.2 0-11 6-19t16-10q12-2 24.33-2.5 12.34-.5 24.67-.5 72.21 0 135.72 27.39 63.51 27.39 110.49 74.35 46.98 46.96 74.38 110.43Q702-552.35 702-480.17q0 72.17-27.41 135.73-27.4 63.56-74.38 110.57-46.98 47.02-110.49 74.44Q426.21-132 354-132Zm80-348Z" }) })));
});
IconMaterialModeNightW100.displayName = 'OnesyIconMaterialModeNightW100';
exports.default = IconMaterialModeNightW100;
;