@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.25 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 IconMaterialPartlyCloudyNightW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PartlyCloudyNightW100Filled', short_name: 'PartlyCloudyNight', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M240-360q36 0 66 19.5t44 52.5l20 48h52q24 0 41 17.5t17 42.5q0 25-17.5 42.5T420-120H240q-50 0-85-35t-35-85q0-51 35-85.5t85-34.5Zm284-84q58 58 129 89.5T805-315q8 1 14 5t10 10q4 6 4 13.5t-4 14.5q-42 83-125 130.5T529-92q15-19 23-41.5t8-46.5q0-58-40-99t-96-40q-24-55-74-88t-110-33q-17 0-34 3t-34 9v-16q0-97 47-177.5T351-748q7-4 15-3.5t14 3.5q6 3 10.5 9.5T396-724q8 81 38.5 151T524-444Z" }) })));
});
IconMaterialPartlyCloudyNightW100Filled.displayName = 'OnesyIconMaterialPartlyCloudyNightW100Filled';
exports.default = IconMaterialPartlyCloudyNightW100Filled;
;