@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 893 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowTurnDownUp = /*#__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: "M38.87 6.88a1.5 1.5 0 0 0-1.95-.76l-12 5a1.5 1.5 0 1 0 1.16 2.76l8.78-3.65-11.82 28.13L10.89 7.94a1.5 1.5 0 1 0-2.78 1.12L20.7 40.6a2.5 2.5 0 0 0 4.62.04l12.3-29.26 3.5 7.73a1.5 1.5 0 0 0 2.74-1.24l-5-11Z"
}));
});
ArrowTurnDownUp.displayName = 'ArrowTurnDownUp';
export var ArrowTurnDownUpDimensions = {
height: 48,
width: 48
};