@icongo/sti
Version:
Super Tiny Icons
29 lines (28 loc) • 1.55 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIBugcrowd = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIBugcrowd = function STIBugcrowd(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": "Bugcrowd",
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: "#f26922",
d: "m38.5 260.4 107.1 185.1h219.5l109.1-185.1L365.1 66.5H145.6zm178.7-115.7c7.6 4.7 8.1 8.3 8.1 47v31.2l6.8-6.2c3.8-3.4 11.1-8.1 16.3-10.7 8.4-3.9 11.6-4.4 26.6-4.2 18.2 0 28.5 3 41.6 12.2 13.5 9.5 25.7 31.1 29.1 51.2 7.3 44.7-9.2 83.6-42.2 99.3-10.9 5.1-12.7 5.4-30.2 5.4-16.5 0-19.8-.5-28.1-4.4-5.1-2.4-12.2-7.2-15.6-10.4l-6.5-5.9v18.1h-38.6V273c0-51.9-.5-94.9-1.2-95.5-.6-.7-5.2-1.7-10-2.2l-8.8-.9v-15.8c-.2-11.1.5-16.2 1.8-17 1.2-.7 11.9-1 23.7-.9 18.5.4 22.2.9 27.2 4zm40.8 91.7c-22.3 5.2-33.9 22.7-33.5 50.9.2 28 14.6 47.6 36 49.1 13.8 1 22.5-1.9 31.3-10.7 18.4-18 19-59.2 1.4-77.9-8.9-9.3-23.7-14.1-35.2-11.4z"
})]
}));
};
exports.STIBugcrowd = STIBugcrowd;