@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.44 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialAssistWalkerW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "AssistWalkerW100Filled",
short_name: "AssistWalker",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m530-151 33-332q-43-11-70.5-31.5T441-560l-21-21-132 131 90 118q3 3.72 4.5 8.38 1.5 4.65 1.5 9.62v164q0 5.95-4.04 9.98-4.03 4.02-10 4.02-5.96 0-9.96-4.02-4-4.03-4-9.98v-162L254-414l13 105q1 5.67-1 11.33-2 5.67-6 10.67L155-155q-4 5-9 5.5t-10-3.5q-5-4-5.5-8.5t3.5-9.5l101-130-47-149q-5-17-2.5-34.5T201-515l124-123q8.25-8 18.22-12 9.97-4 20.28-4 16.5 0 26 6.5T402-638l59 58q31 31 68 53.5t91 22.5h75q12.51 0 21.75 8 9.25 8 11.25 20l28 273q14 4 23.5 15.5T789-160q0 18.33-12.5 31.17Q764-116 745.4-116q-18.61 0-32-12.83Q700-141.67 700-160q0-13.91 7.5-24.95Q715-196 726-201l-9-85H571l-14 138q-.91 4.89-4.77 8.44-3.87 3.56-8.87 3.56-6.36 0-10.36-4.5-4-4.5-3-10.5Zm-20-525q-26.4 0-45.2-18.8Q446-713.6 446-740q0-26.4 18.8-45.2Q483.6-804 510-804q26.4 0 45.2 18.8Q574-766.4 574-740q0 26.4-18.8 45.2Q536.4-676 510-676Zm64 362h141l-16.99-162H590l-16 162Z"
}));
});
IconMaterialAssistWalkerW100Filled.displayName = 'OnesyIconMaterialAssistWalkerW100Filled';
export default IconMaterialAssistWalkerW100Filled;