@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
11 lines • 731 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const React = require("react");
const createSvgIcon_1 = require("../utils/createSvgIcon");
const BitbucketLogo32Icon = (0, createSvgIcon_1.default)({
svg: ({ classes }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 2048 2048", className: classes.svg, focusable: "false" },
React.createElement("path", { d: "M1981 64q28 0 47 19t20 47q0 7-1 11l-278 1723q-4 25-22 40t-44 16H367q-32 0-57-21t-31-54L1 141q-1-4-1-12 0-28 19-46t48-19h1914zm-638 624H697l116 608h426l104-608z" }))),
displayName: 'BitbucketLogo32Icon',
});
exports.default = BitbucketLogo32Icon;
//# sourceMappingURL=BitbucketLogo32Icon.js.map