@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.43 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 IconMaterialDoNotStepW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'DoNotStepW100', short_name: 'DoNotStep', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m712-362-20-20 139-139q8 8 8 20t-8 20L712-362Zm-63-62-20-20 119-119-147-147q-9-9-23-9t-23 9l-96 96-20-20 97-97q17-17 42-17t42 17l168 168-139 139ZM842-78 573-347 449-223H191q-25 0-42.5-17.5T131-283v-16q0-15 8-26t22-17q28-13 55-28t53-35l30 30q5 5 13.5 4.5T326-376q5-5 5.5-13.5T327-403l-28-29 9.5-9.5Q313-446 319-451l28 28q6 6 13.5 5t13.5-7q6-6 5.5-14.5T374-453l-35-36q5-5 8.5-11t6.5-13l39 39q5 5 13 5.5t14-4.5q5-5 6-12.5t-7-15.5L100-820q-4-4-4.5-9.5T100-840q5-5 10-5t10 5L862-98q4 4 4.5 9.5T862-78q-5 5-10 5t-10-5ZM191-251h247l116-116-99-99-109 109q-14 14-33 13.5T280-357l-15-14q-26 19-51.5 33T159-310v27q0 14 9 23t23 9Zm264-215Zm112-40Z" }) })));
});
IconMaterialDoNotStepW100.displayName = 'OnesyIconMaterialDoNotStepW100';
exports.default = IconMaterialDoNotStepW100;
;