UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.14 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 IconMaterialFlashOffW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FlashOffW100Filled', short_name: 'FlashOff', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M579-494 371-702q-9-9-14-20t-5-24v-32q0-22 16-36t39-14h134q26 0 43 18.5t10 41.5l-46 157h70q27 0 39.5 23.5T655-541l-30 43q-8 11-22 12.5t-24-8.5Zm205 358L543-377l-50 73q-4 6-11 8.5t-14 .5q-8-2-12-8t-4-14v-135h-40q-25 0-42.5-17.5T352-512v-56L136-784q-4-4-4.5-9.5T136-804q5-5 10-5t10 5l648 648q4 4 4.5 9.5T804-136q-5 5-10 5t-10-5Z" }) }))); }); IconMaterialFlashOffW100Filled.displayName = 'OnesyIconMaterialFlashOffW100Filled'; exports.default = IconMaterialFlashOffW100Filled;