@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.23 kB
JavaScript
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 IconMaterialStepsW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'StepsW100', short_name: 'Steps', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("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';
exports.default = IconMaterialStepsW100;
;