@icongo/ti
Version:
Typicons Icons
23 lines (22 loc) • 1.04 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TIPi = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var TIPi = function TIPi(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: "M18.707 8.535a.999.999 0 0 0-1.414 0 3.247 3.247 0 0 1-4.586 0 5.25 5.25 0 0 0-7.414 0 .999.999 0 1 0 1.414 1.414c.374-.374.82-.624 1.293-.776V17a1 1 0 1 0 2 0V9.174a3.19 3.19 0 0 1 1.293.775A5.222 5.222 0 0 0 14 11.386V17a1 1 0 1 0 2 0v-5.614a5.215 5.215 0 0 0 2.707-1.437.999.999 0 0 0 0-1.414z"
})
}));
};
exports.TIPi = TIPi;