@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 1.65 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Coronarenderer = /*#__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: "M19.734 11.603a5.665 5.665 0 0 1-1.44 5.033 5.664 5.664 0 0 1-3.789 1.741 5.666 5.666 0 0 1-3.979-1.365 5.662 5.662 0 0 1-1.921-3.684 5.667 5.667 0 0 1 1.17-4.057 5.667 5.667 0 0 1 3.574-2.095 5.672 5.672 0 0 1 4.123.97 5.67 5.67 0 0 1 2.262 3.457zM24 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6V6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6zm-2.172 3.483a9.17 9.17 0 0 0-5.973-5.849c.159.423.239.874.238 1.326a6.61 6.61 0 0 0-4.632-2.564 6.605 6.605 0 0 0-3.265.538 3.781 3.781 0 0 1 2.03 1.533 6.633 6.633 0 0 0-5.611.561 6.623 6.623 0 0 0-1.784 1.581 3.786 3.786 0 0 1 3.262.843 3.778 3.778 0 0 1-2.778 1.039c.154.251.337.482.544.689l-.031.051a3.784 3.784 0 0 0-1.68 1.496 3.754 3.754 0 0 0-.029 3.809 1.53 1.53 0 0 1 1.622-1.686c.921.071 1.576.983 1.351 1.88a1.529 1.529 0 0 1-1.386 1.142 6.624 6.624 0 0 0 4.08 3.146 6.629 6.629 0 0 0 1.866.206 3.734 3.734 0 0 1-1.637.711 9.16 9.16 0 0 0 9.282.587 9.21 9.21 0 0 0 3.184-2.684 9.14 9.14 0 0 0 1.676-3.876 9.237 9.237 0 0 0-.329-4.479z"
}));
});
Coronarenderer.displayName = 'Coronarenderer';
export var CoronarendererDimensions = {
height: 24,
width: 24
};