@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.18 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var NetworkAdapter = /*#__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 16 16"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M14.56 4.44A1.5 1.5 0 0 0 13.5 4H2V3a1 1 0 0 0-1-1H.5a.5.5 0 1 0 0 1H1v10.5c0 .13.05.26.15.35A.5.5 0 0 0 2 13.5V12h4v1.5c0 .13.05.26.15.35.09.1.22.15.35.15h6a.5.5 0 0 0 .5-.5V12h.5a1.5 1.5 0 0 0 1.5-1.5v-5c0-.4-.16-.78-.44-1.06ZM4 9.5a.5.5 0 0 1-.5.5.5.5 0 0 1-.5-.5v-3a.5.5 0 1 1 1 0v3Zm2.5.5a.5.5 0 0 1-.5-.5v-3a.5.5 0 1 1 1 0v3a.5.5 0 0 1-.5.5ZM9 13H7v-1h2v1Zm.5-3a.5.5 0 0 1-.5-.5v-3a.5.5 0 1 1 1 0v3a.5.5 0 0 1-.5.5Zm2.5 3h-2v-1h2v1Zm1-3.5a.5.5 0 1 1-1 0v-3a.5.5 0 0 1 .5-.5.5.5 0 0 1 .5.5v3Z"
}));
});
NetworkAdapter.displayName = 'NetworkAdapter';
export var NetworkAdapterDimensions = {
height: 16,
width: 16
};