@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.2 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Pair = /*#__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: "M18.27 21h-6.54A2 2 0 1 1 9 18.27V15H5.73a2 2 0 0 1-1.58 1H4a2 2 0 0 1-1-3.73V5.73A2 2 0 1 1 5.73 3h6.54A2 2 0 1 1 15 5.73V9h3.27a2 2 0 0 1 1.58-1H20a2 2 0 0 1 1 3.73v6.54A2 2 0 1 1 18.27 21h-6.54 6.54Zm0-10H15v1.27a2 2 0 0 1 1 1.58V14a2 2 0 0 1-3.73 1H11v3.27a2 2 0 0 1 .73.73h6.54c.17-.3.43-.56.73-.73v-6.54a2.01 2.01 0 0 1-.64-.58l-.1-.15ZM13 11h-1.27c-.17.3-.43.56-.73.73V13h1.27c.17-.3.43-.56.73-.73V11Zm-.73-6H5.73c-.17.3-.43.56-.73.73v6.54c.3.17.56.43.73.73H9v-1.27a2 2 0 0 1-1-1.58V10a2 2 0 0 1 3.73-1H13V5.73a2.01 2.01 0 0 1-.64-.58l-.1-.15Z"
}));
});
Pair.displayName = 'Pair';
export var PairDimensions = {
height: 24,
width: 24
};