@icongo/sti
Version:
Super Tiny Icons
52 lines (51 loc) • 1.58 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STITox = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STITox = function STITox(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "#232323",
"aria-label": "Tox",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#f0f0f0",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 180,
height: 270,
x: 166,
y: 65,
rx: 90
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 294,
height: 220,
x: 109,
y: 207,
rx: 18
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 256,
cy: 156,
rx: 59,
ry: 56
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M307 129c26 40-12 91-49 113 6-9 11-19 12-31m-4 113c18 6 29 21 29 44 0 8-7 14-15 14h-48c-8 0-15-6-15-14 0-23 11-38 29-44"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 256,
cy: 297,
r: 29
})]
}));
};
exports.STITox = STITox;