@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.18 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowSort = /*#__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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M8.35 4.01h.06L8.5 4h.08l.12.02.11.03.11.04.1.06.1.07.09.07 5.5 5.5a1 1 0 0 1-1.32 1.5l-.1-.08L9.5 7.4V23a1 1 0 0 1-2 .12V7.4l-3.8 3.8a1 1 0 0 1-1.31.08l-.1-.08a1 1 0 0 1-.08-1.32l.08-.1 5.5-5.5a1 1 0 0 1 .11-.1l.12-.07.1-.05.11-.03.12-.03ZM19.5 4a1 1 0 0 1 1 .88V20.6l3.8-3.8.09-.08a1 1 0 0 1 1.4 1.4l-.08.1-5.5 5.5-.05.04-.06.05-.12.08-.1.05-.11.03-.12.03h-.27l-.11-.02-.11-.03-.08-.03-.1-.06-.1-.06a1 1 0 0 1-.09-.08l-5.5-5.5-.08-.1a1 1 0 0 1 0-1.22l.08-.1.1-.08a1 1 0 0 1 1.22 0l.1.08 3.79 3.8V4.88a1 1 0 0 1 1-.88Z"
}));
});
ArrowSort.displayName = 'ArrowSort';
export var ArrowSortDimensions = {
height: 28,
width: 28
};