UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 995 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialStepsW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "StepsW100", short_name: "Steps", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M216-554q33 0 64 12.5t56 35.5l362 346h62q17 0 28.5-11.5T800-200q0-8-1.5-17T788-235L605-418l-71-214-137 34q-14 4-25.5-5.5T360-627v-148l-28-14-153 205q-5 7-9 14.5t-6 15.5h52Zm0 28h-54q2 14 7.5 26t16.5 22l326 297q11 11 25 16t29 5h91L317-486q-20-20-46.5-30T216-526Zm350 394q-20 0-38.5-7T494-160L169-455q-31-29-35-70t21-75l155-206q6-8 15.5-10.5T344-814l29 14q8 4 11.5 10.5T388-775v151l139-36q11-3 20 2.5t13 16.5l69 207 179 179q12 12 16 26t4 29q0 28-19.5 48T760-132H566Z" })); }); IconMaterialStepsW100.displayName = 'OnesyIconMaterialStepsW100'; export default IconMaterialStepsW100;