@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.73 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialAvgPaceW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "AvgPaceW100Filled",
short_name: "AvgPace",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M594.94-755q-10.94 0-18.44-7.56-7.5-7.55-7.5-18.5 0-10.94 7.56-18.44 7.55-7.5 18.5-7.5 10.94 0 18.44 7.56 7.5 7.55 7.5 18.5 0 10.94-7.56 18.44-7.55 7.5-18.5 7.5Zm-3 602q-10.94 0-18.44-7.56-7.5-7.55-7.5-18.5 0-10.94 7.56-18.44 7.55-7.5 18.5-7.5 10.94 0 18.44 7.56 7.5 7.55 7.5 18.5 0 10.94-7.56 18.44-7.55 7.5-18.5 7.5Zm160-474q-10.94 0-18.44-7.56-7.5-7.55-7.5-18.5 0-10.94 7.56-18.44 7.55-7.5 18.5-7.5 10.94 0 18.44 7.56 7.5 7.55 7.5 18.5 0 10.94-7.56 18.44-7.55 7.5-18.5 7.5Zm-3 349q-10.94 0-18.44-7.56-7.5-7.55-7.5-18.5 0-10.94 7.56-18.44 7.55-7.5 18.5-7.5 10.94 0 18.44 7.56 7.5 7.55 7.5 18.5 0 10.94-7.56 18.44-7.55 7.5-18.5 7.5Zm53-176q-10.94 0-18.44-7.56-7.5-7.55-7.5-18.5 0-10.94 7.56-18.44 7.55-7.5 18.5-7.5 10.94 0 18.44 7.56 7.5 7.55 7.5 18.5 0 10.94-7.56 18.44-7.55 7.5-18.5 7.5ZM132-480.15Q132-620 228-720.5T463-828q7 0 12 4.11 5 4.1 5 10.18 0 5.71-5 9.71-5 4-11 4-128 6-216 98.5t-88 221.48Q160-350 248-258t216 98q6 0 11 4.21t5 9.83q0 5.96-5 9.96-5 4-12 4-139-7-235-107.65-96-100.66-96-240.5ZM480-426q-23 0-38.5-15.5T426-480q0-8 1.5-14.5T433-507l-67-68q-4-4-3.5-9.5t4.5-9.5q4-4 9-4t9 4l68 67q5-3 27-7 23 0 38.5 15.5T534-480q0 23-15.5 38.5T480-426Z"
}));
});
IconMaterialAvgPaceW100Filled.displayName = 'OnesyIconMaterialAvgPaceW100Filled';
export default IconMaterialAvgPaceW100Filled;