UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.16 kB
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.41 0 .75.34.75.75v2.77l1.87 2.82c.09.12.13.27.13.41v4.5c0 .41-.34.75-.75.75H9v3.25a.75.75 0 0 1-1.5.1V16h-2v3.26a.75.75 0 0 1-1.5.1V16H2.75a.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.41 0 .75.34.75.75v4.5c0 .14-.04.29-.13.41L20 16.48v2.77c0 .41-.34.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.75V4.75c0-.38.29-.7.65-.74h4.6-4.5zM19 5.5h-3V8h3V5.5z" })); }); Connector.displayName = 'Connector'; export var ConnectorDimensions = { height: 24, width: 24 };