@vector-im/compound-design-tokens
Version:
Compound design tokens
19 lines • 931 B
JavaScript
var _reactJsxRuntime = require("react/jsx-runtime");
var React = require("react");
function VideoCallOffIcon(props, ref) {
return /*#__PURE__*/_reactJsxRuntime.jsx("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "currentColor",
viewBox: "0 0 24 24",
ref: ref,
...props,
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
d: "m2.747 2.753 1.602 1.602q.005 0 .008-.003L6.006 6h-.012L16 16.006v-.012l2 2v.012l3.247 3.247a1 1 0 0 1-1.414 1.414l-2.899-2.898A2 2 0 0 1 16 20H6a4 4 0 0 1-4-4V8c0-.892.292-1.715.785-2.38L1.333 4.166a1 1 0 0 1 1.414-1.414m1.484 4.312A2 2 0 0 0 4 8v8a2 2 0 0 0 2 2h9.166zM16 6H8.834l-2-2H16a2 2 0 0 1 2 2v4.286l3.35-2.871a1 1 0 0 1 1.65.76v7.65a1 1 0 0 1-1.65.76L18 13.715v1.45l-2-2zm5 7.652v-3.304L19.073 12z"
})
});
}
;
VideoCallOffIcon.displayName = "VideoCallOffIcon";
module.exports = React.forwardRef(VideoCallOffIcon);