@vector-im/compound-design-tokens
Version:
Compound design tokens
21 lines • 921 B
JavaScript
var _reactJsxRuntime = require("react/jsx-runtime");
var React = require("react");
function VideoCallOutgoingSolidIcon(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", {
fillRule: "evenodd",
d: "M16 4a2 2 0 0 1 2 2v4.286l3.35-2.871a1 1 0 0 1 1.65.759v7.652a1 1 0 0 1-1.65.759L18 13.714V18a2 2 0 0 1-2 2H6a4 4 0 0 1-4-4V8a4 4 0 0 1 4-4zM9.55 9l-.103.005a1 1 0 0 0 0 1.99L9.55 11h.571l-2.828 2.828a1 1 0 0 0 1.414 1.414L11.55 12.4v.6l.005.102a1 1 0 0 0 1.99 0L13.55 13v-3l-.005-.103A1 1 0 0 0 12.55 9z",
clipRule: "evenodd"
})
});
}
;
VideoCallOutgoingSolidIcon.displayName = "VideoCallOutgoingSolidIcon";
module.exports = React.forwardRef(VideoCallOutgoingSolidIcon);