UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.68 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 IconMaterialElectricMeterW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ElectricMeterW100', short_name: 'ElectricMeter', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M386-162v-66q-94-30-154-110t-60-184q0-64.08 24-120.04Q220-698 262-740q42-42 97.91-66 55.92-24 119.09-24 64 0 120 24t98 66q42 42 66.5 97.96Q788-586.08 788-522q0 103.1-60 183.05Q668-259 574-229v67q0 5.95-4.04 9.98-4.03 4.02-10 4.02-5.96 0-9.96-4.02-4-4.03-4-9.98v-59q-17 4-33.5 5.5T479-214q-16.9 0-32.95-1.5Q430-217 414-221v59q0 5.95-4.04 9.98-4.03 4.02-10 4.02-5.96 0-9.96-4.02-4-4.03-4-9.98Zm94-78q116 0 198-82t82-198q0-116-82-198t-198-82q-116 0-198 82t-82 198q0 116 82 198t198 82ZM360-626h240q5.95 0 9.97-4.04 4.03-4.03 4.03-10 0-5.96-4.03-9.96-4.02-4-9.97-4H360q-5.95 0-9.98 4.04-4.02 4.03-4.02 10 0 5.96 4.02 9.96 4.03 4 9.98 4Zm122 231-44 44q-5 5-4.5 11t5.48 11q4.99 5 11.5 5 6.52 0 11.52-5l45.24-45.24Q516-383 516-395q0-12-9-21l-29-29 44-44q5-4.98 5-11.49T522.02-512q-4.99-5-11.5-5-6.52 0-11.52 5l-46.08 46.21q-8.92 8.94-8.92 20.87 0 11.92 9 20.92l29 29Zm-2-125Z" }) }))); }); IconMaterialElectricMeterW100.displayName = 'OnesyIconMaterialElectricMeterW100'; exports.default = IconMaterialElectricMeterW100;