@icongo/sti
Version:
Super Tiny Icons
36 lines (35 loc) • 1.25 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIWhatwg = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIWhatwg = function STIWhatwg(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "WHATWG",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#3c790a",
d: "M215 215c0-41.3 82.6-51.6 79.1-6.9 0 31-55 44.7-55 79.1v24.1h34.4v-13.8c0-31 58.5-41.3 58.5-92.9-6.9-75.7-154.8-75.7-154.8 10.3zm24.1 110.1h34.4v34.4h-34.4"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 256,
cy: 256,
r: 154.5,
fill: "none",
stroke: "#3c790a",
strokeWidth: 37.5
})]
}));
};
exports.STIWhatwg = STIWhatwg;