@icongo/tb
Version:
Tabler Icons
31 lines • 988 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var TBExchangeOff = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 2,
className: "prefix__icon prefix__icon-tabler prefix__icon-tabler-exchange-off",
viewBox: "0 0 24 24"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
stroke: "none",
d: "M0 0h24v24H0z"
}), /*#__PURE__*/_jsx("circle", {
cx: 5,
cy: 18,
r: 2
}), /*#__PURE__*/_jsx("circle", {
cx: 19,
cy: 6,
r: 2
}), /*#__PURE__*/_jsx("path", {
d: "M19 8v5c0 .594-.104 1.164-.294 1.692m-1.692 2.298A4.978 4.978 0 0 1 14 18h-3l3-3m0 6-3-3m-6-2v-5c0-1.632.782-3.082 1.992-3.995M10 6h3l-3-3m1.501 4.499L13 6M3 3l18 18"
})]
}));
export { TBExchangeOff };