@icongo/sti
Version:
Super Tiny Icons
28 lines • 849 B
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 STIWhatwg = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "WHATWG",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_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__*/_jsx("circle", {
cx: 256,
cy: 256,
r: 154.5,
fill: "none",
stroke: "#3c790a",
strokeWidth: 37.5
})]
}));
export { STIWhatwg };