@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 960 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialHangoutVideoOffW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "HangoutVideoOffW100Filled",
short_name: "HangoutVideoOff",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M192-212q-26 0-43-17t-17-43v-416q0-26 16.5-43t39.5-17l9 9v40l-93-93q-4-4-4.5-9.5T104-812q5-5 10-5t10 5l698 698q4 4 4.5 9.5T822-94q-5 5-10 5t-10-5L684-212H192Zm623-22L672-378v-183q0-14-13-20.5t-24 2.5l-91 73v-72q0-13-8.5-21.5T514-608h-72L302-748h466q26 0 43 17t17 43v416q0 11-3.5 20.5T815-234ZM318-352h226L288-608v226q0 13 8.5 21.5T318-352Z"
}));
});
IconMaterialHangoutVideoOffW100Filled.displayName = 'OnesyIconMaterialHangoutVideoOffW100Filled';
export default IconMaterialHangoutVideoOffW100Filled;