@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.07 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialAutoTowing = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "AutoTowing",
short_name: "AutoTowing",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M40-320v-80q0-17 11.5-28.5T80-440h288L120-636v76q0 17-11.5 28.5T80-520q-17 0-28.5-11.5T40-560v-154q0-23 19.5-34.5T99-749l421 231v-242q0-17 11.5-28.5T560-800h123q18 0 34 7.5t27 21.5l157 189q9 11 14 24t5 27v211q0 17-11.5 28.5T880-280h-60q0 50-35 85t-85 35q-50 0-85-35t-35-85H360q0 50-35 85t-85 35q-50 0-85-35t-35-85H80q-17 0-28.5-11.5T40-320Zm200 100q26 0 43-17t17-43q0-26-17-43t-43-17q-26 0-43 17t-17 43q0 26 17 43t43 17Zm460 0q26 0 43-17t17-43q0-26-17-43t-43-17q-26 0-43 17t-17 43q0 26 17 43t43 17ZM600-560h216L682-720h-82v160Z"
}));
});
IconMaterialAutoTowing.displayName = 'OnesyIconMaterialAutoTowing';
export default IconMaterialAutoTowing;