@icongo/sti
Version:
Super Tiny Icons
43 lines • 1.07 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 STISteam = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "#ebebeb",
"aria-label": "Steam",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#231f20",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
d: "m183 280 41 28 27 41 87-62-94-96"
}), /*#__PURE__*/_jsx("circle", {
cx: 340,
cy: 190,
r: 49
}), /*#__PURE__*/_jsxs("g", {
fill: "none",
stroke: "#ebebeb",
children: [/*#__PURE__*/_jsx("circle", {
cx: 179,
cy: 352,
r: 63,
strokeWidth: 19
}), /*#__PURE__*/_jsx("path", {
strokeLinecap: "round",
strokeWidth: 80,
d: "m-18 271 195 81"
}), /*#__PURE__*/_jsx("circle", {
cx: 340,
cy: 190,
r: 81,
strokeWidth: 32
})]
})]
}));
export { STISteam };