UNPKG

@icongo/ti

Version:
23 lines (22 loc) 1.31 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.TIFeather = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var TIFeather = function TIFeather(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("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)("path", { d: "M11.68 1.017 11.5.983l-.18.033a10.15 10.15 0 0 0-.82 19.779V22a1 1 0 1 0 2 0v-1.205a10.147 10.147 0 0 0-.82-19.778zM12.5 18.7V7a1 1 0 1 0-2 0v11.7a8.139 8.139 0 0 1-5.49-7.483l3.137 3.137a.498.498 0 0 0 .707 0 .5.5 0 0 0 0-.707L5.085 9.878a8.116 8.116 0 0 1 .877-2.709l2.184 2.185a.502.502 0 0 0 .708 0 .5.5 0 0 0 0-.707L6.501 6.294A8.132 8.132 0 0 1 11.5 3.019a8.14 8.14 0 0 1 4.999 3.275l-2.353 2.353a.5.5 0 0 0 .708.707l2.184-2.185c.444.832.744 1.745.877 2.709l-3.769 3.769a.5.5 0 0 0 .708.707l3.137-3.137A8.141 8.141 0 0 1 12.5 18.7z" }) })); }; exports.TIFeather = TIFeather;