UNPKG

@vector-im/compound-design-tokens

Version:
23 lines 841 B
import { forwardRef } from "react"; import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; function HostIcon(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: "M16.713 6.713A.97.97 0 0 1 16 7a.97.97 0 0 1-.713-.287A.97.97 0 0 1 15 6q0-.424.287-.713A.97.97 0 0 1 16 5q.424 0 .712.287Q17 5.576 17 6t-.288.713" }), /*#__PURE__*/_jsx("path", { fillRule: "evenodd", d: "M6 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm12 2H6v4h12zM6 12v-2h12v2zm0 2v2h12v-2zm0 6v-2h12v2z", clipRule: "evenodd" })] }); } ; HostIcon.displayName = "HostIcon"; export default forwardRef(HostIcon);