@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 940 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialExerciseW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ExerciseW100Filled",
short_name: "Exercise",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("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';
export default IconMaterialExerciseW100Filled;