@icongo/sti
Version:
Super Tiny Icons
23 lines • 924 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 STIOpenbugbounty = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Open Bug Bounty",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
d: "M304 69c-44 0-81 29-97 70h97z"
}), /*#__PURE__*/_jsx("path", {
fill: "#f67909",
d: "M145 105c-1-.05-3 .02-4 .2-11 2-19 12-17 24 6 38 31 61 53 74 .5 15 3 29 6 43h-61c-11 0-20 9-20 21 0 11 9 21 20 21h76c6 11 13 22 20 31-27 20-52 55-64 74-6 9-4 22 6 28 3 2 7 3 11 3 7 0 13-3 17-9 20-31 47-60 60-68 17 11 35 19 55 21v-202H192c-13-9-26-22-29-43-2-10-10-17-19-17z"
})]
}));
export { STIOpenbugbounty };