@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.62 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialHandGestureOff = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "HandGestureOff",
short_name: "HandGestureOff",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M717-130 360-487v187q0 23-19 34.5t-39 1.5l-100-50 177 176q8 7 16 12.5t18 5.5h267q10 0 19.5-2.5T717-130ZM413-40q-24 0-46-9t-39-26L82-321q-17-17-15.5-41.5T87-402l19-15q12-10 28-11.5t30 5.5l116 58v-202L55-792q-12-12-12-28.5T55-849q12-12 28.5-12t28.5 12l736 736q12 12 12 28t-12 28q-12 12-28.5 12T791-57l-16-15q-20 15-44 23.5T680-40H413Zm187-433ZM240-40q-83 0-141.5-58.5T40-240q0-13 8.5-21.5T70-270q13 0 21.5 8.5T100-240q0 58 41 99t99 41q13 0 21.5 8.5T270-70q0 13-8.5 21.5T240-40Zm670-689q-13 0-21.5-8.5T880-759q0-51-35-86t-86-35q-13 0-21.5-8.5T729-910q0-13 8.5-21.5T759-940q75 0 128 53t53 128q0 13-8.5 21.5T910-729ZM760-331v-429q0-17 11.5-28.5T800-800q17 0 28.5 11.5T840-760v430q0 20-12.5 30T800-290q-15 0-27.5-10.5T760-331ZM280-790v-30q0-17 11.5-28.5T320-860q17 0 28.5 11.5T360-820v30q0 17-11.5 28.5T320-750q-17 0-28.5-11.5T280-790Zm160 150v-240q0-17 11.5-28.5T480-920q17 0 28.5 11.5T520-880v241q0 17-11.5 28T480-600q-17 0-28.5-11.5T440-640Zm160 149v-349q0-17 11.5-28.5T640-880q17 0 28.5 11.5T680-840v349q0 17-11.5 28.5T640-451q-17 0-28.5-11.5T600-491Zm-56 187Z"
}));
});
IconMaterialHandGestureOff.displayName = 'OnesyIconMaterialHandGestureOff';
export default IconMaterialHandGestureOff;