@icongo/ti
Version:
Typicons Icons
23 lines (22 loc) • 1.26 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TIWatch = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var TIWatch = function TIWatch(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: "M12 13h2c.55 0 1-.45 1-1s-.45-1-1-1h-1v-1c0-.55-.45-1-1-1s-1 .45-1 1v2c0 .55.45 1 1 1zm5-5.895V5c0-1.654-1.346-3-3-3h-4C8.346 2 7 3.346 7 5v2.105C5.764 8.368 5 10.094 5 12s.764 3.632 2 4.895V19c0 1.654 1.346 3 3 3h4c1.654 0 3-1.346 3-3v-2.105c1.236-1.262 2-2.988 2-4.895s-.764-3.632-2-4.895zM9 5c0-.551.449-1 1-1h4c.551 0 1 .449 1 1v1.809a5.96 5.96 0 0 0-6 0V5zm6 14c0 .551-.449 1-1 1h-4c-.551 0-1-.449-1-1v-1.811a5.952 5.952 0 0 0 6 0V19zm-3-2c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5z"
})
}));
};
exports.TIWatch = TIWatch;