iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 820 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const StackOverflow = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-stack-overflow", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M12.412 14.572V10.29h1.428V16H1v-5.71h1.428v4.282z" }),
React.createElement("path", { d: "M3.857 13.145h7.137v-1.428H3.857zM10.254 0L9.108.852l4.26 5.727 1.146-.852zm-3.54 3.377l5.484 4.567.913-1.097L7.627 2.28l-.914 1.097zM4.922 6.55l6.47 3.013.603-1.294-6.47-3.013zm-.925 3.344l6.985 1.469.294-1.398-6.985-1.468z" }));
exports.default = StackOverflow;