@icongo/sti
Version:
Super Tiny Icons
37 lines • 1.26 kB
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 STIBitbucket = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Bitbucket",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_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__*/_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__*/_jsxs("linearGradient", {
id: "prefix__a",
x2: 1,
gradientTransform: "rotate(141 22.239 22.239) scale(31.4)",
gradientUnits: "userSpaceOnUse",
children: [/*#__PURE__*/_jsx("stop", {
offset: 0,
stopColor: "#0052cc"
}), /*#__PURE__*/_jsx("stop", {
offset: 1,
stopColor: "#2684ff"
})]
})]
}));
export { STIBitbucket };