@icongo/ti
Version:
Typicons Icons
61 lines (60 loc) • 1.87 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TICalculator = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var TICalculator = function TICalculator(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)("path", {
d: "M17 21H9c-1.7 0-3-1.3-3-3V6c0-1.7 1.3-3 3-3h8c1.7 0 3 1.3 3 3v12c0 1.7-1.3 3-3 3zM9 5c-.6 0-1 .4-1 1v12c0 .6.4 1 1 1h8c.6 0 1-.4 1-1V6c0-.6-.4-1-1-1H9z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 10,
cy: 11,
r: 1
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 13,
cy: 11,
r: 1
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 16,
cy: 11,
r: 1
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 10,
cy: 14,
r: 1
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 13,
cy: 14,
r: 1
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 16,
cy: 14,
r: 1
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 10,
cy: 17,
r: 1
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 13,
cy: 17,
r: 1
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 16,
cy: 17,
r: 1
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M16 7v1h-6V7h6m1-1H9v3h8V6z"
})]
}));
};
exports.TICalculator = TICalculator;