UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.08 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 IconMaterialMotionModeW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'MotionModeW100', short_name: 'MotionMode', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M214-743v526q-26-26-46-56.5T134-338v-284q14-34 34-64.5t46-56.5Zm148-92v710q-33-11-63.5-27.5T242-191v-578q26-22 56.5-38.5T362-835Zm216 716v-722q120 32 198 131t78 230q0 131-78 230T578-119Zm-98 13q-23 0-45.5-3t-44.5-8v-726q22-5 44.5-8t45.5-3q18 0 35.5 2t34.5 5v734q-17 3-34.5 5t-35.5 2Z" }) }))); }); IconMaterialMotionModeW100.displayName = 'OnesyIconMaterialMotionModeW100'; exports.default = IconMaterialMotionModeW100;