UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.23 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 IconMaterialPowerW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PowerW100Filled', short_name: 'Power', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M420-202v-72L310-384q-8-8-13-19.28-5-11.28-5-23.72v-140.78q0-24.84 17.63-42.53Q327.25-628 352-628h52l-14 14v-160q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v146h124v-146q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v160l-14-14h52q24.75 0 42.38 17.69Q668-592.63 668-567.79v140.75q0 12.04-5 23.54T650-384L540-274v72q0 12.75-8.62 21.37Q522.75-172 510-172h-60q-12.75 0-21.37-8.63Q420-189.25 420-202Z" }) }))); }); IconMaterialPowerW100Filled.displayName = 'OnesyIconMaterialPowerW100Filled'; exports.default = IconMaterialPowerW100Filled;