@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 1.11 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Sourcegraph = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M9.462.001a2.413 2.413 0 0 0-.722.085 2.418 2.418 0 0 0-1.692 2.97l1.43 5.232-5.08-1.68a2.419 2.419 0 0 0-1.518 4.59l5.878 1.945-4.13 4.665a2.416 2.416 0 1 0 3.617 3.207l3.603-4.068 1.442 5.273a2.416 2.416 0 1 0 4.662-1.276L15.52 15.71l5.081 1.681a2.416 2.416 0 0 0 3.053-1.536 2.417 2.417 0 0 0-1.535-3.055l-5.878-1.944 4.13-4.665a2.42 2.42 0 0 0-.205-3.413 2.415 2.415 0 0 0-3.411.205l-3.603 4.07-1.443-5.274A2.418 2.418 0 0 0 9.462 0z"
}));
});
Sourcegraph.displayName = 'Sourcegraph';
export var SourcegraphDimensions = {
height: 24,
width: 24
};