@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 946 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialVideocamOffW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "VideocamOffW100Filled",
short_name: "VideocamOff",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m696-500 84-84q7-7 16.5-3.5T806-574v188q0 10-9.5 13.5T780-376l-84-84v18q0 20-18.5 27.5T645-421L369-697q-7-7-8-15.5t2-16.5q3-8 10-13.5t17-5.5h246q26 0 43 17t17 43v188Zm56 340L128-784q-4-4-4.5-9.5T128-804q5-5 10-5t10 5l624 624q4 4 4.5 9.5T772-160q-5 5-10 5t-10-5ZM206-746l488 488q-5 20-20.5 33T636-212H220q-26 0-43-17t-17-43v-416q0-22 13-37.5t33-20.5Z"
}));
});
IconMaterialVideocamOffW100Filled.displayName = 'OnesyIconMaterialVideocamOffW100Filled';
export default IconMaterialVideocamOffW100Filled;