UNPKG

@vector-im/compound-design-tokens

Version:
21 lines 906 B
import { forwardRef } from "react"; import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; function MarkerReadReceiptsIcon(props, ref) { return /*#__PURE__*/_jsxs("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: "M14.707 10.707a1 1 0 0 0-1.414-1.414L10 12.586l-1.293-1.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0z" }), /*#__PURE__*/_jsx("path", { d: "M22.4 12.625q.1-.3.1-.625t-.1-.625a2.1 2.1 0 0 0-.3-.575l-4.5-6A1.99 1.99 0 0 0 16 4H4q-.824 0-1.412.588A1.93 1.93 0 0 0 2 6v12q0 .824.587 1.413Q3.176 20 4 20h12a1.99 1.99 0 0 0 1.6-.8l4.5-6q.2-.275.3-.575M16 6l4.5 6-4.5 6H4V6z" })] }); } ; MarkerReadReceiptsIcon.displayName = "MarkerReadReceiptsIcon"; export default forwardRef(MarkerReadReceiptsIcon);