@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 1.42 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Newrelic = /*#__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 16.355A4.354 4.354 0 1 1 16.352 12 4.36 4.36 0 0 1 12 16.355zm0-8.133A3.78 3.78 0 1 0 15.778 12a3.784 3.784 0 0 0-3.78-3.78zm1.028 10.918a6.972 6.972 0 1 1 6.974-6.973 6.98 6.98 0 0 1-6.974 6.973zm0-13.364a6.397 6.397 0 1 0 6.4 6.397 6.405 6.405 0 0 0-6.4-6.403zm-2.172 15.998c-5.366 0-9.758-2.962-10.679-7.204C-.953 9.373 3.431 3.991 9.95 2.573a15.055 15.055 0 0 1 3.193-.347c5.366 0 9.757 2.962 10.678 7.203.55 2.53-.171 5.173-2.032 7.445-1.86 2.271-4.598 3.868-7.74 4.552a15.05 15.05 0 0 1-3.192.348zM13.14 2.806a14.479 14.479 0 0 0-3.069.329C3.863 4.484-.324 9.559.739 14.448c.862 3.975 5.03 6.754 10.117 6.754a14.483 14.483 0 0 0 3.07-.334c3.018-.656 5.653-2.203 7.417-4.354 1.763-2.15 2.427-4.598 1.915-6.959-.864-3.978-5.024-6.754-10.116-6.754Z"
}));
});
Newrelic.displayName = 'Newrelic';
export var NewrelicDimensions = {
height: 24,
width: 24
};