@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.09 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowBetweenDown = /*#__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: "M6.5 2.25a1 1 0 0 0-2 0v.25A2.5 2.5 0 0 0 7 5h10a2.5 2.5 0 0 0 2.5-2.5v-.25a1 1 0 1 0-2 0v.25a.5.5 0 0 1-.5.5H7a.5.5 0 0 1-.5-.5v-.25Zm5.5 4a1 1 0 0 1 1 1v7.09l2.8-2.8a1 1 0 0 1 1.4 1.42l-4.5 4.5a1 1 0 0 1-1.4 0l-4.5-4.5a1 1 0 1 1 1.4-1.42l2.8 2.8V7.25a1 1 0 0 1 1-1ZM4.5 21.5A2.5 2.5 0 0 1 7 19h10a2.5 2.5 0 0 1 2.5 2.5v.25a1 1 0 1 1-2 0v-.25a.5.5 0 0 0-.5-.5H7a.5.5 0 0 0-.5.5v.25a1 1 0 1 1-2 0v-.25Z"
}));
});
ArrowBetweenDown.displayName = 'ArrowBetweenDown';
export var ArrowBetweenDownDimensions = {
height: 24,
width: 24
};