@vector-im/compound-design-tokens
Version:
Compound design tokens
31 lines • 1.15 kB
JavaScript
var _reactJsxRuntime = require("react/jsx-runtime");
var React = require("react");
function PresenceStrikethrough8X8Icon(props, ref) {
return /*#__PURE__*/_reactJsxRuntime.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__*/_reactJsxRuntime.jsx("g", {
clipPath: "url(#cpd_PresenceStrikethrough8X8Icon_a)",
children: /*#__PURE__*/_reactJsxRuntime.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__*/_reactJsxRuntime.jsx("defs", {
children: /*#__PURE__*/_reactJsxRuntime.jsx("clipPath", {
id: "cpd_PresenceStrikethrough8X8Icon_a",
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
d: "M0 0h8v8H0z"
})
})
})]
});
}
;
PresenceStrikethrough8X8Icon.displayName = "PresenceStrikethrough8X8Icon";
module.exports = React.forwardRef(PresenceStrikethrough8X8Icon);