styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 968 B
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var StackOverflow = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { d: "M17.24 19.399v-4.804h1.6V21H4.381v-6.405h1.598v4.804H17.24zM7.582 17.8h8.055v-1.604H7.582V17.8zm.195-3.64l7.859 1.641.34-1.552-7.861-1.642-.338 1.553zm1.018-3.794l7.281 3.398.678-1.463-7.281-3.399-.678 1.454v.01zm2.037-3.589l6.166 5.142 1.018-1.216-6.162-5.14-1.016 1.213-.006.001zm3.982-3.778l-1.311.969 4.803 6.454 1.313-.971-4.807-6.452h.002z", key: "k0" })));
});
StackOverflow.displayName = 'StackOverflow';
export var StackOverflowDimensions = { height: 24, width: 24 };