@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.32 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialSwapDrivingAppsWheelW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "SwapDrivingAppsWheelW100Filled",
short_name: "SwapDrivingAppsWheel",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M480-132q-72 0-135.5-27.5T234-234q-47-47-74.5-110.5T132-480q0-72 27.5-135.5T234-726q47-47 110.5-74.5T480-828q72 0 135.5 27.5T726-726q47 47 74.5 110.5T828-480q0 72-27.5 135.5T726-234q-47 47-110.5 74.5T480-132ZM280-530q12 0 21-9t9-21q0-12-9-21t-21-9q-12 0-21 9t-9 21q0 12 9 21t21 9Zm120-120q12 0 21-9t9-21q0-12-9-21t-21-9q-12 0-21 9t-9 21q0 12 9 21t21 9Zm280 120q12 0 21-9t9-21q0-12-9-21t-21-9q-12 0-21 9t-9 21q0 12 9 21t21 9ZM480-426q23 0 38.5-15.5T534-480q0-13-5.5-24T514-524l66-166q2-5-.5-10.5T572-708q-5-2-10.5 0t-7.5 8l-68 166q-24-3-42 13t-18 41q0 23 15.5 38.5T480-426ZM302-216q41-24 86-37t92-13q47 0 92 13t86 37l26-18q-45-30-97.5-45T480-294q-54 0-106.5 15T276-234l26 18Z"
}));
});
IconMaterialSwapDrivingAppsWheelW100Filled.displayName = 'OnesyIconMaterialSwapDrivingAppsWheelW100Filled';
export default IconMaterialSwapDrivingAppsWheelW100Filled;