UNPKG

@icongo/tb

Version:
33 lines (32 loc) 1.37 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.TBWorldOff = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var TBWorldOff = function TBWorldOff(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ 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-world-off", viewBox: "0 0 24 24" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "none", d: "M0 0h24v24H0z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M3.6 9H9m4 0h7.4M5.65 5.623a9 9 0 1 0 12.71 12.745m1.684-2.328A9 9 0 0 0 7.95 3.96M3.6 15H15m4 0h1.4" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M8.335 8.388A18.998 18.998 0 0 0 8 12c0 4.97 1.79 9 4 9 1.622 0 3.018-2.172 3.646-5.294M16 12c0-4.97-1.79-9-4-9-1.035 0-1.979.885-2.689 2.337M3 3l18 18" })] })); }; exports.TBWorldOff = TBWorldOff;