@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 1.74 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Neo4j = /*#__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: "M6.201 0a3.035 3.035 0 0 0-2.694 4.425 10.399 10.399 0 0 0-2.249 6.46c0 3.365 1.603 6.358 4.086 8.258A4.511 4.511 0 0 0 9.84 24a4.51 4.51 0 0 0 4.254-3.016 10.383 10.383 0 0 0 7.941-9.818c1.78-3.163.06-7.152-3.463-8.027A10.378 10.378 0 0 0 8.45.997 3.015 3.015 0 0 0 6.201 0zm5.447.986c2.246 0 4.315.746 5.975 2.004a5.493 5.493 0 1 0 3.865 8.973 9.9 9.9 0 0 1-7.24 8.476c.566-2.69-1.313-5.016-3.663-5.398-2.175-.353-4.578.91-5.163 3.541a9.87 9.87 0 0 1-3.673-7.697c0-2.268.758-4.346 2.04-6.015A3.024 3.024 0 0 0 6.2 6.071a3.038 3.038 0 0 0 2.568-4.658 9.846 9.846 0 0 1 2.879-.427zm-.96.588a.812.812 0 0 0-.573 1.387.812.812 0 1 0 .572-1.387zm2.128.748a.812.812 0 1 0 .002 1.624.812.812 0 0 0-.002-1.624zM5.193 6.748a.812.812 0 1 0 .002 1.624.812.812 0 0 0-.002-1.624zm.135 2.225a.812.812 0 0 0-.577 1.385.812.812 0 1 0 .577-1.385zm.496 2.357a.812.812 0 1 0 .002 1.624.812.812 0 0 0-.002-1.624zm1.114 2.115a.812.812 0 0 0-.573 1.387.812.812 0 1 0 .572-1.387zm10.156 1.211a.812.812 0 0 0-.573 1.387.812.812 0 1 0 .573-1.387zM15.62 16.4a.812.812 0 0 0-.576 1.386.812.812 0 1 0 .576-1.386z"
}));
});
Neo4j.displayName = 'Neo4j';
export var Neo4jDimensions = {
height: 24,
width: 24
};