UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.18 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 IconMaterialExerciseW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ExerciseW100Filled', short_name: 'Exercise', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M761-585 584-762l17-17q9-9 21.5-9t21.5 9l134 135q9 9 9 21t-9 21l-17 17ZM355-178q-8 8-20 9t-20-7L178-312q-9-9-9-21.5t9-21.5l21-21 177 177-21 21Zm129 5q-9 9-21 9t-21-9L173-442q-9-9-9-21t9-21l60-60q9-9 21-9t21 9l78 79 142-142-79-78q-9-9-9-21t9-21l60-61q9-9 21.5-9t21.5 9l269 269q9 9 9 21.5t-9 21.5l-61 60q-9 9-21 9t-21-9l-78-79-142 142 79 78q9 9 9 21t-9 21l-60 60Z" }) }))); }); IconMaterialExerciseW100Filled.displayName = 'OnesyIconMaterialExerciseW100Filled'; exports.default = IconMaterialExerciseW100Filled;