@icongo/sti
Version:
Super Tiny Icons
18 lines • 542 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var STIOpensource = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Open Source",
viewBox: "0 0 512 512"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#3da639",
stroke: "#1d531d",
strokeLinejoin: "round",
strokeWidth: 14,
d: "M192 430a180 180 0 1 1 128 0l-40-109a63 63 0 1 0-48 0z"
})
}));
export { STIOpensource };