UNPKG

@icongo/sti

Version:
51 lines (50 loc) 1.56 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STISteam = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STISteam = function STISteam(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: "#ebebeb", "aria-label": "Steam", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 512, height: 512, fill: "#231f20", rx: "15%" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m183 280 41 28 27 41 87-62-94-96" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 340, cy: 190, r: 49 }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "none", stroke: "#ebebeb", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 179, cy: 352, r: 63, strokeWidth: 19 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { strokeLinecap: "round", strokeWidth: 80, d: "m-18 271 195 81" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 340, cy: 190, r: 81, strokeWidth: 32 })] })] })); }; exports.STISteam = STISteam;