UNPKG

@nomercyicons/react

Version:
27 lines 1.16 kB
import * as React from "react"; function StackoverflowIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 38 48", strokeWidth: 1.5, stroke: "none", "aria-hidden": "true", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("g", { fill: "currentColor", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("path", { d: "M25.086 41.592l-19.111.01-.002-4.048 19.11-.01.003 4.048zM38 18.671L34.73 0 30.71.692l3.269 18.67L38 18.672zM25.546 32.355l-19.03-1.739-.375 4.031 19.03 1.737.375-4.03zm1.255-5.282l-18.455-4.92-1.06 3.91 18.456 4.919 1.059-3.909zm2.41-4.63l-16.462-9.627-2.074 3.486 16.462 9.627 2.073-3.485zm4.036-2.834L22.479 3.952l-3.372 2.28 10.768 15.656 3.372-2.28z" }), /*#__PURE__*/React.createElement("path", { d: "M28.332 28.278v16.546H3.265V28.278H0V48h31.58V28.278z" }))); } const ForwardRef = React.forwardRef(StackoverflowIcon); export default ForwardRef;