@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.02 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowSortDownLines = /*#__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: "m8.5 4-.12.01a1 1 0 0 0-.88 1v11.57L5.2 14.3l-.09-.08a1 1 0 0 0-1.32 1.5l4 4 .1.08a1 1 0 0 0 1.32-.08l4-4 .08-.1a1 1 0 0 0-.08-1.32l-.1-.08a1 1 0 0 0-1.32.08L9.5 16.6V4.89a1 1 0 0 0-1-.89ZM13 5a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2h-8Zm0 3a1 1 0 1 0 0 2h5a1 1 0 1 0 0-2h-5Zm-1 4a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2h-2a1 1 0 0 1-1-1Z"
}));
});
ArrowSortDownLines.displayName = 'ArrowSortDownLines';
export var ArrowSortDownLinesDimensions = {
height: 24,
width: 24
};