iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 875 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", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M17.873 20.226H5.393v-5.353H3.555V22h16.06v-7.127h-1.742v5.353zM15.143 2l-1.425 1.057 5.303 7.148 1.424-1.057L15.143 2zM11.862 4.869l-1.135 1.363 6.844 5.691 1.134-1.364-6.843-5.69z", fill: "#323544" }),
React.createElement("path", { d: "M16.067 16.647h-8.9v1.774h8.9v-1.774zM17.293 12.358l-8.03-3.806-.774 1.645 8.062 3.773.742-1.612zM16.421 14.454l-8.707-1.87-.419 1.773 8.771 1.838.355-1.741z", fill: "#323544" }));
exports.default = Stackoverflow;