@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.38 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var NetworkCheck = /*#__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: "m10.05 15.42 6.26-8.48a.7.7 0 0 1 1.23.57l-.03.1-3.87 9.8a2.07 2.07 0 1 1-3.74-1.76l.07-.12.08-.11 6.26-8.48-6.26 8.48Zm2.05-4.55-1.23 1.66a3.33 3.33 0 0 0-2.29 3.03.75.75 0 0 1-1.5-.07 4.82 4.82 0 0 1 5.02-4.62Zm4.17 2.75c.28.59.43 1.22.46 1.87a.75.75 0 0 1-1.38.44l.92-2.3Zm-2.24-5.37-.96 1.31a6.22 6.22 0 0 0-7.16 4.41.75.75 0 0 1-1.44-.4 7.7 7.7 0 0 1 9.56-5.32Zm3.51 2.14a7.65 7.65 0 0 1 1.8 3.15.75.75 0 0 1-1.44.42 6.23 6.23 0 0 0-.88-1.84l-.1-.14.62-1.59Zm-1.56-4.54-.09.06c-.12.08-.23.18-.33.3l-.1.11-.54.73a9.14 9.14 0 0 0-11.54 5.32.75.75 0 1 1-1.4-.54 10.64 10.64 0 0 1 14-5.97Zm2.63 1.56a10.65 10.65 0 0 1 3.22 4.41.75.75 0 1 1-1.4.55 9.17 9.17 0 0 0-2.32-3.4l.38-.97c.07-.2.11-.39.12-.59Z"
}));
});
NetworkCheck.displayName = 'NetworkCheck';
export var NetworkCheckDimensions = {
height: 24,
width: 24
};