@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 1.77 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Mendeley = /*#__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: "M12.004 9.168h.019a2.355 2.355 0 0 1 1.504 4.166 1.808 1.808 0 0 1-.857.452 2.348 2.348 0 0 1-.648.092h-.02c-.224 0-.441-.033-.648-.092a1.813 1.813 0 0 1-.856-.452 2.346 2.346 0 0 1-.851-1.81 2.358 2.358 0 0 1 2.357-2.356M2.03 18.642c1.265.159 2.388-.762 2.507-2.057a2.444 2.444 0 0 0-.214-1.236c-1.772-3.889 6.973-3.978 5.495-.308l-.01.016c-.699 1.118-.32 2.57.841 3.24.427.249.9.351 1.363.331.462.02.935-.082 1.362-.33 1.161-.672 1.54-2.123.841-3.24l-.01-.017c-1.477-3.67 7.269-3.58 5.494.308a2.446 2.446 0 0 0-.213 1.236c.12 1.295 1.243 2.216 2.509 2.057a2.345 2.345 0 0 0 1.424-.737s.589-.488.58-1.733c-.008-1.016-.58-1.578-.58-1.578a2.212 2.212 0 0 0-1.814-.646c-1.623-.036-1.864-1.307-1.406-3.703.169-.425.242-.88.227-1.335a3.417 3.417 0 0 0-2.13-3.296c-.04-.017-.079-.03-.119-.046a1.514 1.514 0 0 0-.134-.046 3.416 3.416 0 0 0-4.004 1.453c-.817.897-1.187 1.441-2.027 1.441-.8 0-1.211-.544-2.027-1.441a3.413 3.413 0 0 0-4.138-1.408l-.12.046A3.416 3.416 0 0 0 3.6 8.91c-.016.455.058.91.225 1.335.458 2.397.218 3.667-1.404 3.703-.795-.085-1.389.243-1.988.843-.602.6-.552 2.206 0 2.907.4.51.942.863 1.598.945"
}));
});
Mendeley.displayName = 'Mendeley';
export var MendeleyDimensions = {
height: 24,
width: 24
};