@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.36 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 IconMaterialEnergyProgramSavingW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'EnergyProgramSavingW100Filled', short_name: 'EnergyProgramSaving', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M460-306q64.17 0 109.08-44.92Q614-395.83 614-460v-154H460q-64.17 0-109.08 44.92Q306-524.17 306-460q0 28.11 8 54.05Q322-380 341-360l-31 30q-5 5-5 10t5 10q5 5 10 5t10-5l30-31q21 18 47 26.5t53 8.5Zm20 192-114.79-89.84L221.3-221.3l-17.46-143.91L114-480l89.84-114.79L221.3-738.7l143.91-17.46L480-846l114.79 89.84L738.7-738.7l17.46 143.91L846-480l-89.84 114.79L738.7-221.3l-143.91 17.46L480-114Zm10-356q5-5 5-10t-5-10q-5-5-10-5t-10 5L370-390q-5 5-5 10t5 10q5 5 10.5 4.5t9.5-4.5l100-100Z" }) })));
});
IconMaterialEnergyProgramSavingW100Filled.displayName = 'OnesyIconMaterialEnergyProgramSavingW100Filled';
exports.default = IconMaterialEnergyProgramSavingW100Filled;
;