UNPKG

@icongo/ti

Version:
27 lines (26 loc) 1.63 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.TISpannerOutline = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var TISpannerOutline = function TISpannerOutline(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", baseProfile: "tiny", viewBox: "0 0 24 24" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 8, cy: 16, r: 1 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M20.733 4.657a.997.997 0 0 0-1.399.009.997.997 0 0 0 .01-1.4A6.47 6.47 0 0 0 15.5 2 6.5 6.5 0 0 0 9 8.5l.031.379c-.337.239-2.893 2.147-4.258 3.301C3.638 13.17 3 14.555 3 16c0 2.757 2.243 5 5 5 1.465 0 2.854-.65 3.811-1.784 1.173-1.375 3.08-3.923 3.317-4.229L15.5 15A6.5 6.5 0 0 0 22 8.5c0-1.44-.474-2.766-1.267-3.843zM8 19a3 3 0 0 1-3-3c0-.92.423-1.732 1.064-2.292 2.368-2.002 3.617-2.748 5.115-4.015A4.475 4.475 0 0 1 11 8.5 4.5 4.5 0 0 1 15.5 4c.47 0 .914.092 1.339.226L14 7l.5 2.5 2.5.5 2.805-2.741c.115.396.195.807.195 1.241a4.5 4.5 0 0 1-4.5 4.5c-.416 0-.811-.074-1.193-.18-1.267 1.498-2.013 2.748-4.024 5.105A2.98 2.98 0 0 1 8 19zM19.384 6.271l-2.705 2.645-1.329-.266-.263-1.314 2.726-2.663c.651.393 1.19.939 1.571 1.598z" })] })); }; exports.TISpannerOutline = TISpannerOutline;