@icongo/sti
Version:
Super Tiny Icons
44 lines • 1.1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var STITox = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "#232323",
"aria-label": "Tox",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
rx: "15%"
}), /*#__PURE__*/_jsxs("g", {
fill: "#f0f0f0",
children: [/*#__PURE__*/_jsx("rect", {
width: 180,
height: 270,
x: 166,
y: 65,
rx: 90
}), /*#__PURE__*/_jsx("rect", {
width: 294,
height: 220,
x: 109,
y: 207,
rx: 18
})]
}), /*#__PURE__*/_jsx("ellipse", {
cx: 256,
cy: 156,
rx: 59,
ry: 56
}), /*#__PURE__*/_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__*/_jsx("circle", {
cx: 256,
cy: 297,
r: 29
})]
}));
export { STITox };