@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 1.35 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Cytoscapedotjs = /*#__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: "M24 0v24H0V0h24zm-4.842 7.26a1.86 1.86 0 0 0-1.841 1.61l-2.71.683a1.857 1.857 0 0 0-1.55-.834 1.858 1.858 0 1 0 .738 3.563l1.792 1.83a2.033 2.033 0 0 0-.049.093l-2.345-.316a1.86 1.86 0 1 0-1.826 2.2 1.859 1.859 0 0 0 1.636-.977l2.346.316c.021.14.057.279.107.412l-.984.867a1.136 1.136 0 0 0-.318-.046 1.134 1.134 0 1 0 1.124.987l.945-.832a2.047 2.047 0 0 0 1.402.342l.835 1.665a1.854 1.854 0 0 0-.501 1.27 1.858 1.858 0 1 0 1.597-1.84l-.803-1.605a2.052 2.052 0 0 0 .683-1.53 2.055 2.055 0 0 0-.936-1.725l.735-2.419a1.858 1.858 0 0 0-.077-3.714zm-1.582 2.832c.125.202.287.378.477.519l-.745 2.452a2.046 2.046 0 0 0-.819.201l-1.787-1.824a1.848 1.848 0 0 0 .203-.674z"
}));
});
Cytoscapedotjs.displayName = 'Cytoscapedotjs';
export var CytoscapedotjsDimensions = {
height: 24,
width: 24
};