@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 891 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowTurnUpDown = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M10.9 39.06a1.5 1.5 0 1 1-2.8-1.12L20.7 6.4a2.5 2.5 0 0 1 4.63-.04l12.3 29.26 3.5-7.73a1.5 1.5 0 0 1 2.74 1.24l-5 11a1.5 1.5 0 0 1-1.95.76l-12-5a1.5 1.5 0 1 1 1.16-2.76l8.78 3.65L23.04 8.64 10.89 39.06Z"
}));
});
ArrowTurnUpDown.displayName = 'ArrowTurnUpDown';
export var ArrowTurnUpDownDimensions = {
height: 48,
width: 48
};