@vector-im/compound-design-tokens
Version:
Compound design tokens
31 lines • 984 B
JavaScript
import { forwardRef } from "react";
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
function PresenceOutline8X8Icon(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_PresenceOutline8X8Icon_a)",
children: /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
d: "M4 6.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5M4 8a4 4 0 1 0 0-8 4 4 0 0 0 0 8",
clipRule: "evenodd"
})
}), /*#__PURE__*/_jsx("defs", {
children: /*#__PURE__*/_jsx("clipPath", {
id: "cpd_PresenceOutline8X8Icon_a",
children: /*#__PURE__*/_jsx("path", {
d: "M0 0h8v8H0z"
})
})
})]
});
}
;
PresenceOutline8X8Icon.displayName = "PresenceOutline8X8Icon";
export default forwardRef(PresenceOutline8X8Icon);