@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 896 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowsBidirectional = /*#__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: "M15 9H9V6.75c0-.66-.79-1-1.26-.54l-5.5 5.25a.75.75 0 0 0 0 1.08l5.5 5.25.08.07a.75.75 0 0 0 1.19-.61V15h6v2.25c0 .66.78 1 1.26.54l5.5-5.25c.3-.3.3-.79 0-1.08l-5.5-5.25a.75.75 0 0 0-1.27.54V9z"
}));
});
ArrowsBidirectional.displayName = 'ArrowsBidirectional';
export var ArrowsBidirectionalDimensions = {
height: 24,
width: 24
};