@icongo/sti
Version:
Super Tiny Icons
45 lines (44 loc) • 1.73 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIBitbucket = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIBitbucket = function STIBitbucket(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": "Bitbucket",
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: "#2684ff",
d: "M422 130a10 10 0 0 0-9.9-11.7H100.5a10 10 0 0 0-10 11.7L136 409a10 10 0 0 0 9.9 8.4h221c5 0 9.2-3.5 10-8.4L422 130zM291 316.8h-69.3l-18.7-98h104.8z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "url(#prefix__a)",
d: "M59.632 25.2H40.94l-3.1 18.3h-13v18.9H52c1 0 1.7-.7 1.8-1.6l5.8-35.6z",
transform: "translate(89.8 85) scale(5.3285)"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
id: "prefix__a",
x2: 1,
gradientTransform: "rotate(141 22.239 22.239) scale(31.4)",
gradientUnits: "userSpaceOnUse",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 0,
stopColor: "#0052cc"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 1,
stopColor: "#2684ff"
})]
})]
}));
};
exports.STIBitbucket = STIBitbucket;