UNPKG

@vector-im/compound-design-tokens

Version:
19 lines 950 B
import { forwardRef } from "react"; import { jsx as _jsx } from "react/jsx-runtime"; function VideoCallDeclinedSolidIcon(props, ref) { return /*#__PURE__*/_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__*/_jsx("path", { d: "M2 8a4 4 0 0 1 4-4h10a2 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.715V18a2 2 0 0 1-2 2H6a4 4 0 0 1-4-4zm10.828 6.828q.3-.3.3-.707 0-.405-.3-.707L11.414 12l1.414-1.414q.3-.3.3-.707t-.3-.707-.707-.301q-.405 0-.707.3L10 10.587 8.586 9.172q-.3-.3-.707-.301-.407 0-.707.3t-.3.708q0 .405.3.707L8.586 12l-1.414 1.414q-.3.3-.3.707t.3.707.707.3q.405 0 .707-.3L10 13.414l1.414 1.414q.3.3.707.3t.707-.3" }) }); } ; VideoCallDeclinedSolidIcon.displayName = "VideoCallDeclinedSolidIcon"; export default forwardRef(VideoCallDeclinedSolidIcon);