UNPKG

@icongo/ti

Version:
23 lines (22 loc) 1.11 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.TIPlug = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var TIPlug = function TIPlug(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 6h-1V3c0-.6-.4-1-1-1h-2c-.6 0-1 .4-1 1v3h-2V3c0-.6-.4-1-1-1H8c-.6 0-1 .4-1 1v3H6c-.6 0-1 .4-1 1v4.2c.2 2.5 1.8 4.6 4 5.6V20c0 1.1.9 2 2 2h2c1.1 0 2-.9 2-2v-3.2c2.2-1 3.7-3.1 4-5.6V7c0-.6-.4-1-1-1zm-4-3h2v3h-2V3zM8 3h2v3H8V3zm5 17h-2v-2h2v2zm-1-4.5c-2.2 0-4.1-1.5-4.7-3.5h9.5c-.7 2-2.6 3.5-4.8 3.5zm5-5c0 .2 0 .3-.1.5H7.1c-.1-.2-.1-.3-.1-.5V8h10v2.5z" }) })); }; exports.TIPlug = TIPlug;