@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 941 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialHandheldControllerFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "HandheldControllerFilled",
short_name: "HandheldController",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M440-240q-66 0-113-47t-47-113q-100 1-170-69.5T40-640q0-33 23.5-56.5T120-720h160v-40h-40q-17 0-28.5-11.5T200-800q0-17 11.5-28.5T240-840h160q17 0 28.5 11.5T440-800q0 17-11.5 28.5T400-760h-40v40h127q16 0 30.5 6t25.5 17l335 335q42 42 42 100t-42 100q-42 42-100 42t-100-42l-78-78H440Zm0-160h-81q0 33 23.5 56.5T440-320h80l-80-80Z"
}));
});
IconMaterialHandheldControllerFilled.displayName = 'OnesyIconMaterialHandheldControllerFilled';
export default IconMaterialHandheldControllerFilled;