@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 1.11 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Instatus = /*#__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: "M16.994 21.028a9.651 9.651 0 0 0 5.056-9.564 37.124 37.124 0 0 0-3.87 3.69c-2.066 2.27-3.748 4.657-4.996 6.983a9.614 9.614 0 0 0 3.81-1.109zM3.6 18.465c-1.34 1.82-2.377 4.5-1.303 5.307 1.515 1.14 8.404-2.013 13.908-8.805S23.53 1.17 21.084.094c-1.129-.497-3.486 1.083-4.84 2.394l.585.314c1.332-.852 3.552-1.733 1.499 1.976l-.03.053A9.65 9.65 0 0 0 7.92 4c-4.703 2.506-6.484 8.35-3.978 13.052a9.623 9.623 0 0 0 2.266 2.816c-3.559 2.75-2.69.36-2.193-.816z"
}));
});
Instatus.displayName = 'Instatus';
export var InstatusDimensions = {
height: 24,
width: 24
};