@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
43 lines (34 loc) • 2.95 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
var _typeof = require("@babel/runtime/helpers/typeof");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CytoscapedotjsDimensions = exports.Cytoscapedotjs = void 0;
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
var React = _interopRequireWildcard(require("react"));
var _styledIcon = require("@styled-icons/styled-icon");
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
var Cytoscapedotjs = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(_styledIcon.StyledIconBase, (0, _extends2.default)({
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"
}));
});
exports.Cytoscapedotjs = Cytoscapedotjs;
Cytoscapedotjs.displayName = 'Cytoscapedotjs';
var CytoscapedotjsDimensions = {
height: 24,
width: 24
};
exports.CytoscapedotjsDimensions = CytoscapedotjsDimensions;