UNPKG

@vector-im/compound-design-tokens

Version:
31 lines 1.06 kB
import { forwardRef } from "react"; import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; function PresenceStrikethrough8X8Icon(props, ref) { return /*#__PURE__*/_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 8 8", ref: ref, ...props, children: [/*#__PURE__*/_jsx("g", { clipPath: "url(#cpd_PresenceStrikethrough8X8Icon_a)", children: /*#__PURE__*/_jsx("path", { fillRule: "evenodd", d: "M8 4a4 4 0 1 1-8 0 4 4 0 0 1 8 0M5.435 6.048A2.5 2.5 0 0 1 1.687 3.05zm.914-1.19L2.648 1.897a2.5 2.5 0 0 1 3.701 2.961", clipRule: "evenodd" }) }), /*#__PURE__*/_jsx("defs", { children: /*#__PURE__*/_jsx("clipPath", { id: "cpd_PresenceStrikethrough8X8Icon_a", children: /*#__PURE__*/_jsx("path", { d: "M0 0h8v8H0z" }) }) })] }); } ; PresenceStrikethrough8X8Icon.displayName = "PresenceStrikethrough8X8Icon"; export default forwardRef(PresenceStrikethrough8X8Icon);