@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.16 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Connector = /*#__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: "M8.25 4c.42 0 .75.34.75.75v2.77l1.88 2.82c.08.12.12.27.12.41v4.5c0 .41-.33.75-.75.75H9v3.25a.75.75 0 0 1-1.5.1V16h-2v3.26a.75.75 0 0 1-1.49.1V16H2.74a.75.75 0 0 1-.75-.75v-4.5c0-.14.05-.29.13-.41L4 7.52V4.75c0-.41.34-.75.75-.75h3.5Zm7 0h4.5c.38 0 .7.28.74.65l.01.1V8h.75c.42 0 .75.34.75.75v4.5c0 .14-.04.29-.12.41L20 16.48v2.77c0 .41-.33.75-.75.75h-3.5a.75.75 0 0 1-.75-.75v-2.77l-1.87-2.82a.75.75 0 0 1-.13-.41v-4.5c0-.41.34-.75.75-.75h.76V4.75c0-.38.28-.7.64-.74h4.6-4.5ZM19 5.5h-3V8h3V5.5Z"
}));
});
Connector.displayName = 'Connector';
export var ConnectorDimensions = {
height: 24,
width: 24
};